/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	background-color: #626262;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #45699B;
}
a:hover, a:active 
{
	color: #45699B;
}

.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	color: #45699B;
	border-bottom: dotted 2px #6C6C6C;
	width: 95%;
	display: block;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #0861ae;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
table 
{
	font-size: 9pt; /* This should match the font-size in the body and .content selectors above */
}
form 
{
	margin: 0;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
.footerItem 
{
	display: inline;
}
.footerSep 
{
	display: none;
}

.searchForm 
{
	margin: 1em 0;
}
.searchHeader 
{
	font-size: 120%;
	font-weight: bold;
}
.searchResult 
{
	margin: 1em 0;
}
.searchResultSep 
{
	width: auto;
	height: 1px;
	overflow: hidden;
	border-bottom: solid 1px #CCCCCC;
}

hr 
{
	height: 1px;
	width: 100%;
	color: #6C2530;
}
#acmMenu
{
	z-index: 999;
}


#OverBodyInner 
{
	font-size: 10px;
	color: White;
}

#OverBodyInner a, #OverBodyInner a:visited
{
	color: white;
}

#OverBodyInner a:active, #OverBodyInner a:hover
{
	color: Yellow;
}
