/*******************************************************************************
********************************************************************************
	Projekt		: Baufi-Direkt
********************************************************************************
*******************************************************************************/

/************************************* Reset allgemein - NICHTS VERAENDERN *****
*******************************************************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*********************************************** Reset - NICHTS VERAENDERN *****
*******************************************************************************/
a {
	text-decoration:none;
}
img, iframe, object, embed {
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
input, textarea, select {
	font-size: 1em;
}
html {
	height: 100.01%;
	margin-bottom: -1px;
}
body {
	position:relative;
	background-color: #FFF;
	color: #000;
	font-size: 100.01%;
	font-weight: normal;
	line-height: 1;
	text-align: left;
}

sup {
	vertical-align: top;
}

/******************************************** Standard - NICHTS VERAENDERN *****
*******************************************************************************/

.nospace {
	margin: 0;
	padding: 0;
}

.rvrs {
	unicode-bidi: bidi-override; 
	direction: rtl;
}

body, div, 
h1, h2, h3, h4, h5, h6, p, 
a, span,  
li {
	background-repeat:no-repeat;
}

.fl-lft { 
	float: left;
	margin: 0 20px 0 0;
}

.fl-rght { 
	float: right;
	margin: 0 0 0 20px;
}

.mt-20 {
  margin-top:20px;
}
.mt-40 {
  margin-top:40px;
}

.algn-lft { 
	text-align: left;
}

.algn-rght { 
	text-align: right;
}

.algn-cntr { 
	text-align: center;
}

.clearer { 
	display: block;
	clear: both;
	line-height: 0em;
	height: 1px;
	font-size: 0;
	visibility: hidden;
}

.clear { 
	clear: both;
}

.hidden {
	display: inline;
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0px;
	height: 0px;
	overflow: hidden;
	background-color: #FFF;
}

.dib {
	display: block;
}



/*********************************************************** Hintergruende *****
*******************************************************************************/



/************************************************************* Text-Farben *****
*******************************************************************************/
/*	Schwarz */
body {
	color: #505050;
}

a {
	color: #8C0F13;
}
a:hover {
	text-decoration:underline;
}

.tbl1 h3, 
.tbl1 .hlt {
	color: #000;
}

a:hover, 
#navi-sub a:hover, 
#navi-sub a.active {
	color: #8C0F13;
}

#footer, 
#footer a, 
.form-submit {
	color: #c8c8c8;
}

#navi-main ul li a:hover, 
#navi-main ul li a.active, 
#navi-main ul li a.current {
	color: #8C0F13;
}

/*************************************************************** Schriften *****
*******************************************************************************/
body, input, textarea {
	font-family: Arial, Verdana, sans-serif;
}


/********************************************************* Schriftgroessen *****
*******************************************************************************/
body {
	font-size: 70%;
}

h2, 
#navi-top ul, 
#navi-main ul, 
.tx1 {
	font-size: 1.1em;
}

#navi-main ul li a { 
  color: #8C0F13;
  display:block;
}
#navi-main ul {
  width:212px;
}

#navi-main ul li {
  line-height:2.2em;
  border-bottom:1px #B2B2B2 solid;
}
#navi-main ul li a {
  padding-left:25px;
  background-image:url(/layout/css/navi-home.gif);
  background-position:3px 5px;
}
#navi-main ul li.no-bg {
  background-image:none;
  line-height:0.2em!important;
  border-bottom:0;
}
#navi-main ul li.current,
#navi-main ul li.active {
  border-bottom:0;
}
#navi-main ul li.current,
#navi-main ul li.active {
  color:#FFFFFF;
}
#navi-main ul a.current,
#navi-main ul a.active {
  background-color: #8C0F13;
  color:#FFFFFF!important;
  background-image:url(/layout/css/navi-home-current.gif);
  background-position:3px 5px;
}

#navi-main ul ul li {
  font-size:0.9em;
}
#navi-main ul ul li a {
  background:none;
}

#navi-main ul ul {
  margin-bottom:0;
}

#navi-main ul ul li {
  line-height:1.8em;
  background-image:url(/layout/css/icc_subnavi.gif);
  background-position:25px 5px;
}
#navi-main ul ul li a {
  padding-left:40px;
}
#navi-main ul ul li.active {
  background-image:url(/layout/css/icc_subnavi_sel.gif);
  background-position:25px 9px;
  color:#FFFFFF;
  background-color: #8C0F13;
  border-bottom:1px #8C0F13 solid;
}
#navi-main ul ul li.active a {
  color:#FFFFFF;
  padding-left:40px;
  background:none;
}

