@charset "UTF-8";

.TabbedPanels {
	padding: 0px;
	float: left;
	clear: none;
	width: 525px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 0px;
}

.TabbedPanelsTab {
	position: relative;
	top: 1px;
	float: left;
	list-style: none;
	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;
	cursor: pointer;
	background-image: url(../images/landing/lp_eventsTab.jpg);
	background-repeat: repeat-x;
	height: 17px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
	line-height: 1.2;
}


.TabbedPanelsTabHover {
	background-image: url(../images/landing/lp_eventsTab-MO.jpg);
	background-repeat: repeat-x;
}


.TabbedPanelsTabSelected {
	border-bottom: 1px solid #EEE;
	background-image: url(../images/landing/lp_eventsTab-MO.jpg);
	background-repeat: repeat-x;
}


.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}


.TabbedPanelsContentGroup {
	height: 142px;
	width: 488px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}


.TabbedPanelsContent {
	padding: 0px;
	background-image: url(../images/landing/lp_eventsBox.jpg);
	background-repeat: no-repeat;
	height: 142px;
	width: 490px;
}
.TabbedPanelsContent-adLft {
	height: 119px;
	width: 257px;
	border: 1px solid black;
	top: 579px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
.TabbedPanelsContent-adLft-Messages {
	height: 119px;
	width: 257px;
	border: 1px solid black;
	top: 579px;
	margin-top: 10px;
	float: left;
	margin-left: 10px;
}
.TabbedPanelsContent-adRt   {
	background-image: url(../images/landing/lp_ADrt.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 200px;
	top: 579px;
	margin-top: 20px;
	float: right;
	margin-right: 8px;
}
.TabbedPanelsContent-adRt-Messages {
	height: 102px;
	width: 200px;
	top: 600px;
	margin-top: 20px;
	float: right;
	margin-right: 8px;
}

.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTabGroup {
	float: left;
	width: 10em;
	height: 20em;
	background-color: #EEE;
	position: relative;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-left: solid 1px #CCC;
	border-bottom: solid 1px #CCC;
}

.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}


.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
