/*! jQuery UI - v1.10.3 - 2013-10-22
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.tabs.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 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;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0 0 0 1px;
}
.ui-tabs .ui-tabs-nav li {
	border-bottom-width: 0;
    float: left;
    list-style: none outside none;
    margin: 0 0 0 -1px;
    padding: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	text-decoration: none;
	font-size:16px;
	color:#4b4b4b;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border:#d9dcdc solid 1px;
	border-bottom:none;
	line-height: 48px;
    padding: 0 25px;
	text-shadow: 0 1px 0 #FFFFFF;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	float: left !important;	text-decoration: none !important;	font-size:16px !important;	color:#FFFFFF !important;	background: #302c2c !important; /* Old browsers */	background: -moz-linear-gradient(top,  #302c2c 100%, #302c2c 100%) !important; /* FF3.6+ */	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%,#302c2c), color-stop(100%,#302c2c)) !important; /* Chrome,Safari4+ */	background: -webkit-linear-gradient(top,  #302c2c 100%,#302c2c 100%) !important; /* Chrome10+,Safari5.1+ */	background: -o-linear-gradient(top,  #302c2c 100%,#302c2c 100%) !important; /* Opera 11.10+ */	background: -ms-linear-gradient(top,  #302c2c 100%,#302c2c 100%) !important; /* IE10+ */	background: linear-gradient(to bottom,  #302c2c 100%,#302c2c 100%) !important; /* W3C */	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302c2c', endColorstr='#302c2c',GradientType=0 ) !important; /* IE6-9 */	border:#302c2c solid 1px !important;	border-bottom:none !important;	line-height: 48px !important;    padding: 0 25px !important;	text-shadow: 0 1px 0 #302c2c !important;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	background: none repeat scroll 0 0 #F8F7F7;
    border-width: 0;
    display: block;
    padding: 30px 40px 20px;
}
