@charset "UTF-8";

#SaratogaFindAHome {
	width: 492px;
	margin-left: 9px;
}
#events-wrapper {
	width: 630px;
}
.HomeTabPannelBkgnd {
	margin:8px 0 0 0;
	padding:6px 1px 1px 1px;
}
.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;
	padding: 4px 4px;
	margin: 0px 3px 0px 0px;
	font: bold 1em sans-serif;
	background-color: #15283f;
	list-style: none;
	border: 1px solid #062b6e;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	color:#FFFFFF;
	text-transform:uppercase;
}
.TabbedPanelsTabHover {
	background-color: #a4c3ee;
	border-bottom: 0px;
}
.TabbedPanelsTabSelected {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color:#000000;
}
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
	border: 1px solid red;
}
.TabbedPanelsContentGroup {
	clear: both;
	border: solid 1px #062b6e;
	background-color: #fff;
	padding-bottom: 9px;
	overflow: auto;
}
.TabbedPanelsContent {
	padding: 9px;
}
.TabbedPanelsContentVisible {
}