#tabs{
	background:#fff;
	margin:0;
	padding:0;
}
.ui-widget-overlay {
	position: fixed;
	top: 0px;
	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 0;
	width:675px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding:0;
	border:none;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 2px;
	margin: 0 0 0 0;
	border-bottom: 0;
	padding: 0;
	background:#464646;
    font-weight:500;
	border:1px solid #ececec;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	font-size:14px;
	margin:0;
	 font-weight:500;
	color:red;
	border-bottom:none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
	border-bottom:none;
	background:#fff;
	color:#383838;
	border-bottom:none;
}
    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        cursor: text;
	background:rgb(40,114,169);
	color: white;
	border-bottom:none;
    }

.ui-tabs .ui-tabs-nav li.ui-state-hover a {
    background:#6B98CB;
        color: white;
         
        }



.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
	background:rgb(40,114,169);
	color:#ffffff;
	border-bottom:none;
}
.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 {
	display: block;
	border-width: 0;
	padding: 10px 0 20px 0;
	background: #fff;
	border:1px solid #ececec;
    padding:  10px;
}

.ui-tabs .ui-tabs-panel p{
	font-size:13px;
	color:#383838;
	/*width:90%;*/
	margin:0;
	/*line-height:18px;*/
    margin-bottom:10px;
	
}