﻿.fancy2
{
	display: block; /* fonts for the tabs */
	font-family: "Trebuchet MS" ,Trebuchet,Verdana,Helvetica,Arial,sans-serif;
	font-size: 13px;
	text-align :center ;
}
.fancy2 .ajax__tab_tab
{
	/* header text is always be bold */
	font-weight:bold;	
}
.fancy2 .ajax__tab_body
{
	font-family: arial;
	font-size: 10pt;
	background-color: #E8F2F8; 
	width: 600px;
	background-color: #F7FBFD;
	border-right-color: #C0D9ED;
	border-bottom-color: #C0D9ED;
	border-left-color: #C0D9ED;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.fancy2 .ajax__tab_header
{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	background: url(img/bd.gif) no-repeat right top;
	text-align: center;
	width: 600px;
	margin-right: 0px;
	margin-left: 0px;
	text-align: center;
	 
}

/* regular header styles */
.fancy2 .ajax__tab_header .ajax__tab_tab
{
	/* left/right rounded images are 11 pixels wide */
	margin: 0px 11px 0px 11px;
	color: #777878;
	background: url(img/bg.gif) repeat-x;
	width: 96px;
	line-height: 30px;
	height: 24px;
}
.fancy2 .ajax__tab_active .ajax__tab_tab, .fancy2 .ajax__tab_hover .ajax__tab_tab
{
	/* left/right rounded images are 11 pixels wide */
	margin: 0px 11px 0px 11px;
	color:  #014B7C;
	background: url(img/bg.gif) repeat-x 0pt -48px;
	width: 96px;
	line-height: 30px; height: 24px;
}
.fancy2 .ajax__tab_header .ajax__tab_outer
{
	/* 2 pixel horizontal space between tabs */
	
	background-position: right top;
	margin-right: 0px;
	background: url(img/right.gif) no-repeat right top;
	margin-top: 8px;
		line-height: 30px; height: 24px;
	
}
.fancy2 .ajax__tab_header .ajax__tab_inner
{
	background: url(img/left.gif) no-repeat left top;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: none none solid none;
	border-width: 0px 0px 1px 0px;
	border-color: #C0D9ED;
		line-height: 30px; height: 24px;
}

/* active/hover headers styles */

.fancy2 .ajax__tab_active .ajax__tab_outer,
.fancy2 .ajax__tab_hover .ajax__tab_outer
{
	/* 2 pixel horizontal space between tabs */
	margin-right:0px;
	background:url(img/right.gif) no-repeat 100% -48px;
		line-height: 30px; height: 24px;
	

}
.fancy2 .ajax__tab_active .ajax__tab_inner,
.fancy2 .ajax__tab_hover .ajax__tab_inner
{
	background:url(img/left.gif) no-repeat 0pt -48px;
	border-style: none none none none;
		line-height: 30px; height: 24px;
	 
}


