/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
a
{
	color: #095284;
	text-decoration:none;
}
a:hover,a:active
{
	color: #80A1C2;
}

h2,.header
{
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: normal;
	color:#246897;
	display:block;
	margin:0.5em 0;
}
h3,.subHeader
{
	font-family: Verdana,Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: normal;
	color:#246897;
}
.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;
}
.boldBlue
{
    font-weight:bold;
    color:#0E5183;
}
.personnelDetail .status
{
    text-transform:lowercase;
}

.landingList 
{
    
}
.landingList h3
{
    margin-bottom:0.5em;
}
.landingList  ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.landingList  ul li
{
    margin-bottom:0.5em;
}
.landingList  ul li .headline
{
    font-weight:bold;
}
.billTracking
{
    margin-bottom:1em;
}
.billTracking h3
{
        margin-bottom:0.5em;
}
.billTracking p
{
    margin:0;
}
.billTracking ul.billList
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.billTracking ul.billList li
{
    margin-bottom:0.5em;
}
.billTracking ul.billList li .title
{
    font-weight:bold;
}
table.billHistory
{
    width:100%;
}
table.billHistory td
{
    vertical-align:top;
    padding:5px 3px;
}
table.billHistory tr.head
{
    background:#9CB3C5;
    color:#fff;
    font-weight:bold;
}
tr.alt
{
    background:#EFF8FF;
}
.tracking .sectionTitle
{
    color:#246897;
    cursor:pointer;
    font-weight:bold;
}
.billInfo .billInfoTable td
{
    vertical-align:top;
}
.billInfo .billInfoTable
{
    margin:1em 0;
}
.billInfo .billInfoTable td.label
{
    font-weight:bold;
    padding-right:10px;
}
.green
{
    color:Green;
}
.red
{
    color:Red;
}
.newsDetail .dateAuthor
{
    position:relative;
    padding:5px;
    border-top:1px solid #666666;
    border-bottom:1px solid #666666;

}
.newsDetail .dateAuthor .author
{
    position:absolute;
    right:5px;
    top:5px;
}