@charset "UTF-8";
/* This is the SubPage Tabbed Panel Styles*/
.TabbedPanels {
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	display: block;
}
.TabbedPanelsTab {
	top: 1px;
	background-color: #DDD;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #999;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	float: left;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	color: #FF6600;
	font-weight: bold;
}
.TabbedPanelsTabHover {
	background-color: #CCC;
}
.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: 1px solid #EEE;
	color: #00477F;
	font-style: italic;
}
.TabbedPanelsTab a {
	color: #5BB520;
	text-decoration: none;
	font-weight: bold;
}
.TabbedPanelsContentGroup {
	display: block;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 20px;
}
.TabbedPanelsContent {
}
.TabbedPanelsContentVisible {
}



/* This is the HomePage Tabbed Panel Styles*/
#ContentSelection .TabbedPanels {
}
#ContentSelection .TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
	display: block;
}
#ContentSelection .TabbedPanelsTab {
	top: 1px;
	background-color: #FFFFFF;
	-moz-user-select: none;
	-khtml-user-select: none;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	float: left;
	position: relative;
	list-style-image: none;
	list-style-type: none;
	color: #666666;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 15px;
	font-style: normal;
	background-image: url('../images/btn-ajax-off.gif');
	background-repeat: no-repeat;
	background-position: left center;
}
#ContentSelection .TabbedPanelsTabHover {
	background-color: #FFFFFF;
}
#ContentSelection .TabbedPanelsTabSelected {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Trebuchet MS", "Trebuchet MS Bold", "Trebuchet MS Bold Italic", "Trebuchet MS Italic";
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	background-image: url('../images/btn-ajax-on.gif');
	background-repeat: no-repeat;
	background-position: left center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ContentSelection .TabbedPanelsTab a {
	color: #87bb41;
	text-decoration: none;
	font-weight: bold;
}
#ContentSelection .TabbedPanelsContentGroup {
	display: block;
	clear: both;
	padding-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#ContentSelection .TabbedPanelsContent {
}
#ContentSelection .TabbedPanelsContent  p {
	margin-bottom: 15px;
	line-height: 15px;
}
#ContentSelection .TabbedPanelsContentVisible {
}

