/* CSS Document */
/* Created 02.01.11 by RB */
/* New tab navigation - 4.28.14 - rb */
/* Contains 6 tabs laid out in two rows*/

#tabnav_tabContainer {
	background-color: #ffffff;
	width:575px;
	margin:0 auto;
	font-size:1.2em;
	}

/* contains top row of tabs */
#tabnav_tabTopRow {
	width:510px;
	margin:0 auto;
	}
/* contains tabs */

.tabnav_tab {
	width:225px;
	height:130px;
	float:left;
	padding:5px 8px 5px 10px;
	border:solid 1px #ddd;
	border-left:solid 1px #ddd;
	overflow:hidden;
	text-align:left;
	line-height:1.5em;
}

/* contains bottom row of tabs */
#tabnav_tabBtmRow {
	width:510px;
	margin:0 auto;
	clear:both;
	}

/* contains the tab headers */
.tabnav_header {
	width:225px;
	padding:5px 8px 5px 10px;
	float:left;
	background-image:url(/images/gradientBG.gif);
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
	font-weight:bold;
	font-size:1.2em;
	color:#ddd;
	}

.tabnav_tabs a:link {
	color:#eee;
}
	
.tabnav_tabs a:visited {
	color:#ddd;
}

.tabnav_tabs a:hover {
	color:#555;
	background-color:transparent;
}

