﻿.green {font-family:arial,helvetica;}
.green .ajax__tab_body 
{
    font-size:10pt;
    border:2px solid #e3f0cb;
    border-top:none;
    background-color:#ffffff;
}
.green .ajax__tab_header 
{
    /*background:url(top_ban.jpg) repeat;*/
	background-color:#e5f1ce;
	border:solid 2px #e3f0cb;
	border-bottom:none;
	padding:2px 2px 4px 2px;
	text-align:center; /* center the tabs horizontally */
}
.green .ajax__tab_tab
{
    font-size:10pt;
	font-weight:bold;
    color:#0000ff; /*#99ba4e;*/
    text-align:center;	
	border:solid 1px #d5e7b5;
	padding:5px;
}
.green .ajax__tab_active .ajax__tab_tab,
.green .ajax__tab_hover .ajax__tab_tab
{
	background-color:#f4f7ef;
}



.bcogray {font-family:arial,helvetica;}
.bcogray .ajax__tab_body 
{
    font-size:10pt;
    border:1px solid #cccccc;
    border-top:none;
    background-color:#ffffff;
}
.bcogray .ajax__tab_header 
{
    height:35px;
    background:url(top_ban3.jpg) repeat;
	background-color:#d5e7b5;
	/*border:solid 2px #e3f0cb;*/
	border-bottom:none;
	padding:2px 2px 4px 2px;
	text-align:center; /* center the tabs horizontally */
}
.bcogray .ajax__tab_tab
{
    font-size:10pt;
	font-weight:bold;
    color:#000000;
    text-align:center;	
	/*border:solid 1px #333333; */
	padding:5px;
}
.bcogray .ajax__tab_active .ajax__tab_tab,
.bcogray .ajax__tab_hover .ajax__tab_tab
{
	background-color:#f4f7ef;
}

