﻿
/*

White Tab Panel

*/

.mmtabstyle .ajax__tab_header
{
	/*         font-family: verdana,tahoma,helvetica;     font-size: 11px; font-size: 14px;text-transform: uppercase; 	background: url(            '../images/tab-line.gif' ) repeat-x bottom; 	white-space: nowrap; 	color: #333333; */
	padding: 0px;
}

.mmtabstyle .ajax__tab_outer
{
	/* 	padding-right: 0px; 	background: url(            '../images/tab-right.gif' ) no-repeat right; 	height: 21px; 	display: -moz-inline-box; 	display: inline-block; */
}
.mmtabstyle .ajax__tab_inner
{
	/* 	padding-left: 3px; 	background: url(            '../images/tab-left.gif' ) no-repeat; 	display: -moz-inline-box; 	display: inline-block; 	*/
}
.mmtabstyle .ajax__tab_tab
{
	/*  	height: 13px; 	padding: 4px; 	margin: 0; 	background: url(            '../images/tab.gif' ) repeat-x; 	margin-right: 4px; 	overflow: hidden; 	text-align: center; 	cursor: pointer; 	display: -moz-inline-box; 	display: inline-block; */
	padding: 0px;
}
.mmtabstyle .ajax__tab_hover .ajax__tab_outer
{
	/*	background: url(            '../images/tab-hover-right.gif' ) no-repeat right; */
}
.mmtabstyle .ajax__tab_hover .ajax__tab_inner
{
	/*	background: url(            '../images/tab-hover-left.gif' ) no-repeat; */
}
.mmtabstyle .ajax__tab_hover .ajax__tab_tab
{
	/* background: url(            '../images/tab-hover.gif' ) repeat-x; */
}
.mmtabstyle .ajax__tab_active .ajax__tab_outer
{
	/* background: url(            '../images/tab-active-right_charcoal.gif' ) no-repeat right; */
}
.mmtabstyle .ajax__tab_active .ajax__tab_inner
{
	/* background: url(            '../images/tab-active-left_charcoal.gif' ) no-repeat; */
}
.mmtabstyle .ajax__tab_active .ajax__tab_tab
{
	/* 	background: url(            '../images/tab-active_charcoal.gif' ) repeat-x; 	color: #ffcc66; 	font-weight:bold; 	*/
}
.mmtabstyle .ajax__tab_body
{
	/* border: 1px solid #708090;  background: url( '../images/newsletter/module-back.jpg' ) repeat-x bottom;  font-family: verdana,tahoma,helvetica;     font-size: 10pt;  background: url( '../images/blue_back.jpg' ) repeat-x top;   */
	border-top: 0;
	width: 580px;
	padding-bottom:0px;
}


ul.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-bottom: 30px;
	padding-top: 20px;
}

ul.navigation li
{
	display: inline;
	margin: 0px -2px;
	padding: 0px;
}

ul.navigation a
{
	padding: 10px;
	color: #c6c6c6;
	text-decoration: none;
	background: #f6f6f6;
	margin: 0px;
	font-weight: bold;
	letter-spacing: 0.1em;
	border-top: solid 1px #c8c8c8;
	border-right: solid 1px #c8c8c8;
	border-left: solid 1px #c8c8c8;
	border-bottom: solid 1px #999999;
}

ul.navigation a:hover
{
	background-color: #fff;
	color: #b75332;
}

ul.navigation a.selected
{
	background-color: #fff;
	color: #000;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	border-bottom: solid 1px #ffffff;
}

ul.navigation a:focus
{
	outline: none;
}
