/* Notes */
/* The dark blue theme color is #374156. */

/* ![takeoff][] */


div#container {
	background: url("/images/header/header_sides.png") repeat-y ;
	position:relative; /* needed for footer positioning*/
	width:870px;
	margin:0px auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:850px;
	margin-left:10px;
	background: url("/images/header/headerbg.png") repeat-x ;
	height:80px;
}

div#headerlogo {
	width: 300px;
	height: 80px;
	background: url("/images/header/eSclepius-Logo-142.png") 20px 5px no-repeat;	
	float: left;
	padding-left: 10px;
}


div#footerXXX {
	height:60px;
	position:absolute;
	width:850px;
	margin-left:10px;
	bottom:0; /* stick to bottom */
	text-align: center;
	font-size: 10px;
	color:#aaa;
}

div#mainContent {
	padding:0em 0em 2em 0em; /* bottom padding for footer */
}

div#content {
	padding: 15px 30px 0px 45px;
}

div#footer {
	width:850px;
	margin-left:10px;
	text-align: center;
	font-size: 10px;
	color:#aaa;
}


body, html {
	background: url('/images/header/header_bggrad.gif') repeat-x #808080 fixed;
	font-family: 'Lucida Grande', arial, sans-serif;
	font-size: 11px;
	color: #6D6D6D;
	font-weight: normal;
	line-height: 155%;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

body {
	min-width: 870px;
}

#content {
	padding: 0;
	/* width: 850px; */
	width: 775px;
	margin-left: 10px;
}


.cmscontent {
	width: 770px;
}

#content h1 {
	margin: 0px;
	padding: 5px 16px;
	font-size: 16px;
	color: #374156;
	line-height: 165%;
}

#content h2 {
	margin: 0px;
	padding: 5px 16px;
	font-size: 14px;
	line-height: 155%;
	color: #374156;
}

#content h3 {
	margin: 0px;
	padding: 5px 16px;
	font-size: 12px;
	color: black;
}

#content h4 {
	margin: 0px;
	padding: 5px 16px;
	color: black;
}

#content p {
	margin: 0px;
	padding: 0px 16px 5px 16px;
}

#content h1 a, #content h2 a, #content h3 a, #content h4 a, #content p a, .blogcomments a, .navigation a {
	color: #0099FD;
}

#content h1 a:hover, #content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content p a:hover, .blogcomments a:hover, .navigation a:hover {
	background: #eee;
	color: #333333;
}

a {
	color: #374156;
}

a:hover {
	background: #eee;
	color: #111111;
}

#content blockquote, blockquote {
	border: thin solid #999;
	/* border-left: 17px solid #ececec; */
	border-left: 17px solid #999;
	margin: 10px 0;
	padding-right: 5px;
	padding-left: 5px;
	color: #669;
	width: 90%;
}

.mainmenu {
	float: right;
	clear: right;
	height: 40px;
	/*width: 400px; */
	/* border: 1px solid red; */
	padding-top: 0px;
}

.header img {
	border: none;
}

.mainmenu img {
	vertical-align: bottom;
	border: none;
}


.header a:hover, .mainmenu a:hover {
	background-color: transparent;
}

.debugoutput {
	border: thin solid #999;
	/* border-left: 17px solid #ececec; */
	border-left: 17px solid #999;
	margin: 10px 0;
	padding-right: 5px;
	padding-left: 20px;
	color: #aaa;
	width: 90%;
	background: url('/images/debug-label.png') no-repeat left top;
}

.debugoutput td {
	color: #333;
	background-color: #ccc;
	padding: 3px;
	margin: 3px;
}

.bufferoutput {
	border: thin solid #f99;
	/* border-left: 17px solid #ececec; */
	border-left: 17px solid #f99;
	margin: 10px 0;
	padding-right: 5px;
	padding-left: 20px;
	color: #f00;
	width: 90%;
	background: url('/images/debug-label.png') no-repeat left top;
	
}

