/* Start of CMSMS style sheet 'Tabber' */
/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
 
.tabberlive .tabbertabhide {
    display:none;
}
 
/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
 
.tabber {
}
.tabberlive {
    width: 545px;
    position: relative;
    overflow: hidden;
    min-height: 440px;
}
* html .tabberlive {
     height: 440px;
}
 
/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
 
ul.tabbernav {
    margin:0;
    padding: 0;
    font-weight: normal;
    position: relative;
    z-index: 10;
    overflow: hidden;
    margin-bottom: -3px;

position: absolute;
left:0;
top: 243px;
}
 
ul.tabbernav li {
    list-style: none;
    margin: 0 3px 0 0;
    display: block;
    float: left;
    padding: 0;
}
 
ul.tabbernav li a { 
    color: #000;
    background: #EAEAEB url() no-repeat scroll 10px 5px;
    text-decoration: none;
    display: block;
    float: left;
    width: 78px;
    padding: 6px 15px 5px 35px;
    line-height: 12px;
}
 
ul.tabbernav li a.tab0 {
    background: #EAEAEB url(uploads/images/layout/num-1.gif) no-repeat scroll 10px 5px; 
    width: 95px;
    padding-left: 32px;
}
ul.tabbernav li.tabberactive a.tab0  {
background: #D0D471 url(uploads/images/layout/num-1.gif) no-repeat scroll 10px -25px; 
}
ul.tabbernav li a.tab1 {
    background: #EAEAEB url(uploads/images/layout/num-2.gif) no-repeat scroll 10px 5px; 
    width: 90px;
}
ul.tabbernav li.tabberactive a.tab1  {
background: #D0D471 url(uploads/images/layout/num-2.gif) no-repeat scroll 10px -25px; 
}
ul.tabbernav li a.tab2 {
    background: #EAEAEB url(uploads/images/layout/num-3.gif) no-repeat scroll 10px 5px; 
    width: 78px;
    padding-right: 18px;
}
ul.tabbernav li.tabberactive a.tab2  {
background: #D0D471 url(uploads/images/layout/num-3.gif) no-repeat scroll 10px -25px; 
}
ul.tabbernav li a.tab3 {
    background: #EAEAEB url(uploads/images/layout/num-4.gif) no-repeat scroll 10px 5px; 
    width:69px;
    padding-left: 36px;
}
ul.tabbernav li.tabberactive a.tab3  {
background: #D0D471 url(uploads/images/layout/num-4.gif) no-repeat scroll 10px -25px; 
}

ul.tabbernav li a:hover {
    background-color: #E9EBC3;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/

.tabberlive .tabbertab {min-height:440px;}
* html .tabberlive .tabbertab {height:440px;}
 
.tabberlive .tabbertab .innertab {
    padding:15px 8px 0;
    border: none;
    background: #fff;
    clear: both;
    width: 526px;
    overflow: hidden;

position: absolute;
top:278px;
left: 0;
}
#contentWrapper .innertab a {color:#000; font-weight: bold;}
#contentWrapper .innertab a:hover {color:#A9B437;}

.tabberlive .tabbertab .subinner {
position: absolute;
top: 0;
left: 0;
width: 542px;
overflow: hidden;
height: 240px;
}

.tabbertab .subinner h2 {
    font-weight: normal;
    border: none;
    margin: 0;
    background: #CCD15D url(uploads/images/layout/greenbar-bg.jpg) repeat-x scroll 0 0;
    padding: 10px 20px;
}

.tabbertab .subinner p {
    padding: 10px 20px;
    font-size: 12px;
    width: 335px;
}

.tabbertab .innertab h4 {margin-top: 0;}

#contentWrapper .innertab .rightColumn h4 {width:235px;}

#contentWrapper .innertab .leftColumn, 
#contentWrapper .innertab .leftColumn p {width: 276px;}

#contentWrapper .innertab .rightColumn,
#contentWrapper .innertab .rightColumn p {width: 235px;}

/* End of 'Tabber' */

