body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(UI/PP_Strip.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background-color: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container #mainContent {
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #223344;
	border-left-color: #223344;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 776px;
	left: auto;
	right: auto;
}

#container #mainContent .products {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	display: block;
	clear: left;
	float: none;
	height: auto;
	width: 540px;
}

#container #top_strip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	background-image: url(ui/top_strip.jpg);
	height: 20px;
	width: 780px;
	background-repeat: no-repeat;
	float: right;
	position: relative;
}


#container #header {
	font-size: 12px;
	color: #FF0000;
	background-image: url(UI/course.jpg);
	clear: both;
	height: 120px;
	width: 780px;
	position: relative;
	float: right;
}


#brand_bar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #033;
	/*background-color: #d03;*/
	background-image:url(UI/glass_bar.jpg);
	background-repeat:no-repeat;
	padding: 0px;
	height: 26px;
	width: 780px;
	clear: both;
	position: relative;
	display: block;
}

#brand_bar select {
	color: #033;
	width: auto;
	font-weight: normal;
	text-decoration: none;
	margin-right: 35px;
	float: right;
	z-index: auto;
	margin-top: 5px;
}

#brand_bar input  {
	color: #033;
	width: auto;
	font-weight: normal;
	text-decoration: none;
	margin-right: 35px;
	float: right;
	clear: none;
	size: 80%;
	margin-top: 3px;
}




#container #mainContent .item_cell {
	clear: none;
	float: left;
	width: 190px;
	height: 190px;
	text-align: center;
	border: 1px solid #CDD;
}
#container #mainContent .item_cell image { border: none }




#menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #567;
	padding: 3px;
	height: 35px;
	width: 774px;
	position: relative;
	display: block;
}

#menu a  {
	color: #fff;
	padding: 5px 8px 0 8px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border-right: thin #fff solid;
	float: left;
	z-index: auto;
	clear: none;
	display: block;
}
#menu a:hover { text-decoration:underline; }



#container #mainContent h3 {
	font-size: 16px;
	font-weight: bold;
}



#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-repeat:repeat-x;
	text-align:center;
	clear: both;
	height: 180px;
	width: auto;
	font-weight: bold;
	background-image: url(ui/footer_grade.jpg);
}
#footer a {
	color: #FFFFFF;
	padding: 5px 10px 5px 10px;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:hover {
	text-decoration:underline;
	color:#333333;
}
#footer #mid {
	width: 780px;
	height: 98px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(UI/Footer_center.jpg);
}
 
#container #header #logstatus {
	font-size: 10px;
	font-weight: normal;
	color: #345483;
	text-decoration: none;
	text-align: left;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
}
#container #mainContent #main_bottom {
	background-image: url(UI/Main_Bottom.jpg);
	clear: both;
	float: none;
	height: 78px;
	width: 780px;
}
.logtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border: none;
}
.logtable tr {
	height: 26px;
}
#logger {
	width: 530px;
	margin: auto;
}
#container #mainContent .Product_Link #heading {
	display: block;
	height: 35px;
	width: 180px;
	background-image: url(UI/heading.jpg);
	background-repeat: no-repeat;
	padding-left: 1em;
	padding-top: 1ex;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #556677;
}

.ErrorMessage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#container #mainContent #left_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	background-color: #FFFF00;
	width: 200px;
	margin: 0px;
	padding: 5px;
	height: auto;
	position: relative;
	left: 0px;
	top: 138px;
}
.Product_Link   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
}

.Product_Link  a .leftim{ padding-left: 0; }

.Product_Link  a {
	display: block;
	height: auto;
	width: auto;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 11px;
	border-bottom: 1px solid #cdc;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}

.Product_Link  a:hover   {
	background-color: #CBD7DE;
	text-decoration: none;
}

#container #mainContent .products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#container #mainContent .products a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#container #mainContent .products a:hover {

	color: #993333;
	text-decoration: none;
}
.thumbnail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
	height: auto;
	width: 720px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}

