@charset "utf-8";
/* CSS Document */

#reports-banner {
	margin: 15px 40px 40px;
	background: url(/images/reports/reports_logo.png);
	position:relative;
	height: 54px;
	background-repeat:repeat;
	}
#reports-main-nav {
	position:absolute;
	right:0px;
	margin-top: 15px;
		}
#reports-main-nav li{
	display: inline;
	margin-right: 20px;
	}
#reports-main-nav li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bold;
	}
#reports-main-nav li a:hover {
	text-decoration: none;
	background: none;
	color: #ffffff;
	font-weight: bold;
	}


/*-------------------HOMEPAGE SLIDES---------------*/
#reports-slides > #slideshow {
    height: 370px;
    margin-bottom: 5px;
    width: 900px;
	margin-left: 25px;
}
#reports-slides .scrollable {
	float: left;
    height: 370px;
    overflow: hidden;
    position: relative;
    width: 780px;
	margin-left:25px;
}
#reports-slides .scrollable .items {
    position: absolute;
    width: 20000em;
}
#reports-slides .items > div {
    float: left;
    height: 320px;
    width: 180px;
	margin-right: 16px;
}
#reports-slides .slideshow-item img {
width:100%;
	height:100%;
	
	}
#reports-slides .slideshow-item  > div{
	border: 1px solid #ccc;
	overflow:hidden;
	margin-bottom: 10px;
	vertical-align:middle;
	height:183px;
}
	
	
#reports-slides .slideshow-item h3, #reports-slides .slideshow-item h3 a{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	font-family: Arial, Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	}
#reports-slides .slideshow-item h3 a:hover {
	background-color: #fff;
	text-decoration: underline;
	}
#reports-slides .slideshow-item p {
	font-size: 12px;
	line-height: 1.3em;
	}
.items {
    width: 20000em;
}





/*-----nav------*/
#slideshow-nav {}


#reports-slides a.browse {
    background: #15a6b5 none repeat scroll 0 0;
	border: 1px solid #15a6b5;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 38px;
    font-weight: bold;
    height: 55px;
    padding: 3px;
    position: relative;
    top: 0px;
    width: 30px;
    z-index: 2000;
}
#reports-slides a.right {
    float: right;
    right: 0px;
	top: 120px;
}

#reports-slides a.left {
    float: left;
    left: 0px;
	top: 120px;
}
#reports-slides a:hover.browse {
    background: #ffffff none repeat scroll 0 0;
	border: 1px solid #15a6b5;
    color: #15a6b5;
}


.hidden_anchor{
display:none;
}




/*--------------------REPORTS PAGE-----------------*/
.reports-heading{position:relative;	top:-38px;}
.reports-date, .reports-number {color:#666666;	font-size: 13px;	position:absolute;}
.reports-number {right:0px;text-align:right;}
.reports-date{left:0px;	}

#reports-nav {	
	color: #000;
	width:15px;
	position: absolute;
	z-index:10001;
	top:239px;
	margin-left: -15px;
}
#reports-nav #menu, #reports-nav #subscribe, #reports-nav #pdf {
	background: #15a6b5;
	margin: 0 0 2px -38px;
	width: 25px;
	height: 22px;
	padding: 5px 3px 3px 3px;
	text-align: center;
}

#reports-nav #menu > a, #reports-nav #subscribe > a, #reports-nav #pdf > a {
    display:block;
    width: 25px;
    height: 25px;
	font-size: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration:none;
	background: no-repeat center;
	top:-3px;
	position:relative;
}


#reports-nav #menu > a.menu{background-image: url("/images/reports/menu.png");}
#reports-nav #menu > a.close{background-image: url("/images/reports/close.png"); top:-2px;}
#reports-nav #subscribe > a{background-image: url("/images/reports/email.png");}
#reports-nav #pdf > a {background-image: url("/images/reports/pdf.png");}

