body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
.header2 {
	background-color: #999999;
}
legend {
	font-weight: bold;
	color: #0000FF;
}

.header3 {
	background-color: #DDDDDD;
}
.text_green {
	color: #009900;
}
.text_orange {
	color: #FF6600;
}


.header4 {
	background-color: #EEEEEE;
}
.body_bg {
	background-color: #F4F4F4;
}

.header1 {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: underline;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	padding: 0;
	margin: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(/office/images/bullet_white.gif) no-repeat left center;	list-style-type: none;
	margin-left: -40px;
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 20px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #FFFFFF url(/office/images/bullet_arrow_down.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left: 36px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}.f10px {
	font-size: 10px;
}
.control {
	cursor: hand !important;
	cursor: pointer !important;
}
#loading {
	background-color: #FFF;
	height: 100px;
	width: 195px;
	position: relative;
	border: 2px solid #666;
	margin-left: auto;
	margin-right: auto;
	margin-top:300px;
}

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; } 