/* @override http://gmta/stylesheets/oi-screen.css */

body {
	padding: 0px;
	margin: 0px;
	background: none no-repeat right 275px;
	font: 1em Arial, Helvetica, Geneva, sans-serif;
	color: black;
}

/* @group Titles */

h1 {
	margin-top: 10px;
	font-size: 1.5em;
}

h2 {
	margin-bottom: 5px;
	font-size: 1.4em;
	padding-top: 10px;
}

h3 {
	margin: 0px auto 0px auto;
	font-size: 1.3em;
	padding-top: 10px;
}

h4 {
	margin: 5px auto 0px auto;
	font-size: 1.2em;
	padding-top: 10px;
}

h5 {
	margin: auto auto 0px auto;
	font-size: 1.1em;
	padding-top: 10px;
}

h6 {
	margin: 5px auto -10px;
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 0;
}

/* @end */

/* @group Branding Banner */

#oiBrand {
	padding-top: 15px;
	margin: 0px auto 0px auto;
	width: 765px;
	height: 260px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 265px;
	display: none;
}

html>body #oiBrand {
	height: 265px;
}

#oiBrand #oiGraphic {
	float: left;
	z-index: 1;
	padding: 0px;
	margin: 0px;
	width: 544px;
	height: 252px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 248px;
}

html>body #oiBrand #oiGraphic {
	width: 544px;
	height: 248px;
}

/* @end */

/* @group Log On */

#oiBrand #oiLogOn {
	background: none no-repeat center bottom;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	width: 224px;
	height: 248px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 201px;
	font-size: 9pt;
	padding-top: 0;
}

html>body #oiBrand #oiLogOn {
	width: 201px;
	height: 248px;
	font-size: 9pt;
}

#oiLogOn h2 {
	font-size: 1.4em;
	padding-top: 5px;
}

#oiLogOn p {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 9pt;
}

/* @end */

/* @group Navigation */

#oiNav {
	margin-left: 10px;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 170px;
	display: none;
}

#oiNav ul {
	display: inline;
	list-style: none;
}

#oiNav ul li {
	display: inline;
	list-style: none;
}

#oiNav a:link, #oiNav a:visited {
	text-decoration: none;
	display: block;
	padding: 8px;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 8pt;
	border: 1px solid #a60632;
	color: black;
}

#oiNav a:hover {
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	font-size: 8pt;
	background: #fff;
}

#oiNav a h3 {
	padding: 0;
	font-size: 1.15em;
}

#oiNav a p {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	font-size: 0.9em;
}

#pgHome a#goHome, #pgCatalog a#goCatalog, #pgSpecs a#goSpecs, #pgContact a#goContact {
	border: 1px solid #a60632;
	font-size: 8pt;
	text-decoration: none;
	margin-bottom: 5px;
	display: block;
}

#pgPrivacy #goPrivacy, #pgTerms #goTerms {
	color: black;
	text-decoration: none;
}

/* @end */

/* @group Content */

#oiLayout {
	width: 7

65px;
	margin: 0px auto 0px auto;
	background-repeat: no-repeat;
}

#oiContent {
	margin: 0px auto 0px auto;
	float: left;
	clear: right;
	background: url(../oiBrand/oi_name.jpg) no-repeat 100% 20px;
	padding: 10px;
}

#oiContent p {
	width: 90%;
	background: no-repeat;
	margin-bottom: 0;
}

#oiContent li {
	background: no-repeat;
}

.courseList {
	
}

.courseList th {
	border-bottom: 1px solid gray;
}

.courseList td {
	border-bottom: 1px solid gray;
	padding: 10px;
}

.courseList .coursePrice {
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	text-align: center;
}

.courseList .courseBuy {
	text-align: center;
}

#oiFooter {
	margin: 0 auto 0px;
	padding: 10px;
	clear: left;
	font-size: 0.85em;
}

.require {
	
}

#pgTaskInfo, #pgBundleInfo {
	padding: 20px;
}

a {
	text-decoration: none;
	color: black;
}

/* @end */

/* @group Create Account */

#pgCreateAccount {
	
}

#oiCreateAccount {
	width: 740px;
	margin: 0 auto;
	padding: 0;
}

#oiSingleUser, #oiMultiUser {
	text-align: center;
	width: 350px;
	float: left;
	padding: 10px;
}

#oiSingleUser ul, #oiMultiUser ul {
	text-align: left;
}

#oiSingleUser {
	
}

#oiMultiUser {
	
}

#oiCreateAccountFooter {
	clear: both;
	font-size: 0.9em;
	padding: 10px;
}

/* @end */

/* @group News */

.oiNewsItem {
	width: 90%;
	float: left;
}

.oiNewsDate {
	font-weight: bold;
	float: left;
	width: 100px;
}

.oiNewsDetails {
	width: 80%;
	float: left;
}

.oiNewsDetails p {
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

/* @end */