/* CSS Document */
 body{
 FONT-SIZE: 12px;
 background-color: #FFFFFF;
 	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
 	SCROLLBAR-3DLIGHT-COLOR: #d4d3d8;
 	SCROLLBAR-ARROW-COLOR: #cccccc;
 	SCROLLBAR-TRACK-COLOR: #d4d3d8;
 	SCROLLBAR-BASE-COLOR: #fafafa;
 }
.STYLE1 {font-size: 12px}
.STYLE3 {font-size: 12px; color: #FFFFFF; }
.STYLE2 {font-size: 12px; color:#c8c8c8;}
.STYLE7 {font-size: 12px; color:#FEC167;}
.STYLE4 {font-size:15px; color:#6f6f70;}
.STYLE8 {font-size:15px; color:#ECC731;}
.STYLE5 {
	font-size:12px;
	color:#6f6f70;
	line-height: 22px;
}
.Style6 {font-size:12px; color:#a1b6ca;}
.Style10{
CURSOR: hand; COLOR: #000000; 
font-size:12px;
}
a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	
}

a.date-picker {
	width: 16px;
	height: 16px;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	overflow: hidden;
	cursor: pointer;
	background: url(calendar.png) no-repeat; 
}
a.date-picker span {
	margin: 0 0 0 -2000px;
}
div.date-picker-holder, div.date-picker-holder * {
	margin: 0;
	padding: 0;
}
div.date-picker-holder {
	position: relative;
}
div.date-picker-holder input {
	float: left;
}
div.popup-calendar {
	display: none;
	position: absolute;
	z-index: 2;
	top: 0;
	left: -16px; /* value for IE */
	padding: 4px;
	border: 1px solid #caccca;
	background: #375228;
	color: #ECC731;
	overflow:hidden;
	width: 163px;
}
html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}
div.popup-calendar div.link-close {
	float: right;
}
div.popup-calendar div.link-prev {
	float: left;
}
div.popup-calendar h3 {
	font-size: 1.3em;
	margin: 2px 0 5px 3px;
}
div.popup-calendar div.link-next {
	float: right;
}
div.popup-calendar div a {
	padding: 1px 2px;
	color: #000;
}
div.popup-calendar div a:hover {
	background-color: #000;
	color: #eeeeee;
}
div.popup-calendar table {
	margin: 0;
}
* html div.popup-calendar table {
	display: inline;
}
div.popup-calendar table th, div.popup-calendar table td {
	background: #95808b;
	width: 21px;
	height: 17px;
	text-align: center;
}
div.popup-calendar table td.inactive {
	color: #aaa;
	padding: 1px 0 0;
}
div.popup-calendar table th.weekend, div.popup-calendar table td.weekend {
	background: #95808b;
}
div.popup-calendar table td a {
	display: block;
	border: 1px solid #eee;
	width: 19px;
	height: 15px;
	text-decoration: none;
	color: #000000;
}
div.popup-calendar table td.today a {

	border-color: #ECC731;
	
}
div.popup-calendar table td a.selected, div.popup-calendar table td a:hover {
	background: #c2fbc7; 
	color: #95808b;
}
.xw3ct {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; COLOR: #004195; PADDING-TOP: 10px; TEXT-ALIGN: center
}.xw3ct1 {
	FONT-SIZE: 12px; COLOR: #004195; TEXT-ALIGN: center
}
.t1 {
	FONT-SIZE: 12px; COLOR: #333333
}