#reports-nav div > a > span{display:block;top:20px;position: relative;}
#reports-nav div{cursor:pointer;}
#reports-nav .contents{
	position: absolute;
	font-size:12px;
	background-color:#efefef;
	width:300px;
	left:-2px;
	top:0px;
	display:none;
	z-index:10001;
}
#reports-nav .contents a{
	display:block;
	text-align:left;
	padding:5px;
	color:#000;
	text-decoration:none;
	border-bottom: 1px dotted #ccc;
}
#reports-nav .contents a:hover{
	background-color:#fff;
}
#reports-nav .contents > div{
	font-weight:bold;
	background-color: #15A6B5;
	padding:7px;
	color: #ffffff;
}
#reports-nav .contents > div.links{font-weight:bold; background-color: #efefef;	padding:5px;	max-height:306px;	overflow-y:scroll;	overflow-x:hide;}
#reports-nav .contents > div.links .secondary-content{font-weight:normal;}
#reports-nav .links > span.secondary-content a {margin-left: 15px; width: 249px; }
#reports-overlay{height:100%;width:100%; overflow:hide;	z-index:10000;	position:absolute;}


/*---------reports HEADINGS------------*/
.main-content #reports h1,.main-content #reports h2,.main-content #reports h3,.main-content #reports h4, .main-content #reports h5,.main-content #reports h6 {font-family: Arial, Helvetica, sans-serif;	}
.main-content #reports h1 {border-bottom: none;	color: #000;font-size: 27px;font-weight: bold;}
.main-content #reports h2 {text-decoration: none; border-bottom: none; color: #000; font-weight: bold;}
.main-content #reports h2, .main-content #reports h2 a {color: #000000;	font-size: 25px;font-weight: bold; margin-top: 30px;	}
.main-content #reports h3, .main-content #reports h3 a {color: #000000;	font-size: 22px;font-weight: bold; margin-top: 30px;	}
.main-content #reports h4, .main-content #reports h4 a {color: #000000;	font-size: 17px;font-weight: bold;	}
.main-content #reports h5 {margin: 10px 0 0 0; color: #990000;	border-bottom: none;font-size: 13px;font-weight: bold;	}
.main-content #reports h6 {margin: 25px 0 8px 0 ; color: #00000;	border-bottom: none; font-size: 13px;font-weight: bold; padding: 5px 10px; background: #eeeeee;	width: 200px;}
	
#reports p a {color: #15a6b5; text-decoration: underline;}
#reports sup a{text-decoration:none;}
#reports p a:hover {color: #000000; text-decoration: underline; background: #ffffff;}


/*-----------reports TABLES ----------*/	
#statistical-tables > ul > li > span{color:#000;}
#statistical-tables > ul > li:hover > span{color:#36538e;}
#statistical-tables > ul > li > span:hover{cursor:pointer;}
#statistical-tables > ul > li > div > table{position:relative;top:-12px;}
#statistical-tables > ul > li > span.active{ font-weight:bold; color:#660000;}


#reports table.regular caption .tableTitle,
#overlayContent table.regular caption .tableTitle {color: #000000; font-size: 14px;}

#reports table.regular caption .headnote,
#overlayContent table.regular caption .headnote {color: #333333;  font-size:14px;display:inline; color:#000000;}

#reports table.regular caption.inactive span.tableTitle, 
#reports table.regular caption.inactive .headnote {font-weight: normal;}
#overlayContent table.regular caption.inactive span.tableTitle, 
#overlayContent table.regular caption.inactive .headnote {font-weight: bold;}

#reports table.regular caption,
#overlayContent table.regular caption {padding-bottom: 7px;}

#reports table.regular caption span.tableExpander{font-weight:bold;}

#reports table.regular tbody,
#overlayContent table.regular tbody {background-color: #ffffff; border: 1px solid #cccccc; border-collapse: collapse; empty-cells: show;font-family: Arial,Helvetica,sans-serif; font-size: 12px; margin: 30px 0;}
	
