body
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
div#mapcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	width: 798px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #000000;
	border-top-width: 0px;
}
#newmapheader {
	background: #CCCCCC;
	width: 798px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}
#newmapheader form {
}
#newmapheader td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#newmapheader img {
	border-style: none;
}
.dateinput {
	width: 70px;
}
#newmapheader form {
	margin-top: 0px;
	margin-bottom: 0px;
}

div#mapcontainer h3
{
	text-align: center;
	font-size: 15px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}

div#header
{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:37px;
	text-align: right;
	background-color: #ed8a2b;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 0px;
	background-image: url(../images/flamelogo.gif);
	background-repeat: no-repeat;
}

div#header p
{
	color: #FFFFFF;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	
}

div#header a
{
	color: #FFFFFF;
}

div#footer {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height:15px;
	text-align: center;
	background-color: #121212;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	padding-top: 5px;
}

/*#navcontainer {
	background-color: #FF99FF;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
background-color: #121212;
color: White;
float: left;
width: 798px;
font-family: arial, helvetica, sans-serif;
}


#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #121212;
	color: White;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
*/
#mapform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 10px;
	background-color: #CCCCCC;
	width: 798px;
	padding-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
}

#cluster_control{
	padding:3px 3px 3px 3px;
	background-color:#EEEEEE;
	border:1px #000000 solid;
	font-size: 10px;
	text-align:center;
}
#cluster_control img{
	border-style: none;
	vertical-align: text-top;
}
/*#nav {
	margin-left: auto;
	margin-right: auto;
	background-color: #52708e;
	height: 20px;
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
*/
div#message	{
	font-size: 12px;
	background-color: #CCCCCC;
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
}

#displayrecords {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 3px 10px;
	width: 100%;
}
.trwhite {
	background-color: #FFFFFF;
}
.trgray {
	background-color: #CCCCCC;
}
#displayrecords tr td {
	padding: 3px; 
}
#mapinfowindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 225px;
	background-color: #CCCC66;
	border:inset;
	margin-left:inherit;
	margin-right:inherit;
}
#mapinfowindow caption {
	font-size: 12px;
	font-weight: bold;
}
#mapinfowindow th {
	font-size:10px;
	text-align:center;
	font-weight:bold;
}

#mapinfowindow tr td {
	padding:inherit;
	text-align:left;
}	
#DataSourceWindow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 100%;
	background-color: #CCCCCC;

}
#DataSourceWindow caption {
	font-size:11px;
	font-weight:bold;
	margin-bottom: 10px;
}
#DataSourceWindow th {
	font-size:9px;
	text-align:center;
	font-weight:bold;
}

#DataSourceWindow tr td {
	padding:3px;
	text-align:left;
	/*white-space: nowrap;*/
}
#DataSourceWindow .nowrap {
	white-space:nowrap;
	/*width:33%;*/
}

#DataSourceWindow .detail {
	width:200px;
	white-space: normal;
}

#homelist {
	list-style-image: url(../images/triangle.gif);
}
.homephoto {
	float: right;
	border: 1px solid #000000;
	margin-right: 10px;
}
#homelist li {
	font-size: 16px;
	font-weight: bold;
	margin: 15px;
}
#homelist li a {
	color: #330099;
	text-decoration: none;
}
#homelist li a:hover {
	text-decoration: underline;
}


#eventlist {
	list-style-image: url(../images/triangle.gif);
}
#eventlist li {
	font-size: 16px;
	/*font-weight: bold;*/
	margin: 15px;
}
#eventlist li a {
	color: #330099;
	text-decoration: none;
}
#eventlist li a:hover {
	text-decoration: underline;
}
#eventlist li ul{
	list-style:lower-alpha;
	list-style-image: none;
	}
#eventlist li li{
	margin:15px 15px;
	}	

#oldevents{
	display:none;
	}


#mapcontainer p {
	margin-left: 20px;
	margin-bottom: 0px;
	padding-bottom: 3px;
}

#mapcontainer p a{	
	margin-bottom: 0px;
}

.tlabel {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}

.tvalue {
	font-size: 14px;
}


#manualentry 	{

	margin-top: 50px;

}


.center {
	display: block;
	margin: 5px auto;
}
#key {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
}
#key p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}
#key img {
	vertical-align: top;
	height: 10px;
	width: 10px;
	margin: 0px 2px 0px 8px;
}
select,input {
	z-index: 0;
}
.required {
	color: #FF0000;
	margin-right: 3px;
	margin-left: 3px;
}
.helpbubble {
	cursor: help;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 3px;
	margin-left: 3px;
}
#tooltip1, #tooltip2, #tooltip3, #tooltip4, #tooltip5, #tooltip6, #tooltip7, #tooltip8, #tooltip9, #tooltip10 {
	display: none;
}
#mapform img {
	margin: 0px;
	padding: 0px 0px 2px;
	vertical-align: bottom;
}

div#meetingheader{
font-size:12px;
}
div#meetingheader h3{
text-align:left;!important
font-size:18px;
}
div#meetingheader h4{
font-size:14px;
text-align:left;
}
div#meetingheader ol{
	margin-top:0px;
	padding-top:0px;
	}
div#meetingheader ol li{
	margin-left:40px;
	margin-top:0px;
	padding-top:0px;
	}
div#agenda table{
width:100%;
border:none;
font-size:12px;
}
div#agenda table td.daytitle{
font-weight:bold;!important
background-color:#999999!important;
	padding:3px 0px 3px 3px!important;
}
div#agenda table td{
	padding:10px 0px 10px 10px;
	vertical-align:top;
}
div#agenda table td ul{
	margin-top:0px;
