.tab {
	margin-top: 50px;
	position: relative;
	border: 0px solid #ff6600;
}

.tab-head {
	border: 0px solid;
	height: 33px;
	float:left;
	width:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ff6600;
	background: url("../../sysimages/tab/tab_caption_filler.gif") repeat-x bottom;
}

.tab-head ul {
	margin:0;
	padding: 0px 10px 0;
	list-style:none;
}

.tab-head li {
	float:left;
	height: 33px;
	margin:0;
	padding:0 0 0 9px;
	display: inline;
	background: url("../../sysimages/tab/tab_gray_right.gif") no-repeat right top;
}

.tab-head a {
	float:left;
	display: inline;
	padding-left: 9px;
	padding-right: 7px;
	padding-top: 8px;
	padding-bottom: 0px;
	margin-left: -9px;
	text-decoration:none;
	font-weight:bold;
	color: #ff6600;
	height: 32px;
}
	
.tab-head a:hover {
	color: #333333;
}
	
li.tab-current {
	background: url("../../sysimages/tab/tab_orange_right.gif") no-repeat right top;
}

li.tab-current a {
	background: url("../../sysimages/tab/tab_orange_left.gif") no-repeat left top;
	color: #333333;
	padding-bottom:5px;
}
	
.tab-container {
	clear: both;
	width: 100%;
	border: 0px solid #ff6600;
}

.tab-pane {
	width: 100%;
	display: none;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.tab-footer {
	width: 100%;
	clear: both;
	height: 15px;
	border: 0px solid #ff6600;
}

.tab-footer-left {
	float: left;
	width: 8px;
	height: 15px;
	margin-right: -3px;
	background: url("../../sysimages/tab/grid_footer_left.gif");
}

.tab-footer-middle {
	height: 15px;
	border: 0px solid;
	margin-left: 8px;
	margin-right: 8px;
	background: url("../../sysimages/tab/grid_footer_filler.gif");
}

.tab-footer-right {
	float: right;
	width: 8px;
	height: 15px;
	margin-left: -3px;
	background: url("../../sysimages/tab/grid_footer_right.gif");
}


.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

