a:link, a:active, a:visited {
	font-family: Tahoma, Arial;
	color: #FF5A00;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma, Arial;
	color: #FF5A00;
	text-decoration: underline;
	font-size: 11px;
	font-weight: normal;
}
BODY {
	font-weight: normal;
	background-color: #C4CED5;
}
TD {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #444451;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #319CFA;
}
.red {
	color: #A20000;
}
.px11 {
	font-size: 11px;
}
.grey {
	color: #9C9C9C;
	font-weight: normal;
}
.green {
	color: #B6EB00;
}
.orange {
	color: #FF5A00;
}


/*NEW*/

body {
	margin: 0px;
	padding: 0px;
	cursor: default;
	background-color: #FFFFFF;
	background-image: url(images/menuback.gif);
	background-repeat: repeat-y;
	background-position: left;


}

.titlearea {
	background-color: #C5CED5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ADBDC2;
	height: 69px;
	background-image: url(images/pagetitle.gif);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	text-align: right;


}
.subtitlearea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #474E54;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #DAE7EB;
	border-bottom-color: #52676E;
	width: 100%;
	text-align: left;
	padding: 15px;
	height: 40px;
}

.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #FFFFFF;
}

.footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #03445E;
	height: 40px;
	width:600px;
}
.footer a{
	color: #03445E;
	text-decoration:none;
}

.menuheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #467082;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #658D9E;
	height: 24px;
	padding-left: 12px;

}
.menucontent {
	background-color: #5C8596;
	padding-top: 7px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #DEE7EA;
}
.menucontent a{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.menudropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #03445E;
	width: 145px;
	font-size: 11px;
	margin-bottom: 8px;
	background-color: #E0EFF5;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
}
.menutextfield {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #03445E;
	width: 100px;
	height: 20px;
	font-size: 11px;
	background-color: #E0EFF5;
}
.menusubmitbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #235B72;
	font-size: 11px;
	background-color: #E9B12E;
}
.menubuttonarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #467082;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #658D9E;
}
.menubutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204456;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #87ADBD;
	height: 30px;
	cursor:hand;
	background-color: #467082;
}
.menubuttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204456;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #87ADBD;
	height: 30px;
	cursor:pointer;
	background-color: #396274;
	cursor:hand;
}

.menubuttonexpand {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204456;
	height: 30px;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;

}
.menubuttonexpandover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #204456;
	height: 30px;
	background-image: url(images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	cursor:pointer;
	background-color:#396274;
	cursor:hand;
}
.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #7A9AA8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #467082;
	height: 25px;
	padding-left: 12px;
	cursor:pointer;
}
.submenuover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #678998;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #467082;
	height: 25px;
	padding-left: 12px;
	cursor:pointer;
}
.contentarea {
	padding: 15px 15px 30px;
}
.pageheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #EFA300;
	padding: 10px 15px 5px;
	height: 50px;
}

.pageheading a{
	font-size: 11px;
	font-weight: normal;
	color: #03445E;
	text-decoration:none;

}
.pagesubheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #EFA300;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 50px;
	height: 30px;
}
.tableheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #03445E;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8EA;
	cursor: hand;
	width: 585px;
	margin-top: 20px;
	padding-bottom:10px;

}
.tableheadingnoline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #03445E;
	height: 40px;
	cursor: hand;
	width: 585px;
	margin-top: 20px;
	padding-bottom:10px;

}
.tableheading span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	padding-left:40px;
	
}

.tableproperties {
	margin-top: 20px;

}
.cursorstyle {
	cursor: hand;
}
.actionlistrows {
	background-color: #EEF3F4;
	cursor:hand;
}
.actionlistrows td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.actionlistrows a{
	Text-decoration:none;
	color: #03445E;
}

