.tablink {

}

.tabinfo {
margin:5px;
width: 400px;
float:left;
}

.bottom {
margin-left:1px;
}
* html .bottom {
margin-top:0px;
}
*:first-child+html .bottom {
margin-top:0px;
}


.place {
margin-left: 155px;
margin-top: -170px;
padding-bottom: 20px;
}

.tabberlive .tabbertabhide {
 display:none;
width:630px;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
display:none;
}

.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
#content ul.tabbernav
{
padding:0px; 
margin:0 0 0 1px;
/*
 padding-left:3px;
 padding-bottom:3px;
 padding-top:0px;
 padding-right:0px;
*/
 font-family:Trebuchet MS;
 font-weight: bold;
width:641px;
height:19px;
text-align: left;
text-transform:uppercase;
background:url(../images/tab-top.gif) no-repeat bottom;
}
* html #content ul.tabbernav
{
background-color:#fff;
 padding-bottom:1px;
/*
border-bottom-style: solid;
border-bottom-width: 1px; 
*/
}

* html ul.tabbernav{
width:641px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0 1px 0 0px;
 padding: 0px;
 display: block;
 float:left;
 background-image:url(../images/tabs_off_Main.gif);
 height:15px;
}

ul.tabbernav li.tabberactive,
ul.tabbernav li:hover {
background-image:url(../images/tabs_on_Main.gif);

}

ul.tabbernav li div.TabberLeft {
	display:block;
        float:left;
        width:8px;
        height:15px;
        background-image:url(../images/tabs_off_Left.gif);
}

ul.tabbernav li.tabberactive div.TabberLeft,
ul.tabbernav li:hover div.TabberLeft {

	display:block;
        float:left;
        width:8px;
        height:15px;
        background-image:url(../images/tabs_on_Left.gif);

}

ul.tabbernav li a, ul.tabbernav li.tabberactive a,
ul.tabbernav li:hover a
{
 display:block;
 height:15px;
 margin:0px;
 padding:0px 0 0 0;
 float:left;
 color:white;
 text-decoration:none;
 font-size:10px;
 font-weight:bold;
}

ul.tabbernav li div.TabberRight {
        display:inline;
        float:left;
        width:8px;
        height:15px;
        background-image:url(../images/tabs_off_right.gif)
}

ul.tabbernav li.tabberactive div.TabberRight,
ul.tabbernav li:hover div.TabberRight {
        display:inline;
        float:left;
        width:8px;
        height:15px;
        background-image:url(../images/tabs_on_right.gif);
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
 ul.tabbertab li{
padding-left:5px;
 padding-right:5px;

}
.tabberlive .tabbertab {
 padding:5px;
 border-top:0;
background-image:url(../images/tab-bg-mid.gif);
background-repeat:repeat-y;
background-position:1px top;
width:632px;
 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

  min-height:210px; 

/*background:url(../images/tab-bottom.gif) no-repeat bottom;*/

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}

























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
