@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body { 
	font-family: Arial, serif, sans-serif;
	text-align: center;
	color: black;
	background: #dce2eb;
}

.printonly { display: none; }

h1, h2, h3, h4, h5, p { margin-bottom: 10px; }

button { padding: 10px; }

form p { font-size: small; color: gray; }
form .form-row { margin-bottom: 10px; }
form label { margin: 0; padding: 0; display: block; width: 200px; float: left; }
form label span { color: red; font-weight: bold; }
form input[type="submit"] { padding: 5px; width: 150px; }
form fieldset, fieldset { padding: 15px; margin-top: 15px; }
form legend, legend { padding: 10px; border:solid 1px black; background-color: #f2f2f2;}

.help { color: gray; }

#width-define { text-align: left; padding: 0 25px 25px 25px; }

.red { color: red; }

.feedback {
	margin-top: 10px;
}

.feedback .feedbackPanel li {
    -moz-border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 5px;
	list-style: none;
}
.feedback .feedbackPanel li.feedbackPanelERROR {
	background-color: red;
	color: black;
}
.feedback .feedbackPanel li.feedbackPanelINFO {
	background-color: green;
	color: white;
}


.content-area { 
	margin-top: 10px; 
	background: white url("img/bottom-cat.jpg") no-repeat bottom right;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.content { 
	padding: 10px 10px 100px 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #AAAAAA;
}



#top { 
	height: 140px;
	padding: 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}
#top h1 { color: black; padding-top: 10px; }
#top  a { text-decoration: none; }
#top #logo a { display: block; width: 100px; float: left; color: black; text-align: center;}
#top a.active p { font-weight: bold; }
#login-info a {  }

#top .logo { 
	width: 40px;
	height: 75px;
	background: transparent url("img/kocka-modra.jpg") no-repeat center;
	margin: 10px 15px 0 15px; 
}

#top a:hover .logo, 
#top .active .logo { 
	background: transparent url("img/kocka-modra-active.jpg") no-repeat center;
}

#info-line {
	float:right;
	font-size: small;
	text-align: right;
	background: #0D71B4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
	margin: 5px 0;
}

#admin-link {
	float:right;
	font-size: small;
	text-align: right;
	background: #0D71B4;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	padding: 5px;
	margin: 5px;
}

#admin-link a {
	color: white;
}

#footer {
	height: 382px;
}

#bottom-cat {}
	
	
.tab-panel { margin-top: 10px; }

table.dataview { margin-top: 15px; }
.dataview a img { border: none; }


a.confirmlink {
	padding: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #AAAAAA;
}
a.confirmlink.yes:hover { background-color: red; }
a.confirmlink.no:hover { background-color: gray; }
a.confirmlink:hover { color: white; }

.list-item, .list-item-placeholder {
	padding: 10px;
    border-bottom: solid 1px #AAAAAA;
    border-left: solid 1px #AAAAAA;
}

.list-item-placeholder {
    border: solid 1px #AAAAAA;
    background: #AAAAAA;
    height: 20px;
}

.strong-border { border-bottom: solid 4px #AAAAAA; }


table.dataview2 {
    font-size: 0.9em;
    margin-bottom: 10px;
    margin-top: 30px;
}

/** komodity */
#komodity-table th, #komodity-table td { border-bottom: 1px solid black; padding: 3px; text-align: right; }
#komodity-table tr.strong-border td { border-bottom: 3px solid black;}
#komodity-table td.empty { height: 40px; }

#komodity-col1, #komodity-col2 { width: 50%; float: left; }
#komodity-col2-left, #komodity-col2-right { width: 50%; float: left; }
#komodity-col2-left td, #komodity-col2-right td { vertical-align: top; text-align: right;}

#left-form,
#top-form,
#nakup-form,
#vyplata-form { -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px; border-radius: 5px; padding: 10px;}

#adhoc-forms { width: 350px; float: right; margin-top: 15px; }
#adhoc-forms .header th { border-bottom: solid 1px black; }
#adhoc-forms .footer th, #adhoc-forms .footer td { border-top: solid 1px black; padding-top: 5px; }
#adhoc-forms a.button {
	-moz-box-shadow: 1px 1px 3px #888; -webkit-box-shadow: 1px 1px 3px #888; box-shadow: 1px 1px 3px #888;
	 -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px; border-radius: 5px; 
	 padding: 3px; background: white; text-decoration: none; color: black; 
}
#adhoc-forms a.button:hover { background: gray; }
#adhoc-forms .record td { padding: 5px 0; }

#left-form { background: #ffe680; margin-top: 15px; }
#left-form #main-submit { width: 100%; margin-top: 15px; padding: 10px;}
#left-form td, #left-form th { height: 45px; border-bottom: solid 1px black; }
#top-form { background: #fff6d5; }
#left-form table td { text-align: right; }
#left-form table td input { float: none; }

    
#nakup-form { background: #ffeeaa; margin-top: 15px; }
#vyplata-form { background: #ffeeaa; margin-top: 15px; }

.zrcadlo-admin-table .total-td {
	background-color: #e6e6e6;	
}

.grayish {
	background-color: #cccccc !important;
}
