/* corona theme */
/*.corona .ajax__tab_header
{
	font-size:16px;
	color:White;
	background:transparent url('Images/bgTabHeader.png') repeat-x bottom;
	width:223px;
	height:35px;
	font-family:Myriad Pro, Trebuchet MS, Arial, Verdana;	
}
.corona .ajax__tab_outer
{
	background:url('Images/tabRight.png') no-repeat right;
	height:35px;
	width:13px;
	
}
.corona .ajax__tab_inner 
{
	padding-left:13px;
	background:url('Images/tabs/tabLeft.png') no-repeat;
	height:35px;
}
.corona .ajax__tab_tab
{
	height:35px;
	padding:4px;
	width:50px;
	background:url('Images/tab.png') repeat-x;
}
.corona .ajax__tab_hover .ajax__tab_outer
{
	background:url('Images/activoRight.png') no-repeat right;
	height:35px;
}
.corona .ajax__tab_hover .ajax__tab_inner
{
	background:url('Images/activoLeft.png') no-repeat;
	height:35px;
}
.corona .ajax__tab_hover .ajax__tab_tab
{
	height:35px;
	background:url('Images/activoCentro.png') repeat-x;
}
.corona .ajax__tab_active .ajax__tab_outer
{
	background:url('Images/activoRight.png') no-repeat right;
	width:13px;
	height:35px;
	
}
.corona .ajax__tab_active .ajax__tab_inner
{
	background:url('Images/activoLeft.png') no-repeat;
	width:150px;
	height:35px;
}
.corona .ajax__tab_active .ajax__tab_tab
{
	background:url('Images/activoCentro.png') repeat-x;
	width:13px;
	height:35px;
}
.corona .ajax__tab_body
{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #661545;
	border-top:0;
	padding:2px;
	background-color:#661545;
	height:35px;
}*/

.coronaBlog .ajax__tab_header
{
	color:White;
	font-size:16px;
	font-family:Myriad Pro, Trebuchet MS, Arial, Verdana;
	background-color:#83b0d5
}
.coronaBlog .ajax__tab_outer
{
	padding-right:9px;
	background:#83b0d6 no-repeat right;
	height:19px;
}
.coronaBlog .ajax__tab_inner 
{
	padding-left:13px;
	background:#83b0d6 no-repeat;
}
.coronaBlog .ajax__tab_tab
{
	height:19px;
	margin:0;
	background:#83b0d6 repeat-x;
	color:#43609c;
}
.coronaBlog .ajax__tab_hover .ajax__tab_outer
{
	background:#83b0d6 no-repeat right;
}
.coronaBlog .ajax__tab_hover .ajax__tab_inner
{
	background:#83b0d6 no-repeat;
}
.coronaBlog .ajax__tab_hover .ajax__tab_tab
{
	background:#83b0d6 repeat-x;
	color:#ffffff;
}
.coronaBlog .ajax__tab_active .ajax__tab_outer
{
	background:#002671 no-repeat right;
}
.coronaBlog .ajax__tab_active .ajax__tab_inner
{
	background:#002671 no-repeat;
}
.coronaBlog .ajax__tab_active .ajax__tab_tab
{
	background:#002671 repeat-x;
	color:#ffffff;
}
.coronaBlog .ajax__tab_body
{
	font-family:verdana,tahoma,helvetica;
	font-size:10pt;
	border:1px solid #f3eff0;
	border-top:0;
	padding:2px;
	background-color:#f3eff0;
}

.tabsHeader
{
color:#FFFFFF;
font-size:12px;
height:19px;
letter-spacing:1px;
}

.tabContainerDiv
{
	margin:0 0 10px 10px;	
}

