/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
.ui-tabs-hide {
	display: none;
}
}
/* Hide useless elements in print layouts... */
@media print {
.ui-tabs-nav {
	display: none;
}
}
.ui-tabs-nav {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 0 !important;
	height: 29px !important;
	background: #fff url(/assets/images/wrpr/tabNav-btmBorder.gif) bottom left repeat-x !important;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}
.ui-tabs-nav li {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	min-width: 84px; /* be nice to Opera */
	font-size: 1.0em;
	border: none;
	background-image: none !important;
}
.ui-tabs-nav a {
	display: block;
	height: 21px;
	margin: 0 -1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	padding: 6px 16px 0 15px;
	border-top: 1px #bfbfbf solid;
	border-right: 1px #bfbfbf solid;
	border-left: 1px #bfbfbf solid;
	color: #2a2a2a !important;
	background: #fff url(/assets/images/wrpr/tabBg.jpg) 0 0 no-repeat !important;
	font-family: "Gil Sans", arial, verdana, sans-serif !important;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap; /* required in IE 6 */
	outline: 0; /* prevent dotted border in Firefox */
}
/* @ Opera, use pseudo classes otherwise it confuses cursor... */
.ui-tabs-nav li.ui-tabs-selected a {
	background-image: none !important;
	height: 22px;
	color: #df0c1e !important;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
	cursor: text;
}
/* @ Opera, we need to be explicit again here now... */
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active, .ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active {
	cursor: pointer;
	color: #df0c1e;
}
.ui-tabs-nav .ui-tabs-selected a:hover {
	color: #df0c1e;
}
.ui-tabs-panel {
	background: transparent; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#tabs {
	clear: both;
}
#tabs h3 {
	clear: both;
	margin: 0 0 6px 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	border-bottom: none;
	background: transparent url(/assets/images/wrpr/tabBullet-doubleArrow.gif) 0 50% no-repeat
}
#tabs p {
	margin: 0;
	padding: 0;
}
#tabs .clear {
	clear: both;
	margin: 0;
	padding: 10px;
}

#tabs.my-community {
	height: auto !important;
	margin-top:20px;
}

#tabs .tabs-content {
	width: 530px;
	clear: both;
	margin-top: 0 !important;
	padding: 10px;
	background: #fff url(/assets/images/wrpr/tabContentBg.jpg) top left no-repeat !important;
	height: 100%
}




#tabs .tabs-content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#tabs .tabs-content img {
	float: left;
}
#tabs .tabs-content div.left {
	width:318px;
	position:relative;
	float:left;
	padding-right:5px;
}
#tabs .tabs-content div.right {
	width:318px;
	position:relative;
	float:left;
	padding-left:5px;
}
#tabs .tabs-content .street-address,  #tabs .tabs-content .contact-information,  #tabs .tabs-content .website-link {
	float: left;
}
#tabs .tabs-content .street-address {
	width: 250px;
}
#tabs .tabs-content .contact-information {
	width: 250px; 
}
#tabs .tabs-content .website-link {
	width: 175px; 
	display: block; 
	margin-top: 5px;
}

#tabs .tabs-content .website-link a {
	font-weight: bold; 
	font-size: 110%;
}


#tabs .tabs-content dl,  #tabs .tabs-content dt,  #tabs .tabs-content dd {
	margin: 0 !important;
	padding: 0 !important;
}
#tabs .tabs-content dt {
	float: left;
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}
*:first-child+html .ui-tabs-nav { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}
* html .ui-tabs-nav li a {
	height: 28px;
}
* html .ui-tabs-nav li.ui-tabs-selected a {
	height: 29px;
}
* html #tabs li.chapters {
	width: 100px;
}
* html #tabs li.upcomingEvents {
	width: 130px;
}
* html #tabs li.localPrograms {
	width: 130px;
}

