/* @override http://10.0.1.3/includes/css/main.css */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

img { border: 0; }
.clear { clear:both; }

#bodyContainer {
	position: relative;
	margin: 15px auto;
	padding:4px;
	width: 800px;
	height:670px;
	text-align: left;
	border:1px solid #000033;
}

#printfriendly {
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 10px;
	background: url("/includes/images/print_icon.gif") no-repeat left 50%;
	padding-left: 25px;
	height: 20px;
	line-height: 20px;
}
#content {
	width:800px;
	height:523px;
	background:#00A4ED url("/includes/images/bottom_frame.gif") no-repeat bottom left;
	position:relative;
}
#content #contentFrame {
	border: 2px solid white;
	background-color:#d9f3fd;
	position:absolute;
	top:15px;
	left:15px;
	width:766px;
	height:385px;
	overflow: hidden;
}

#content #contentFrame #pictureLeft {
	float: left;
	width: 226px;
}
#content #contentFrame #pictureLeft img {
	margin-bottom:8px;	
}

#content #contentFrame #contentRight {
	padding:6px 15px 6px 30px;
	float: right;
	background-color: #d9f3fd;
	width: 477px;
	border-left: 1px solid white;
	border-right: 1px solid #ccc;
}

.titleHeader {
	font-size: 14px;
	font-weight: bold;
	color: #00A4ED;		
}
.sectionBorder {
	padding: 12px 0px 5px 0px;
	border-top: 2px dotted #7c9aa6;
	margin: 20px 0px 10px 0px;
}

.dottedBorder {
	border-top: 2px dotted #7c9aa6;
	margin: 20px 0px 10px 0px;	
}

.subHeader {
	font-size: 13px;
	color: black;
	font-weight: bold;
	padding: 15px 0px 0px 0px;	
	margin-bottom: 2px;	
}

li {
	padding: 2px 0px;
	list-style-type: square;
}
.checkBullet {
	padding-top: 6px;	
}

.checkBullet li {
	list-style-type: none;
	list-style-image: url(/includes/images/check_bullet.gif);
	list-style-position: outside;
	padding: 2px 0px;
}

#logo {
	text-align:center;
	padding:25px 5px 10px 0px;
	float:left;
}
#logo a { text-decoration:none; }

#logo div {
	padding-top:5px;
	font-size:10px;
	color:red;
	text-decoration:none;
}

#navigation {
	margin:10px 0px 0px 35px;
	float:left;
}
#navigation a {
	padding:10px 20px;
	font-weight:bold;
	text-decoration:none;
	color:#8A8E8B;
}
#navigation a:hover {
	background:url("/includes/images/roll_bknd.gif") repeat-x bottom left;
}

#navigation .tempHover {
	background:url("/includes/images/roll_bknd.gif") repeat-x bottom left;
}

#navigation #navActive {
	background:url("/includes/images/roll_bknd_paw.gif") no-repeat bottom left;
}

#navigation #navActive {
	color:#00A4ED;	
}

#navigation #dropDownContainer {
	position:relative;
	padding:0px;
	font-weight:normal;
	text-decoration:none;
	margin:10px 0px 0px 4px;
}

#navigation #dropDownContainer a {
	padding:0px;
	background:none;
	background-color:#fff;
}

li.pdf {
	list-style-image:url(/includes/images/icons/pdf.gif); 
	margin-left: 5px;
	margin-right:5px;
	padding-left:0px;
}

li.word {
	list-style-image:url(/includes/images/icons/word.gif); 
	margin-left: 5px;
	margin-right:5px;
	padding-left:0px;
}

#navigation #dropDownContainer .dropMenu a {
	display:block;
	text-decoration:none;
	color:#00A4ED;
	padding:4px 0px 0px 15px;
}

#navigation #dropDownContainer .dropMenu a:hover {
	color:#000066;
}

#navigation #dropDownContainer .dropMenu #dropActive {
	font-weight:bold;
	background:url("/includes/images/paw_icon.gif") no-repeat top left;	
}

table {
	border:1px solid #9AB0B9;
	padding:2px;
	width: 475px;
	margin: 15px 0px;
}

table td {
	padding: 4px;	
}

table th {
	padding: 4px;
	text-align: left;
	background-color: #c2d9e2;	
}

#footer, #footer a {
	font-size:10px;
	color:#999;
}

/* SCROLLBARS  */
#contentScroll {
	width:751px;
	height:385px;
	float: left;
	overflow: hidden;
}

.vScrollbar { float: left; }

.hScrollbar { clear: both; }

.vTrack {
	height: 385px;
	width: 15px;
	position: relative;
	background: white;
	overflow: hidden;
	cursor:pointer;
}

.hTrack {
	float: left;
	height: 15px;
	width: 255px;
	position: relative;
	background: #ddd;
	overflow: hidden;
}			

.vThumb, .hThumb {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background: #00A4ED url("/includes/images/scrollbars.gif") repeat-y -30px 0px;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	overflow: hidden;
	cursor:pointer;
}

.vThumb_over {
	background: #00A4ED url("/includes/images/scrollbars.gif") repeat-y -45px 0px;
}

.arrowUp, .arrowDown, .arrowLeft, .arrowRight, .corner {
	height: 16px;
	width: 15px;
	overflow: hidden;
	cursor:pointer;
}

.arrowUp {
	background: #00A4ED url("/includes/images/scrollbars.gif") no-repeat 0px 0px;
}
.arrowUp_over {
	background: #00A4ED url("/includes/images/scrollbars.gif") no-repeat -15px 0px;
}

.arrowDown {
	background: #00A4ED url("/includes/images/scrollbars.gif") no-repeat 0px -16px;
}
.arrowDown_over {
	background: #00A4ED url("/includes/images/scrollbars.gif") no-repeat -15px -16px;
}

.arrowLeft, .arrowRight, .corner { float: left; }

.corner { background: #000; }

#printContainer {
	width: 650px;
	text-align: left;
}
#companyPrintHeader {
	position: relative;
	padding: 0px 0px 10px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #000;
	/* background: url("/includes/images/logo.gif") no-repeat right;*/	
}

#companyPrintHeader img {
	position: absolute;
	top: 5px;
	right: 0px;
}
#companyPrintHeader #compHead {
	font-weight:bold;
	font-size:14px;	
}

/*
@media print {

#bodyContainer {
	position: relative;
	margin: 0px 0px;
	padding:4px;
	width: 100px;
	height:auto;
	text-align: left;
	border:none;
}
#navigation {
	display: none;
}
#dropDownContainer {
	display: none;
}

#content {
	height: auto;
	background: none;
}
#content #contentFrame #contentRight {
	float: none;
	border: none;
	width: auto;
}

#content #contentFrame #pictureLeft {
	display: none;	
}

#content #contentFrame {
	height: auto;
}
#contentScroll {
	width:auto;
	height:auto;
	float: none;
	overflow: visible;
}

}
*/


