/*=========================================*/
/*============ MENUS STYLING ==============*/ 
/*=========================================*/

div#tab-menu {
	margin-left:0px;
	margin-top:20px;
	overflow:hidden;
}

/*MAIN MENU*/
#tab-menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	width:610px;	
	font-family:Georgia,"Times New Roman",Times,serif;
}

#tab-menu li {float:left; margin-right:2px;}

#tab-menu a, #tab-menu a:visited { float:left; display:block; color:#FFF; height:46px;	font-size:14px;	font-weight:bold; padding-top:0px; text-decoration:none; line-height:1.4em; }
#tab-menu a:hover {text-decoration:underline;}
#tab-menu ul.five a, #tab-menu ul.five a {width:120px; }
#tab-menu ul.three a, #tab-menu ul.three a {width:201px; }

li.green a { background:url(../images/tabs/green-right.png) no-repeat right top;}
li.green a.active { background:url(../images/tabs/green-right.png) no-repeat right top #698d6b;}
li.green a span { background:url(../images/tabs/green-left.png) no-repeat top left;	width:100%;	text-align:center;	padding-top:12px; display:block; }
div.green { clear:both; height:7px; background:#698d6b; width:610px; display:block; padding:0px; margin:0px; overflow:hidden; line-height:100%;}

li.greyblue a {	background:url(../images/tabs/greyblue-right.png) no-repeat right top; }
li.greyblue a.active { background:url(../images/tabs/greyblue-right.png) no-repeat right top #92a4ac; }
li.greyblue a span {background:url(../images/tabs/greyblue-left.png) no-repeat top left; width:100%; text-align:center;	padding-top:5px; line-height:1.1em;	display:block; }
#tab-menu ul.three li.greyblue a span {padding-top:12px;}
div.greyblue { clear:both; height:7px; background:#92a4ac; width:610px; display:block; padding:0px; margin:0px; overflow:hidden; line-height:100%;}

li.duskypink a { background:url(../images/tabs/duskypink-right.png) no-repeat right top; }
li.duskypink a.active { background:url(../images/tabs/duskypink-right.png) no-repeat right top #be9b97; }
li.duskypink a span { background:url(../images/tabs/duskypink-left.png) no-repeat top left; width:100%;	text-align:center;	padding-top:12px; display:block; }
#tab-menu ul.three li.duskypink {margin-right:0px;}
div.duskypink { clear:both; height:7px; background:#be9b97; width:610px; display:block; padding:0px; margin:0px; overflow:hidden; line-height:100%;}

li.pink a {	background:url(../images/tabs/pink-right.png) no-repeat right top; }
li.pink a.active {	background:url(../images/tabs/pink-right.png) no-repeat right top #c3aeba; }
li.pink a span { background:url(../images/tabs/pink-left.png) no-repeat top left; width:100%; text-align:center; padding-top:12px; display:block;}
div.pink { clear:both; height:7px; background:#c3aeba; width:610px; display:block; padding:0px; margin:0px; overflow:hidden; line-height:100%;}

li.lightgreen {margin-right:0px;}
li.lightgreen a {background:url(../images/tabs/light-green-right.png) no-repeat right top; }
li.lightgreen a.active {background:url(../images/tabs/light-green-right.png) no-repeat right top #a7cabd; }
li.lightgreen a span { background:url(../images/tabs/light-green-left.png) no-repeat top left; width:100%; text-align:center; padding-top:12px; display:block;}
div.lightgreen {clear:both; height:7px; background:#a7cabd; width:610px; display:block; padding:0px; margin:0px; overflow:hidden; line-height:100%;}

#slider {
width: 610px;
margin: 0;
position: relative;
}

.scroll {
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}

.scrollContainer div.panel {
padding: 20px;
/*height: 500px;*/
width: 610px; /* change to 560px if not using JS to remove rh.scroll */
padding-top:5px;
padding-left:0px;
border-top-style:solid;
border-top-width:1px;
border-top-color:#CCCCCC;	
}

.pdfTable{
	background-color:#eaeaea;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
}

.pdfTable tr{
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}

.pdfTable .date{
	width: 15%;
	color:#698d6b;
	padding-left:10px;
	vertical-align:middle;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}


.pdfTable .title{
	width: 65%;
	color:#666;
	vertical-align:middle;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}

.pdfTable .download{
	width:15%;
	padding-top:4px;
	padding-bottom:4px;
	padding-right:10px;
	border-bottom:solid;
	border-bottom-color:#FFF;
	border-bottom-width:1px;
}

