/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #007AAA;
	margin: 0px;
	padding: 0px;
}
a,a:link
{
	color: #007AAA;
}
a:visited 
{
	color: #015171;
}
a:hover, a:active 
{
	color: #015171;
}

.header, h2
{
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-size: 19px;
	font-weight: bolder;
}
.subHeader, h3
{
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}
.content, p, table
{
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-size: 11px;
}
.contentSmall
{
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-size: 10px;
}
p 
{
	margin: 0 0 1em 0;
}
/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #007AAA;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Trebuchet MS, Trebuchet, Sans-Serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}


ul#Toolbar, #MainNav ul
{
	text-transform: lowercase;
}
ul#QuickLinks 
{
	font-size: 10px;
}
#HomeNews a.header, #HomeNews a.header:link, #HomeNews a.header:visited, #HomeNews a.header:hover, #HomeNews a.header:active 
{
    color: #007AAA;
    text-decoration: none;
    font-size:14px;
}
#HomeNews a.header:hover, #HomeNews a.header:active 
{
    text-decoration: underline;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}

ul.committees 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.committees li 
{
    margin: 0 0 1em 0;
}
ul.committees li h3 
{
    margin: 0 0 2px 0;
}
div.propertyDetail td span.disabled  {
	
	

	
}
ul.PropertyAccess {
	list-style-type:none;
	margin:0;
	padding:0;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:211px;
	margin-left:6px;
	margin-top:6px;
}

ul.PropertyAccess li {
	width:87px;
	height:19px;
	float:left;
	padding-left:16px;
}
ul.PropertyAccess li.checkedTrue {
	background:url(../images/disabled-checkbox-checked.png) no-repeat left -3px;
}
ul.PropertyAccess li.checkedFalse {
	background:url(../images/disabled-checkbox.png) no-repeat left -3px;
}
div.newPersonnel
{
	border-bottom: 1px dashed #007AAA;
	padding:15px 0;
	 width:400px;
}
div.greenBlock
{
	padding:5px;
	background-color:#99CC99;
}