
body {
     font-family: Verdana, sans-serif;
    font-size: .74em;
    color: #000000;
    background-color: #ffffff;
    padding: 0px;
   margin: 1em 2em 1em 2em;
}
.DocumentTitle {
    color:#10161F;
    font-weight:bold;
	padding:0;
	margin:0.67em 0;
}
.Subtitle {
font-weight:bold;
font-size:105%;
padding-bottom:6px;
margin-bottom:0;
line-height:2em;
color:#333;
}
.shortdesc {
padding:0 0 9px 0;
margin:0;
}

ul.tabbernav {
/* set minimum width of tabs to prevent tabs wrapping */
min-width:800px;
 margin:0;
 padding: 4px 10px 3px 10px;
}

ul.tabbernav li { list-style: none; margin: 0; display: inline;}

ul.tabbernav li a  {
 padding: 3px 0.5em;
    margin-left: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border: 1px solid #333;
    border-bottom: 0;
    background: #f5f5f5 url(../images/tab_gray.png)  repeat-x;
    text-decoration: none;
    color:#000000;
    font: 102% normal expanded Arial, Helvetica, Geneva, sans-serif;
}

ul.tabbernav li a:link, ul.tabbernav li a:visited { color: #000; }
ul.tabbernav li a:active { color: #000; }
ul.tabbernav li a:hover {    
    color: #FFF;
    background: #8f8f8f;
    text-decoration:none; }

ul.tabbernav li.tabberactive a {
     background: #FFF;
     /*border underneath active tab, must match background */
     border-bottom:1px solid white;
     font-weight:bold;
     position:relative;
    z-index:4;  }

ul.tabbernav li.tabberactive a:hover {
    color: #FFF;
    background: #8f8f8f;
    border-bottom:1px solid white;
     font-weight:bold;
     position:relative;
    z-index:4;
}
.tabberlive .tabbertab {
     padding: 10px 20px;
     /*to change the border and colors around the main tab*/
     border: 1px solid #333;
      -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
     background:  url(../images/main_tab_gray.png) repeat-x bottom  ;
     background-color:#FFFFFF;
     min-height: 300px; }

/* Hides the heading 2, since a heading is provided by the tab, can hide h3 as well */
.tabberlive .tabbertab h2 { display: none;}
.tabberlive .tabbertab h3 {}
