@import url("redhat/jquery-ui.min.css");
@import url("https://overpass-30e2.kxcdn.com/overpass.css");

/*** template styles ***/
*{
	font-family: 'overpassregular','Arial','Verdana',sans-serif;
	font-weight: 400;
}
body{
	background-color: #1F1543;
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}
div.ui-dialog{
	text-align: left;
}
#templateHeader{
	background: #830000 url(images/redhat17-banner-revised.png) no-repeat 50% 0;
	color: #aaa;
	font-weight: 400;
	text-align:right;
	border: none;
	height: 250px;
	z-index: 99;
}
/*#templateHeader:before{
	content: " ";
	background: url("images/bg-logo.png") no-repeat 0 0;
	background-size: contain;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -500px;
}*/
#templateHeader ul{
	display:inline-block;
	list-style:none;
	padding:0.6em 1em;
	margin: 5px 0 0 0;
	z-index: 201;
}
#templateHeader li.headNavItem{
	display:inline-block;
	padding:0 1em;
	margin:0;
	color:#FFF;
	border-right: 1px solid #999;
	/*ie7 fix*/
	zoom: 1;
	*display: inline;
}
#templateHeader li.last{
	border-right: 0;
}
#templateHeader .addthis_toolbox{
	display: inline-block;
	margin-top: 0px;
	margin-right: 18px;
}
ul#navAccountMenu{
	display:none;
	padding:0.3em;
}
#templateHeader header{
	width: 1010px;
	height: 164px;
	background: url("images/bg-logo-connect.png") no-repeat 0 50%;
	background-size: 44%;
/*	position: absolute;*/
/*	top:20px;*/
/*	left:50%;*/
	margin: 0 auto;
	z-index: 200;
	display: none;
}
#templateHeader ul #loginLink{
	font-family: 'overpass', Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	background: #CC0000;
	padding: 5px 15px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#templateHeader ul #loginLink:hover{
	text-decoration: none;
}
.eventName{
	display: none;
}
#templateMain{
	width: 1010px;
	text-align: left;
	margin: 0px auto 45px;
		background: #FFFFFF;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-bottom: 1px solid #bbb;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
#templateMain header{
	display: none;
}
nav{
	width: 185px;
	float: left;
	min-height: 300px;
	padding: 10px;
	border-right: 1px solid #ccc;
}
#templateContent{
	width: 760px;
	float: left;
	padding: 20px;
}
#templateMain footer{
	clear:both;
}
#templateFooter{
	display: none;
}


/* Popup Styles */
body.popup{
	text-align:left;
	background: #fff;
}
body.popup header,
body.popup nav,
body.popup footer{
	display:none;
}
body.popup #templateMain{
	margin:0;
	left:auto;
	padding:0;
	width:auto;
	border: 0;
}
body.popup #templateContent{
	width:auto;
	float:none;
	padding:0;
}
/* Content Styles */
a, .ui-widget-content a{
	text-decoration:none;
	color:#439cd1;
}
a:hover, .ui-tabs-panel a:hover{
	text-decoration:underline;
	color:#439cd1;
}

h1{
	font-family: 'overpassbold';
	font-size:1.9em;
	margin:0 0 0.4em;
	padding:0;
	color:#000;
}
h2{
	font-size:1.5em;
	margin:0.4em 0 0;
	padding:0;
	color:#999;
}
h3{
	font-size:1.3em;
	margin:0.4em 0 0;
	padding:0;
	color:#888;
}
h4{
	font-size:1.2em;
	margin:0.4em 0 0;
	padding:0;
	color:#777;
}
h5{
	font-size:1.2em;
	margin:0.4em 0 0;
	padding:0;
	color:#999;
}

