/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	background-color: #005197;
	color: #666;
	margin: 0px;
	padding: 0px;
	
}
h2,h3,h4,p
{
    margin-top:0;
}
body.ie6
{
    behavior:url(/shared/styles/csshover2.htc);
}
a
{
	color: #1B75BB;
}
a:hover
{
	color: #1B75BB;
	text-decoration:underline;
}

h2,.header
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: bolder;
}
h3,.subHeader
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 13px;
	font-weight: bold;
}
.content
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 11px;
	line-height:15px;
}
.contentSmall
{
	font-family: Georgia, Times New Roman, 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;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.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;
}
.btnWrap2
{
    background:url(i/button.png) no-repeat left top;
    line-height:22px;
    display:inline;
}
.btnWrap2 .text:after, .btnWrap2:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.btnWrap2 a
{
    display:block;
    float:left;
     line-height:22px;
     height:22px;
      background:url(i/button.png) no-repeat right top;
      margin-left:3px;
}
.eventCalWrap
{
    width:250px;
}

