/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family:Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #777;
	/*color: #000000;*/
	margin: 0px;
	padding: 0px;
}
a
{
	color:#1B5063;
	text-decoration:none;
}
a:hover
{
	color:#82381C;
	text-decoration:underline;
}

h2, .header
{
	font-family: Times New Roman, Georgia, Serif;
	font-size: 20px;
	font-weight: bolder;
	display:block;
	color:#82381C;
	margin:0 0 1em;
}
h3, .subHeader
{
	font-family: Times New Roman, Georgia, Serif;
	font-size: 18px;
	font-weight: bold;
	display:block;
	color:#82381C;
	margin:0 0 1em;
}
.content
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	line-height:1.5em;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
.siteMap ul 
{
   list-style-type:none;
   margin:0;
   padding:0;
}
.siteMap ul li {
	background:url(/shared/images/sitemapFile.gif) no-repeat left top;
	padding-left:20px;

}
.siteMap ul li a {
	display:block;
	padding-bottom:5px;
}
.siteMap ul li.folder {
	background:url(/shared/images/sitemapFolder.gif) no-repeat left top;
}
.siteMap ul li.root {
	background:url(/shared/images/sitemapHome.gif) no-repeat left top;
}
.siteMap div.description {
	padding-bottom:5px;
}
.clearFix:after
{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    height:0;
}
.registered
{
    font-size:8px;
    vertical-align:super;
    line-height:1em;
}
h3.homeNewsTitle
{
    margin:0;
    padding-left:10px;
}
h3.homeNewsTitle a
{
   color:#82381C;
   text-decoration:none;
}
h3.homeNewsTitle a:hover
{
   text-decoration:underline;
}
.homeNews td
{
	vertical-align:top;
}
.homeNews h4
{
    color:#1B5063;
    margin:0;
    font-size:12px;
    font-weight:bold;
    font-family:Verdana, Helvetica, Arial, Sans-Serif;
    
}
.homeNews h4 a
{
    text-decoration:none;
    color:#1B5063;
}
.homeNews
{
    width:714px;
    float:right;
}
.newsDetail .details ul
{
	margin:0 0 15px;
	padding:0;
	list-style-type:none;
}
.error
{
	color: red;
}
.pageContentPlaceHolderWrap
{
	padding-top:15px;
}

.browsercheckPass
{
	color: Green;
}
.browsercheckFail
{
	color: red;
}



