.tab
{
}

.tab .ajax__tab_tab
{
	font-family: Arial !important;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #29ABE2;
	margin: 0px;
	margin-right: 2px !important;
	margin-bottom: 1px !important;
	padding: 7px 10px 6px 10px;
}

.tab .ajax__tab_hover .ajax__tab_tab {background: url(../image/body/botoes/bg_aba.gif) repeat-x; border-left: 2px solid #0077FF; border-right: 2px solid #0077FF; padding-left: 8px !important; padding-right: 8px !important;}

.tab .ajax__tab_active .ajax__tab_tab
{
	background-color: #8CC63F !important;
	background-image: none !important;
	color: #FFFFFF;
	border: 0px solid #FFFFFF;
	margin-bottom: 0px !important;
	padding: 7px 10px 7px 10px !important;
}

.tab_content{
	background-color: #F8F9FA;
	border-top: 4px solid #8CC63F;
	padding: 15px;
}

.tab_content_no_padding{
	background-color: #F8F9FA;
	border-top: 4px solid #8CC63F;
}

.tab_options
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 35px;
	white-space: nowrap;
}

.tab_options input
{
    font-family: Arial !important;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-color: #29ABE2;
	border: 2px solid #29ABE2;
	border-top-width: 1px;
	margin-right: 2px;
	height: 34px;
	margin-bottom: 1px;
}

.tab_options .selecionado
{
	background-color: #8CC63F;
	height: 35px;
	margin-bottom: 0px !important;
	border: 2px solid #8CC63F;
}

