
body {
	text-align: center; /* For IE */
	background:#fff;	
}

body, p, td, th {
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

#mainContainer
{
	width:920px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.headerLabel {
	font-size: 14pt;
	margin-bottom: 25px;
}

.textBold {
	font-weight:bold;
}

.msg
{
	text-align:center;
}

.msg.error
{
	color:#FFF;
	font-weight:bold;
	background:#C00;
}

.msg.success
{
	color:#000;
	font-weight:bold;
	background:#ECFDCE;
}

div.intro { 
	padding: 10px; 
    background: #66aaff; 
	color:#fff; 
	text-align: left; 
	overflow:auto;
}

div.about { 
	width:350px;
	float:left;
	margin-right: 10px;	
}

div.about a { 
	color:#fff; 
}

div.introform { 
	width:510px;
	float: right;
    background: #BED781; 
	text-align: center; 
	color:#000; 	
	padding: 5px; 	
}

div.introform td { 
	color:#000; 
}

.divblue { 
	padding: 10px 20px 20px 20px;
    background: #66aaff; 
	color:#fff; 
	text-align: left; 
}

.divblue a { 
	color:#fff; 
}

.divgreen { 
	padding: 20px; 
	margin-left: 5px;
	margin-bottom: 5px;	
    background: #BED781; 
	text-align: left; 
	color:#000; 	
}

.divgreen a { 
	color:#000; 
}

.footer { 
	text-align:center;
}

#cfunited {
	float:right;
}

#gotcfmlogo {
	font-size:24px;
	font-weight:bold;	
}

#sitelist {
	width:836px;
	padding: 5px;
	}

#sitelist ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		padding: 5px;
	}
	
#sitelist li {
	float:left;
	}	
	
.siteListItem {
	width: 250px;
}	
	
.runningListItem {
	width: 150px;
	text-align: center;
}

.descListItem {
	width: 400px;
}	

#sitelistheaders {
	font-weight:bold;
	}		

#sitelistheaders .descListItem {
	text-align: center;
}	


/* Accordian */

dl#accordion {
	width:836px;
	/* border: 1px solid #cccccc; */
}

dl#accordion, #accordion dd {
	margin: 0pt;
	overflow: hidden;
	padding: 0pt;
}

#accordion dd {
	margin-bottom: 5px;
	display: none;
}

#accordion dt {
	background-color: #5B824A;
	border-bottom: 1px solid #BED781;
	border-top: 1px solid #BED781;
	color: #009900;
	cursor: pointer;
	font-size: 12px;
	margin: 0px;
	padding: 2px;
	text-align: center;
}

#accordion dt a {
	padding: 1px;
	text-decoration: none;
	display: block;
}

#accordion dt.focus {
	background-color: #5B824A;
}

#accordion dt.focus a {
	color: #ffffff;
}

#accordion dd a:hover {
	color: #0000ff;
}

.rowon
{
	background-color:#bed781;
}

.rowoff
{
	background-color:#cbe58d;
}

/* ClueTip jQuery Plugin Custom Classes */

.cluetip-gotcfm {
  background-color: #CBE58D;
}
.cluetip-gotcfm #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #CBE58D;
}
.cluetip-gotcfm h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #5B824A;
  color: #fff;
}
.cluetip-gotcfm #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-gotcfm #cluetip-inner {
  padding: 10px;
}
.cluetip-gotcfm div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