#header p.title {
	font-size: 1.6em;
}

h1 {
	font-size: 2em;
}

/************************************************************* Zeilenhoehe *****
*******************************************************************************/
#content .content {
	line-height: 1.6;
}


/************************************************************* Allgemeines *****
*******************************************************************************/
h1, h2, h3 {
	font-weight: bold;
}

h2 {
	margin-bottom: 1em;
}


.content p, 
.content dl, 
.content ol, 
.content ul, 
.content table {
	margin-bottom: 1.4em;
}

/********************************************************** Seitenstruktur *****
*******************************************************************************/
body {
  background-color:#FFFFFF;
}

#website {
	width: 100%;
	/*overflow: hidden;*/
}

#header,
#footer, 
#wrapper {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
}
#wrapper {
	width: 996px;
}

#content {
	float: right;
	width: 782px;
	padding-top: 16px;
}

#content .content {
	clear: both;
	background-color: #fff;
}
#sidebar {
	float: left;
	width: 200px;
	padding-top: 33px;
}
#sidebar #navi-sub, 
#sidebar .content {
	padding-left: 49px;
}
/****************************************************************** Header *****
*******************************************************************************/

#logo {
	width: 254px;
	padding:25px 0 20px 40px;
	float: left;
}

#header p.title {
	float: left;
	width: 790px;
	padding-top: 27px;
	font-weight: bold;
	text-align: right;
}
#header {
 border-bottom:#8C0F13 4px solid;
}
#navi-meta {
  float: left;
  background-color:#FFFFFF;
  padding:10px;
  margin:33px 0 0 340px;
}
#navi-meta ul {
  height:20px;
}
#navi-meta ul li {
  float:left;
  font-size:1.2em;
  color:#8C0F13;
  padding-left:20px;
}
#navi-meta ul li a {
  color:#8C0F13;
  line-height:2em;
  padding-left:35px;
}
#navi-meta ul li a.telefon {
  display:block;
  background-image:url(/layout/css/meta-fon.gif);
}
#navi-meta ul li a.prozent {
  display:block;
  background-image:url(/layout/css/meta-prozent.gif);
}

#navi-meta ul li a.a-partner-login {
  display:block;
  background-image:url(/layout/css/baufi-key.jpg);
}
#navi-meta ul li a.a-haus {
  display:block;
  background-image:url(/layout/css/baufi-haus.jpg);
}

#navi {
  padding-left:40px;
  background-image:url(/layout/css/navi-bg.gif);
  background-repeat:repeat-y;
  float:left;
  width:255px;
  margin-top:10px;
}
#navi .content .bx-1 {
  background-color:#FFFFFF;
  background-image:url(/layout/css/adress_box.jpg);
  width:225px;
  height:336px;
  position:absolute;
  top:-17px;
}
#navi .content .bx-1 .inner {
  margin:180px 0 0 15px;
  font-size:1.1em;
  line-height: 1.2;
}

#navi .content .bx-1 .inner strong {
  color:#8B0E14;
}

#search {
  padding-top:308px;
  margin-top:12px;
}
#search .inner {
  width:210px;
  border:1px #8C0F13 solid;
}
#search .inner form {
  padding:5px;
}

#left-sidebar img {
  margin-bottom:10px;
}


/****************************************************************** Content *****
*******************************************************************************/
#content {
  float:left;
  margin-top:10px;
  width:695px;
  padding-top:0;
}


#content {
  font-size:1.1em;
}

#content .content .banner{
  margin-bottom:10px;
}

#navi-breadcrumb {
  border-top:#8C0F13 2px solid;
}
#navi-breadcrumb ul {
  padding:0!important;
  padding-top:2px!important;
  float:left;
}
#navi-breadcrumb li {
	display: inline;
	margin-right: 2px;
	padding-left: 9px;
	background-image: url(/layout/css/ic_a_006_006.gif);
	background-position: 0px 5px;
}
#navi-breadcrumb li.first {
	padding-left: 0;
	background: none;
}
#navi-breadcrumb a {
  color:#8C0F13;
}

#content-w {
  width:700px;
}

#content-c .textblock {
  border:1px #8C0F15 solid;
  padding:1px 10px 10px 10px;
  margin-bottom:20px;
}

.s2 #content-c {
  width:694px;
}
.s2 #content-c .textblock {
  width:672px;
}
.s3 #content-c .textblock {
  width:447px;
}


