/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a
{
	/*color: #85AC55;*/
	color:#004000;
}
a:hover
{
    text-decoration:none;
}
.colLeft a
{
	color:#000;
}
h2, .header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
	color:#C01C35;
}
h3, .subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color:#C01C35;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver, .contentActive:hover
{
	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;
}
.ie6 .clearfix
{
    zoom:1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/***PAGING***/
.paging
{
    text-align: center;
    font-size: 11px;
    padding:1em;
}
.paging .current
{
    font-size: 1.3em;
    font-weight: bold;
}
.paging span.btnPrev, .paging span.btnNext
{
    opacity: 0.5;
}
.paging a, .paging span, .paging a:link, .paging a:visited
{
    text-decoration: none;
    padding: 0 4px;
    border-right: 1px solid #999;
}
.paging a.last, .paging span.last, .paging .btnPrev, .paging .btnNext, .paging a.btnPrev, .paging a.btnNext
{
    border: none;
}
.paging a:hover
{
    text-decoration: underline;
}
.paging a.btnPrev:hover, .paging a.btnNext:hover
{
    text-decoration: none;
}
.paging a.btnPrev
{
}


/****SEARCH***/
.searchResults
{
    margin:1em 0;
}
.searchResults .resultItem 
{
     padding-bottom:0.5em;
     margin-bottom:0.5em;
     border-bottom:1px solid #B6A88B;
}
/***SEARCH END***/
