.light {
	background: #FFF;
	color: #111;
	font: 10pt Verdana, Arial, sans-serif;
}

.light a,a.light {
	color: #46C;
	outline: 0;
}

.light a:visited,a.light:visited {
	color: #C44;
}

.light a:hover,a.light:hover,.light a:focus,a.light:focus,.light a:active,a.light:active
	{
	color: #000;
}  /* order lvhfa */
.light fieldset {
	border: 1px solid #CCC;
}

.light legend {
	color: #555;
	font: .8em Verdana, sans-serif;
}

.light button,button.light,.light input,input.light {
	padding: 2px 4px;
	font: .9em Consolas, Verdana, sans-serif;
}

.light textarea,textarea.light {
	padding: 2px 4px;
	font: .9em Consolas, Courier New, sans-serif;
	width: 20em;
	height: 5em;
	overflow: auto;
}

.light select,select.light {
	padding: 3px 0 3px 4px;
	font: .9em Verdana, sans-serif;
}

.light label {
	font-weight: bold;
}

/* Caution! Ensure accessibility in print and other media types... */
@media projection , screen {
	/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
	.ui-tabs-hide {
		display: none;
	}
}

/* Hide useless elements in print layouts... */
@media print {
	.ui-tabs-nav {
		display: none;
	}
}

/* Skin */
.ui-tabs-nav /*, .ui-tabs-panel*/ {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 145%;
}

.ui-tabs-nav {
	float: left;
	list-style: none;
	margin: 0;
	border-bottom: 1px solid #444;
	padding: 0 0 0 5px;
}

.ui-tabs-nav:after {
	/* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav li {
	float: left;
	margin: 0 0 0 1px;
	padding-bottom: 0px !important;
}

.ui-tabs-nav a,.ui-tabs-nav a span {
	float: left; /* fixes dir=ltr problem and other quirks IE */
}

.ui-tabs-nav a {
	position: relative;
	top: 1px;
	z-index: 2;
	border: 1px solid;
	border-bottom: 0;
	padding: 1px 0 0;
	text-decoration: none;
	white-space: nowrap; /* @ IE 6 */
	outline: 0; /* @ Firefox, prevent dotted border after click */
}

.ui-tabs-nav a:link,.ui-tabs-nav a:visited {
	border-color: #444;
	background: #444;
	color: #fff;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active {
	border-color: #222;
	background: #222;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited
	{
	border-color: #666;
	background: #aaa;
}

.ui-tabs-nav a span {
	display: block;
	padding: 1px 5px 2px;
	height: 15px; /* min-height in IE 6 */
	min-height: 15px;
	line-height: 15px;
}

*>.ui-tabs-nav a span { /* hide from IE 6 */
	height: auto;
}

.ui-tabs-nav .ui-tabs-selected a span {
	padding-bottom: 3px;
	background: #fffafa;
	color: #000; /* apply to span is required for IE 6 */
}

.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited,.ui-tabs-nav .ui-tabs-disabled a span
	{
	border-color: #ddd;
	background: #eee;
	color: #bbb;
}

.ui-tabs-nav .ui-tabs-selected a:link,.ui-tabs-nav .ui-tabs-selected a:visited,.ui-tabs-nav .ui-tabs-disabled a:link,.ui-tabs-nav .ui-tabs-disabled a:visited
	{ /* @ Opera, use pseudo classes otherwise it confuses cursor... */
	cursor: text;
}

.ui-tabs-nav a:hover,.ui-tabs-nav a:focus,.ui-tabs-nav a:active,.ui-tabs-nav .ui-tabs-unselect a:hover,.ui-tabs-nav .ui-tabs-unselect a:focus,.ui-tabs-nav .ui-tabs-unselect a:active
	{ /* @ Opera, we need to be explicit again here now... */
	cursor: pointer;
}

.ui-tabs-panel {
	padding: 10px;
	background: #fff;
	/* declare background color for container to avoid distorted fonts in IE while fading */
	float: left;
}

.ui-tabs-panel a {
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 2px;
	margin-top: 5px;
}

.ui-tabs-panel a:hover {
	text-decoration: underline;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin-bottom: 2px;
	margin-top: 5px;
}

/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/ /* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
	display: inline-block;
}

* :first-child+html .ui-tabs-nav {
	/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
	display: inline-block;
}

#ConfTabs { /*	width: 510px; */
	float: left;
}