
body { font: 11px arial, sans-serif; color: rgb(88,88,90); margin: 0; padding: 0; background: #fff; }

h1 { font-size: 14px; color: rgb(88,88,90); font-weight: normal; }
h2 { font-size: 14px; color: rgb(244,154,0); font-weight: normal; }
h3 { font-size: 11px; color: rgb(0,0,0); font-weight: normal; }
h4 { font-size: 13px; color: rgb(244,154,0); font-weight: normal; }
h5 { font-size: 12px; color: rgb(88,88,90); font-weight: normal; }
h6 { font-size: 12px; color: rgb(88,88,90); font-weight: bold; }

a { color: rgb(244,154,0); text-decoration: none; }
a:hover { text-decoration: underline; }

fieldset {
	border: none;
	border-top: 1px solid rgb(106,173,192);
	padding-left: 10px;
}

legend {
	font: normal 150%/2.5 "Arial Narrow", arial, sans-serif;
	color: rgb(106,173,192);
	padding: 0 10px;
}

form { line-height: 2em; }
form p { line-height: 1.5em; }

input, 
select, 
textarea { 
	font: 1em/1 Verdana, Helvetica, sans-serif; 
	color: #333; 
	padding: 0.2em; 
	background-color: #FFF;
	border: 1px solid #ccc;
}


option { padding-right: 10px; }

label { padding: 0.5em 0; display: block; clear: left; }

hr { border: none; border-top: 1px solid rgb(197,198,200); }

.right_padding { padding-right: 20px; }
.left_padding { padding-left: 20px; }

* html ul li { /* height: 1%; border: 1px solid red;*/ }


/* Forms */

.wrap_form { width:99%; }

legend span {
	font-family: arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: rgb(177,178,180);
}

label .title { width: 11em; height: 100%; float: left; margin-right: 1em; text-align: right; }
label .input {	float: left; padding-right: 1em; }
label .alert { margin-top: 0em; }

fieldset input.button { width: auto; margin: 0; }

.checkbox { display: block; margin-bottom: 0.3em; }
.checkbox input { margin-right: 0.5em; }

.date { float: left; margin-right: 1em; }
.date select { width: auto; }

.fixed_width_font { width: 30px; }
.checkbox input, .radio input { width: auto; border: none; }

span.radio { margin-right: 1em; }

.alert { color: #FF0000; }

input.button {
	background: rgb(135,136,137);
	border: none;
	color: #FFF;
	cursor: pointer;
	width: auto;
	padding: 0 6px 2px 1px;
	font-size: 90%;
}

input.button:focus {
	border: none;
}

.fixed_width_font { font-family: Lucida Console, Courier New, Courier, monospace; font-size:1em; line-height:1.75em; }

input.fixed_width_font { line-height:1em; }

/* Layout */

#print { margin-bottom: 1em; text-align: right; }
#print img { border: none; }

#wrap { width: 1049px; min-width: 1049px; }
#container { width: 886px; float: left; }

#office_login { padding: 5px 10px; color: #fff; text-decoration: underline; }
#office_login a { color: #fff; }

#header { display: none; }
#header_bottom { display: none; }

#content { background: #fff; }
#page { padding: 20px; }

#footer { background: rgb(156,157,159); color: rgb(214,213,209); padding: 5px 10px; margin-top: 4px; }
#footer #righty {float:right;}
#footer a { color: rgb(214,213,209); text-decoration: none; margin-top: -18px; }
#footer>a { color: rgb(214,213,209); text-decoration: none; margin-top: -12px; }  
#footer a:hover { text-decoration: underline; }


/* First navigation (horizontal) */
#nav-first { display: none; }

/* Second navigation */
#nav-second { display: none; }

/* members login panel */
#members_menu { display: none; }
/* Response */

#response { color: #b9131d; font-weight: bold; border: 1px solid #b9131d; padding: 5px 10px; background-color: #ecafb0; margin-bottom: 1em; }

#rightcol { display:none; }


/* Search page */

#search #content h3 { padding-top: 1em; }

.search-keyword { background-color: #D1EFB3; border: 1px solid #AEDF7D; padding: 0 0.2em; }

.disabled { color: #999; }