
/* ======================================== */
/* TABS
/* ======================================== */

.tabwrap-main
{
	height:45px;
	background-image: url( 'img/tab_background.gif' );
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

.tabon-main,
.tabon
{
	border-top:1px solid #3363A1;
	border-left:1px solid #3363A1;
	border-right:1px solid #3363A1;
	background-color:#6696D6;
	color:#FFFFFF;
	padding:8px;
	float:left;
	width:auto;
	background-image: url('img/tab-on-bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:3px;
}

.taboff-main,
.taboff
{
	border-top: 1px solid #759BC7;
	border-left: 1px solid #759BC7;
	border-right: 1px solid #759BC7;
	background-color: #3363A1;
	color: #3363A1;
	padding:8px;
	float: left;
	width: auto;
	background-image: url('img/tab-off-bg.gif');
	background-repeat: repeat-x;
	background-position: left top;
	margin-top:3px;
}

.tabon-main,
.taboff-main
{
	padding: 4px 8px 4px 8px;
}

.tabon-main a:link,
.tabon-main a:visited, 
.tabon-main a:active,
.tabon a:link, 
.tabon a:visited, 
.tabon a:active
{
	text-decoration:none;
	color: #FFFFFF;
}

.taboff-main a:link,
.taboff-main a:visited, 
.taboff-main a:active,
.taboff a:link, 
.taboff a:visited, 
.taboff a:active
{
	text-decoration:none;
	color: #3363A1;
}

.tabwrap
{
	height: 33px;
	margin:0px;
	padding:0px;
}

.tabclear
{
	clear:both;
	background-image: url( 'img/main_menu_bg.gif' );
	background-repeat: repeat-x;
	border-left: 1px solid #5D789C;
	border-right: 1px solid #5D789C;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 15px 8px 8px;
	margin:0px;
	height:14px;
}

.logoright
{
	width:auto;
	float:right;
	position:absolute;
	top:0px;
	right:4px;
}

/* ======================================== */
/* OUTER BORDER / DIV
/* ======================================== */

.outerdiv
{
	border: 1px solid #5D789C;
	border-top:1px solid #578DCA;
	padding: 0px 4px 4px 4px;
	background-image: url('img/content_bar_bg.gif');
	background-repeat: repeat-x;
	background-color: #ACBFD9;
}

.sub-tab-strip
{
	background-image: url( 'img/main_menu_bg.gif' );
	background-repeat: repeat-x;
	border-bottom: 4px solid #385985;
	border-left: 1px solid #5D789C;
	border-right: 1px solid #5D789C;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	padding: 8px 15px 8px 15px;
	margin:0px;
	height:14px;
}

.global-memberbar
{
	vertical-align:middle;
	color: #FFF;
	font-size: 11px;
	padding-left:5px;
	width:auto;
	float:right;
}

.global-memberbar a:active,
.global-memberbar a:visited,
.global-memberbar a:link
{
	color:#FFF;
	text-decoration:none;
}

.global-memberbar a:hover
{
	text-decoration:underline;
}

.navwrap
{
	vertical-align:middle;
	color: #FFF;
	font-size: 11px;
	padding-left:5px;
	float:left;
}

.navwrap a:active,
.navwrap a:visited,
.navwrap a:link
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}