#reports table.regular p,
#overlayContent table.regular p{font-family: Arial,Helvetica,sans-serif; font-size: 12px; padding-top:2px; padding-bottom: 2px; }

#reports table.regular thead tr th,#reports table.regular thead tr th
#overlayContent table.regular thead tr th {font-family: Arial,Helvetica,sans-serif; font-size: 12px; padding-top:5px; padding-bottom: 5px;}

#reports table.regular tbody tr.greenbar td,
#reports table.regular tbody tr.greenbar th,
#overlayContent table.regular tbody tr.greenbar td,
#overlayContent table.regular tbody tr.greenbar th  {background-color: #efefef;}

#reports table.regular tbody tr th,
#overlayContent table.regular tbody tr th {background-color: #ffffff;}

#reports td.footnotes, #reports td.endnotes,
#overlayContent td.footnotes, #overlayContent td.endnotes {color: #555; padding: 10px; font-size: 11px; font-family: arial, Arial, Helvetica, sans-serif;}
	
	

/*---------overlay TABLES additional styles----------*/	
#statistical-tables caption {cursor: pointer;}
#statistical-tables caption.inactive, 
#statistical-tables caption.inactive span {color: #000;font-weight: bold;}
#statistical-tables caption.inactive:hover, 
#statistical-tables caption.inactive:hover span {color: #15a6b5;}
#statistical-tables caption.inactive div.headnote {display: inline;}
.tableExpander {text-decoration: none !important;	font-size: 9px;	color: #15a6b5 !important;	position: relative;	top: -1px;	margin-right: 4px;}

#overlayBackground {background:#000;height: 100%;left: 0;margin: 0;	position: fixed;top: 0;	width: 100%;z-index: 10002;	opacity:.75;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  filter: alpha(opacity=75);  -moz-opacity: 0.75;}
#overlayContentContainer {z-index: 10003;position:fixed;width:100%;}
#overlayContent,
#overlayContentBar{z-index: 10004;width: 900px;}
#overlayContent{height: 550px;	margin: 0 auto;	background-color:#fff;	overflow-y: auto; border:1px solid #ccc;padding:0px  20px 20px;}
#overlayContentBar{	height: 20px;	margin: 5% auto;background-color:#15a6b5;border-top:1px solid #15a6b5;	border-left:1px solid #15a6b5;	border-right:1px solid #15a6b5;	padding:5px 20px;	margin-bottom:0px;	}
#overlayContentClose, 
#overlayContentBar span {font-weight:bold;text-decoration:none;	color:#fff;	position:relative;	top:1px;	float: right;}
#overlayContentBar span{float: left;left:-0px;	top:1px;}
#overlayContent .tableExpander{display:none;}	
	
	
	
	
/*-----------report IMAGES-----------*/
#reports img {border: 1px solid #ccc; padding: 15px; margin: 0 0 10px 0;}
#reports .report-image {border: 1px solid #ccc; padding: 0; margin: 0 0 15px 15px; float: right; width: 300px;}
#reports img.reports-formula-img {
	margin: 0;
	padding: 0;
	width: auto;
	border: none;	
}




/*-------------------ARCHIVE PAGE------------------*/
#reports-archive, #reports {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 40px 40px 40px;
	}
#reports-archive{
	color: #999999;
	}
#reports-archive h3 {
	color: #000000;
	font-size: 15px; 
	font-weight: bold;
	margin-top: 40px;
	padding-bottom: 5px;
	}
#reports-archive a {
	    color: #666;
    display: inline-block;
    height: 7px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 0 11px;
    text-decoration: none;
    width: 30px;
	}
#reports-archive a:hover {
	color: #15a6b5;
	text-decoration: underline;

	}
#reports-archive .reports-archive-years {
	left:-10px;
	top:-8px;
	position:relative;
	}
	
	
/* notes */
#notes{
	margin-top: 25px;
	
}

#notes h3{
color: #333 !important;
margin:0px;
padding: 10px 0 ;
border-top: 1px solid #ccc;
font-size:12px !important;
}	