.s2 #content-c .textblock-small {
  padding:13px;
  width:315px;
  height:128px;
  border:1px #8C0F15 solid;
  float:left;
  margin-bottom:8px;
}

.s2 #content-c .mr8 {
  margin-right:8px;
}

.textblock-small h3 {
  color:#000000;
  font-size:1.1em;
}
.textblock-small img {
  float:left;
  width:105px;
  padding-right:8px;
}
.textblock-small .textblock-small-inner {
  float:left;
  width:200px;
  height:108px;
}
.textblock-small input.form-button { 
  float:right;
  width:200px;
  text-align:left;
}


#content-w .textblock h2 {
  font-size:1.2em;
  margin:10px 0 4px 0;
  width:auto;
  color:#000000;
}
#content-w .textblock h3.redbar {
  display:inline;
  background-color:#8C0F15;
  height:1.6em;
  color:#FFFFFF;
  padding:2px 2px 2px 10px;
  font-weight:normal;
  margin-left:-9px;
  margin-bottom:5px;
  background-image: url(/layout/css/icc_background.gif);
	background-position:right 0px;
}

#content-w .textblock p.link a {
  color:#8C0F15;
  float:right;
  background-image: url(/layout/css/ic_a_006_007.gif);
	background-position: right 7px;
	padding-right:10px;
	margin-bottom:10px;
}

#content-c {
  float:left;
  width:490px;
}

#content-c ul li {
  list-style-type:disc;
  margin-left:20px;
}


#content-c .textblock table.csv td {
  text-align:left;
}

#content-s .infobox th,
#content-s .infobox td {
  font-size:0.7em;
}
/*#content-c .textblock td {
  text-align:left;
}
*/

.s3 #content-s {
  background-image:url(/layout/css/s2_rechts.gif);
  background-repeat:repeat-y;
}
#content-s {
  float:left;
  width:205px;
}
#content-s-inner {
  margin-left:20px;
}

#content-s p {
  /*text-align: justify;*/
}

#content-s h3 {
  font-size:1.2em;
  color:#000000;
}

#content-s h3.partner-login {
  padding-left:32px;
  background-image:url(/layout/css/login_key.gif);
  height:30px;
}

#content-s .infobox {
  border:1px #8C0F15 solid;
  padding:10px;
  margin-bottom:10px;
}

#content #content-c .red {
  color:#8C0F15;
}

/* Tabellen */
#content-s tr.colored {
  background-color:#E5E5E5;
}
#content-s table th,
#content-s table td {
  font-size:0.8em;
}
#content-s table td.frst {
  font-weight:bold;
  color:#8C0F15;
}
#content-s th {
  color:#8C0F15;
  font-size:1.0em;
  padding:0px 3px 0px 3px;
  text-align:center;
}
#content-s th.left {
  text-align:left;
}
#content-s td {
  font-size:1.0em;
  padding:0px 3px 0px 3px;
  text-align:center;
}
#content-s td.date {
  text-align:left;
}

.s2 #content-c table {
  width:650px;
}
#content-c tr.colored {
  background-color:#E5E5E5;
}
#content-c table th,
#content-c table td {
}
#content-c table td.frst {
  font-weight:bold;
  color:#8C0F15;
}
#content-c th {
  color:#8C0F15;
  font-size:1.0em;
  padding:0px 3px 0px 3px;
  text-align:center;
}
#content-c th.left {
  text-align:left;
}
#content-c td {
  font-size:1.0em;
  padding:0px 3px 0px 3px;
  text-align:center;
}
#content-c td.date {
  text-align:left;
}
/* Tabellen Ende */

#content-c ul.partner-func li {
  list-style-type:none;
  margin-left:0;
}

#content-s ul.partner-func,
#content-c ul.partner-func {
  margin-bottom:0px;
}
#content-s ul.partner-func a,
#content-s ul.partner-func a:hover,
#content-s ul.partner-func a.visited,
#content-c ul.partner-func a,
#content-c ul.partner-func a:hover,
#content-c ul.partner-func a.visited {
  color:#8C0F15;
}
#content-s ul.partner-func a:hover,
#content-c ul.partner-func a:hover {
  text-decoration:underline;
}
 
#content-s ul.partner-func a.new,
#content-c ul.partner-func a.new {
  background-image:url(/layout/css/icc_func.gif);
  padding-left:17px;
  font-size:0.9em;
}
#content-s ul.partner-func a.password,
#content-c ul.partner-func a.password {
  background-image:url(/layout/css/icc_func.gif);
  padding-left:17px;
  background-position:0px -35px;
  font-size:0.9em;
}


