BODY {scrollbar-face-color: #ffb9dc; 
scrollbar-shadow-color: #ff0080; 
scrollbar-highlight-color: white; 
scrollbar-3dlight-color: #B5C7DD; 
scrollbar-darkshadow-color: #ffbbff; 
scrollbar-track-color: #ffb3ff; 
scrollbar-arrow-color: #ff0080}


.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:#ff00ff;
background-image: url('style1/pink.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 #000000;
border-color:#ff00ff;
}

A:link.menu {font-family:tahoma,sans-serif;font-size:12px;width:150;background-image: url('style1/pink.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/pink.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/pink.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/b2.jpg');
height:20px;text-align:center;vertical-align: middle;font-weight:bolder;color:#ff00ff;text-align:center;
text-decoration:none;cursor: hand;}

A:link { font-family:tahoma,sans-serif;font-size:11px;color:#0000ff;  font-weight:small; TEXT-DECORATION: none } 
A:active {font-family:tahoma,sans-serif;font-size:11px;color:#0000ff;  font-weight:small; TEXT-DECORATION: underline }
A:visited { font-family:tahoma,sans-serif;font-size:11px;color:#0000ff;  font-weight:small;TEXT-DECORATION: none} 
A:hover { font-family:tahoma,sans-serif;font-size:11px;color:#ff00ff;  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('style2/hback.jpg')}
.cubThemeHeader_menu {background-image: url('style2/hback.jpg')}
.cubThemeNavBar { width: 100%; background-image: url('style2/nav_bg.jpg')}
.cubThemeBlock { border: 0px; background-color: whitesmoke}

.cubThemeBlock_tl { width: 12; height: 11; background-color: #ffffff; background-image: url('style2/tl.gif')}
.cubThemeBlock_tc { width: 100%; height: 11; background-color: #ffffff; background-image: url('style2/tc.gif')}
.cubThemeBlock_tr { width: 12; height: 11; background-color: #ffffff; background-image: url('style2/tr.gif')}
.cubThemeBlock_ml { width: 12; background-color: #ffffff; background-image: url('style2/ml.gif')}
.cubThemeBlock_mr { width: 12; background-color: #ffffff; background-image: url('style2/mr.gif')}
.cubThemeBlock_bl { width: 12; height: 11; background-color: #ffffff; background-image: url('style2/bl.gif')}
.cubThemeBlock_bc { width: 100%; height: 11; background-color:#ffffff; background-image: url('style2/bc.gif')}
.cubThemeBlock_br { width: 12; height: 11; background-color: #ffffff; background-image: url('style2/br.gif')}

.cubThemeBlock_title { width: 100%; height: 11; background-color: #fff0f8; background-image: url('style2/fl.gif')}
.cubThemeBlock_subTitleCell { background-color: #fff0f8}
.cubThemeBlock_forumCategoryCell { background-color: #fff0f8; background-image: url('style2/fl.gif')}
.cubThemeSmallBlock { border: 1px solid #fff0f8; background-color: #fff0f8}
.cubThemeFooterBlock { border: 1px solid #fff0f8; background-color: #fff0f8}
.cubbg { background-color: #ffe8f3;background-image: url('stylepink.jpg')}
.cubbg1 { background-color:#ffe1f0}

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:#ffe8f3;;
 text-decoration: none;
}

ul.tabbernav li a:link { color:#000000; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #FF0000;
 background: #FDC3DE;
 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;
}
