@charset "UTF-8";

.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	outline:none;
}

.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTabGroup li {
 background-image: none;
}
.TabbedPanelsTab {
	color:#ee4611;
	position: relative;
	top: 9px;
	bottom: 0px;
	float: left;
	width: 80px;
	height: 23px;
	text-align:center;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ddd;
	list-style: none;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 3px #ee4611;
	border-right: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
	padding-top: 7px;
}

.TabbedPanelsTabHover {
	background-color: #ddd;
}

.TabbedPanelsTabSelected {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	bottom: 0px;
	height: 29px;
		border-top: solid 5px #ee4611;
	top: 1px;
}

.TabbedPanelsTab a {
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 1px #ddd;
	border-right: solid 1px #ddd;
	background-color: #ddd;
}

.TabbedPanelsContent {
	padding: 10px;
	background:#eee;
	margin: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#7B7979;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
	text-align: justify;
}
.TabbedPanelsContent a {
		color:#7B7979;
	text-decoration: none;
}
.TabbedPanelsContent a:hover {
		color:#fea700;
	text-decoration: underline;
}

.tabbedheading3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color:#fea700;
}
.tabbedheading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color:#fc7215;
}
.tabbedheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	color:#ee4611;
}	

.TabbedPanelsContentVisible {
}

.TabbedPanelsTab2 {
	color:#fc7215;
	position: relative;
	top: 9px;
	bottom: 0px;
	float: left;
	width: 80px;
	height: 23px;
	text-align:center;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ddd;
	list-style: none;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 3px #fc7215;
	border-right: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
	padding-top: 7px;
}


.TabbedPanelsTab2Hover {
	background-color: #ddd;
}

.TabbedPanelsTab2Selected {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	bottom: 0px;
	height: 29px;
		border-top: solid 5px #fc7215;
	top: 1px;
	color:#fc7215;
}

.TabbedPanelsTab2 a {
	text-decoration: none;
}

.TabbedPanelsTab3 {
	color:#fea700;
	position: relative;
	top: 9px;
	bottom: 0px;
	float: left;
	width: 80px;
	height: 23px;
	text-align:center;
	margin-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #ddd;
	list-style: none;
	border-left: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-top: solid 3px #fea700;
	border-right: solid 1px #ccc;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	outline: none;
	padding-top: 7px;
}


.TabbedPanelsTab3Hover {
	background-color: #ddd;
}

.TabbedPanelsTab3Selected {
	background-color: #ddd;
	border-bottom: 1px solid #ddd;
	bottom: 0px;
	height: 29px;
		border-top: solid 5px #fea700;
	top: 1px;
	color:#fea700;
}

.TabbedPanelsTab3 a {
	text-decoration: none;
}
 
.TabbedPanelsTab li {
background-image: none;
}
.TabbedPanelsTab2 li {
background-image: none;
}
.TabbedPanelsTab3 li {
background-image: none;
}