/* Filialenbereich */
#content #content-c .companydetail h2 {
  padding-top:8px;
  color:#000000;
}

#content #content-c .redline {
  border-bottom:1px #8C0F15 solid;
}
#content #content-c .mitarbeiter {
  border-bottom:1px #8C0F15 solid;
  padding:10px 0 10px 0;
}
#content #content-c .mitarbeiter img {
  float:left;
  padding-right:20px;
}
#content #content-c .mitarbeiter h2 {
  font-size:1.2em;
  padding:20px 0 0 0;
  margin-bottom:0;
}
#content #content-c .mitarbeiter h3 {
  color:#000000;
  margin:0 0 10px 0;
  padding:0;
  line-height:1.0em;
}
#content #content-c .companydetail .leftcol {
  width:40px;
  float:left;
}


/****************************************************************** Formulare *****
*******************************************************************************/
#content-c .xform ul.form_warning li {
  list-style-type:none;
  padding:0;
  margin:0;
  font-weight:bold;
  color:#000000;
}
#content-c .xform label.form_warning {
  color:#8C0F15;
  font-weight:bold;
}

input {
  border:1px #868686 solid;
  margin-bottom:6px;
}

#content #content-c .xform .redline {
  margin:30px 0 10px 0;

}

input.submit,
input.form-button {
  cursor: pointer!important;
}

#content-c .formpassword label,
#content-c .formtext label,
#content-c .formtextarea label,
#content-c .formselect label,
#content-c .formdate label {
  width:170px;
  float:left;
  display:block;
}
#content-c p.formpassword,
#content-c p.formtext {
  margin-bottom:3px;
}
#content-c .formpassword input,
#content-c .formtext input,
#content-c .formselect select {
  width:260px;
}

#content-c .formtextarea textarea,
#content-c .formselect select {
  width:260px;
  border:1px #868686 solid;
  font-size:1.0em;
}

#content-c input.checkbox {
  margin-left:7px!important;
  border:1px #868686 solid!important;
}

#content-c .formtext sup {
  color:#8C0F15;
}

#content-s label {
  font-size:0.9em;
}

#content-s input {
  width:158px;
}

input.form-button,
#content-c input.reqa,
.xform input.submit {
  border:1px #59070B solid;
  background-image:url(/layout/css/form_bg.gif);
  color:#FFFFFF;
}

.xform p.formsubmit {
  width:96%;
  text-align:right;
}
.xform input.submit {
  width:130px;
  text-align:left;  
}

/* Tilgungsrechner */
#tilgrech #formular-module {
  width:405px;
}
#tilgrech #formular-module legend {
  display:none;
}
#tilgrech #formular-module .element {
  line-height:2.5em;
}
#tilgrech #formular-module input,
#tilgrech #formular-module select {
  width:200px;
  border:1px #868686 solid;
}
#tilgrech #formular-module select {
  width:202px;
}
#tilgrech #formular-module label.text,
#tilgrech #formular-module label.select {
  width:200px;
  float:left;
  display:block;
}
#tilgrech #formular-module select.bday,
#tilgrech #formular-module select.bmonth {
  width:55px;
}
#tilgrech #formular-module select.byear {
  width:86px;
}
#tilgrech #formular-module input.submit {
  border:1px #59070B solid;
  background-image:url(/layout/css/form_bg.gif);
  color:#FFFFFF;
  float:right;
  width:150px;
}
#tilgrech table {
  margin-top:10px;
}
#tilgrech table td {
  text-align:left;
  padding-left:10px;
}
#tilgrech table td.jahr,
#tilgrech table th {
  border-top:1px #000000 solid;
  border-bottom:2px #8C0F15 solid;
  font-weight:bold;
  color:#000000;
}
#tilgrech table th {
  color:#8C0F15;
}
#tilgrech table th {
  text-align:left;
  padding-left:10px;
}

#Aufwanddetail p.headline {
  color:#000000;
  font-size:1.4em;
  font-weight:bold;
  margin-bottom:0px;
}

#content-s input.form-button {
  width:160px;
  text-align:left;
}

#searchfield {
  margin-right:5px;
  height:1.1em;
  padding:3px;
}

#content-c input.reqa {
  float:right;
}
#content-c label.black{
  color:#000000;
  font-size:1.2em;
  font-weight:bold;
}

