/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	background-color: #E4E4E4;
	/*background-color: White;*/
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #007062;
}
a:hover, a:active 
{
	color: #0a62ae;
}

.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14pt;
	font-weight: bolder;
	color: #008A79;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
	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;
}
/*
img
{
	border: none 0 Transparent;
}
*/
.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;
}