﻿
.tabnavigation{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #203b57;
	background-color: #ffffff;
	padding-right: 3px;	
	
	
}
.tabcontent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px #dbe3ee solid;
	background-color: #fafaf8;
	
}

#tabs ul.tabNavigation{
	margin: 0;
	list-style: none;
	width: 100%;
	color:#203b57;
	height:22px;
	font-family:verdana;
	padding-right: 3px;	
	
}
#tabs ul.tabNavigation li{
	float:left;
	text-align:left;
	padding: 0;
	margin: 0;
	padding-right: 0px;
	color:#203b57;
	font-weight: normal;
	font-family:verdana;
	text-align: left;
	border: 1px #0773a9 solid;
	border-bottom:0;
	
	
}

#tabs ul.tabNavigation a{
	display:block;
	padding-right: 3px;
	text-decoration:none;
	color: #203b57;
	font-weight: normal;
	font-size: 13px;
}
#tabs ul.tabNavigation .selected{
	padding-right: 3px;
	color:#203b57;
	font-weight:bold;
	background-color: #dbe3ee;
	position: relative;
	top: 1px;
	height:22px;
}
#tabs ul.tabNavigation .selected span{
	padding-right: 3px;
	color:#203b57;
}

#tabs ul.tabNavigation a span{
    padding: 3px 3px 0px 3px;
}
.tabbedWindow{
width: 99.9%;
padding-right: 3px;
}

#tabs ul.tabNavigation a:hover{
	color: #203b57;
	text-decoration:none;
}
#tabs ul.tabNavigation a:hover.selected{
	color:#203b57;
	text-decoration: none;
}