/*
style.org
supplemental style sheet (tabs) by Jonathan Corum

For additional style sheets you are welcome to use, please see http://www.style.org/css/
*/



/* TABS */

.tab_on {
	background-color: #EEEEEE;
	position: relative;
	z-index: 30;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}

.tab {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 3px 7px;
	margin-right: 3px;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #990000;
}

.tableft {
	background-color: #FFFFFF;
	position: relative;
	z-index: 10;
	float: left;
	padding: 3px 7px 1px 7px;
	margin-right: 3px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
}

.tabrule {
	background-color: #EEEEEE;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 3px;
	font-size: 1px;
	border-left: 1px solid #777777;
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
}

.tabfade {
	background-color: #EEEEEE;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #888888;
	border-right: 1px solid #888888;
}

.tabfade2 {
	background-color: #F4F4F4;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}

.tabfade3 {
	background-color: #F9F9F9;
	position: relative;
	z-index: 20;
	top: -1px;
	height: 2px;
	font-size: 1px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	margin-bottom: 10px;
}

