BODY {scrollbar-face-color: #DEE3EF; 
scrollbar-shadow-color: #66DB0F; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: #B5C7DD; 
scrollbar-darkshadow-color: #B5C7DD; 
scrollbar-track-color: #B5C7DD; 
scrollbar-arrow-color: #999999}

A:link {color: midnightblue; text-decoration: none }
A:visited {color: midnightblue; text-decoration: none  }
A:hover	{color: red; text-decoration: none;  background-color:#ffffff;}

A:active {color: midnightblue; text-decoration: none }

input { text-indent : 1px}
.textbox { background: transparent; background-color: White; border: 1px solid #018B77}
.cubThemeHeader { width: 100%; background-color: #BFCAD7; background-image: url('style1/h_bg.jpg')}
.cubThemeHeader_menu {background-image: url('style1/hback.jpg')}
.cubThemeNavBar { width: 100%; background-image: url('style1/nav_bg.jpg')}
.cubThemeBlock { border: 0px; background-color: whitesmoke}

.cubThemeBlock_tl { width: 12; height: 11; background-color: #ffffff; background-image: url('style1/tl.gif')}
.cubThemeBlock_tc { width: 100%; height: 11; background-color: #ffffff; background-image: url('style1/tc.gif')}
.cubThemeBlock_tr { width: 12; height: 11; background-color: #ffffff; background-image: url('style1/tr.gif')}
.cubThemeBlock_ml { width: 12; background-color: #ffffff; background-image: url('style1/ml.gif')}
.cubThemeBlock_mr { width: 12; background-color: #ffffff; background-image: url('style1/mr.gif')}
.cubThemeBlock_bl { width: 12; height: 11; background-color: #ffffff; background-image: url('style1/bl.gif')}
.cubThemeBlock_bc { width: 100%; height: 11; background-color:#ffffff; background-image: url('style1/bc.gif')}
.cubThemeBlock_br { width: 12; height: 11; background-color: #ffffff; background-image: url('style1/br.gif')}

.cubThemeBlock_title { width: 100%; height: 11; background-color: lightblue; background-image: url('style1/fl.gif')}
.cubThemeBlock_subTitleCell { background-color: #C4D1E6}
.cubThemeBlock_forumCategoryCell { background-color: lightblue; background-image: url('style1/fl.gif')}
.cubThemeSmallBlock { border: 1px solid #C0CCDA; background-color: #E6E8ED}
.cubThemeFooterBlock { border: 1px solid #C0CCDA; background-color: #E6E8ED}
.cubbg { background-color: whitesmoke}
.cubbg1 { background-color:#c4d1e6}
select.2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #0000FF;	font-weight : bold; background :#aad5ff;} 

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  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 {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* 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;
}

