a:link {
}
a:visited {
}
a:hover {
	text-decoration: underline;
}
a:active {
}
html {
	overflow: auto;
}
body{
	text-align: center;   /*needed for IE bug*/
	background: black;
	font-family: arial,sans-serif;
	font-size: 12px;
}
#wrapper{
	width: 760px;
	text-align: left;
	margin: 0 auto;
	overflow: hidden;
}
#top{
	color: #FFFFFF;
	height: 100px;
}
.left{
	width: 145px;
	padding-top: 5px;
	padding-bottom: 10px;
	float: left;
  clear: left;
	color: #FFFFFF;
}
.left .hr{
	height: 1px;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.left a{
	color: #4F80FD;
	text-decoration: none;
	font-size: 14px;
}
.left a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer{
	color: white;
	clear: both;
	height: 30px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	padding-top: 10px;
}
.county{
	text-align: center;
	margin-top: 5px;
	color: #000000;
}
.leveldesc{
	display: none;
	background: black;
	border: medium outset #BBBBBB;
	position: absolute;
	left: 100px;
	top: 680px;
	padding: 5px;
	width: 225px;
}
.leveldesc table{
	border-width: 2px;
}
a.countyName{
	color: #000000;
}
a:hover.countyName {
	background-color: #000000;
}
.countyName{
	font-weight: bold;
	text-decoration: underline;
}
.status{
	width: 100px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}
.status a:hover{
	color: #FFFFFF;
}
a.activation{
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
#body{
	width: 610px;
	background: #FFFFFF;
	color: black;
	float: right;
  clear: right;
	min-height: 650px;
  /* IE min-height hack; see http://www.dustindiaz.com/min-height-fast-hack/ */
  height: auto !important;
  height: 650px;
}
.prop{
	height: 650px;
	float: right;
	width: 1px;
}
.clear{
	clear: both;
	height: 1px;
	overflow: hidden;
}
div .headerBar{
	background: #4F80FD;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	float: right;
	width: 570px;
	padding-left: 10px;
	margin-top: 15px;
}
#subB, .subB{
	clear: both;
	width: 600px;
}

#BigNews, .BigNews{
	clear: both;
	width: 600px;
	font-size: 16px;
}

#subC, .subC{
	clear: both;
	width: 550px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: justify;
}
#alertframe{
	width: 140px;
	height: 140px;
	border-width: 0px 0px 0px 0px;
  border-color: black black black black;
}
table.noborder, table.noborder td, table.noborder th{
	border-width: 0px 0px 0px 0px;
}
#adminheader{
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
div .adminHeaderBar{
	background: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 16px;
	float: right;
	width: 570px;
	padding-left: 10px;
	margin-top: 15px;
}
#alertCounties{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
#alertCounties td, #alertCounties th{
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: white;
	width: 115px;
	text-align: center;
	-moz-border-radius: 0px 0px 0px 0px;
}
#alertCounties .checkbox{
	width: 50px;
}
table.statusLog{
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}

table.statusLog tr th, table.statusLog tr td{
  border-width: 1px 1px 1px 1px;
  padding: 1px 1px 1px 1px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
  text-align: center;
}

table.statusLog tr, table.statusLog tr th, table.statusLog tr td{
  height: 20px;
}

table.statusLog tr th.time, table.statusLog tr td.time{
	width: 140px;
}

table.statusLog tr th.status, table.statusLog tr td.status{
  width: 100px;
}

table.statusLog tr th.user, table.statusLog tr td.user{
  width: 100px;
}

table.statusLog tr th.emailStatus, table.statusLog tr td.emailStatus{
  width: 80px;
}

div.month{
	font-weight: bold;
	font-size: 16px;
	margin-left: 0px;
}
span.eventTitle{
	font-weight: bold;
}
ul.noMargins{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
li.eventBullet{
	margin-left: 5px;
}
div.eventItem{
	margin-left: 12px;
}
.smallCaps{
	font-variant: small-caps;
}
input.error{
	background-color: #FF3300;
}
span.error{
	color: #FF0000;
	font-weight: bold;
}
td.vtop{
	vertical-align: top;
}
td.vmid{
	vertical-align: middle;
}
td.vbot{
	vertical-align: bottom;
}
#randomImage img{
	margin: 0px;
	padding: 0px;
	border-width: 0px
}

.noMargins{
	margin: 0px;
}

.noPadding{
	padding: 0px;
}

table.basicGrid, .basicGrid td, .basicGrid th{
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: solid solid solid solid;
  border-color: gray gray gray gray;
  border-collapse: collapse;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

.hidden {
  display: none;
}

table.secClassEdit, table.secClassEdit tr td, table.secClassEdit tr th {
  border-width: 0px 0px 0px 0px;
  color: black;
}

table.secClassEdit tr td.left {
  width: 100px;
}

table.secClassEdit tr td.right {
  width: 400px;
}

table.secPointEdit, table.secPointEdit tr td, table.secPointEdit tr th {
  border-width: 0px 0px 0px 0px;
  color: black;
}

table.secPointEdit tr td.left {
  width: 20px;
}

table.secPointEdit tr td.right {
  width: 500px;
}

input.secClass {
  width: 300px;
}

#popup {
  /* Necessary: */
  position: absolute;
  display: none;
  z-index: 10;

  /* Additional styling: */
  width: 400px;
  font-size: small;
  background-color: beige;
  border: 1px solid #C0C0C0;
  /* opacity: .85; */
  /* filter: alpha(opacity=85); */
}

.debug, .debug .pre {
  color: #FF6600;
  width: 400px;
  background-color: #EEEEEE;
  border-width: 1px 1px 1px 1px;
  border-spacing: 2px;
  border-style: solid solid solid solid;
  border-color: black;

}
