body, td, p, .button, .input {
	font-family: "Arial",arial,helvetica,sans-serif;
	font-size: 9pt;
	color:#333333;
}

ul, li {
	list-style-position : inside;
}

P, UL, LI, HR {	
	margin: 0px 0 0px 0;
}

.contentPage li {
	list-style-position : outside;
}

.contentPage ul {
	padding-left: 30px;
}

#infobox .title, .module .title {
	color: #FFFFFF;
	font-size: 11pt;
}

#infobox .subtitle {
	color: #009966;
}

.highlighted {
	color: #009966;
}

#content .page_title {
	font-size: 1.5em;
}

#content .div .title {
	font-size: 1.2em;
}

/* #content .text form, #content .text form td {
	line-height: 200%;
} */

#content .key {
	padding-right: 10px;
	vertical-align: top;
}

a, a:hover, .button {
	color: #333333;
	text-decoration: none;
}

a:hover, .button.hover, a.active {
	color: #009966;
}

#menu .menu_head {
	font-size: 1.3em;
	margin: -5px 0 5px -5px;
}

#menu ul {
	margin-left: 0px;
	padding-left: 0px;
}

#foot_menu a {
	color: #FFFFFF;
	font-size: 10pt;
}

#foot_menu a:hover {
	color: #333333;
}

.highlighted {
	color: #009966;
}

#content .floating.text {
	padding: 20px 60px 10px 40px;
}

.hr_line_small {
	border-top: 1px dashed #D8DBE0;
	height: 4px;
	width: 100%;
	clear: both;
}

hr {
    border: 0px solid white;
	border-top: 1px dashed #D8DBE0;  
	margin: 7px 0 7px 0;
	width: 90%;
	clear: both;
    margin-left: 20px;
}

.hr_line {
	border-top: 1px dashed #D8DBE0;
	height: 4px;
	margin: 5px 0px 5px 0px;
	width: 100%;
	clear: both;
}

.input {
	border: 1px solid #999999;
}

input.input {
	padding: 0px 2px 0px 3px;
}

.input.active {
	border: 1px solid #333333;
}

.button {
	background-color: transparent;
	border-top: 0px;
	border-left: 0px;
	padding: 2px 2px 2px 15px;
	margin: 2px;
	border-bottom : 1px dashed #999999;
	border-right : 1px dashed #999999;
	cursor : pointer;
}

.button.hover, .button:hover {
	border-bottom-color : #000000;
	border-right-color : #000000;
}

.button.light {
	border-bottom-color : #FFFFFF;
	border-right-color : #FFFFFF;
}

.error_message {
	color: red;
}

.checklist_title {
	font-weight: bold;
	margin-top: 5px;
}

.checklist {
	list-style: none;
	padding-left: 10px;
}

.quicksearch span {
	color: #009966;
	font-weight: bold;
	margin-right: 5px;
}

.quicksearch {
	list-style: none;
}

.quicksearch li {
	padding: 5px;
	text-align: right;
}
