/* CSS Document */

#alltabs_wrapper {
	width: 250px;
	height: 420px;
	float: right;
margin-top: 10px;
	overflow: hidden;
}

.tab_container {
	width: 245px;
	padding: 10px 0px 10px 5px;
	float: right;
	overflow: hidden;
}

#tab1_title, #tab2_title, #tab3_title {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 0px;
}

.tab_title {
	font-size: 11px;
	color: #000;
	padding: 10px;
}

#menu_wrapper {
	width: 250px;
height: 25px;
line-height: 24px;
    display: none;
	background-color: #ccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	float: right;
}

#menu_wrapper ul {
	font-size: 11px;
height: 25px;
line-height: 24px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 1px;
	margin-left: 0px;
	margin-bottom: -1px; /*IE fix */
}

#menu_wrapper ul li {
height: 25px;
line-height: 24px;
	font-size: 11px;
	padding-right: 15px;
	padding-left: 0px;
	list-style-type: none;
	display: inline;
	margin-left: 0px;
}

#tab1_link, #tab2_link, #tab3_link {
	font-size: 11px;
	color: #000;
}

#tab1_link a, #tab2_link a, #tab3_link a {
height: 25px;
line-height: 24px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#tab1_link a:hover, #tab2_link a:hover, #tab3_link a:hover {
	font-weight: bold;
height: 25px;
line-height: 24px;
background-color: #000;
color:#0556e1;
	text-decoration: none;
}

#tab1_current, #tab2_current, #tab3_current {
	font-weight: bold;
height: 25px;
line-height: 24px;
	font-size: 12px;
	color: #f24c0c;
}

.frontpage_tab_title {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	background-color: #fff;
}

.frontpage_tab_title a	
{
	color: #214387;
	text-decoration: none;
}

.frontpage_tab_title a:hover	
{
	color: #0556e1;
	text-decoration: none;
}

.frontpage_tab_text {
	background-color: #FFF;	
	color: #214387;
}

.frontpage_tab_text a	
{
	color: #214387;
	text-decoration: none;
}

.frontpage_tab_text a:hover	
{
	color: #388c36;
	text-decoration: none;
}
