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

.mytab-normal
{
	font-family:	Verdana, Helvetica, Arial;
	font-size:		12px;
	display:		inline;
	margin:			1px -5px 1px 5px;
	float:			left;
	padding:		3px 6px 4px 6px;
	background:		url(../public/tabPanel.png);
	border:			0px;
	border-color:	rgb(120,172,255);
	z-index:		1;
	position:		relative;
	top:			0;
    width: 107px;
}

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

	font-family:	Verdana;
	font-size:		12px;

	border:	0px solid rgb(120,172,255);
	border-bottom: 0;
	z-index: 3;
	padding: 2px 6px 8px 6px;
	margin:	1px -6px -2px 0px;
	top: -2px;
	background:	url(../public/tabPanel.png);
    width: 107px;
}

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

.mytab-active a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.mytab-normal a
{
	color: #AAC3CD;
	text-decoration: none;
	font-weight: bold;
}

.mytab-normal a:hover, .tab-normal a:focus
{
	color: rgb(120,172,255);
	text-decoration: none;
	font-weight: bold;
}
