/* CSS Document */


/* \*/
* html #tlc, * html #trc {height: 100%;}
/* */


.errMsg
{
	font-weight:bold;
	color:red;
}


body
	{
	margin: 0;
	padding: 0;
	text-align: center;
	background:#507525 url(../images/css/bg-span.png) top left repeat-x;
	}
	
/* Font Stuff */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #472121;
	font-size: 14px;
	}
	
h1
	{
	position: relative;
	margin: 0px;
	padding-left: 21px;
	padding-top: 30px;
	color: #ffffff;
	font-size:40px;
	}

.nameSubtext
	{
	position: relative;
	margin: 0px;
	padding-left: 22px;
	color: #FFFFFF;
	
	}

/* Page Title */
	
.pageTitle
	{
	position: relative;
	bottom: 3px;
	margin: 0px;
	margin-bottom: 8px;
	color: 71535c;
	}
	
	
/* End Page Title */	
	
h3
	{
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 7px;
	background: #8ccc43;
	border: 1px solid #472121;
	}
	
.clear
	{
	clear: both;
	}

/* End Fonts */

/*Links*/

a:visited
	{
	color: #330066;
	}
	
a
	{
	color: #330066;
	text-decoration: underline;
	}
	
img
	{
	border: none;
	}
	
	


/* Layout Stuff */

#wrapper
	{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	}

#header
	{
	position: relative;
	height: 90px;
	}

#box
	{
	padding: 0;
	text-align: left;
	width: 900px;
	background-color:#48cd99;
	}
	
#content
	{
	padding: 1.8em 2.5em 2.1em 2.5em;
	min-height:350px;
  	height:auto !important;
	height:350px;
	}

/*Menu Stuff*/
	
#navleft
	{
	float: left;
	width: 147px;
	background: #6FA236;
	padding: 7px;
	}

ul.top
	{
	margin: 3px;
	padding: 3px;
	list-style-type: none;
	}

.topCat
	{
	font-size: 16px;
	font-weight: bold;
	}

#nav a:hover
	{
	text-decoration:underline;
	}
	
#nav a
	{
	color: #ffffff;
	text-decoration: none;
	}

ul.sub
	{
	margin-left: 16px;
	padding: 3px;
	font-size: 14px;
	list-style-type: none;
	list-style-image:url(../images/css/list-bracket.png);
	}

/*End Menu Stuff*/

#mainContent
	{
	margin-left: 173px;
	}
	
#titleBarObstruction
	{
	overflow: auto;
	width: 100%;
	background: url(../images/css/comment.png) right top no-repeat;
	}

#addComment
	{
	position: absolute;
	left: 517px;
	height: 25px;
	width: 139px;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/css/top-left.png);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/css/top-right.png);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/css/bottom-left.png);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/css/bottom-right.png);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/css/top.png);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/css/bottom.png);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/css/right-side.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #fff;
	background-image:url(../images/css/left-side.png);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
#footer
	{
	padding-right: 2em;
	text-align: right;
	margin-bottom: 10px;
	}
	
/* End Layout Code */
	
/* Obstruction viewer specific css*/

#factsTable
	{
	width: 100%;
	clear:both;
	border-collapse: collapse;
	margin: 0px 0px 0px 0px;
	}
	
#factsTable td
	{
	text-align: right;
	border-bottom: 1px dotted #666666;
	overflow: auto;
	}	
	
#factsTable th
	{
	width: 220px;
	text-align: left;
	border-bottom: 1px dotted #666666;
	}	
	
#timelineTable
	{
	margin-top: 0px;
	margin-bottom:10px;
	width: 100%;
	border-collapse: collapse;
	text-align: center;
	clear: both;
	}
	
#timelineTable th
	{
	border-bottom: 1px solid #666666;
	padding-bottom: 5px;
	padding-right: 5px;
	text-align:center;
	}
	
#timelineTable td
	{
	border-bottom: 1px dotted #666666;
	overflow: auto;
	}
	
.timelineDetails
	{
	width: 250px;
	text-align: left;
	}
	
#obstructionDesc
	{
	width:285px;
	float: left;
	margin-bottom: 20px;
	overflow: auto;
	}

#imageViewer
	{
	border: 1px solid #472121;
	float: right;
	margin-bottom: 20px;
	}
	
.mainImg
	{
	margin: 3px;
	}

/*Comments Page*/

#commentContainer
	{
	margin: 14px 0px;
	padding: 7px;
	}

.background
	{
	background: #8ccc43;
	}
	
.border
	{
	border: 1px solid #472121;
	}

.commentName
	{
	margin: 0px;
	width: 350px;
	display:inline;
	}
	
.commentDate
	{
	}
	
.comment
	{
	margin-top: 7px;
	display: block;
	}
	
.textbox
	{
	border: 1px solid #472121;
	padding: 4px;
	width: 445px;
	}
	
.textarea
	{
	border: 1px solid #472121;
	padding: 4px;
	width: 445px;
	}
	
.overflow
	{
	overflow: auto;
	}

/* Map Stuff */

.mainMap
	{
	width: 100%;
	height: 600px;
	margin-bottom: 20px;
	}

.icon
	{
	text-align: left;
	}

#mapKeytable
	{
	border-collapse: collapse;
	}
	
#mapKeytable th
	{
	padding: 5px 0px;
	padding-right: 20px;
	border-bottom: 1px solid #555555;
	text-align: left;
	}
	
#mapKeytable td
	{
	padding: 5px;
	}
	
.popTitle
	{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 7px;
	}
	
/* Data Page */

#countyList
	{
	list-style-type: none;
	padding-left: 0px;
	margin-bottom: 20px;
	}
	
#countyList li
	{
	display: inline;
	padding-right: 10px;
	}
	
/* Timeline Page */

#leftMap
	{
	float: left;
	width: 310px;
	padding-right: 10px;
	border-right: 1px solid #472121;
	}
	
#rightMap
	{
	float: right;
	width: 310px;
	padding-left: 10px;
	}

.tlTitle
	{
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
	}

#tlFooter
	{
	clear:both;
	}