.actionlistrowsover {
	background-color: #79A9B9;
	cursor:hand;
}
.actionlistrowsover td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #79A9B9;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.actionlistrowsover a{
	color: #FFFFFF;
	text-decoration:none;
}
.actionlistrows div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.actionlistrowsover div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.actionlistrowcolor {
	background-color: #DFE8EA;
}
.actionlistleadno {
	background-color: #DFE8EA;
	width: 44px;
}
.actionlistname {
	
}
.actionlistplace {
	width: 94px;
	background-color: #DFE8EA;
}
.actionlistcode {
	width: 64px;
	white-space: nowrap;
}
.actionlistdate {
	width: 79px;
	white-space: nowrap;
	text-align: right;

}
.actionlistagent {
	width: 134px;
	background-color: #DFE8EA;
}

.actionlistbutton {
	width: 70px;
	background-color: #ffffff;
	padding:0px;
}
.actionlistbutton input{
	width: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #235B72;
	background-color: #E9B12E;
}

.descriptions {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #03445E;
	height: 22px;
	padding-left: 3px;

}
.tableheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #03445E;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8EA;
	cursor: hand;

}
.formtable tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03445E;
	font-weight: normal;
	background-color: #EEF3F4;
	
}
.formtable td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;


}
.formtablenobottom tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03445E;
	font-weight: normal;
	background-color: #EEF3F4;
	
}
.formtablenobottom td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;


}
.formtext {
	font-weight: normal;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;

}
.formtable {
	margin-top: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8EA;
	width: 585px;
}
.formtabletextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03445E;
	height: 22px;
	width: 186px;
	margin: 0px;
	padding: 0px;
}
.dayyeardropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	height: 22px;
	width: 48px;
	margin: 0px;
	padding: 0px;

}
.monthdropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	height: 22px;
	width: 82px;
}
.fulldropdown {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	height: 22px;
	width: 186px;
}
.diarynote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #03445E;
	height: 100px;
	width: 480px;
}
.formbuttonsbold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #FF5A00;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;


}
.formbuttonsplain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	height: 20px;
	background-color: #FF5A00;
	margin-top: 20px;
	width: 100px;
	margin-right: 0px;
}
.modifybutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #488EAB;
	height: 20px;
	width: 79px;
	margin-right: 1px;


}
.listrows {
	background-color: #EEF3F4;
}
.listrows td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.listrowsover {
	background-color: #79A9B9;
}
.listrowsover td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #79A9B9;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.listrows div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.listrowsodd {
	background-color: #DFE8EA;
}
.listrowsextra {
	background-color: #ffffff;	
}
.listrowsextra span{
		
}

.pagebuttons {
	font-family: Arial, Helvetica, sans-serif;
	
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 100px;
	background-color: #74A9BF;
}
.pagebuttonarea {
	background-color: #FFFFFF;
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-right: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5E1E3;
}
.menu {
	width: 170px;
	float: left;

}
.content {
	width: 600px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: absolute;
	left: 170px;
	top: 116px;

}

.content2 {
	width: 820px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: absolute;
	left: 170px;
	top: 116px;

}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
.readonlyinput 
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	background-color: #000000;
	border:0;
}
.rowtitle1st {
	text-align: left;
	vertical-align: top;
	width: 110px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	background-color: #DFE8EA;
	white-space: nowrap;

}