/*.ui-slider-handle .ui-state-default .ui-corner-all .ui-state-hover .ui-state-focus*/ 
#slider {
  height:4px;
}
#slider .ui-slider-handle {
  width:20px;
  height:20px;
  background-color:#B90D14!important;
  border:1px #8C0F15 solid!important;
  background-image:url(/layout/css/baufi_rechner2.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  margin-top:-3px;
}
/****************************************************************** Footer *****
*******************************************************************************/
#footer {
  background-color:#FFFFFF;
  border-top:#8C0F13 4px solid;
  width:100%;
  margin-top:10px;
  margin-bottom:30px;
}

#footer ul li a {
  color:#8C0F13;
}
#footer ul.navi {
  padding:5px 0 0 10px;
}
#footer ul.navi li {
  float:left;
  margin-left:10px;
  padding-right:10px;
}
#footer ul.navi li.border {
  border-right:1px #8C0F13 solid;
}

#footer ul {
  float:left;
}

#footer .w980 {
  width:980px;
}
#footer .red {
  color:#8C0F13;
}
#footer .pt5 {
  padding-top:5px;
}

#navi-footer {
  padding:15px 0 0 20px;
  width:980px;
  color:#000000;
}
#navi-footer li {
  float:left;
  width:160px;
}
#navi-footer ul li {
  font-weight:bold;
}
#navi-footer ul li ul {
  margin:3px 0 0 0;
}
#navi-footer ul li ul li {
  font-weight:normal;
  list-style-type:disc;
  margin:2px 0 0 15px;
  color:#000000;
}
#navi-footer ul li a {
  color:#000000;
}






/******************************************************************Standort *****
*******************************************************************************/
.map-over {
  z-index:100;
  background-image:url(/files/karte_wo.gif);
  background-repeat:no-repeat;
  height:808px;
  width:645px;
}

.standort-med {
  position:relative;
  z-index:1000;
  color:#000000;
  font-size:1.4em;
}
.standort-med a {
  background-image:url(/layout/css/baufi_me.gif);
  background-repeat:no-repeat;
  z-index:1001;
  padding:2px 8px 8px 27px;
  color:black;
}
.standort-big {
  position:relative;
  z-index:1000;
  color:#000000;
  font-size:1.4em;
}
.standort-big a {
  background-image:url(/layout/css/baufi_gr.gif);
  background-repeat:no-repeat;
  z-index:1001;
  padding:8px 8px 8px 35px;
  color:black;
}
.standort-max {
  position:relative;
  z-index:1000;
  color:#000000;
  font-size:1.4em;
}
.standort-max a {
  background-image:url(/layout/css/baufi_max.gif);
  background-repeat:no-repeat;
  z-index:1001;
  padding:8px 8px 8px 35px;
  color:black;
}
.standort-sml {
  position:relative;
  z-index:1000;
  color:#000000;
  font-size:1.4em;
}
.standort-sml a {
  background-image:url(/layout/css/baufi_sm.gif);
  background-repeat:no-repeat;
  z-index:1001;
  padding:0px 8px 8px 20px;
  color:black;
}

/****************************************************************** Module *****
*******************************************************************************/
ul.tab-nav {
  margin-top:-9px;
  padding:0;
  margin-bottom:8px;
  font-size:0.8em;	
}
ul.tab-nav li {
  background-color:#8C0F15;
  width:50px;
  float:left;
  margin-right:1px;
  text-align:center;
}
ul.tab-nav li a,ul.tab-nav li a:hover {
  background-color:#8C0F15;
  color:#FFFFFF;
}

ul.tab-nav li.tab-60 {
  width:52px;	
}
ul.tab-nav li.tab-80 {
  width:52px;	
}
ul.tab-nav li.tab-100 {
  width:52px;
}


.cnt-bankpartner {
  width:600px;
}
.cnt-bankpartner img {
  float:left;
  margin:10px 10px 0 0;
}


.article-list a {
  font-size:1.3em;
  font-weight:bold;
}

/* Slider */
.ui-slider { position: relative; text-align: left; }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
.ui-slider-vertical { width: .8em; height: 100px; }
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
.ui-slider-vertical .ui-slider-range-max { top: 0; }
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.ui-widget-overlay { background: #666666 url(/layout/css/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(/layout/css/ui-lightness/images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.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:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1em; }
.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/layout/css/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
.ui-widget-content a { color: #333333; }
.ui-widget-header { border: 1px solid #e78f08; background: #f6a828 url(/layout/css/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x; color: #ffffff; font-weight: bold; }
.ui-widget-header a { color: #ffffff; }
