body {
	font: 10pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:link, a:visited, a:hover, a:active {
	font: 10pt 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

label {
	font-weight: bold;
	display: block;
	white-space: normal;
	padding: 3px;
}

label:hover {
	/*background: #f5ff95; */
	/*border: 1px solid #cccccc;*/
	border-spacing: 0px;
	background: #2f3f7c;
	color: #ffffff;
}

legend {
	font-weight: bold;
	font-size: 1.25em;
	color: #2f3f7c;
}

fieldset fieldset legend {
	font-size: 1em;
}

input, textarea {
	margin-bottom: 6px;
}

.required {
	color: #800000;
}

.error {
	color: red;
}

fieldset {
	border: 1px solid #999999;
	margin-bottom: 8px;
	margin: 8px;
	padding:  6px;
	background: #e6e6e6;
	display: inline;
	float: left;
}

fieldset fieldset {
	border: 1px solid #999999;
	margin-bottom: 8px;
	background: #cccccc;
	display: inline;
	/*clear: both*/;
}

fieldset fieldset p {
	font-size: .75em;
	display: block;
}

fieldset#control {
	clear: both;
	display: block;
	width: 90%;
	text-align: center;
}

fieldset.make, fieldset.service {
	float: none;
}

fieldset.make label, fieldset.service label {
	display: inline;
	font-size: .9em;
}

fieldset.make legend, fieldset.service legend {
	font-size: .9em;
}

#adminArea {
	background: #ffc0b5;
}

.betterTable th {
	background: #2f3f7c;
}

td, th {
	padding: 4px;	
}

tr {
	text-align: left;
	vertical-align: top;
}

#headerold {
	background: #a5b6f7;
	padding: 5px;
	color: #a95120;
	border: thick solid #000000;
	font: italic bold 40px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	vertical-align: middle;
	margin: 5px;
	width: 600px;
	_height:1%;
  	overflow:auto;
	letter-spacing: -2px;
}

#header {
	margin: 20px;
	padding: 0px;
	overflow: auto;
}

#header img {
	float: left;
	padding-right: 20px;
}

#footer {
	margin: 10 auto;
	padding: 10 auto;
	font-size: 1em;
	clear: both;
	text-align: left;
	/*border-top: 1px dashed #999999;*/
}

#content {
	border-right: 1px solid #bbc4d4;
	border-left: 1px solid #bbc4d4;
	margin: 20px 70px 20px 70px;
	padding: 0 20px 5px 20px;
	overflow:auto;
}

* html #content {
	border-right: none;
}


/*h1 {
	color: #1a4273;
	letter-spacing: -.03em;
	text-transform: none;
	font-variant: small-caps;
	font-weight: bold;
}

h5 {
	text-align: left;
}*/

img {
	border: none;
}

.nostyle, .nostyle:link, .nostyle:visited, .nostyle:hover, .nostyle:active {
	border: none;
	background: none;
}

/* Override the slider background color*/ 
.dynamic-slider-control {
	background-color: transparent;
}