/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */

* {
	margin: 5;
	/*padding: 0;	*/
}

body{
	background:#CCCCCC;
}


/* The background-image's for the #wrap below are for preloading all the page's images, just add your own images to the pattern */
#wrap {
	 margin: 0 auto;
	text-align: left;
	width: 780px;
	height: auto;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url("images/bg_blue.gif");
	background-repeat: repeat-y;
}
#topheader {
	margin-top: 10 auto;
	text-align: left;
	width: 780px;
	height: auto;
	background-color: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-image: url("images/bg_blue_top.gif");
	background-repeat: repeat-y;
	top: 10px;
}

#productdisplay {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;	

}

#productdisplay table {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;	
}
#productdisplay a {
	font-weight: bold;
}
#productdisplay th {
	font-weight: bold;
	color: #0066CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	background-position: center;
	text-align: center;
}
#productdisplay td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
	border-right-width: 1px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0066CC;
	border-left-color: #0066CC;
	margin: 0px;
	padding: 1px 5px;
}
a { 
	color: blue;
	text-decoration: underline;
}


#innertube{
	margin-left: 10px;
	margin-right: 10px;
}

#innertube2{
	margin-left: 10px;
	margin-right: 10px;
	border-top: solid 1px #999999;
	padding-top: 10px;
}

.portletheading{
	font: bold 14px Verdana;
	color: blue;
	padding-bottom: 5px;
}

a:hover {
	color: grey;
	text-decoration: none;
}


#admin_horiz{
	width: 800px;
	margin: 0 auto;
	height: auto:

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	text-align: center;
}
#admin_horiz a{
	color: #000000;
}


/* Forms */
legend{
	border: 1px solid #999999;
	margin-right: 3px;
	margin-left: 3px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
fieldset{
	border: 1px solid #999999;
	padding: 10px;
}

input{
	background-color: #FFFFB0;
	border: 1px inset #CCCCCC;
	text-indent: 0px;
}
input.yellow{
color: #000;
background-color: #FFFF00;
border: solid 1px #d7b9c9;

} 

input.blue{
color: #a5cce9;
background-color: #286790;
border: 2px outset #d7b9c9;
text-indent: 0px;
}

input.red{
color: #286790;
background-color: #FFB6B6;
border: 2px outset #d7b9c9;
text-indent: 0px;
}

textarea{
	background-color: #FFFFB0;
	text-indent: 3px;
	border: 1px inset #CCCCCC;
}
/* end Forms */

acronym {
	border-bottom: 1px dashed #999999;
	cursor: help;
}


h1 {
	color: #000000;
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 20px;

}

h2 {
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
	line-height: 20px;

}

#backpath {
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


#footer {
	height: 45px;
	color: #666;
	font-size: 10px;

	margin-bottom: 0px;
	background:url("images/footer.gif") no-repeat center top;
}

#footer a {
	color: #666;
	text-decoration: underline;
}

.warning {
	font-weight: bold;
	color: #990000;
}


/* vertical sub side menu */

.sidemenu_head{
font: bold 12px Verdana;
color: #006699;
padding-bottom: 10px;
padding-top: 0px;
}

#sublink{
padding: 0;
/*background-color: white; */
width: 130px;

}


* html #sublink{ /*IE only rule. Original menu width minus all left/right paddings */
width: 120px;
}

#sublink ul{
padding: 0;
margin: 0;
list-style-type: none;

}

#sublink li{

border-bottom: 1px solid #C0C0C0;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 0px;
padding-right: 10px;
}

#sublink a{
font: 12px Verdana;
color: #006699;

display: block;
width: 100%; /*Define width for IE6's sake*/
text-decoration: none;
}

html>body #sublink a{ /*Non IE rule*/
width: auto;
}

#sublink a:hover{
background-color: #FFFFFF;
color: black;
}

.td1 {
	color: #000000;
	background-color: #FFFFCC;

}

.td2 {
	background-color: #99CCCC;
}
.tdHeadings {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
