.Grey_Top_TabStrip 
{
}

.Grey_Top_TabPage {
 width: 100%;
 background-color: transparent;
 color: #000000;
 clear: both;
 padding: 3px;
 padding-top: 9px;
 border-top: 2px solid #333333;
}

.Grey_Top_TabStrip .Grey_Top_TabUnselected #tabcenter {
 cursor: pointer;
 background-image:url('tab.unselected.center.gif');
 background-position: left top;
 background-repeat: repeat-x;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 color: #222222;
 white-space: nowrap;
 text-align: center;
 height: 24px;
 font-variant:normal;
 font-size:11px;
 font-family:Verdana;
 font-weight:bold;
 padding: 6px;
 background-color: transparent;
}

.Grey_Top_TabStrip .Grey_Top_TabUnselected #tabright {
 cursor: pointer;
 background-image:url("tab.unselected.right.gif");
 background-position: left top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 3px;
 height: 24px;
 }
 
.Grey_Top_TabStrip .Grey_Top_TabUnselected #tableft {
 cursor: pointer;
 background-image:url("tab.unselected.left.gif");
 background-position: right top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 3px;
 height: 24px;
 }

.Grey_Top_TabStrip .Grey_Top_TabSelected #tabcenter {
 cursor: pointer;
 background-image:url("tab.selected.center.gif");
 background-position: left top;
 background-repeat: repeat-x;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 color: #ffd600;
 white-space: nowrap;
 text-align: center;
 height: 24px;
 top: 0px;
 font-variant:normal;
 font-size:11px;
 font-family:Verdana;
 font-weight:bold;
 padding:6px;
 background-color: transparent;
 }

.Grey_Top_TabStrip .Grey_Top_TabSelected #tabright {
 cursor: pointer;
 background-image:url("tab.selected.right.gif");
 background-position: left top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 3px;
 height: 24px;
 top: 0px;
  }
 
.Grey_Top_TabStrip .Grey_Top_TabSelected #tableft {
 cursor: pointer;
 background-image:url("tab.selected.left.gif");
 background-position: right top;
 background-repeat: no-repeat;
 position:	relative;
 display: inline;
 float: left;
 width: 3px;
 height: 24px;
 top: 0px;
 }
 
 .Grey_Top_PrevNext, a:link.Grey_Top_PrevNext, a:visited.Grey_Top_PrevNext, a:active.Grey_Top_PrevNext {
    font-weight: bold;
    font-size: 11px;
    color: #ffd600;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    padding: 3px; 
    text-align:center;
    letter-spacing:1.0
}

a:hover.Grey_Top_PrevNext {
    text-decoration: underline;
    color: #f0ff00;
}
