
.inactiveTabStyle { 

	/*border-left: 1px solid #999999;*/

	

	border-bottom : 1px solid #999999;

	padding-right: 2px;

	padding-left: 2px;

	/*padding-bottom: 1px;

	padding-top: 1px;*/

	text-align: center;

	vertical-align: middle;

	/*background: transparent url('not_selected_tab.jpeg') repeat-x top left;*/

	background: url(tabs1.gif)  ;

	width: 33%;

	/*height: 22px;*/

	height:6px;

	white-space: nowrap;

	display : inline;

	}



.activeTabStyle { 

	/*border-left:1px solid #999999; */

	 

	padding-right: 2px;

	padding-left: 2px;

	/*padding-bottom: 1px;

	padding-top: 1px;*/

	text-align: center;

	vertical-align: middle;

	/*background: transparent url('selected_tab.jpeg') repeat-x top left;*/

	background: url(tabs2.gif)  ;

	width: 33.8%;

	/*height: 22px;*/

	/*height:12px;*/

	height : 7px;

	white-space: nowrap;

	display : inline;	

	}

	.linkinTabSyle {

	width: 100%;

	line-height: 23px;

	text-decoration: none;

	font-family: sans-serif;

	 font-size: 9pt;

	 color : #555555;

	 font-weight: bold;

	/*padding-right: 2em;*/

	/*padding-left: 2em;*/

	padding-bottom: 0em;

	padding-top: 0em;

	 }



.linkinTabSyle:hover { color:#00863f; }

.tabContainer {

	border: 1px solid #999999;

	padding : 0px;

	width : 440px;

}

.tabHeader {

	padding : 0px;

	margin-top : -2px;

	margin-left : 0px;

	margin-right : 0px;

	margin-bottom : 0px;

	display : block;

}

#tab1{

border-right : 1px solid #999999;

}

#tab2{

border-right : 1px solid #999999;

}

.servClassGreenArrow{
margin-top:-1;

}



