/* Default pro celou obrazovku */
form {
	display:block;
}
TR.rowtitle {
	height:20px;
}
TD.rowtitle {
	height:20px;
}
.rowtitle {
	background-color:#414141; color:#000;
	font-size:13px; text-decoration:none; font-weight:bold;
}
.row1 {
	color:#000;
	background-color:#A9DA42;
	font-size:8pt; height:20px;
}
.row2 {
	background-color:#D7EFA6;
	color:#000;
	font-size:8pt; height:20px;
}
.row3 {
    color:#fff; 
    font-size:12px;
    background-color:#324A92;
}
.line {
	background-color:#000000;
}
.controlBarText {
	color:#000;
	font-size:10pt;
}
.controlBar {
	color:#0074be;
	font-size:10pt;
}
A.controlBar:hover {
	color:#8DB92F;
	text-decoration:none;
}
A.controlBar:active {
	color:#324A92;
	text-decoration:underline;
}
.controlBarNextPrev {
	color:#0074be;
	text-decoration:none;
}
A.controlBarNextPrev:hover {
	color:#8DB92F;
	text-decoration:none;
}
A.controlBarNextPrev:active {
	color:#324A92;
	text-decoration:underline;
}
.controlBarAct {
	color:#000;
}
.controlBarDelim {
	color:#D7EFA6;
}
.fieldName {
	font-size:12pt; font-weight:bold;
	color:#81B01E;
}
.field {
	font-size:9pt;
}
.button1  {
	background: #4162B1 url(../images/submitbg.gif) left top repeat-x; color:#FFF;
	font-size:10pt; text-align:center;
	border-style:outset; border-color:#4162B1; border-width:1px;
	height:20px;
	cursor:hand;cursor:pointer;
}
a img{
	border:none;
}


body {
	color : #000;
	background-color : #FFF;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 12px;
	margin: 0px;
}