/* Navigation */
#templateHeader li.headNavItem a{
	color:#FFF;
}
#templateHeader li.headNavItem ul a{
	color:#aaa;
}
#templateHeader li.headNavItem ul li:hover a{
	color:#fff;
	text-decoration: underline;
}
nav h4{
	font-size:1.3em;
	color:#999;
	letter-spacing:1px;
	margin:0.5em 0 0.3em;
}
nav ul{
	list-style:none;
	margin:0 0 0.5em;
	padding:0;
}
nav ul li{
	display:inline;
}
nav ul a{
	display:block;
	font-size:1.1em;
	padding:0.3em 0.3em 0.3em 10px;
}
nav #scheduleLegend li{
	display:block;
	font-size:1.1em;
	padding:0.3em 0.3em 0.3em 30px;
}
nav #scheduleLegend li{
	font-size: 1em;
	color: #777;
	padding-bottom:0.1em;
}

/* Page Specific Styles */
#navDropdown{
	margin:-11px 0 0 -18px;
/*	border-top: 1px solid #2a2a2a;*/
}
#navDropdown .downLink{
	background: #C00;
	border-color: #C00;
	color:#fff;
	padding:0.2em 10px;
	font-size:1.2em;
	font-weight: 400;
	width:200px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border-radius: 0px 0px 8px 8px;
	z-index: 500;
}
#navDropdown .downLink span{
}
#navDropdown #mainNav{
	width:185px;
	background:#fff;
	padding: 0 10px 10px;
	margin-left:7px;
	border:1px solid #ccc;
	border-top: none;
	z-index:500;
}

#globalSearch{
	position: absolute;
	margin-top: 154px;
	margin-left: 700px;
	width: 310px;
	display: none;
}
#globalSearch div.phraseDiv{
	background: #fff;
	border: 0;
/*	overflow: hidden;*/
}
#globalSearch input.searchPhrase{
/*	padding: 0.2em 0;*/
	line-height: 24px;
	margin: 0;
}
#globalSearch input.searchSubmit{
	background: #C00;
	color: #fff;
	border-color: #C00;
	font-weight: 400;
	font-size: 1em;
	padding:5px 8px;
	border-radius: 0 3px 3px 0; 
}
#globalSearch .ks-container, 
#globalSearch .ui-widget-content .ks-container{
	padding: 0 0 0 0.5em;
}
.ui-widget-header:not(.ui-dialog-titlebar){
	background: none;
	background-color: #ccc;
}
.calendar .fc-agenda .fc-agenda-axis.ui-widget-header{
	color: #222;
}
.ui-widget-content:not(.ui-dialog-content){
	background: none;
	background-color: #fff;
}
#searchForm .ks-active{
	border:1px solid #d5441c;
	background:#fffffc url("images/icon_search_active.png") no-repeat 5px 50%;
}

.qtip{
	padding:0;
}
a.formButton:hover{
	color:#fff;
}

nav fieldset{
	padding:0;
	margin:0.3em 0;
}
nav .formRow label{
	color:#777;
}
nav .formRow .formContent label{
	color:#777;
}
/* Override */
.formRow label:first-child {
  color: #000;
}
ul.selectedFilters .filter-header {
  color: #000;
}
.boxed-filter.filter-hover label.filter-header,
.boxed-filter label.filter-header:hover {
	color:#FFF;
}
.boxed-filter .filter-list-scroll{
	overflow-y: auto;
}
.filter-hover .filter-list-scroll{
	border-left: 1px solid #fff;
}
fieldset legend {
  color: #000;
}
fieldset legend{
	font-family: 'overpassregular';
	font-weight: 400;
}
ul.selectedFilters .filter-header,
.formRow label:first-child{
	font-weight: 400;
}
div#click-area-1 {
  position: absolute;
  width: 200px;
  height: 150px;
  left: 20px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}
#click-area-1 a {
  position: absolute;
  width: 200px;
  height: 150px;
  right: 0px;
}
div#click-area-2 {
  position: absolute;
  width: 265px;
  height: 150px;
  left: 246px;
  display: block;
  cursor: pointer;
  z-index: 9999;
}
div#click-area-2 a {
  position: absolute;
  height: 150px;
  width: 265px;
  left: 0;
}
.boxed-filter .filter-footer{
	background: none;
}