/* 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: #D6682B;
}
a:hover
{
}

.header
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 20px;
    font-weight: bolder;
    color: #D6682B;
}
h2.header
{
    margin-top:0;
}
.subHeader
{
    font-family: Arial, Tahoma, Sans-Serif;
    font-size: 18px;
    font-weight: bold;
    color: #D6682B;
}
.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: #D6682B;
    color: #FFFFFF;
    border: solid 1px #000000;
    text-transform:uppercase;
    font-family: Arial, Tahoma, Sans-Serif;
    font-weight: bold;
}
.btn:hover
{
    color:#fff;
    background:#000;
}
.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;
}

.hidden
{
    display: none;
}
.newsItemList .newsItem
{
    padding-bottom:20px;
}
.newsItemList .newsItem .headline
{
    display: block;
    font-weight: bold;
    font-size: 14px;
    text-transform:uppercase;
}
.newsItemList .newsItem .headline a
{
    text-decoration: none;
}
.newsItemList .newsItem .date
{
}
.newsItemList .newsItem .blurb
{
}
.newsListItem
{
    
}
.tipData
{
    display:none;
}
.tipContent a
{
    color:#fff;
}
.tipContent
{
    color:#fff;
}
.tipContent .tipTitle
{
    display:block;
    
    color:#F37120;
    font-weight:bold;
}
.newsDetailHeader
{
    display:block;
    font-weight:bold;
    margin-top:0.5em;
    font-size:14px;
    color:#D6682B;
}
.newsDetailReleaseDate
{
    display:block;
    margin-bottom:1em;
}
a.comm, a.commDay {
border:medium none;
font-size:9px;
line-height:1em;
text-decoration:none;
}
a.btn
{
    display:inline-block;
     text-decoration:none;
     padding:2px 3px;
     text-align:center;
}
ul.memberDetails
{
    list-style-type:none;
    margin:0 0 1em;
    padding:0;
}
ul.memberDetails span.label
{
    display:inline-block;
    width:100px;
    font-weight:bold;
    
}
ul.memberDetails li
{
    margin-bottom:0.5em;
}
ol.detailList
{
    list-style-type:none;
    margin:0 0 1em;
    padding:0;
}
ol.detailList .label
{
    font-weight:bold;
    display:inline-block;
    width:150px;
    margin-right:5px;
}
.btnWrap
{
    padding:1em 0;
}
.tblBtnWrap
{
    width:100%;
}
.tblBtnWrap td
{
    text-align:center;
    vertical-align:top;
}
.formTable .label
{
    font-weight:bold;
}
.formTable
{
    margin:0 auto;
}
.eventCalWrap .hasEvents
{
    background-color:#F3F3F3;
}
.calendarItem
{
    padding:1em;
}
.calendarItem .label
{
    font-weight:bold;
}
.calendarItem h3
{
    margin:0;
}
.even .calendarItem
{
    background:#FAFAFA;
}
.eventList
{
    width:100%;
}
ol.eventItemDetail
{
    list-style-type:none;
    margin:0 0 1em;
    padding:0;
}
ol.eventItemDetail .label
{
    font-weight:bold;
}
.noListingError
{
    text-align:center;
    font-weight:bold;
    color:#EB852B;
    padding:1em;
}