body {
	font-family: Verdana, Helvetica, Arial;
	PADDING: 0px 0px 0px 0px;
	MARGIN: 0px 0px 0px 0px;
	FONT-SIZE: 11px;
	/*scrollbar-arrow-color:#800000;*/
	TEXT-ALIGN: justify;
}

td.wtb_error div {
/*    width: 75%;*/
    margin-left: auto;
    margin-right: auto;
    border: 3px solid red;
    background-color: #eaeaea;
}

td.wtb_error div ul li {
    color: red;
}

td.wtb_info div {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid darkgreen;
    background-color: #eaeaea;
}

td.wtb_info div ul li {
    color: darkgreen;
}

.center   { text-align: center;    }
.left     { text-align: left;      }
.right    { text-align: right;     }
.top      { vertical-align: top;   }
.middle   { vertical-align: middle;}
.maxwidth { width: 100%;           }
.bold     { font-weight: bold;     }
.nounderline {text-decoration: none;}

.td_menu {
	vertical-align: middle;
	background-image: url(../images/menu_tlo.jpg);
	height: 20px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.td_menu_sep {
	background-image: url(../images/separator_menu.jpg);
	height: 20px;
	width: 2px;
}
.td_menu_l {
	background-image: url(../images/menu_l.jpg);
	height: 20px;
	width: 8px;
}
.td_menu_r {
	background-image: url(../images/menu_r.jpg);
	height: 20px;
	width: 8px;
}
td.selected {
	background-image: url(../images/menu_tlo2.jpg);
	color: white;
}
td.selected A.tdm:link {
	COLOR: #FFFFFF;
}
td.selected A.tdm:active {
	COLOR: #FFFFFF;
}
td.selected A.tdm:visited {
	COLOR: #FFFFFF;
}
.tab_center {
	border-style: dotted;
	border-width: thin;
	border-color: #DDDDDD;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

A.tdm:link {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, sans-serif, Arial;
	COLOR: #111111;
	TEXT-DECORATION: none;
}
A.tdm:active {
	FONT-size: 11px;
	FONT-FAMILY: Verdana, sans-serif, arial;
	COLOR: #111111;
	TEXT-DECORATION: none;
}
A.tdm:visited {
	FONT-size: 11px;
	FONT-FAMILY: Verdana, sans-serif, Arial;
	COLOR: #111111;
	TEXT-DECORATION: none;
}
A.tdm:hover {
	FONT-SIZE: 11px;
	FONT-FAMILY: Verdana, sans-serif, Arial;
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
}

.stopka {
 FONT-FAMILY: Verdana, Helvetica, Arial;
 FONT-SIZE: 10px;
 color: #CCCCCC;
 background-image: url(../images/stopka.jpg);
 height: 29px;
 vertical-align: middle;
 text-align: center;
 padding-bottom: 3px;
 padding-left: 5px;
 margin-bottom: 10px;
}

.required {
    background-color: #ffff88;
}

.requiredEmpty {
    background-color: red;
}
.testSubapplication {
	background-color: orange;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 3px;
}
.actionMessage {
	padding: 5px;
}
.errorLogin {
	background-color: #FF5500;
	font-weight: bold;
	padding: 5px;
}

