/* Tab Menu */

	ul.tabs {
		list-style-type: none !important;
		padding: 0;
		margin-top:2em;
		text-align: center;
		float: left;
		width: 405px;
		height: 29px;
		margin-bottom: 0px !important;
	}
	ul.tabs li {
		float: left;
		margin: 0 !important;
		width: auto;
	}
	ul.tabs a {
		font-family: Arial, Arial, Helvetica, sans-serif;
		font-size: 90%;
		text-decoration: none;
		position: relative;
		float: left;
		padding: 7px 6px;
		line-height: 16px;
		border: 1px solid #CCC;
		border-bottom-color:#B7B7B7;
		width: 120px;
		height: 30px;
		color: #000;
		background: #F0F0F0 url(/assets/images/grey_bg.png) 0 0 repeat-x;
		border-radius: 3px 3px 0 0;
		margin: 0;
	}
	ul.tabs a:hover, ul.tabs a:focus, ul.tabs a:active {
		border: 1px solid #B7B7B7;
		background:#F0F0F0 url(/assets/images/grey_bg.png) 0 -36px repeat-x;
	}	
	ul.tabs li[aria-selected=true] a {
		position: relative;
		/* font-weight:bold; */
	}
	div.panel {
		/* clear: both; */
		margin-top: 60px;
		border: 1px solid #CCC;
		padding:0;
		/* margin: 0; */
		width: 403px;
	}


#panel-1{
	background-color:#ffffff;
	border: 1px solid #3b5895;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
}

.tab1{
	float: left !important;
}

.tab1.activeTab a,
.tab1[aria-selected=true] a, .tab1 a:hover, .tab1 a:focus{
	background: #3b5895 !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom-color:  #3b5895 !important;
	color:#ffffff !important;
	background-image: url(/assets/images/phn_topleft.png), url(/assets/images/phn_topright.png) !important;
	background-repeat: no-repeat !important;
	background-position: top left, top right !important;
}

.tab2.activeTab a,
.tab2[aria-selected=true] a, .tab2 a:hover, .tab2 a:focus{
	background: #666355 !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom-color:  #666355 !important;
	color:#ffffff !important;
	background-image: url(/assets/images/wn_topleft.png), url(/assets/images/wn_topright.png) !important;
	background-repeat: no-repeat !important;
	background-position: top left, top right !important;
}

#panel-2{
	background-color:#ffffff;
	border: 1px solid #666355;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;		
}

.tab2{
	float: none !important;
	display:inline-block !important;
	margin: 0 auto !important;
}

.tab3.activeTab a,
.tab3[aria-selected=true] a, .tab3 a:hover, .tab3 a:focus{
	background: #ab3d1b !important;
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom-color:  #ab3d1b !important;
	color:#ffffff !important;
	background-image: url(/assets/images/thn_topleft.png), url(/assets/images/thn_topright.png) !important;
	background-repeat: no-repeat !important;
	background-position: top left, top right !important;		
}

.tab3{
	float: right !important;
}

#panel-3{
	background-color:#ffffff;
	border: 1px solid #ab3d1b;
	border-bottom-left-radius:2em;
	border-bottom-right-radius:2em;
}