
ul#maintab {padding-left: 15px}

.tabcontentstyle{ 
	float : none;
	width: 99%;
	margin-left:auto;
	margin-right:auto;
	margin-top: -5px;
	margin-bottom:2px;
	padding: 0px;
	/*border: 1px solid #FF0000;*/
}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
		display:block!important;
	}
}

.tabjs {
	width: 99%;
	margin:0 auto;
	margin-top: -10px;
	height: 28px;
	background: url(../image/tab-line.gif) bottom repeat-x;
	/*border: 1px solid #FF0000;*/
} /*IE6*/

.tabjs h2 {
	float: left;
	background: none;
	min-height: 15px;
	margin-bottom: 0;
	margin-top: 4px;
	line-height: 1.1;
	top: 10px;
	font-size: 145%;
	/*border:1px solid #FF0000;*/
}

.shadetab{
	padding: 3px 7px;
	margin:0;
	margin-top:10px;
	margin-bottom: 0px;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: center;
	/*border: 1px solid #33FF00;*/
	height: 20px;
}

.shadetab br{
	clear: both;
}
.shadetab ul {
	margin: 0.5em 1em 0 0;
	padding: 0 0 0 1em;
	list-style: none;
	font-size: 85%;
}

.shadetab ul {
	padding-top: 2px;
}

.shadetab li {
	margin: 0 1px 0 0;
	padding: 0 5px 0 0;
	background: url(../image/tab-back.png) 100% -100px;
	float: left;
	border-bottom: 1px solid #bbb;
    	text-align: center;
	display: inline;
}

.shadetab {
	padding-right: 5px;
}

.shadetab li {
	float: right;
}

.shadetab li.selected {
	border-bottom: 1px solid #fff;
	background: url(../image/tab-back.png) 100% 0;
}

.shadetab li a, 
.shadetab li a:visited, 
.shadetab li span {
	display: block;
	float: left;
	padding: 5px 11px 2px 16px;
	text-align: center;
	white-space: nowrap;
	background: url(../image/tab-back.png) 0 -100px;
	text-decoration: none;
	min-height: 17px; /* fixes FX/Mac issue */
	color: #999999;
}

.shadetab li.selected a, 
.shadetab li.selected span {
	background: url(../image/tab-back.png) 0 0;
	 color: #666666;
} /*IE6*/

.shadetab li:hover {
	background-position: 100% -200px;
}

.shadetab li:hover a {
	background-position: 0 -200px;
	color:#990000;
}

.shadetab li.selected:hover {
	background-position: 100% 0;
}

.shadetab li.selected:hover a {
	background-position: 0 0;
	text-decoration: underline;
	color: #666666;
}

/* tabhead list */
div.tabhead ul {
	/*margin: 0 0 -6px 0px;
	_margin: 0 -1px -1px;*/
	margin: 0 0 -1px 5px;
	padding:0;
	list-style: none;
	overflow: hidden; 
	_width: 100%; 
	position: relative; 
}

ol {width:99%; padding-left:30px; margin-left:10px;}

div.tabhead ul li {
	display: block;
	float: left;
	line-height: 24px;
	_margin:0px 0 -6px 0;
	z-index:2;
}

div.tabhead ul li a {
	display: block;
	float: left;
	margin: 3px 0 1px 0;
	padding: 0 0 0 12px;
	color: #FFF;
	font-weight: bold;
	height: 20px;
	line-height: 20px; 
	font-size: 11px;
/*	background-color: #336699;*/
	background-color: #bbd2e8;
	cursor:pointer;
}

/*fieldset {clear:both;}
*/
div.tabhead ul li a:hover {
	text-decoration: none;
	color: #990000;
}

div.tabhead ul li a span {
	display: block;
	float: left;
	padding: 0 15px 0 0;
	background: url(../image/separator-tabhead.gif) no-repeat right;
}

div.tabhead ul li a.last span {
	background: url(../image/tabhead-last.gif) no-repeat top right;
}

div.tabhead ul li a.first {
	background: url(../image/tabhead-first.gif) no-repeat top left #bbd2e8;
}

div.tabhead ul li a.selected {
	color: #FF9901;
	height: 25px;
	line-height: 25px;
	margin: 0;
	background: url(../image/tabhead-left.gif) no-repeat;
	padding: 0 0 0 4px;
	cursor:pointer;
	text-decoration:none; 
}

div.tabhead ul li a.selected span {
	background: url(../image/tabhead-right.gif) no-repeat top right;
	padding: 0 15px 0 10px; 
	height:25px;
	padding-bottom:-4px;
	z-index:200px;
}

div.tabline {
	border-top:1px #a0c3e3 solid;
	padding: 0;	  
	margin:-4px auto 5px;
	width:99%;
}

div.tabhead {
	width:99%; 
}
