@charset "utf-8";
/* CSS Document */

.tabs-content{
	border: 1px solid #000000;
	/*border-top: 0;*/
	height: 350px;
	overflow: auto;
	clear: both;
	padding: 20px;
}
/*#main	{padding:10px 30px 10px 30px;}*/


#main ul.subsection_tabs{
	list-style:none;
	margin:0 0 0px 0;
	padding:0;
	clear:both;
	height:24px;
	clear:both
}

		
		#main ul.subsection_tabs li.tab{
			float:left;
			margin-right:7px;
			text-align:center; 
			width:150px;
			height: 17px;}

		#main ul.subsection_tabs li.tab a {
			display:block;
			border:  1px solid #71A2B6;
			border-bottom: 0;
			color: #005F85;
			padding: 5px 10px 0 10px;
			text-decoration:none;
			background-color: #F7F7F7;
			height: 18px;
			font-weight:bold;
		}
		
		#main ul.subsection_tabs li.tab a:hover {color:#666;}


		#main ul.subsection_tabs li.tab a.active {		/*active tab*/
			border: 1px solid #000000;
			border-bottom-color: #FFFFFF;
			background-color: #fff;
			height: 18px;
		}
