.tabs {
display:block;
margin-bottom:0;
width:100%;
}
.tabs .grey_bg_middle {
    background:#FFFFFF url(../images/blue_tab_bg.jpg) no-repeat top right;
    height:24px;
    float:left;
    margin-right:4px;
    padding:0px 9px 0px 0px;
}
.tabs .grey_bg_left {
    background:#FFFFFF url(../images/blue_tab_bg.jpg) no-repeat top right;
    height:24px;
    float:left;
    width:6px;
    padding:0;
}

.tabs div a {
/*background:#FFFFFF url(../images/grey_title_bg.jpg) no-repeat ;*/
float:left;
display:block;
color:#FFF;
margin:0;
margin-top:5px;
padding:0;
font-size:13px;
font-weight:bold;

position:relative;
text-decoration:none;
top:1px;
z-index:1;
}

.tabs a.selected {
/*background:#FFFFFF url(../images/grey_title_bg.jpg) no-repeat ;*/
border-bottom:0 none;
padding-bottom:0px;
color:#F00;
z-index:3;
}

.tabs a.selected {
/*background:#FFFFFF url(../images/grey_title_bg.jpg) no-repeat ;*/
border-bottom:0 none;
padding-bottom:0px;
color:#F00;
z-index:3;
}


.page {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #000;
clear:both;
display:block;
margin-bottom:0px;
padding:0px;
width:480px;
z-index:2;
}