html, body { height:100%; }

body { background:#FFF; }

body, select, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}

a:link, a:active, a:visited {
	color:#000;
	text-decoration:none;
	border-bottom:1px dotted #000;
}

.optionLabel
{
	text-align:center;
	color:#d1b100;
	font-size:1.4em;
	font-weight:bold;
	height:1.5em;
	background-color:#006500;
}

.optionLabel input
{
	text-align:center;
	border:none;
	color:#d1b100;
	font-size:1em;
	font-weight:bold;
	height:1.5em;
	background-color:#006500;
}
.optionLabel input:hover
{
	color:white;
}


a:hover {
	color:#006500;
	text-decoration:none;
	border-bottom:1px solid #000;
}

a.noLine:link,a.noLine:active,a.noLine:visited,a.noLine:hover {
	text-decoration:none;
	border:none;
}

h4 {
	font-size:12px;
	font-weight:bold;
}

legend {
	color:#000;
	font-weight:bold;
}

ul { list-style:square; }

select, select.altSelect {
	font-size: 11px;
	color:#000;
	background-color:none;
}

textarea {
	font-size:11px;
	background-color:none;
}

label { cursor:pointer; }


fieldset {
	-moz-border-radius:8px;
}

fieldset.table {
	padding-bottom:70px;
}

#header {
	background-color:#FFF;
	background-image: url('../images/logo.png');
	background-repeat:no-repeat;
	background-position:10px 1px;
	border-bottom:5px solid #d1b100;
}

#header h1 {
	color:#d1b100;
	font-size:32px;
	font-weight:bold;
}

div.menu {
	border-right:1px solid #FFF;
	background-color:#FFF;
}

div.menuHeader {
	color:#FFF;
	cursor:pointer;
	border:none;
	background-color:#006500;
	font-size:11px;
	font-weight:bold;
}

input.menuItem {
	color:#000;
	cursor:pointer;
	text-align:left;
	font-size: 11px;
	background:none;
	border:none;
}

input.menuItem:hover {
	color:#006500;
}

div.navBar,div.navBar_full {
	line-height:21px;
	background:#d1b100;
	border-bottom:5px solid #d1b100;
}

div.navBarFormTitle, div.navBarUserDate {
	color:#FFF;
}

div.navBarFormTitle {
	font-weight:bold;
}

div.navBarFormTitle > input {
	background:none;
	font-weight:bold;
	color:#FFF;
	border:none;
	cursor:pointer;
}

h3.contentHeader {
	background-color: #006500;
	border:1px solid #006500;
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	line-height:6px;
}

input.button {
	background-color:#FFF;
	color:#000;
	border:1px solid #000;
	cursor:pointer;
}

/*input.formInput {
	background:none;
	border:1px solid white;
	color:#FFF;
	cursor:pointer;
	*margin-left:-170px;
}

input.tableInput {
	background:none;
	border:1px solid white;
	color:#FFF;
	cursor:pointer;
}*/

input.inputEntry { color:#000; }

input.inputEntryAlt { color:#000; }

div.inputText {
	font-weight:bold;
	line-height:16px;
}

.floatLeft { float:left; }

.clear { clear: both; }


div.outerFilterButton {
	text-align:right;
}

div.filterDropdown {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-color:#000;
	background-color:#FFF;
}

div.outerFilterButton h4 {
	font-size:11px;
	color:#FFF;
}

div.outerFilterButton h4 a {
	color:#FFF;
}

div.outerFilterButton h4 a:link,
div.outerFilterButton h4 a:visited,
div.outerFilterButton h4 a:active,
div.outerFilterButton h4 a:hover {
	color:#FFF;
}

ul.listHeader {
	text-align:right;
	font-weight:bold;
}

ul.listHeader, ul.listText {
	list-style:none;
}

div.iconRequired {
	width:16px;
	height:16px;
	background: url(../../icons/pencil.png);
	float:left;
	margin:5px 0 0 5px;
}

/* Form legend fieldset */
fieldset.legend > ul {
	list-style:none;
}


fieldset.errorArray > ul > li > label {
	font-weight:bold;
	cursor:pointer;
}

fieldset.errorArray > ul > li > label:hover {
	color:#336699;
}
