/* generic styles */
/* Table of Contents 
	Layout
	Typography and Inline Elements
	Forms
	Tables
*/

/* Layout */
* {margin:0;padding:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.locationMap {
	height: 250px;
	width: 592px;
	border: 1px solid #C7CBAE;
}


/* Typography and Inline Elements */
h1 {
	font-size:1.4em;
	margin:0 0 0.5em;
	border-bottom: .5mm solid #024F88;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}
h3 {
	font-size: .9em;
	font-weight:bold;
} 
p {margin: 0 0 1em;}

ul {margin: 0px 0px 1em; list-style: outside;}

li{margin-left: 1em;}

.error {color:red;}

.floatLeft {float:left;}
.floatRight {float:right; clear: both;}

a img {border-width:0px;}

h1 a, h2 a, h3 a{text-decoration:none}

.clear {float:none;clear:both; margin:0 0 1em}

img.right {margin: 0 0 1em 1em}
img.left {margin:0 1em 1em 0}

a.mapLink:link, a.mapLink:visited {
	width: 592px;
	display: block;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	margin: 0.5em 0px;
	padding: 0px;
	text-decoration: none;
}


/* Forms */
form {
	width:95%;
}
label {
	display:block;
	margin-bottom:0.25em;
	margin-right:0;
	margin-top:0;
}
label span {
	display:block;
	float:left;
	margin-right:15px;
	text-align:right;
	width:23%;
}
label.odd {background: #F7F5F4;}
label.even {}
form input {border: 1px solid #BCB5AC;}
form span.buttons, form .counter {
	text-align:left;
	display:block;
	padding-left:23%;
	margin:0 0 1em 15px;
}

/* Tables */
#content table.htmlarea {
	border-collapse:inherit !important;
	font-size:inherit !important;
}
#content table.htmlarea thead tr td {
	background:inherit !important;
	color:inherit !important;
	font-weight:inherit !important;
	border-bottom:inherit !important;
}
#content table.htmlarea tr td {
	padding:0 !important;
	border-bottom:none !important;
}
#content table.htmlarea table {width:auto}

#content table {
	border-collapse:collapse;
	width: 100%;
	font-size: 1em;
}
#content table thead tr td {
	background: #BCB5AC;
	font-weight: bold;
	border-bottom:none;
	margin: 1em 0 0 0;
}
#content table tr td, #content table tr th {
	padding: .25em 0.5em 0;
	border-bottom: 1px solid #793125;
	text-align:left;
}
.storageUnit {margin: 0 0 1em;}
.storageUnit .c1 {width:18%}
.storageUnit .c2 {width:42%}
.storageUnit .c3 {width:14%;text-align:right !important}
.adminStorageUnit #Rate {width:70px}
input[type="submit"] {margin-right: 20px}