.tabstripRegular {
	background-image: url(/Farm/images/tabOff.gif);
	background-repeat: repeat-x;
	padding:0px 3px 0px 3px;
	border:solid 1px #666666; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #000000;
	text-decoration: underline;
	text-align: center;
	cursor: hand;
}
		
.tabstripSelected {
	background-image: url(/Farm/images/tabOn.gif);
	background-repeat: repeat-x;
	padding:0px 3px 0px 3px;
	border-bottom:solid 1px #666666;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	cursor: hand;
}

.tabstripSep {
	background-color:white;
	border-bottom:solid 1px black;
	border-top:none;
	border-left:none;
	border-right:none;
}

.tabstripSepLeft {
	background-color:white;
	border-top:none;
	border-left:none;
	border-right:none;
}

.tabstripSepRight {
	background-color:white;
	border-top:none;
	border-left:none;
	border-right:none;
}
