@import url(menu_style.css);
body, body.sidebar {
	background-color : #CCCCCC;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : normal;
	color : #CCCCCC;
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0px;
	background-image: url(../images/bg1.jpg);
}
.bg_top {
	background-image: url(../images/bg_top.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.bg_left {
	vertical-align: top;
	background-image: url(../images/bg_left_side.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.bg_right {
	vertical-align: top;
	background-image: url(../images/bg_right_side.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.box_body {
	background-color: White;
	vertical-align: top;
	padding-bottom: 15px;
}
.box_body2 {
	border-left: 2px solid #CCCCCC;
	padding-left: 20px;
	padding-right: 20px;
}
.box_gray1 {
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_gray2 {
	background-color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
}
.box_tan {
	background-color: #EFE9CC;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.box_header {
	background-image: url(../images/header.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
.box_footer {
	padding-top: 15px;
	padding-bottom: 15px;
}
.menu_link, .menu_link:Link, .menu_link:Visited {
	color: White;
	text-decoration: none;
}
.menu_link:Hover {
	color: #D7C479;
}
.menu_box {
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(../images/menu_line.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-left: 30px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #B08F00;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	color: #666666;
}
h3 {
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	color: #555555;
	margin-top: 0px;
}
hr {
	height: 2px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px solid #CCCCCC;
}
TD, A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #666666;
	line-height: 18px;
	font-weight: normal;
}
A, A:Link, A:Visited {
	color: #B08F00;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #EABC00;
}
table.form {
	border-collapse: collapse;
	width: 100%;
	margin-top: 10px;
}
.red {
	color: Red;
}
.formfield-disabled {
	background-color: #FFFFD2;
	border: 1px solid #AFAFAF;
}