/*
This stylesheet is for use with WowTabs by WebWowTools.com
The colors have been custom chosen for your tabs.

WowTabs is created by Ryan Pilling
copyright (c) 2007 Ryan J. Pilling

You can create more WowTabs at http://www.webwowtools.com/tabs
*/

.tabrow {
	height: 28px;
	padding-left: 10px;
	padding-right: 10px;
	background-position:bottom;
	background-repeat:repeat-x;
}
.tabbar {
	background-color: #910606;
	height: 10px;
	border-left: solid 2px #720404;
	border-right: solid 2px #720404;
	clear: left;

}
.tabtitle {
	margin-top: 8px;
}
.tabbox {
	border-top: solid 3px #720404;
	border: solid 2px #720404;
	background-color:#EEEEEE;
	clear: left;
}
.tabcontent {
	margin: 10px;
	margin-top: 15px;
	
}
.tabon, .taboff {
	height: 28px;
	float: left;
	border-bottom: 0px;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	font-size: 12px;
	background-position:top;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.tabon {
	color:#FFFFFF;
}
.taboff {
	color:#FFFFFF;
}
.tabedge {
	width: 17px;
	height: 28px;
	float: left;
	background-position:top;
	background-repeat:no-repeat;
}