body, input, select, textarea, table {
font-family:verdana;
font-size:10px;
}

body {
	margin-top: 0px;
}

.white {
color:#FFFFFF;
}

.black {
color:#000000;
}


.blue {
color:#336799;
}
/*
.red {
color:#FF0000;
}
*/

.font_bg {
color:#AEBB87;
}

#menu a {
color: #000000;
text-decoration: none;
}

#menu a:hover{
text-decoration:underline;
}

#white_green a {
color: #ffffff;
text-decoration: none;
}

#white_green a:hover{
text-decoration:underline;
}

#green_white a {
color: #AEBB87;
text-decoration: none;
}

#green_white a:hover{
text-decoration:underline;
}

/*date picker style*/
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 18px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
/*date picker style*/

.styleBody{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#000000;
}

.styleSubBody {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color:#000000
}

.styleFooter{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color:#CCCCCC;
}

.styleTitle {
	color: #0000FF; 
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
}

.styleSubTitle {
	font-family: Arial, Helvetica, sans-serif; 
	color: #0000FF; 
	font-size: 10px;
}

.styleTableTitle {
	background-color:#6599FF;
	font-size: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}