.rowtitle2nd {
	text-align: left;
	vertical-align: top;
	width: 110px;
	padding-top: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #DFE8EA;
	white-space: nowrap;



}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.calendarbox {
	width: 146px;
}
.formbuttons {
	background-color: #FFFFFF;

}
h1 {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #EFA300;
	text-transform: capitalize;

}
h3 {

	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #03445E;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8EA;
	cursor: hand;
	width: 585px;
	margin-top: 20px;
}
.formtablenobottom {

	margin-top: 1px;
	width: 585px;
}
.formbuttonsline {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFE8EA;

}
.rowbutton {
	background-color: #FFFFFF;
	padding: 0px;
	width: 80px;
}
.row {

	text-align: left;
	vertical-align: top;
	width: 110px;
	padding-top: 3px;
	padding-left: 3px;
}
.rows {
	background-color: #EEF3F4;
}
.rowsover {
	background-color: #79A9B9;
	cursor:hand;
}
.rows div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.formtext div{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.rows td{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	vertical-align: top;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.rowscolor {
	background-color: #DFE8EA;
}
th {

	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #03445E;
	height: 22px;
	padding-left: 3px;
	padding-right:3px;
	text-align:left;
}
th a{

	color: #03445E;
}
.buttonedit {

	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #235B72;
	background-color: #E9B12E;
}
.buttongrey {


	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.bodylogoin {
	background-color: #F5F8F9;
	background-image: none;
	text-align: center;

}
.loginarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5E0E4;
	border-right-color: #5C8596;
	border-bottom-color: #5C8596;
	border-left-color: #D5E0E4;
	background-color: #FFFFFF;
	padding: 15px;
	width: 350px;
	text-align: left;
}
.warning {
	color: #FF0000;
	font-family: Tahoma, Arial;
	font-size: 12px;

}
.ReadOnlyStyles {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #03445E;
	background-color: #EEF3F4;
	border: none;
	height: 18px;
	margin-top: 1px;
	margin-left:3px;
	cursor:default;
	width:169px;



}

.headerarrows {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #03445E;
	background-image: url(images/linkarrows.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	float: left;
	height: 18px;
	width: 180px;
	padding-left: 12px;
	text-decoration: none;
}
.headerlinks a  {
	text-decoration: none;
}
.headerlinks a:hover  {
	text-decoration: underline;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 300px;
	border: 1px solid black;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #FFFFCC;
	visibility: hidden;
	z-index: 100;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.formtext div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.overflow div {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}
.pagelink {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	height: 22px;
	width: 18px;
	background-image: url(images/page_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;
	margin:1px;
}
.pagenolink {
	font-family: Tahoma, Arial;
	font-size: 11px;
	text-align: center;
	height: 22px;
	width: 18px;
	background-image: url(images/page_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 3px;
	margin:1px;
}
.pagelinks a{
	font-weight: bold;
	color: #03445E;
	text-decoration: none;
}
.pagelinks {
	font-weight: bold;
	color: #03445E;
	text-decoration: none;
}
.tabletopline {
	cursor: hand;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE8EA;

}
.tabletopline td{
	white-space: nowrap;
	
}

.contentreports {

	width: 800px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: absolute;
	left: 170px;
	top: 116px;
}
.reporttotals {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #03445E;
	text-align:right;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #03445E;
	border-bottom-color: #03445E;

}

.reporttotals2 {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #03445E;
	text-align:left;
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #03445E;
	border-bottom-color: #03445E;

}

.searchbutton {
 font-family: Tahoma, Arial;
 font-size: 11px;
 font-weight: bold;
 color: #235B72;
 background-color: #E9B12E;
 text-align: center;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #FFFFFF;
 border-right-color: #000000;
 border-bottom-color: #000000;
 border-left-color: #FFFFFF;
 cursor: hand;
}
.searchbutton td {
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #C0C0C0;
 border-right-color: #808080;
 border-bottom-color: #808080;
 border-left-color: #C0C0C0;
}
 
.searchbuttonclick {
 font-family: Tahoma, Arial;
 font-size: 11px;
 font-weight: bold;
 color: #235B72;
 background-color: #E9B12E;
 text-align: center;
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #000000;
 border-right-color: #FFFFFF;
 border-bottom-color: #FFFFFF;
 border-left-color: #000000;
 cursor: hand;
}
.searchbuttonclick td {
 border-top-width: 1px;
 border-right-width: 1px;
 border-bottom-width: 1px;
 border-left-width: 1px;
 border-top-style: solid;
 border-right-style: solid;
 border-bottom-style: solid;
 border-left-style: solid;
 border-top-color: #808080;
 border-right-color: #C0C0C0;
 border-bottom-color: #C0C0C0;
 border-left-color: #808080;
}
@media print
{
#Menu_TABLE1 {display:none;}
.contentreports {left: 10px;padding-left: 0px;}
body {background-image: none;}
}
.bdpLite {
	overflow: hidden;
	height: 22px;
	width: 169px;
}
