.shadetabs{
	height:					20px;
	list-style-type: 		none;
	margin:					0px;
	padding:				0px;
	text-align: 			left; 
}

	#content .shadetabs li{
		background: 			none;
		display: 				inline;
		margin: 				0;
		padding: 				0;
	}

		.shadetabs li a{
			background: 			#005380;
			border: 				1px solid #778;
			border-bottom:			#005380;
			color:	 				#ffffff;
			padding: 				5px 10px 5px 10px;
			position: 				relative;
			text-decoration: 		none;
			z-index: 				1;
		}

		.shadetabs li a:hover{
			background: 			#cce1ff;
			color: 					#005380;
		}

		.shadetabs li a.selected{ 
			background: 			#f6f6f6;
			border-bottom-color: 	#f6f6f6;
			color: 					#005380;
			font-weight: 			bold;
			position: 				relative;
			top: 					1px;
		}

		.shadetabs li a.selected:hover{ 
			text-decoration: 		none;
		}

.tabcontent{
	display:				none;
}

@media print{
	.tabcontent{
		display:				none;
	}
}