@charset "utf-8";
/* CSS Document */

/***********************************************************************
 BEGIN SPRY TABBED PANELS
 ***********************************************************************/
.TabbedPanels {
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
}
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}
.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	width: 95px;
	height:18px;
	text-align: center;
	padding: 8px 0 4px 0;
	margin: 0px 2px 0px 0px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	list-style: none;
	border-left: solid 0px #ffffff;
	border-bottom: solid 0px #A49F74;
	border-top: solid 0px #A49F74;
	border-right: solid 0px #ffffff;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color: #ffffff;
	background-image: url(http://www3.alexandriava.gov/scripts/c/NN/images/tab-new-red.gif);
	background-position:top right;
	background-repeat:no-repeat;
}


.TabbedPanelsTabHover {
	background-image: url(http://www3.alexandriava.gov/scripts/c/NN/images/tab-new-gold.gif);
	background-repeat:no-repeat;
	border-bottom: 0px solid #A49F74;
	border-top: 0px solid #A49F74;
	border-left: 0px solid #A49F74;
	border-right: 0px solid #A49F74;
	color:#ffffff;
}



.TabbedPanelsTabSelected {
	background-image: url(http://www3.alexandriava.gov/scripts/c/NN/images/tab-new-white.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #ffffff;
	border-top: 0px solid #A49F74;
	border-left: 0px solid #A49F74;
	border-right: 0px solid #A49F74;
	color: #7b0909;
}

.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}
.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
	border:1px solid #A49F74;
}
.TabbedPanelsContent {
	padding: 10px;
}
.TabbedPanelsContentVisible {
}
