
#tabs ul>li:before,  ul>li:before, ul>li:before
{
   content: normal;
}

.ui-helper-clearfix:after {
	content: normal;
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: 0px 0px 0px 0px;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 0px 2px 0px 0px;
	border-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top:3px;
	padding-bottom:0px;
	white-space: nowrap;
	content:normal; 
}
.ui-tabs .ui-tabs-nav li a {
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.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 {
	cursor: text;
}
.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: 0px 0px 0px 0px;
	background: none;
	border-right:1px solid #264598;
	border-left:1px solid #264598;
	border-top:3px solid #264598;
	border-bottom:1px solid #264598;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;	
}
.ui-widget .ui-widget {
	font-size: 1px;
}
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}*/
.ui-widget-content {
	background:#e6e6fa;	
	width:auto;
	margin:0px 0px 0px 0px;
	height:auto;
	
}
.ui-widget-content a {
	color: #333333;
}


/* Interaction states
----------------------------------*/
/*.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #264598 ;
	font-weight: normal;
	color: #fff;
	min-width:100px;
	font-size:14px;
	line-height:36px;
	vertical-align:middle;
	height:30px;
	text-align:center;
	display:block;
	border:none; border-style:none; outline:0;
}
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
	color: #fff;
	text-decoration: none;
	height:30px;
	min-width:100px;
	display:block; border:none; border-style:none; outline:0;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
	color: #fff;
	 background: #000;
	 font-weight:normal;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #000 /*url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x*;
	font-weight: normal;
	color: #333;
	height:30px;
	min-width:100px;
	display:block; border-style:none; outline:0;
	box-shadow: 0px -4px 10px #CCC;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
	color: #333;
	text-decoration: none;
	height:30px;	
	min-width:100px;
	display:block; border:none; border-style:none; outline:0;
}
*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {  background: #ccc /*url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x*/; font-weight: bold; color: #000; min-width:36px; line-height:26px; text-align:center; outline:0; font-size:14px; }
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #000; text-decoration: none; outline:0; }
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {  background: #718fe0/* url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x*/; font-weight: bold; color: #fff;outline:0; }
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited { color: #fff; text-decoration: none; outline:0;}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {  background: #264598 /*url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x*/; font-weight: bold; color: #fff; outline:0;box-shadow: 0px -4px 10px #CCC;}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { color: #fff; text-decoration: none; outline:0;}



/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 10px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 10px;
}
