.outerTable {
	background-color: #D5EAFF;
	border: thin solid #000000;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
label {
	font-weight: bold;
}
.kilowatts {
	font-size: large;
}
.mainInput {
	font-size: large;
	font-weight: bold;
}
th {
	font-size: medium;
	text-decoration: none;
}
h1 {
	text-transform: uppercase;
	font-size: 13.5pt;
}

div.fieldset {
	border:  1px solid #afe14c;
	margin: 4px 0;
	padding: 4px 10px;
}
div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -10px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}

div.flash {
	width: 375px;
	margin: 1px 5px;
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;
}
ul,il {
	display: block;
	list-style-type: none;
	}
#divStatus{
	margin:0;
}

#imageFloatContainer {
	margin-top:10px;
	margin-left: -10px;
	min-height:420px;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	width:180px;
}
div.paging div.disabled {
	color: #ddd;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}
