body {
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #E6E6E6;
	margin: 0;
}
#mainbody {
	background: #fff;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	border-left: solid 1px #666;
	border-right: solid 1px #666;
	border-bottom: solid 1px #666;
}
#mainbodymargin {
	padding: 20px 20px 10px 20px;
}
#logo {
	float: left;
	width: 960px;
	padding-bottom: 15px;
}
h1 {
	font: bold 21px helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
h2 {
	font: normal 12px helvetica, sans-serif;
	padding: 0 0 15px 0;
	margin: 0;
}
h3 {
	font: bold 12px arial, sans-serif;
	margin: 15px 0 0 0;
}
h4 {
	font: bold 12px arial, sans-serif;
	color: #8BC53F;
	margin: 15px 0 0 0;
}
#courtesynav {
	float: right;
	text-align: right;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
#tabsbg {
	clear: both;
	padding: 0;
	margin: 0;
	background: #E6E6E6;
}	
ul#tabs, ul.tabs {
	display: inline;
	margin-left: 0;
	padding-left: 0;
}
ul#tabs li, ul.tabs li {
	list-style: none;
	display: inline;
}
ul#tabs img, .datatable img {
	border: 0;
}
.tabspacer {
	height: 5px;
	font-size: 1px;
	padding: 0;
	margin: 0;
}
a:link, a:visited, a:active {
	color: #1B75BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.tab_off:link, a.tab_off:visited, a.tab_off:active {
	background: #E6E6E6;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 12px arial, sans-serif;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	color: #999;
	text-decoration: none;
}
a.tab_on:link, a.tab_on:visited, a.tab_on:active {
	background: #00A94F;
	padding: 4px 10px;
	margin: 0px 1px 0px 0px;
	font: bold 12px arial, sans-serif;
	border-left: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	color: #fff;
	text-decoration: none;
}
a.tab_off:hover, a.tab_on:hover {
	background: #00A94F;
	color: #fff;
}
.submenu {
	z-index: 200;
	position: absolute;
	visibility: hidden;
}
.submenu ul {
	margin-left: 0;
	padding-left: 0;
}
.submenu li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
.submenu a:link, .submenu a:visited, .submenu a:active {
	display: block;
	background: #1B75BB;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 1px #fff;
	padding: 3px 10px 3px 10px;
}
.submenu a:hover {
	background: #00A94F;
}
#topbar {
	width: 960px;
	height: 25px;
	background: url(../images/topbar.gif) repeat;
	margin-top: 3px;
}
#topnav {
	width: 100%;
	text-align: right;
}
fieldset {
	width: 60%;
	margin-top: 10px;
	padding: 0 10px 15px 10px;
	border: solid 1px #ccc;
}

#fieldset_full {
	width: 90%;
	margin-top: 10px;
	padding: 0 15px 15px 15px;
	border: solid 1px #ccc;
}


fieldset table {
	border-spacing: 0;
	border-collapse: collapse;
}
fieldset table td {
	vertical-align: top;
	padding: 5px 3px 3px 3px;
}
legend {
	font: bold 12px arial, sans-serif;
	color: #000;
}
input#uhStartTime, input#uhEndTime, input#rhStartTime, input#rhEndTime {
	width: 150px;
	border: solid 1px #ccc;
}
select#uhSelectAmount, select#chargeRevenueSelectAmount, select#parkingRevenueSelectAmount {
	width: 153px;
	border: solid 1px #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
}
input#uhAmount, input#chargeRevenueAmount, input#parkingRevenueAmount {
	width: 200px;
	border: solid 1px #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.radio {
	width: auto;
}
.checkbox {
	width: auto;
}
.phone {
	width: 30px;
}
.autowidth {
	width: auto;
}
fieldset textarea {
	width: 360px;
	border: solid 1px #ccc;
	font-family: arial, sans-serif;
	font-size: 12px;
}
.autofields input, .autofields select {
	width: auto;
}
.sectionTitle {
	float: left;
	width: 400px;
	font: bold 12px arial, sans-serif;
	margin: 15px 0 0 0;
}
.sectionLink {
	float: right;
	width: 100px;
	text-align: right;
	margin: 15px 0 3px 0;
}
.contenttable {
	width: 100%;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-spacing: 0;
	border-collapse: collapse;
}

.contenttable th {
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #999;
	border-bottom:solid 1px #999;
	padding: 5px;
}

.contenttable th.last {
	border: 0;
}

.contenttable td {
	vertical-align: top;
	border: solid 1px #999;
	padding: 5px;
}
.contenttable td.last {
	vertical-align: top;
	border: 0;
}

.contenttable td.ticked{
	background-image:url('/coulomb/frontend/images/tick.png');
	background-position-x:left;
	background-repeat:no-repeat;
}

.datatable {
	width: 100%;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: solid 1px #999;
	border-spacing: 0;
	border-collapse: collapse;
}
.datatable th {
	background: #00A94F;
	text-align: left;
	vertical-align: top;
	border-left: solid 1px #999;
	color: #000000;
	padding: 5px;
}
.datatable th.last {
	border: 0;
}
.datatable th a:link, .datatable th a:visited, .datatable th a:active {
	color: #fff;
	text-decoration: none;
}
.datatable th a:hover {
	text-decoration: underline;
}
.datatable tr.trow1 {
	background: #e6e6e6;
}
.datatable tr.trow2 {
	background: #fff;
}
.datatable td {
	vertical-align: top;
	border-left: solid 1px #999;
	padding: 5px;
}
.datatable td.last {
	vertical-align: top;
	border: 0;
}
.note {
	font-size: 12px;
	font-style: italic;
}

.clearboth {
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
	height: 1px;
}
#footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	/*margin-top: 20px;*/
}

.noborder td {
	vertical-align: top;
	border: 0px;
	padding: 5px;
}

input.singleword
{
	width:15px;
	height:15px;
	text-align:center;
	text-transform:capitalize;
}

.err_label
{
	display:none;
	color:red;
	font-style: italic;
	font-weight: normal;
	margin-left: 25px;	
}

.trow1 {
	background: #e6e6e6;
}
.trow2 {
	background: #FFF;
}