@CHARSET "UTF-8";
img{
 border: 0px;
}
#tabs {
	width: 100%;
	height:31px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
	font-size: 13px;
	font-family: Tahoma;
	background:url(../images/tabs/button_bg_unclick.jpg) repeat-x;
}

#tabs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tabs li {
	float: left;
    margin: 0;
	padding: 0; 
}

#tabs a, #tabs a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 0 0 8px;
	background:url(../images/tabs/button_bg_unclick.jpg) repeat-x;
    /*background-color: #b9b9b9;
    background: url(image/button_unclick_bg.jpg) repeat-x;*/
}

#tabs a {
    margin: 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    text-decoration: none;
	font-weight:bold;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}

#tabs a:link, #tabs a:visited {
    color: #ffffff;
	font-weight:bold;
}

#tabs a:hover {
	color: #ffffff;
	font-weight:bold;
}

#tabs a:hover span {
	color: #F8F794;
	font-weight:bold;
}

#tabs #current a {
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #ffffff;
	font-weight:bold;
}

#tabs a span.m {
    padding: 0px 0px 0px 0px;
    height: 31px;
	line-height: 28px;
	font-weight:bold;
    background: url(../images/tabs/button_bg_unclick.jpg) repeat-x;
}

#tabs #current a span.m {
    padding: 0px 0px 0px 0px;
    height: 31px;
    color: #F8F794;
	font-weight:bold;
	line-height: 28px;
	background: url(../images/tabs/button_bg_click.jpg) repeat-x;
}
#tabs a span.f {
    padding: 0px 0px 0px 0px;
	width: 10px;
    height: 31px;
	font-weight:bold;
    background: url(../images/tabs/button_unclickfront2.gif) no-repeat;
}

#tabs #current a span.f {
    padding: 0px 0px 0px 0px;
    height: 31px;
	width:10px;
	font-weight:bold;
    color: #ffffff;
	background: url(../images/tabs/button_clickfront2.gif) no-repeat;
}
#tabs a span.b {
	margin:0px;
	padding: 0px 0px 0px 0px;
	margin-right: 5px;
    height: 31px;
	font-weight:bold;
	width: 10px;
    background:  url(../images/tabs/button_unclickback2.gif) no-repeat;
	
}

#tabs #current a span.b {
    padding: 0px 0px 0px 0px;
	margin-right:5px;
    height: 31px;
	font-weight:bold;
	width: 10px;
    color: #ffffff;
	background:  url(../images/tabs/button_clickback2.gif) no-repeat;
}

#tabs #current a:link, #tabs #current a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	font-weight:bold;
}

#tabs a:hover, #tabs a:focus, #tabs a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	font-weight:bold;
}

#tabs-panel {
	clear: both;
    border: 1px solid #818181; 
    padding: 10px 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}