﻿#tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabs li {
	float: left;
	margin: 0 2px 0 0;
}
#tabs a {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #4f4f4f url('../theme/tab-off.jpg') repeat-x 0px 0px;
	margin: 0px;
	position: relative;
	padding: 4px 10px 4px 12px;
	float: left;
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
	}
#tabs a:hover, #tabs a:hover::after, #tabs a:focus, #tabs a:focus::after {
	background: #4f4f4f url('../theme/tab-on.jpg') repeat-x;
	color: #1e1e1e;
	
}
#tabs a:focus {
	outline: 0;
}
#tabs #current a {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;

}
#tabs #current a::after {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;
}
/* ------------------------------------------------- */
#content {
	border: 1px solid #000;
	background: #4f4f4f url('../theme/tab-cnt-bgnd.jpg') repeat-x;
	padding: 12px 8px 8px 8px;
	position: relative;
	margin-top: -1px;
}
#content p {
	font-size: 100%;
	text-align: left;
}
#content h2, #content h3, #content h4, #content h5 {
	margin: 0px 0px 8px 0px;
	font-size: 120%;
	color: #f2f2f2;
	text-align: left;
}




/* ------------------------------------------------- */




#tabsb {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabsb li {
	float: left;
	margin: 0 2px 0 0;
}
#tabsb a {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #4f4f4f url('../theme/tab-off.jpg') repeat-x 0px 0px;
	margin: 0px;
	position: relative;
	padding: 4px 10px 4px 12px;
	float: left;
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
	}
#tabsb a:hover, #tabsb a:hover::after, #tabsb a:focus, #tabsb a:focus::after {
	background: #4f4f4f url('../theme/tab-on.jpg') repeat-x;
	color: #1e1e1e;
	
}
#tabsb a:focus {
	outline: 0;
}
#tabsb #currentb a {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;

}
#tabsb #currentb a::after {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;
}
#contentb {
	border: 1px solid #000;
	background: #4f4f4f url('../theme/tab-cnt-bgnd.jpg') repeat-x;
	padding: 12px 8px 8px 8px;
	position: relative;
	margin-top: -1px;
}
#contentb p {
	font-size: 100%;
	text-align: left;
}
#contentb h2, #contentb h3, #contentb h4, #contentb h5 {
	margin: 0px 0px 8px 0px;
	font-size: 120%;
	color: #f2f2f2;
	text-align: left;
}












/* ------------------------------------------------- */




#tabsc {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#tabsc li {
	float: left;
	margin: 0 2px 0 0;
}
#tabsc a {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #4f4f4f url('../theme/tab-off.jpg') repeat-x 0px 0px;
	margin: 0px;
	position: relative;
	padding: 4px 10px 4px 12px;
	float: left;
	text-decoration: none;
	color: #f2f2f2;
	font-weight: bold;
	}
#tabsc a:hover, #tabsc a:hover::after, #tabsc a:focus, #tabsc a:focus::after {
	background: #4f4f4f url('../theme/tab-on.jpg') repeat-x;
	color: #1e1e1e;
	
}
#tabsc a:focus {
	outline: 0;
}
#tabsc #currentc a {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;

}
#tabsc #currentc a::after {
	background: #fff url('../theme/tab-on.jpg') repeat-x 0px 0px;
	z-index: 3;
	color: #1e1e1e;
}
#contentc {
	border: 1px solid #000;
	background: #4f4f4f url('../theme/tab-cnt-bgnd.jpg') repeat-x;
	padding: 12px 8px 8px 8px;
	position: relative;
	margin-top: -1px;
}
#contentc p {
	font-size: 100%;
	text-align: left;
}
#contentc h2, #contentc h3, #contentc h4, #contentc h5 {
	margin: 0px 0px 8px 0px;
	font-size: 120%;
	color: #f2f2f2;
	text-align: left;
}