.languagemenu {
	height: 40px;
	clear: right;
	float: right;
	/* text-align: right; */
	color: #fff;
	padding-right: 5px;
}

.languagemenu a {
	color: #fff;
}

#content b, b {
	color: black;
}

#footer a {
	text-decoration: none;
	color: #777;
}

#footer a:hover {
	color: #333333;
	text-decoration: none;
}

#footer img {
	vertical-align: top;
	border: none;
}




.detailtable {
	border: 1px solid #374156;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
}

.detailtable td {
	border: 1px dotted #374156;
	padding: 1px 3px 1px 3px;
	width: 80%;
	font-size: 12px;
}

.detailtable th {
	background-color: #374156;
	color: white;
	text-align: left;
	padding: 1px 3px 1px 3px;
	font-size: 12px;
}

.detailtable th.divider {
	text-align: center;
	border: thin solid black;
}

.listtable {
	border: 1px solid #374156;
	border-collapse: collapse;
	margin: 3px;
	background-color: #eee;
}

.listtable td {
	border: 1px dotted #374156;
	padding: 1px 3px 1px 3px;
	font-size: 10px;
	/* width: 80%; */
}

.listtable td.divider {
	background-color: #374156;
	border: none;
	height: 3px;
}

.listtable th {
	background-color: #374156;
	color: white;
	font-size: 11px;
	text-align: center;
	padding: 1px 3px 1px 3px;
	border: thin solid black;
}

.listtable td.checkcell {
	text-align: center;
	width: 40px;
}

.listtable th.checkcell {
	font-size: 10px;
}

.forminstruction {
	font-size: 9px;
}

.msgfail {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 30px;
	border: 1px dotted #999;
	background-color: #faa;
	background-image: url("/images/fail_icon.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	min-height: 30px;
	width: 80%;	
}

.msgsuccess {
	display: block;
	margin: 2px;
	padding: 2px 2px 2px 30px;
	border: 1px dotted #999;
	background-color: #afa;
	background-image: url("/images/success_icon.png");
	background-repeat: no-repeat;
	background-position: 2px 2px;
	min-height: 30px;
	width: 80%;
	
}

.explained {
	text-decoration: underline;
	cursor: help;
}

.red, a.red {
	color: #f00;
}

.pagemenu {
	width: 750px;
	padding: 3px;
	border: 1px solid red;
	background-color: #ccc;
	color: black;
	font-size: 10px;
}

.module {
	display: block;
	padding: 3px;
	margin: 10px 3px;
	border: 1px solid #374156;
}

.prodbox {
	background:transparent url(/images/products/prod_ytile_750.gif) repeat-y scroll 0%;
	width:750px;
}

.prodbox div.top {
	background:transparent url(/images/products/prod_top_750.gif) no-repeat scroll center top;
	height:3px;
	padding:0pt;
}
.prodbox div.bottom {
	background:transparent url(/images/products/prod_bottom_750.gif) no-repeat scroll center bottom;
	height:3px;
}

.prodbox table tr td {
	padding:12px 12px 10px;
}
.prodbox div div.badges {
	padding:14px 3px 0pt 0pt;
	text-align:center;
}

.cmspreview {
	display: block;
	float: none;
	width: 700px;
	border: 1px solid yellow;
	padding: 3px;
	margin: 3px;
	background-color: #ffc;
}

textarea.smalldata {
	font-family: Monaco, 'Courier New', Courier, monospace;
	font-size: 9px;
}



.product {
	border: 1px solid #374156;
	width: 100%;
	float: left;
	clear: left;
	margin: 5px;

}

.productimage {
	clear: left;
	float: left;
	background: none;
	border: none;
	width: 128px;
}

.productimage img {
	border: none;
}

.productimage a, .productimage a:hover {
	border: none;
	text-decoration: none;
	background: none;
	color: inherit;
}

.productbody {
	float: left;
	background: none;
	width: 635px;
}

.boxed {
	width: 60%;
	margin: 5px auto 5px auto;
	border: 1px solid #374156;
	text-align: center;
}

.clearer {
	clear: both;
}

