/* CSS Document */

body {
	margin:0px;
	background-color:#A4BF95;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/mainbg_v2.jpg);
	background-repeat:repeat-y;
}

table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	vertical-align:top;
}
p, ol, li {
	line-height:18px;
}
font {
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
h3 {
	font-size:14px; 
	font-weight:bold;
	margin-bottom:-4px;
}
h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	padding:1px;
	width:100%;
	border-bottom:#CCCCCC 1px solid;
	margin-bottom:4px;
}
a {
	text-decoration:none;
	color:#5A693D;
}
a:hover { 
	text-decoration:underline;
	color:#990000;
}
.footer_menu {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; 
	color:#797979;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.footer_menu:hover {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; 
	color:#990000;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:1px;
}
.menu_title {
	border-bottom:#CCCCCC 1px solid; 
	text-align:center; 
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#437F37;
	font-weight:bold;
	padding:5px;
}
.main_menu {
	font-family:"Times New Roman", Times, serif;
	font-size:14px; 
	color:#797979;
	font-weight:bold;
	text-decoration:none;
}
.main_menu:hover {
	text-decoration:underline;
	color:#990000;
}
.main_sub_menu {
	font-family:"Times New Roman", Times, serif;
	font-size:11px; 
	color:#797979;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:1px;
}
.main_sub_menu:hover {
	text-decoration:underline;
	color:#990000;
}
.menu_sel {
	font-family:"Times New Roman", Times, serif;
	font-size:15px; 
	color:#437F37; /*#9D5F00;*/
	font-weight:bold;
	text-decoration:none;
	text-align:center; 
	padding:5px;
}
.sub_menu_sel {
	font-family:"Times New Roman", Times, serif;
	font-size:11px; 
	color:#437F37; /*#9D5F00;*/
	font-weight:bold;
	text-decoration:none;
	text-align:center; 
	padding:5px;
	letter-spacing:1px;
}
.page_title {
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#5A693D;
	font-weight:bold;
	padding:1px;
	padding-top:5px;
	width:100%;
	border-bottom:#CCCCCC 1px solid;
}
.page_sub_title {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#555555;
	font-weight:bold;
	padding:1px;
	width:100%;
}
.main_page_box {
	background-image:url(../images/main_page_box_bg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center;
	color:#A46200;
	font-weight:bold;
	font-size:12px;
	vertical-align:middle;
	height:100px;
	width:255px;
	overflow:hidden;
	padding-top:10px;
	margin-left:25px;
}
.bordered {
	border:#333333 1px solid;
}
.yesboxchecked {
	width:19px;
	height:21px;
	background-image:url(../images/chk_yes.jpg);
	cursor:pointer;
}
.noboxchecked {
	width:19px;
	height:21px;
	background-image:url(../images/chk_no.jpg);
	cursor:pointer;
	background-position: 0px -1px;
}
.boxunchecked {
	width:19px;
	height:21px;
	background-image:url(../images/chk_none.jpg);
	cursor:pointer;
}
.hidden_warning {
	visibility:hidden;
	height:1px;
	overflow:hidden;
	padding:10px;
	position:absolute;
	top:0px;
	left:0px;
}
.sasmessagebox {
	border:#006600 3px double;
	font-weight:bold;
	color:#990000;
	padding:10px;
	visibility:hidden;
}
.gridbox {
	border-collapse:collapse;
	border:#AFAFAF 1px solid;
}
.gridcell {
	border:#AFAFAF 1px solid;
	padding:4px;
}