﻿#tabs {
	width: 100%;
	min-height: 190px;
	margin: -2px 0 0 0;
	padding: 0;
	list-style: none;
}
	#tabs .tablist {
		width: 100%;
		margin: 0;
		padding: 0;
	}
		#tabs .tablist li {
			float: left;
			margin-top: 2px;
			border: 1px solid #a0a3a7;
			list-style: none;
		}
			#tabs .tablist li a {
				display: block;
				position: relative;
				height: 18px;
				margin: 0;
				padding-top: 4px;
				font-size: 8.5pt;
				line-height: 110%;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				text-transform: uppercase;
				outline: none; border: none;
			}
			#tabs .first a:hover, #tabs .second a:hover, #tabs .third a:hover {color: #242021;}
			#tabs .first {width: 20%;}
			#tabs .first a {background-color: #d2dff0; color: #242021;}
			#tabs .second {width: 35%;}
			#tabs .second a {background-color: #99b3d7; color: white;}
			#tabs .third {width: 45%;}
			#tabs .third a {background-color: #7497c8; color: white;}
			#tabs .tablist .active {color: #242021; outline: none;}
			#tabs .tablist [class="first active"] {border-bottom: 1px solid #d2dff0;}
			#tabs .tablist [class="second active"] {border-bottom: 1px solid #99b3d7;}
			#tabs .tablist [class="third active"] {border-bottom: 1px solid #7497c8;}

#first, #second, #third {
	clear: both;
	width: 100%;
	min-height: 190px;
	padding: 10px;
	border: 1px solid #a0a3a7;
	border-top: none;
}
	#first {background-color: #d2dff0;}
	#second {background-color: #99b3d7;}
	#third {background-color: #7497c8;}
	#first ul, #second ul, #third ul {
		margin: 0;
		padding: 0;
	}
		#first li, #second li, #third li {
			margin-left: 0;
			padding-bottom: 8px;
			/*color: #ee3226;*/
			font-size: 9pt;
			line-height: 120%;
			list-style: none;
		}
			#first li span, #second li span, #third li span {color: #242021;}
			#first strong, #second strong, #third strong {margin-bottom: 0;	font-size: 9pt;}