.grey_a a
{
	text-decoration:none;
	color: #fff;
}
.grey_a a:hover
{
	color: #000;
}
.grey_c a
{
	text-decoration:none;
	color: #333;
}
.grey_c a:hover
{
	color: #fff;
}
  .addsymbolbutton {
  color: #333; 
  background-color: #eee;
  font: 10px verdana, arial, helvetica, sans-serif; 
  border: 1px solid #999;
  }
  
.addsymbol {
  color: #999; 
  background-color: #eee;
  font: 10px verdana, arial, helvetica, sans-serif; 
  border: 1px solid #999;
} 

.bottom_ul{
	border-bottom: 1px solid #333;
}

.gridcell a:hover{
	position: relative;
}

.gridcell a span{
	display:none;
}

.gridcell a:hover span.netspan{
	display: block;
	position: absolute; top: 10px; left: -85px;
	
	/* formatting only styles */
	font-size: 9px;
	width: 180px;
	padding: 2px; 
	margin: 5px; 
	z-index: 100;
	color: #333;
	background: #fff; 
	border: 1px solid #888;
	opacity: 1;
	/* end formatting */
}

/* BEGIN HACK TO GET RIGHT COLUMN TO FIT */
.gridcell2 a:hover{
    position: relative;
}

.gridcell2 a span{
    display:none;
}

.gridcell2 a:hover span.netspan{
    display: block;
    position: absolute; top: 10px; right: -5px;
    
    /* formatting only styles */
    font-size: 9px;
    width: 170px;
    padding: 2px; 
    margin: 5px; 
    z-index: 100;
    color: #333;
    background: #fff; 
    border: 1px solid #888;
    opacity: 1;
    /* end formatting */
}

/* END HACK TO GET RIGHT COLUMN TO FIT */


.grid
{
	/*margin-right: -1px;*/
	margin-right: 1px;
	margin-left: 1px;
}

.expandmore
{
	font: 11px verdana, arial, helvetica, sans-serif;
	/*border: 1 px solid #fff;*/
	padding: 2px;
	background: #ddd;
}

.expandmore a
{
	text-decoration: none;
	color: #666;
}

.expandmore a:hover
{
	color: #000;
}
.gridcell, .gridcell2
{
	font: 11px verdana, arial, helvetica, sans-serif;
	padding: 2px;
	/*border: 1 px solid #fff;*/
}

.red a
{
	text-decoration: none;
	color: #333;
}
.red a:hover
{
	color: #fff;
}

.green a
{
	text-decoration: none;
	color: #333;
}
.green a:hover
{
	color: #fff;
}

.rc_header_table
{
	margin-top: 2px;
	margin-left: 2px;	
}

.rc_header_table2
{
	margin-top: 2px;
	margin-left: 0px;
}
.rc_header
{
	padding: 2px;	
	font: 12px verdana, arial, helvetica, sans-serif;
	background: #666;
	color: #fff;
}

.rc_subheader_table
{
	margin-top: 2px;
	margin-bottom: 1px;
	margin-left: 2px;
	border-right: 2px solid #fff;
	border-top: 0;
	border-bottom: 0;
}

.rc_subheader
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 3px;
	font: 12px verdana, arial, helvetica, sans-serif;
	background: #888;
	color: #fff;
}

.grey_8
{
	background: #888;
	color: #fff;
}


.btab a
{
	text-decoration: none;
	color: #fff;
}
.btab a:hover
{
	text-decoration: none;
	color: #000;
}
.grey_a
{
	background: #aaa;
	color: #fff;
}

.grey_b
{
	background: #bbb;
	color: #fff;
}

.grey_b a
{
	text-decoration: none;
	color: #333;
}

.grey_b a:hover
{
	color: #fff;
}

.grey_c
{
	background: #ccc;
	color: #333;
}

.grey_d
{
	background: #ddd;
	color: #333;
}

.grey_e
{
	background: #e7e7e7;
	color: #333;
}

.grey_f
{
	background: #fff;
	color: #333;
}

.green
{
	/*background: #66ff66;*/
	color: #000;
	background-image: url(../images/greendiag1.gif);	
	background-repeat: repeat;	
}

.red
{
	/*background: #ff6666;*/
	color: #000;
	background-image: url(../images/reddiag1.gif);	
	background-repeat: repeat;	
	
}

.btab
{
  	background-image: url(../images/btab.gif);
  	background-repeat: repeat-y;
  	color: #fff;	
  	padding-bottom: 3px;
}

.home_right_tabber .tabberlive 
{
    width: 492px;    
    margin-left: 0px;
    margin-bottom: 0px; 
    margin-top: -2px;   
    z-index: 1;
}

.home_right_tabber .tabberlive .tabbertab
{
    padding: 0;
    height: 455px;
    padding-bottom: 2px;
    background: #fff;
}

.home_right_tabber ul.tabbernav
{
    margin-left: 6px;
}   

.home_indicator_tabber .tabberlive 
{
    width: 492px;
    margin-left: 0px;
    margin-bottom: 0px; 
    margin-top: -2px;   
    z-index: 1;
}

.home_indicator_tabber .tabberlive .tabbertab
{
    /*height: 205px;*/
    /*padding-left: 5px;*/
    padding: 0;
    padding-bottom: 5px;
    background: #fff;
}

.home_indicator_tabber ul.tabbernav
{
    margin-left: 6px;
}   