
.test { background: red; }

/* Czech EnergoSpace WebSite CSS Definition*/

/* Basic Routines */

.left { float: left; }
.right { float: right; }
.nodecor { text-decoration: none; }
.just { text-align: justify; }
.clear { clear: both; }
.noborder { border-width: 0px; }
.border { border: #000000 solid 1px; }

DIV.line_spacer5 { height: 5px; line-height: 5px; }
DIV.line_spacer8 { height: 8px; line-height: 8px; }
DIV.line_spacer12 { height: 12px; line-height: 12px; }


/* Default TAGs Styling */

a { color: #DA231A; text-decoration: none; font-weight: normal }
a:hover { text-decoration: underline; }
a:active { text-decoration: underline; }
a:visited {	color:;}


body {

	font-family: Arial CE, Arial, Verdana, Helvetica, sans-serif ;
	font-size: 8pt;
	color: #343434;


    margin: 0;
    padding: 0;
}

div {
	font-family: Arial CE, Arial, Verdana, Helvetica, sans-serif ;
	font-size: 8pt;
	color: #343434;

}

td {
	font-family: Arial CE, Arial, Verdana, Helvetica, sans-serif ;
	font-size: 8pt;
	color: #343434;
}

form {
	display: inline;
}


input, select, textarea {
	border: #A5A5A5 1px solid;
	color: #B0B0B0;

	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size: 7pt;
}


.checkbox {
	border: 0px;
	color: #B0B0B0;

	vertical-align: middle;

	height: 13px;
	width: 13px;

	margin: 1 0 1 0;
}


/* ILU */

DIV.ilu_label {
	width: 190px;
	background: #ADADAD;
	line-height: 12pt;
	font-size: 8pt;

	color: #FFFFFF;

	border: #FFFFFF solid;
	border-width: 1 0 0 0;
}