/* 
========================================================================
FRONTTABS.CSS
Styles the tab dialogue box on the front page
========================================================================
*/

.tabs
	{
	position: relative;
	height: 25px;
	margin: 0;
	padding: 0px;
	background: #c5b0b5;
	overflow: hidden;
	}

#tab1, #tab2, #tab3, #tab4, #tab5
	{
	color: #000;
	background: url(../templateimages/tabs_button.png) no-repeat top left;
	
	}

a#tab1:hover, a#tab1.tab-active, a#tab2:hover, a#tab2.tab-active, a#tab3:hover, a#tab3.tab-active, a#tab4:hover, a#tab4.tab-active, , a#tab5:hover, a#tab5.tab-active
	{
     
    
	}

.tabs li
	{
	display: inline;
	padding: 0;
	margin: 0;
	}

.tabs a:hover
	{
	height: 25px;
	}
	
.tabs a.tab-active
	{
	background: #fff;
	height: 25px;
	color: #f40;
	/*border-top: 1px solid #ccd;*/
	}	

.tabs a
	{
	display: block;
	width: 115px;
	float: left;
	color: #ffffff;
	height: 25px;
	font: 7.5pt verdana, helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	padding: 12px 3px 0px 12px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	/*border-left: 1px solid #fff;
	border-right: 1px solid #88a;
	border-top: 1px solid #fff;*/
	}
	
#tab1
	{
	/*border-left: 1px solid #dde;*/
	}
	
#tab5
	{
	/*border-right: 1px solid #dde;*/
	}
		
.tab-container
	{
	height: 232px;
	background-color: #ffffff;
	margin-bottom: 0px;
	border-right: solid 1px #aab;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ccd;
	}

.tab-panes
	{


	}

.tabright
	{
	width: 325px;
	float: right;
	}
	
.pane
	{
	margin-top: 0px;
	height: 100%;
	width: 100%;
	overflow-y: hidden;
	}
	
.pane .infobox 
{
	height: 190px;
	width: auto;
	overflow-y: auto;
	padding: 10px;
	
}
