/*! jQuery UI - v1.8.24 - 2012-09-28
* https://github.com/jquery/jquery-ui
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.tabs.css, jquery.ui.theme.css
* Copyright (c) 2012 AUTHORS.txt; Licensed MIT, GPL */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
	content: "";
	display: table;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	zoom: 1;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

 /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
	margin-left:auto;
	margin-right:auto;
}
.ui-tabs .ui-tabs-nav li {
	
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	margin-bottom: 0;
	
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
	text-align:center;
	height:57px;
	background-color:#ff5400;
	cursor: text;
	width:290px;
	text-transform:uppercase;
padding:0 15px;
font-size:12px;
font-family:'brandon_grotesquebold';
font-weight:bold;
line-height:57px;
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	width:290px;
	height:57px;
	background-color:#efefef;
	text-align:center;
	cursor: pointer;
	text-transform:uppercase;
padding:0 15px;
font-size:12px;
font-family:'brandon_grotesquebold';
font-weight:bold;
line-height:57px;
} /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
	display: block;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-width: 0;
	padding-top:131px;
	background: none;
	text-align:center;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
/* Component containers
----------------------------------*/
.ui-widget {
	padding-top:27px;
	width:100%x;
	margin-left:auto;
	margin-right:auto;
}
.ui-widget .ui-widget {
	
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {

}

.ui-widget-content a {
	color: #222222/*{fcContent}*/;
}
.ui-widget-header {
	
	background: #fff;
	color: #222222/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #222222/*{fcHeader}*/;
}
/* Interaction states
----------------------------------*/

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #818181/*{fcDefault}*/;
	text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
	color: #212121/*{fcHover}*/;
	text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #fff/*{fcActive}*/;
	text-decoration: none;
}
.ui-widget :active {
	outline: none;
}
/* Interaction Cues
----------------------------------*/


 }