.selected {
	color: #FF5533;
	width: auto;
	font-weight: bold;
	text-decoration: none;
	border-right: thin #FFF solid;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
.item {
	width: 180px;
	text-align: center;
	border: 1px solid #CDD;
	height: 150px;
	margin: 10px;
	padding: 5px;
	clear: none;
	float: left;
}
.thumbnail td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #336699;
	height: auto;
	width: 220px;
	margin: 5px;
	padding: 5px;
}
.thumbnail caption{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFF;
	background-color: #003366;
	height: 26px;
	width: auto;

}


.link_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #003399;
	text-decoration: underline;
	border: none;
	display: block;
	height: auto;
	width: auto;
	border: 0px;
	background:none;
}
.link_button hover {
position:relative;
top: 1px; left: 1px;
}

.item h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.viewbox a{
	font-size: 9px;
	color: #000066;
	background-image: url(UI/remove.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
	text-align: left;
	vertical-align: middle;
	padding-left: 3ex;
	text-decoration: none;
}
.viewbox a:hover{
	text-decoration: underline;
}

.viewbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.viewbox th {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.viewbox td {
	color: #666666;
	text-align: left;
}
.viewbox caption{}


.red {
	color: #FF0000;
}
#container #mainContent .pager {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 0;
}

#container #mainContent .pager a, a:visited {
	text-decoration: underline;
	color: #000000;
}
	
#container #mainContent .pager a:hover {
	color: #F00;
}

#container #mainContent .pager tr  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 0;
}

#container #mainContent .pager td a, a:visited {
	text-decoration: underline;
	color: #000000;
}
	
#container #mainContent .pager td a:hover {
	color: #F00;
}
#container #header #logstatus a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #345483;
	text-decoration: none;
	width: auto;
	display: inline;
	background: none;
	text-align: right;
}
#container #header #logstatus a:hover {
	text-decoration: underline;
	width: auto;
}




//----------------------------
#container #mainContent .vertical_links {
	width: 200px;
	margin-left: 0px;
	float: left;
	display: block;
	height: auto;
	rem-background-image: url(UI/a_grade.jpg);
	rem-background-repeat: repeat-y;
}
#container #mainContent .vertical_links img {
border: none;
padding: 1px 0px 0px 0px;
}

#container #mainContent .vertical_links a{
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	display: block;
	width: 180px;
	height: 38px;
	padding-left: 10px;
	float: left;
	text-decoration: none;
	vertical-align: middle;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}

#container #mainContent .vertical_links a:hover{
	color: #004477;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FF0000;
	position: relative;
	left: 1px;
	top: 1px;
	text-decoration: underline;
}


.intro_content {
	width: 500px;
	height: 350px;
	padding-top: 8px;
	padding-bottom: 60px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.float_right { float: right; }

#container #header img {
	border: none;
}

#container #header #search {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00CCFF;
	clear: both;
	float: right;
	position: inherit;
	background-position: bottom;
}
#container #top_strip input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	height: 14px;
	width: auto;
	background-color:#A4BECC;
	border: thin solid #465062;
}
#frmsearch { 
	color: #039; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	}
#frmsearch .wideinp {
	display: block;
	width: 220px;
	height: 20px;
	margin: 0px;
	border: 1px solid #898;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.widesel {
	color: #039;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	background-color: #ffc;
	color: #f00;
	display: block;
	width: 220px;

	height: expression( this.scrollHeight > 206 ? "207px" : "auto" ); /* sets max-height for IE */
	max-height: 206px; /* sets max-height value for all standards-compliant browsers */
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	border-right: 1px solid #898;
	border-bottom: 1px solid #898;
	border-left: 1px solid #898;
	position: relative;
	left: 0px;
	top: -1px;
	z-index: 1000;
}

#frmsearch #results .widesel a {
	display: block;
	color: #039; 
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	width: 220px;
	height: auto;
	float: left;
	overflow-x: hidden;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
#frmsearch #results .widesel a:hover {
	color: #000;
	background-color: #ddb;
}
