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

body {
	color: #333;
	background: no-repeat right 275px #FFFFFF none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}

/* @group Titles */

h1 {
	color: #333333;
}

/* @end */

/* @group Branding Banner */

#branded {
	color: white;
	background: white url(../branded/banner.jpg) repeat-x bottom left;
}

#pgHome #oiGraphic {
	background: white url(../branded/banner-home.jpg) no-repeat top left;
}

#pgCatalog #oiGraphic {
	background: white url(../branded/banner-catalog.jpg) no-repeat top left;
}

#pgSpecs #oiGraphic {
	background: white url(../branded/banner-specs.jpg) no-repeat top left;
}

#pgContact #oiGraphic {
	background: white url(../branded/banner-contact.jpg) no-repeat top left;
}

/* @end */

/* @group Log On */

#branded #oiLogOn {
	color: black;
	background: #eeeeee;
}

#oiLogOn h2 {
	margin-top: 5px;
	font-size: 1.3em;
}

/* @end */

/* @group Navigation */

#oiNav a:link, #oiNav a:visited {
		border: 1px solid #cccccc;
	color: #000000;
}

#oiNav a:hover {
	background: #cccccc;
}

#oiNav a h3 {
	font-size: 1.2em;
}

#oiNav a p {
	font-size: 0.9em;
}

#pgHome a#goHome, #pgCatalog a#goCatalog, #pgSpecs a#goSpecs, #pgContact a#goContact {
	color: #ffffff;
	background-color: #333333;
	border: 1px solid #333333;
	font-size: 8pt;
	text-decoration: none;
}

/* @end */

/* @group Content */

#oiFooter {
	font-size: 0.9em;}

.require {
	color: red;
}

/* @end */

/* @group Create Account */

#oiSingleUser {
	background-color: #006699;
	color: #ffe14d;
}

#oiMultiUser {
	background-color: #ffe14d;
	color: #055a8d;
}

/* @end */

/* @group Bulletin */

#urgent {
	font-size: 8pt;
	border: 5px solid red;
}

#urgent h1 {
	font-size: 14pt;
	color: red;
}

#urgent h2 {
	font-size: 12pt;
}

#urgent h3 {
	font-size: 10pt;
}

/* @end */

/* @group Misc. Items */

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

#closeWindow {
	text-align: center;
	font-weight: bold;
}

#pgHome th {
	color: white;
	background-color: #333333;
}

#pgHome td {
	border-bottom: 1px solid #ccc;
}

#pgHome .courseTitle {
	text-align: left;
}

#pgHome .coursePrice {
	text-align: center;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

#pgHome .courseBuy {
	text-align: center;
}

/* @end */

/* @group MemberCheck */

#pgMember img {
	border:  none;
}

#oiMemberLayout {

	width: 100%;

	text-align: center;

	margin: 0 auto;

}



#oiMemberBranded {

	background-color: #006699;

}



#oiMemberNav {

	background-color: #ffe14d;

}



#oiMemberNav a {

	font-weight: bold;
	text-decoration: none;
}

#oiMemberNav a:hover {

	font-weight: bold;
	text-decoration: none;
}



#oiMemberContent {

	background-color: #fff;
}



form fieldset {

	border: 2px solid #006699;
}



form em {

	color: red;

}



/* @end */