﻿/* ------------------------------
   Main Tab Styles
   ------------------------------ */
.tabs_container
{
	border: 0;
	clear: both;
	left: 0;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 97px;
	width: 100%;
	white-space: nowrap;
	z-index: 600;	
}

#tabs
{
	border-style: none;
	height: 45px;
	margin: auto auto;
	padding: 0;
	white-space: nowrap;
    width: 637px;
}

#tabs a
{
	color: #000000;
	font: normal bold 10pt verdana;
	text-decoration: none;
}

#tabs a:hover
{
	color: #FF0000;
	cursor: pointer;
}

#tabs span.leftNav
{
	background: url(../images/tab_left1.gif) no-repeat right top;
	display: inline;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.leftNavSelected
{
	background: url(../images/tab_selected_left1.gif) no-repeat right top;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.left
{
	background: url(../images/tab1.gif) no-repeat center top;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.leftSelected
{
	background: url(../images/tab_selected_left2.gif) no-repeat right top;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.middle
{
	background: url(../images/tab1.gif) no-repeat center top;
	display: inline;
	float: left;
	height: 45px;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
	z-index: 100;
}

#tabs span.middle span
{
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 12px;
}

#tabs span.middleSelected
{
	background: url(../images/tab_selected1.gif) no-repeat center top;
	color: #FFFFFF;
	display: inline;
	float: left;
	height: 45px;
	padding-left: 12px;
	padding-right: 12px;
	width: auto;
	z-index: 100;
}

#tabs span.middleSelected span
{
	text-align: center;
	vertical-align: middle;
	position: relative;
	top: 12px;
}

#tabs span.rightNav
{
	background: url(../images/tab_right1.gif) no-repeat left top;
	display: inline;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.rightNavSelected
{
	background: url(../images/tab_selected_right1.gif) no-repeat left top;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.right
{
	background: url(../images/tab1.gif) no-repeat center top;
	float: left;
	height: 34px;
	width: 13px;
}

#tabs span.rightSelected
{
	background: url(../images/tab_selected_right2.gif) no-repeat left top;
	float: left;
	height: 34px;
	width: 13px;
}

/* ------------------------------
   Sub Tab Styles
   ------------------------------ */
#tabs_submenucontainer
{
	z-index: 600;
	position: absolute;
	width: 100%;
	left: 0;
	padding: 0;
	border: 0;
	margin: 0 auto;	
	text-align: center;
	top: 136px;
	color: #ffffff;
}

#tabs_submenucontainer #submenu
{
	text-align: left;
	left: 0;
	padding: 0;
	border: 0;
	margin: 0 auto;	
}

#tabs_submenucontainer A, 
#tabs_submenucontainer A:link, 
#tabs_submenucontainer A:active, 
#tabs_submenucontainer A:visited
{
	color: #ffffff;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
	border: 0;
	font-size: 8pt;
}

#tabs_submenucontainer A.selected, 
#tabs_submenucontainer A.selected:link, 
#tabs_submenucontainer A.selected:active, 
#tabs_submenucontainer A.selected:visited,
#tabs_submenucontainer A:hover
{
	/* color: #fff; */
	color: #FF0000;
	cursor: pointer;
	/* background-color: #666; */
	padding-bottom: 1px;
	padding-top: 1px;
	text-decoration: none;
}