

html, body { margin: 0px; padding: 0px; }



div.TabView

{

  font-family: Verdana, Sans-Serif;

  font-size:   12px;

}



/* ***** Tabs *************************************************************** */



div.TabView div.Tabs

{

 	height:30px;

    background:url(tabbar.gif) repeat-x 0 100%;

    text-align:right;

    border-bottom:0px solid #71c9f1;

    margin-top:0px;

    overflow:true;

}



div.TabView div.Tabs a

{

  float:left;

  width:auto;

  text-align:center;

  height:      8px;

  line-height: 15px;

  vertical-align: middle; 



  text-decoration: none;

  font-weight: 900;

  color:   gray;

  cursor:  pointer;

  



  margin-left:2px;

  padding:3px 7px 3px 7px;

  

  margin-top:7px;

  

  background:#F0F0F0;

  height: 15px;

  border-left: 1px solid #bdbdbd;

  border-right: 1px solid #bdbdbd;

  border-top: 1px solid #bdbdbd;

   -moz-border-radius-topleft: 5px;

   -moz-border-radius-topright: 5px;

   

   -webkit-border-top-left-radius: 5px; 

   -webkit-border-top-right-radius: 5px; 

   

  overflow:true;

  border-bottom: 0px solid #71c9f1; 

}





div.TabView div.Tabs a:hover

{



   background:#D2ECF7;

   height: 15px;

   border-left: 1px solid #bdbdbd;

   border-right: 1px solid #bdbdbd;

   border-top: 1px solid #bdbdbd;





   -moz-border-radius-topleft: 5px;

   -moz-border-radius-topright: 5px; 

   

}





div.TabView div.Tabs a.Current,

div.TabView div.Tabs a.Current:hover

{

  margin-top: 10px;

  height:     15px;

  color:   #036C38;

  background:none;

  cursor:  default;

  margin-top:7px;

  border-left: 1px solid #bdbdbd;

  border-right: 1px solid #bdbdbd;

  border-top: 1px solid #bdbdbd;



 border-bottom: 1px solid none;

  

 -moz-border-radius-topleft: 5px;

 -moz-border-radius-topright: 5px;

 

 -webkit-border-top-left-radius: 5px; 

 -webkit-border-top-right-radius: 5px; 

 

}



/* ***** Pages ************************************************************** */



div.TabView div.Pages

{

  clear: both;



  border: 0px solid #71c9f1;

  border-top: none;



  background:none;
  background:none;

}



div.TabView div.Pages                  { overflow:; }

div.TabView div.Pages div.Page         { overflow:; }

div.TabView div.Pages div.Page div.Pad { padding: 7px 0px; }
























