.XPLUNA_TabStrip {
 margin:0;padding:0;
 background-color: #94c1e2;
 /*width: 100%;*/
 width:520px;
 border: none;
 float: left;
 filter: none;
 border-top: solid 0px #00326b;
}

.XPLUNA_TabPage {
 border: none;
 width: 100%;
 background: #E5F1F8;
 /*border-top: solid 1px #00326b;*/
 padding: 0px 0px;
 clear: both;
}

.XPLUNA_TabStrip .XPLUNA_TabUnselected {
	font-family: Verdana, Georgia, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #00326b;
	cursor: hand;
 /*background-image: url( "tab.png" );*/
 position:	relative;
 top: 0;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: 0px 0px 0px 0px;
 padding: 1px 0px 0px 9px;
 border: 0;
 white-space: nowrap;
 /*text-align: left;*/
 width: 115px;
 height: 20px;
}

.XPLUNA_TabStrip .XPLUNA_TabMouseover 
{
	cursor:hand;
 margin: 0px 0px 0px 0px;
 padding: 1px 0px 0px 9px;
 color: #cadff0;
 /*background-image: url( "tab.hover.png" );*/
 width: 126px;
 height: 20px;
}

.XPLUNA_TabStrip .XPLUNA_TabSelected{
	font-family: Verdana, Georgia, Arial;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #00326b;
 cursor: default;
 position:	relative;
 top: 1px;
 display: inline;
 float: left;
 overflow: hidden;	
 margin: -1px 0px 0px 0px;
 padding: 1px 0px 0px 9px;
 border: 0;
 white-space: nowrap;
 /*text-align: center;*/
 width: 126px;
 height: 20px;
 /*background-image: url( "tab.active.png" );*/
 background-color: #cadff0;
 /*letter-spacing: 0px;
 text-decoration: none;*/
}
