body
{
    font-size: .8em;
    font-family: Arial, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a,
a:active,
a:visited,
a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

p
{
	margin:0;
	padding:5px;
	/*line-height:130%;*/
}

ul li
{
	padding:2px;
}

img
{
	border: 0;
}

table
{
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	text-align: center;
}

table th
{
	font-weight: bold;
	height: 22px;
	background-image: url(../Content/FinalResultsBar.jpg);
	text-align: left;
	border-bottom: solid 1px #ccc;
	padding-left: 5px;
}

td
{
	padding-left: 5px;
	text-align: left;
}

table table
{
	width: 95%;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #008000;
	letter-spacing:-1px;
	font-family:Helvetica,Verdana,Arial,Sans-serif;
	font-size: 1em;
}
h2
{
    font-size: 1.3em;
    color: #008000;
    text-align: center;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5
{
    font-size: 1em;
}
h6
{
	padding-left: 5px;
	font-size:0.8em;
	color: Red;
	display: inline;
	font-weight: normal;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 975px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
	text-align: center;
	margin-left: 10em;
}

#header table
{
	border: 0;
	width: 600px;
}

#footer
{
	margin-top: 10px;
	text-align: center;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

.field-validation-error
{
    color: #ff0000;
    font-size: 1.5em;
}

.input-validation-error
{
    /*border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-size: 1.5em;*/
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
    text-align: left;
}

div.validation
{
	font-weight: bold;
    color: #ff0000;
	text-align: left;
	margin: 10px 10px 10px 10px;
}

div.validation ul
{
	margin-top: 0;
}

.NoRecords
{
	height: 30px;
	color: Red;
	text-align: center;
	vertical-align: middle;
}

#loginContent table td
{
	width: 50%;
}

#loginContent table td.titleColumn
{
	text-align: right;
}

#outlineContent ul
{
	list-style-type: none;
}

#resourcesListContent p
{
	text-align: center;
}

#resourcesListContent blockquote p
{
	text-align: justify;
}

#contactsContent table
{
	border-collapse: collapse;
	margin-bottom: 20px;
}

#contactsContent table td
{
	border: solid 1px #ccc;
	padding: 5px;
}

.formOutline
{
	width: 100%;
	background-color: #fff;
	border: solid 1px #ccc;
	margin-bottom: 20px;
}

.formBody
{
	padding: 5px;
}

.formHeader
{
	text-align: left;
	height: 22px;
	padding: 5px 0 0 5px;
	background-image: url(../Content/FinalResultsBar.jpg);
}

#roundaboutsListContent table th, #contactsListContent table th
{
	font-weight: normal;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

#roundaboutsListContent table th.center
{
	width: 25px;
	text-align: left;
	padding-left: 5px;
}

table th.rightAlign
{
	width: 150px;
	text-align: right;
	padding-right: 5px;
	border: solid 0px Red;
}

#roundaboutsListContent table td, #contactsListContent table td
{
	text-align: center;
	border: solid 0px Red;
}

#roundaboutsListContent table table
{
	border: solid 1px #bbb;
	margin: 2em 0 2em 1.5em;
}

#contactsListContent table table
{
	border: solid 1px #bbb;
	margin: 2em 0 2em 1em;
}

#roundaboutsListContent table table td, #contactsListContent table table td
{
	text-align: left;
}

#roundaboutsListContent table table th
{
	font-weight: bold;
}

table
{
	border-collapse: collapse;
}

table tr.row
{
	background-color: #fff;
}

table tr.altrow
{
	background-color: #eee;
}

table td span.originalValue
{
	color: Blue;
}

.roundaboutContent table
{
	margin-bottom: 20px;
}

.roundaboutContent table td
{
	text-align: center;
}

.roundaboutContent table table td
{
	text-align: left;
}

#roundaboutDetailsContent table, #contactDetailsContent table, #roundaboutNewContent table, #contactEditContent table
{
	padding-bottom: 1em;
	margin-bottom: 20px;
}

#roundaboutDetailsContent table td, #contactDetailsContent table td, #roundaboutNewContent table td, #contactEditContent table td
{
	text-align: center;
}

#roundaboutDetailsContent, #roundaboutEditContent, #contactDetailsContent, #roundaboutNewContent, #contactEditContent
{
	margin-bottom: 2em;
}

#roundaboutDetailsContent table table, #roundaboutEditContent table table, #contactDetailsContent table table, #roundaboutNewContent table table, #contactEditContent table table
{
	margin: 2em 0 2em 1.5em;
}

#roundaboutDetailsContent table table td, #contactDetailsContent table table td, #roundaboutNewContent table table td, #contactEditContent table table td
{
	text-align: left;
}

#contactsLegend
{
	text-align: center;
}

td.contactsEdit
{
	text-align: right;
	padding-right: 5px;
	background-image: url(../Content/FinalResultsBar.jpg);
	border-bottom: solid 1px #ccc;
}

td.contactsEdit div
{
	text-align: right;
}

#contactsListContent table td
{
	vertical-align: top;
}

#contactsListContent span.regFont
{
	font-weight: normal;
}

#adminIndexContent ol li
{
	line-height: 200%;
}

#KMLForm
{
	text-align: center;
	position: relative;
	left: 25px;
}
