body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: black;
	background-color: #00A0F0;
	margin: 0px; 
	padding: 10px;
	text-decoration: none;
}

body.frame {
	background-color: white;
}

body.mainbody, body.mainbody #header a {
	color: white;
}

#page-blank {
	background-color: #00A0F0;
}

#content {
	overflow: auto;
}

#header {
	height: 130px;
	width: 100%;
	margin-bottom: 15px;
}

#header #logo {
	position: absolute;
	left: 0;
}

#user-control {
	text-align: right;
}

a {
	color: #003466;
	text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: none;
}

a.active {
	color: #555;
	text-decoration: none;
}

a.basecolor {
	color: black;
}

.nobr {
	white-space: nowrap;
}

.pct100 {
	width: 100%;
}

fieldset.error {
	border: 2px solid red;
}

input.error {
	background-color: #FFAAAA;
}

#error  {
	font-weight: bold;
	color: red;
}

p.error, span.error, label.error {
	font-weight: bold;
	color: red;
}

label.error {
	margin-left: 10px;
}

.ui-button, .clickable {
	cursor: pointer;
}

.highlight {
	font-weight: bold;
}

.hidden {
	display: none;
}

form .row {
	margin-bottom: 5px;
}

form .row .left {
	display: inline-block;
	font-weight: bold;
	padding-top: 5px;
}

form .row .right {
	display: inline-block;
}

.bold {
	font-weight: bold;
}

.cell {
	display: inline-block;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.normal {
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

fieldset {
	border: 1px solid gray;
	padding: 10px;
	padding-top: 5px;
	margin-bottom: 15px;
}

iframe {
	border: 2px inset gray;
}

li.row .ui-icon {
	vertical-align: middle;
}

li.row {
	padding: 0;
	margin: 0;
}

.even {
	background-color: #C9DCF3;
}

span.ui-icon {
	vertical-align: middle;
	display: inline-block;
}

p {
	padding-bottom: 10px;
}

p:last-child, p.last {
	padding-bottom: 0;
}

#legend .spacer {
	margin-left: 15px;
}

#legend img {
	vertical-align: middle;
}

.middled {
	vertical-align: middle;
}

.mover, .moveup, .movedown {
	float: left;
}

.cdate {
	width: 75px;
}