.tab-panel
{
	position: relative;
	float: left;
	width: 100%;

}

.tab-normal
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:		10px;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 4px 6px;
	background:		#DDDDDD;rgb(234,242,255)
	border:			0px  solid;
	border-color:	#DDDDDD;rgb(120,172,255)
	z-index:		1;
	position:		relative;
	top:			0;
      font-family: Tahoma;
    margin-left: 15px;
     color: #000000;
}

.tab-active
{
	position:		relative;
	display:		inline;
	float:			left;

	font-family:	Verdana, Helvetica, Arial;
	font-size:		11px;

	border:			0px solid rgb(120,172,255);
	border-bottom:	0;
	z-index:		3;
	padding:		2px 6px 8px 6px;
	margin:			1px -6px -2px 0px;

    font-family: Tahoma;
      margin-left: 15px;
     color: #000000;

}

.tab-view
{
	clear:			both;
	border:			0px solid rgb(120,172,255);
	z-index:		2;
	position:		relative;
	top:			-2px;
	padding:		10px;
         color: #000000;
}

.tab-active a
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.tab-active a:hover
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.tab-active a:visited
{
 color: black;

}
.tab-active a:visited
{
 color: black;

}



.tab-normal  a:
{
	color: gray;
	text-decoration: none;
	font-weight: bold;
}

.tab a a:visited
{
	color: gray;
	text-decoration: none;
	font-weight: bold;
}
.tab a a:hover
{
	color: black    ;
	text-decoration: none;
	font-weight: bold;
}


.tab-normal a:hover, .tab-normal a:focus
{
	color: gray;
	text-decoration: none;
	font-weight: bold;

}



