/* CSS Document */


<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: underline;
	font-size: 12px;
	color: #0066CC;
	
}
a:visited {
	text-decoration: underline;
	font-size: 12px;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	font-size: 12px;
	color: #0066CC;
}
a:active {
	text-decoration: underline;
	font-size: 12px;
	color: #0066CC;
}
.style5 {font-size: 10px}

.formBlack {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
.formWhite {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}
.formWhite10px {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-align:left;
}

.formBlack10px {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

.border {border:#000000 solid 1px;}

.borderDashed {border:#000000 dashed 1px;}





/* Calendar Popup */


#calendarDiv {
	display: block;
	display: none;
	position: relative;
	border: 1px solid #777;
}
#calendarDiv a {
	cursor: pointer;
}
#calendar {
	background: #ddd;
	clear: both;
	text-align: center;
	font-size: 105%;
}
#calendar, #linksTable {
	width: 180px;
}
#calendar .calendarHeader {
	background: #333;
	border-bottom: 1px solid #444;
	color: #fff;
}
#calendar .weekDaysTitleRow {
	background: #777;
	color: #fff;
}
#calendar .weekDaysRow {
	background: #eee;
	color: #666;
}
#calendar .weekDaysCell {
	color: #000;
	border: 1px solid #ddd;
}
#calendar .weekDaysCellOver {
	background: #fff;
	border: 1px solid #777;
}
#closeCalender {
	position: absolute;
	right: 0;
	bottom: 100%;
	margin-bottom: 1px;
	display: block;
	padding: 2px;
	cursor: pointer;
	font-size: 75%;
	color:white;
	background-color:black;
}
#closeCalender:hover {
	background: #000;
	color: #fff;
}
#linksTable {
	background: #000;
}
#linksTable a {
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 80%;
	padding: 2px 5px;
}
#linksTable a:hover {
	background: #ddd;
	color: #333;
}
#prevMonth {
	float: left;
}
#nextMonth {
	float: right;
}
#today {
	background: #999;
}

INPUT, SELECT, TEXTAREA
{
   color : #000;
   font-family : verdana, arial, helvetica;
   font-size : 12px;
 border:1px #A5ACB2 solid;
 padding:3px;
}

INPUT.submit
{border:1px #000 solid;   
   background-color :red;
   font-size: 10px; width:95px;
}

-->
