.ActiveTab {

	font-family: Arial;
	font-size: 11px;
	color: #003366;
/*	background-color: #E7EFF8;*/
	background-image: url('../images/selectedtab.gif');
	background-repeat:repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #B4B4B4;
	border-left-color: #B4B4B4;
	cursor: pointer;hand;
}
.InActiveTab {

	font-family: Arial;
	font-size: 11px;
/*	background-color: #EEEEEE;*/
	background-image: url('../images/unselectedtab.gif');
	background-repeat:repeat-x;
	border-top: 1px solid #B4B4B4; /*7798DD;*/
	border-left: 1px solid #B4B4B4;
	border-right: 1px solid #B4B4B4;
	cursor: pointer;hand;
	font-family: Arial;
	font-size: 11px;
	background-color: #EEEEEE;
	border: 1px solid #B4B4B4;
}
.FormTab {
	font-family: Arial;
	font-size: 11px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B4B4B4; 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B4B4B4; 
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B4B4B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;*/ /*7798DD;*/

/*	padding: 8px 2px;*/

}
.EmptyTab {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4; /*7798DD;*/
}
.SeperateTab {

	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4; /*7798DD;*/
}
.tab-body	{ 
    padding: 1; 
   /* position:relative;*/ /*absolute*/
    width: 100%;
    z-index:1; 
    visibility: hidden;
	padding-left:5px;
	padding-right:3px;
}
