/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}

.profile_tabbox	{
	border:1px solid #e1e1e1;
	}
.profile_tabbox h1	{
	background:url(../image/header_bg2.jpg) repeat-x;
	height:23px;
	font-size:12px;
	color:#FFFFFF;
	padding-left:8px;
	padding-top:4px;
	}

.tabs-nav {
    list-style: none;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
	height:25px;
	background-color:#7f7f7f;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
 /* be nice to Opera */
	list-style:none;
	
}


.tabs-nav a  {
    display: block; 
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #9a9a9a;
	height:20px;
	padding-top:5px;
}
.tabs-nav a {
    position: relative;
	font-family:Arial, Helvetica, sans-serif;
    z-index: 2;
    color:#ffffff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}

.tabs-nav  .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
  background:url(../image/score_bg_hover.jpg) right no-repeat;
	color:#ffffff; /* prevent dotted border in Firefox */
	
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}

.tabs-container {
	margin-top:1px;
    padding:;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	width:527px;
}

