﻿/* CSS Document */

.tabgroup
{
	padding: 0px 0px 0px 0px;
	font-family: tahoma;
	font-weight: bold;
	color: #932F2F;


}

.tabbar
{
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: #708090;
}

.tabbody
{
	border: solid 2px #708090;
	height:2px;
}


/* Tabbed Navigation - General Styles */

ul.tabs
{
    padding: 3px 0;
    margin-left: 0;
    border-bottom: solid 3px #708090;
}

ul.tabs li
{
list-style: none;
margin-bottom:0px;
display: inline;

	
}
ul.tabs li.active 
{
list-style: none;
margin-bottom:0px;
display: inline;
background: white;


	
}
ul.tabs li.active a:link 
{
background: white;
	
}

ul.tabs li a:link
{
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
padding: 4px 4px 4px 50px;
}
ul.tabs li a:visited
{
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
padding: 4px 4px 4px 50px;
}

ul.tabs li a:hover
{
	color: #932F2F;
	background: #AAE;
border-color: #227;
text-decoration: none;

}
ul.tabs li a.active
{
	background: white;
border-bottom: 1px solid white;


}


ul.tabs li.tableft_sel span
{
	background: white;
	border-bottom: 1px solid #708090;
	padding: 4px 4px 4px 50px;
}

ul.tabs li.tableft a
{
	background: #c0c0c0;
	border-bottom: 1px solid #fff;
}

ul.tabs li.tableft a:hover
{
	background: #004483;
}

ul.tabs li.tableft_sel a
{
	background: white
	border-bottom: 1px solid #fff;
}

ul.tabs li.tableft_sel a:hover
{
	background: #004483;
}

