

.inactiveTabStyle { 

	/*border-left: 1px solid #999;*/

	

	border-bottom : 1px solid #999;

	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: 18px;

	white-space: nowrap;

	display : inline;

	}



.activeTabStyle { 

	/*border-left:1px solid #999; */

	

	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);
	
	background-repeat: repeat-x;

	width: 33.8%;

	height: 18px;

	white-space: nowrap;

	display : inline;	

	}

	.linkinTabSyle:visited {

	width: 100%;

	line-height: 21px;

	text-decoration: none;

	font-family: sans-serif;

	 font-size: 10pt;

	 color : #555555;

	 font-weight: bold;

	/*padding-right: 2em;*/

	/*padding-left: 2em;*/

	padding-bottom: 0.2em;

	padding-top: 0.1em;

	 }
	 
	.linkinTabSyle {

	width: 100%;

	line-height: 21px;

	text-decoration: none;

	font-family: sans-serif;

	 font-size: 10pt;

	 color : #555555;

	 font-weight: bold;

	/*padding-right: 2em;*/

	/*padding-left: 2em;*/

	padding-bottom: 0.2em;

	padding-top: 0.1em;

	 }



.linkinTabSyle:hover { 
	width: 100%;

	line-height: 21px;

	text-decoration: none;

	font-family: sans-serif;

	 font-size: 10pt;

	color:#00863f; 

	 font-weight: bold;

	/*padding-right: 2em;*/

	/*padding-left: 2em;*/

	padding-bottom: 0.2em;

	padding-top: 0.1em;
}

.tabContainer {

	border: 1px solid #999;

	padding : 0px;

	width : 440px;
	
	padding-left:1px;
}

.tabHeader {

	padding : 0px;

	margin-top : -2px;

	margin-left : 0px;

	margin-right : 0px;

	margin-bottom : 0px;

	display : block;

}

.tabLinkStyle{

font-weight: 400;

	font-size: 10pt;

	color: #555555;

	font-family: "Arial";

	text-align: right;

	text-decoration: none;

}

#tab3{

border-right : 1px solid #999999;

}

#tab2{

border-right : 1px solid #999999;

}

.servClassGreenArrow{
margin-top:15;


}

#TargetDIV {
	visibility: visible;
	max-width: 435px; 
	clear : both;
	padding-top: 10px;
	padding-right:10px;
	min-height:236px;
	max-height:400px;
	height:auto;
	height:236px;

}

#TargetDIV2 {
	visibility: visible;
	max-width: 98%; 
	clear : both;
	padding-top: 10px;
	padding-right:10px;
	min-height:200px;
	max-height:400px;
	height:auto;
	height:200px;

}
