BODY {scrollbar-face-color: #DEE3EF; 
scrollbar-shadow-color: #66DB0F; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: #B5C7DD; 
scrollbar-darkshadow-color: #B5C7DD; 
scrollbar-track-color: #9cacf5; 
scrollbar-arrow-color: #000080}
.menutitle{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
margin-bottom: 5px;
background-color:#FFF9FC;
color:#000000;
width:200px;
padding:2px;
text-align:center;
font-weight:bold;
border:1px solid #000000;
border-color:#B5C7DD;
background-image: url('style1/purpule.gif');
}

.submenu{
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
cursor:pointer;
margin-bottom: 5px;
margin-left:0px;
color:#000080;
width:600px;
padding:1px;
text-align:left;
font-weight:bold;
border:1px solid #B5C7DD;
border-color:#B5C7DD;
}

A:link.menu {font-family:tahoma,sans-serif;font-size:12px;width:150;background-image: url('style1/purpule.gif');color:#000000;height:20px;text-align:center;vertical-align: middle;text-decoration:none;cursor: hand;}

A:active.menu {font-family:tahoma,sans-serif;font-size:12px;width:150;background-image: url('style1/purpule.gif');
color:#000000;height:20px;text-align:center;vertical-align: middle;text-decoration:none;cursor: hand;}

A:visited.menu {font-family:tahoma,sans-serif;font-size:12px;width:150;background-image: url('style1/purpule.gif');
color:#000000;height:20px;text-align:center;vertical-align: middle;text-decoration:none;cursor: hand;}

A:hover.menu {font-family:tahoma,sans-serif;font-size:12px;width:150;background-image: url('style1/b6.jpg');
height:20px;text-align:center;vertical-align: middle;font-weight:bolder;color:#0000c6;text-align:center;
text-decoration:none;cursor: hand;}

A:link { font-family:tahoma,sans-serif;font-size:11px;color:#000000;  font-weight:small; TEXT-DECORATION: none } 
A:active {font-family:tahoma,sans-serif;font-size:11px;color:#000000;  font-weight:small; TEXT-DECORATION: underline }
A:visited { font-family:tahoma,sans-serif;font-size:11px;color:#000000;  font-weight:small;TEXT-DECORATION: none} 
A:hover { font-family:tahoma,sans-serif;font-size:11px;color:#0000c6;  font-weight:small;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('style6/hback.jpg')}
.cubThemeHeader_menu {background-image: url('style6/hback.jpg')}
.cubThemeNavBar { width: 100%; background-image: url('style6/nav_bg.jpg')}
.cubThemeBlock { border: 0px; background-color: whitesmoke}

.cubThemeBlock_tl { width: 12; height: 11; background-color: #ffffff; background-image: url('style6/tl.gif')}
.cubThemeBlock_tc { width: 100%; height: 11; background-color: #ffffff; background-image: url('style6/tc.gif')}
.cubThemeBlock_tr { width: 12; height: 11; background-color: #ffffff; background-image: url('style6/tr.gif')}
.cubThemeBlock_ml { width: 12; background-color: #ffffff; background-image: url('style6/ml.gif')}
.cubThemeBlock_mr { width: 12; background-color: #ffffff; background-image: url('style6/mr.gif')}
.cubThemeBlock_bl { width: 12; height: 11; background-color: #ffffff; background-image: url('style6/bl.gif')}
.cubThemeBlock_bc { width: 100%; height: 11; background-color:#ffffff; background-image: url('style6/bc.gif')}
.cubThemeBlock_br { width: 12; height: 11; background-color: #ffffff; background-image: url('style6/br.gif')}

.cubThemeBlock_title { width: 100%; height: 11; background-color: #d9d9ff; background-image: url('style6/fl.gif')}
.cubThemeBlock_subTitleCell { background-color: #d9d9ff}
.cubThemeBlock_forumCategoryCell { background-color: #d9d9ff; background-image: url('style6/fl.gif')}
.cubThemeSmallBlock { border: 1px solid #C0CCDA; background-color: #d9d9ff}
.cubThemeFooterBlock { border: 1px solid #C0CCDA; background-color: #E6E8ED}
.cubbg { background-color: #e8e8ff;background-image: url('styleblue.jpg')}



.cubbg1 { background-color:#e6e6ff}
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;
}

