*  {
	margin: 0;
}
body {
	font-family: Verdana;
	font-size: 70%;
	background: #C0CAD4;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}
table {
	font-family: Verdana;
	font-size: 100%;
}
input {
	font-family: Verdana;
	font-size: 100%;
}
textarea {
	font-family: Verdana;
	font-size: 100%;
}
select {
	font-family: Verdana;
	font-size: 100%;
}
optgroup {
	background: #778899;
	color: #FFF;
	font-style: normal;
}
option {
	background: #FFF;
	color: #000;
}
fieldset {	
	border-width: 2px;
	padding: 0px;
}
legend {
	color: #384149;
	margin-left: 4px;
	padding: 3px 4px;
}

.dlzka {
	width: 100%;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}

input.inputButton {
	background: #708090;
	color: #E8ECF2;
	border: 1px solid #4B5661;
	padding: 2px 3px;
	margin: 0px;
}
input.inputButton:hover {
	background: #FFE4B5;
	color: #384149;
}




div.tab {
	position: absolute;
	background: #C0CAD4;
	border: 1px solid #4B5661;
}
div.tab .hlava {
	text-align: center;
	background: #708090;
	color: #FFF;
	font-weight: bold;
	padding: 8px;
	border-bottom: 1px solid #4B5661;
}
div.tab .telo {
	padding: 15px;
	text-align: left;
}
div.tab .pata {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #4B5661;
}

div.selectField {
	background: #FFF;
	border: 1px solid #708090;
	padding: 1px;
	padding-right: 1px;
	margin: 2px;
	z-index: 0;
}
div.inputField {
	background: #FFF;
	border: 1px solid #708090;
	padding: 1px;
	padding-right: 3px;
	margin: 2px;
	z-index: 0;
}
.inputData {
	border: 0px solid #000;
	background: transparent;
	width: 100%;
	right: 10px;
}
div.inputFile {
	width: 96.8%;
	background: #FFF;
	border: 1px solid #708090;
	padding: 1px;
	padding-right: 3px;
	margin: 2px;
	z-index: 0;
}
.inputFile {
   border: 0px solid #000;
	background: transparent;
	width: 100%;
	right: 10px;
}





div.mainPage {
	position: relative;
	background: #C0CAD4;
}

.mainHeader {
	background: #708090;
	color: #FFF;
	font-weight: bold;
	padding: 3px 15px;
	text-align: right;
}
.txtText {
	float: left;
	font-size: 130%;
}
.mainContent {
	position: relative;
	text-align: center;
	border-right: 1px solid #708090;
	width: auto;
	height: 92%;
}
.mainFooter {
	text-align: left;
	background: #708090;
	color: #FFF;
	padding: 5px;
	margin: 0px;
	height: 25px;
}
.copyright {
	top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	color: #FFF;
	font-size: 90%;
}
.copyright .stranka {
	float: right;
}
.stranka a {
	text-decoration: none;
	color: #FFE4B5;
}
.leftMenu {
	width: 300px;
}
.mainBody {
	background: #D3DBE7;
	border-top: 1px solid #A6B0B9;
	border-left: 1px solid #A6B0B9;
	border-right: 1px solid #E8ECF2;
	border-bottom: 1px solid #E8ECF2;
}

table.tblData {
	border: 1px solid #4B5661;
	border-collapse: collapse;
	background: #FFF;
	width: 100%;
}
table.tblData a {
	color: #708090;
	text-decoration: none;
}
table.tblData a:hover {
	color: #4B5661;
	text-decoration: none;
}
table.tblData th {
	border: 1px solid #4B5661;
	background: #708090;
	padding: 5px 10px;
	text-align: center;
	color: #FFF;
	white-space: nowrap;
}
table.tblData th a {
	color: #E8ECF2;
	text-decoration: none;
}
table.tblData th a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
table.tblData td {
	border: 1px solid #4B5661;
	padding: 2px 5px;
	color: #4B5661;	
	white-space: nowrap;
}
table.tblData td.pata {
	border: 1px solid #4B5661;
	padding: 4px 4px;
	color: #4B5661;	
	white-space: nowrap;
	text-align: left;
	background-color: #A6B0B9;
}
table.tblData tr {
	background: #FFF;
}
table.tblData tr.sum {
	background: #E8ECF2;
}
table.tblData tr.celkom {
	background: #D3DBE7;
	font-weight: bold;
}
table.tblData tr:hover {
	background: #FFE4B5;
}
table.tblData tr.sum:hover {
	background: #FFE4B5;
}
table.tblData tr.celkom:hover {
	background: #D3DBE7;
	font-weight: bold;
}
table.tblData .tbl_pagination td {
	border: 0px solid #000;
	padding: 0px;
	margin: 0px;
}



div.error {
	border: 2px solid #FF4500;
	background-color: #FFE4B5;
	padding: 15px 30px;
	color: #FF4500;
	position: absolute;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}