* {
	/* border: 1px solid black !important; */
}

body {
	color: #000;
	font-family: "Trebuchet MS", "Tahoma", "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 11px;
	margin: 1em; 
	padding: 0;
}

.screen_hidden {
	display: none;
}

h1, h2, h3, h4, h5, h6, p, table, ul, ol, dl, form {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

h1 span {
	font-size: 90%;
	text-transform: none;
}

h2 {
	font-size: 125%; 
	margin-bottom: 0.4em;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	text-transform: uppercase;
}

p {
	text-align: justify;
}

ol li, ul li {
	margin: 0.5em 0 0 15px;
	padding: 0;
}

img {
	border: none;
}

a{
	color: maroon;
	text-decoration: none;
}

a:visited {
	color: maroon;
	text-decoration: none;
}

a:active, a:hover {
	color: red;
	text-decoration: underline;
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	overflow: hidden;
}

.hidden_input{
    visibility: hidden;
}

.hidden {
	display: none;
	visibility: collapse;	
}

.center {
	text-align: center;
}

.note {
	color: silver;
	font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.info {
	color: green;
}

.error {
	color: red;
}

/*** STATUS BAR ***/
#status_bar {
	background-color: #FDEACE;
	border: 1px solid red;
	margin-bottom: 1em;
	padding: 0.5em;
}

#user_status {
	width: 70%;
}

#work_status {
	margin-top: 0.5em;
	width: 70%;
}

#logout {
	float: right;
	text-align: right;
}
/*** STATUS BAR ***/


/*** TOP MENU ***/
#menu_top {
	background-color: #FDEACE;
	width: 100%;
}

#menu_top ul li a:link, 
#menu_top ul li a:visited {
	background-color: #FDEACE;
}

#content {
	clear: both;
}
/*** TOP MENU ***/

/*** TOP MENU REFACTORED ***/
body .refactored#menu_top {
	margin-bottom: 1em;
	height: auto;
}
  
body .refactored#menu_top .select {
	display: inline-block;
	height: auto;
	width: 100%;
}
  
body .refactored#menu_sub {
	background-color: #FDEACE;
	font-size: 120%;
	height: auto;
	margin: 0 0 3.00em;
	position: relative;
	width: 100%;
	z-index: 100;
}
  
body .refactored#menu_sub .submenu_top {
	display: none;
}
  
body .refactored#menu_sub .submenu_top.active {
	display: block;
}
  
body .refactored#menu_sub ul.subselect {
	border: 1px solid red;
	display: inline-block;
	width: 100%;
}
  
body .refactored#menu_sub ul.subselect li {
	padding-left: 15px;
	padding-right: 15px;
	color: maroon;
	display: inline-block;
	height: auto;
	line-height: 2em;
	text-align: center;
	text-decoration: none;
	margin: 0;
}
  
body .refactored#menu_sub ul.subselect li.subselected {
	background-color: #FDDAA6;
	text-decoration: none;
}
  
body .refactored#menu_sub ul.subselect li.subselected a {
	color: red;
}
/*** TOP MENU REFACTORED ***/

/*** TABLES ***/
table.tc_list caption {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

table.tc_list { 
	border: none; 
	border-collapse: collapse;	
	font-size: 8pt;
	/* left:-2px; */
	margin: 0 auto 1em;
	position: relative;
}

table.tc_list th {
	background-color: #FDDAA6;
	border: 1px solid silver; 
	font-size: 9pt;
	font-weight: bold;
	padding: 4px 5px;
	text-align: left;
}

table.tc_list th.super {
	background-color: #FFF;
	font-weight: bold;
	font-size: 9pt;
	padding: 4px 0px;
	padding-top: 1em;
}

table.tc_list td {
	background-color: #FDEACE;
	border: 1px solid silver;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 5px;
	text-align: left;
}

table.tc_list tr.odd td {
	background-color: #FFF7EC;
}

table.tc_list tr.inspection_warning_odd td {
	background-color: #FFF7BC;
}

table.tc_list tr.inspection_warning_even td {
	background-color: #FDEA8E;
}

table.tc_list .center {
	text-align: center;
}

table.tc_list .right {
	text-align: right;
}

table.tc_list tr.average td {
	background-color: #FDDAA6;
	font-weight: bold;
}

table.tc_list tr.current td {
	background-color: #EEEEEE;
	font-weight: bold;
}

table.tc_list td.correct {
	color: #009900;
}

table.tc_list td.possible_error {
	color: #FF0000; font-weight: bold; /*font-style: italic;*/
}

table.tc_list td.drawbacks {
	background-color: #FF4848;
}

table.tc_list td.no_drawbacks {
	background-color: #4BFE78;
}

/*
table.tc_list .col_hi {
	border-left: solid 1px #F00;
	border-right: solid 1px #F00;
}

table.tc_list tr.row_hi th {
	border-top: solid 1px #F00;
	border-bottom: solid 1px #F00;
}

table.tc_list tr.row_hi td {
	border-top: solid 1px #F00;
	border-bottom: solid 1px #F00;
}

table.tc_list tr.row_hi th.cell_hi_left {
	border-left: solid 1px #F00;
}

table.tc_list tr.row_hi td.cell_hi_right {
	border-right: solid 1px #F00;
}
*/

/*** TABLES ***/


/*** FORMS ***/
form {
	line-height: 150%;
}

fieldset {
	border: 1px solid red;
	background-color: #FDEACE;
}

label {
	font-weight: bold;
}

input, select, button, textarea {
	font-family: "Trebuchet MS", "Tahoma", "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;
	font-size: 11px;
}

input.text, select, textarea {
	border: 1px solid silver;
}

button {
	line-height: 1.1em;
}

button.line {
	position: relative;
	vertical-align: top;
}

select.long {
	width: 20em;
}

select.bigger {
	font-size: 13px;
}
input.long,
textarea.long {
	width: 225px;
}

input.short{
	width: 110px;
}

input.very_long,
textarea.very_long {
	width: 450px;
}

fieldset#confirmation {
	background-color: transparent;
	border: 0;
	text-align: left;
}

form#announcement_receive {
	margin-top: 1em;
}

form#announcement_receive fieldset {
	background: none;
	border: none;
}

fieldset.buttons {  
	padding-left: 0;
	text-align: center;
}

#currency_order #fieldset-filter li {
	width: 50%;
	clear: none;
}

/*** FORMS ***/


/*** PAGINATION ***/
div.pagination {
	font-size: 8pt;
	margin: 10px auto;
	text-align: center;
}

div.pagination a, div.pagination a:visited {
	background-color: #f2a779;
	color: #fbfaec;
	padding: 2px 6px;
	text-decoration: none;
}

div.pagination a:hover {
	background-color: #f28441;
	color: white;
	text-decoration: none;
}

div.pagination .first, div.pagination .first:visited,
div.pagination .last, div.pagination .last:visited {
	background-color: #E6E4CA;
	color: gray;
	font-weight: bold;
	padding: 2px 15px;	
}

div.pagination .previous, div.pagination .previous:visited,
div.pagination .next, div.pagination .next:visited {
	background-color: #f28441;
	font-weight: bold;
	padding: 2px 15px;
}

div.pagination .first, div.pagination .first:visited {
	margin-right: 5px;
}

div.pagination .previous, div.pagination .previous:visited {
	margin-right: 20px;
}

div.pagination .next, div.pagination .next:visited {
	margin-left: 20px;
}
	
div.pagination .last, div.pagination .last:visited {
	margin-left: 5px;
}

div.pagination .selected, div.pagination .selected:visited {
	background-color: #f28441;
	color: #fbfaec;
	padding: 2px 6px;
	vertical-align: top;
}
/*** PAGINATION ***/

div.text-center {
	text-align: center;
}

/* �prava emild 2009-09-14 */
#report_submit {float: left;}
#report_finalize {float: right;}

/* vypis souboru s obrazky platidel */
#tender_file_listing a {
	font-family: Lucida Console, Courier New, Monospace;
	font-size: 8pt;
}

/* zvyhodnene kurzy */
#exchange_rates_pref td.odd_buying_rate {
	background-color: #E7FFE7;
}

#exchange_rates_pref td.even_buying_rate {
	background-color: #C5F7C5;
}

#exchange_rates_pref td.odd_selling_rate {
	background-color: #FAF0EC;
}

#exchange_rates_pref td.even_selling_rate {
	background-color: #FFDAE0;
}
/* tabulka pro hromadne zmeny kurzu */
#exchangerate_form {
	width: 800px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
}
#fieldset-exchangerate {
	float: left;
	width: 480px;
	height: 100%;
	margin-right: 5px;
}
#fieldset-exchangerate label {
	width: 8em;
	text-align: left;
}

.ex_rate_pref {
	width: 170px;
}

div.ex_rate_links {
	text-align: center;
	margin-bottom: 1em;
}

div.ex_rate_links a {
	margin-right: 1em;
}

#exratespref_formc ol li, ul li {
	margin: 0 0 0 15px;
	padding: 0;
}

#exratespref_formc select {
	width: 80px;
	height: 180px;
}

#exratespref_formc #exratespref_new {
	width: 80px;
}

#exratespref_formc .arrow {
	font-size: 130%;
}

#errorInfoLabel {
	font-size: 200%;
}

#errorInfoAvg {
	font-size: 150%;
}

#errorInfoSent {
	font-size: 150%;
	color: #ff0000;
}

#drawback_list ul.errors {
	list-style-type: none;
	color: red;
	font-weight: bold;
	padding: 0;
}

#drawback_list ul.errors li {
	clear: none;
	float: none;
	width: auto;
}

#drawback_filter_col1 {
	float: left;
	width: 33%;
}

#drawback_filter_col2 {
	float: left;
	width: 33%;
}

#drawback_filter_col3 {
	float: right;
	width: 33%;
}

fieldset.drawback-filter label {
	width: 10em;
}

#announcement_form {
	width: 800px;
	height: 460px;
	margin-left: auto;
	margin-right: auto;
}

#fieldset-announcement {
	float: left;
	width: 480px;
	height: 100%;
	margin-right: 5px;
}

#fieldset-announcement label {
	width: 8em;
	text-align: left;
}

#fieldset-announcement ul.radiobuttons {
	margin: 0 0 0 9em;
}

#fieldset-announcement input#announcement-title {
	width: 100%;
}

#fieldset-announcement textarea {
	width: 100%;
	height: 180px;
}

#fieldset-announcement-atype ul li label {
	width: 20em;
}

#fieldset-rec label {
	width: 300px;
}

#fieldset-recipient {
	float: left;
	clear: none;
	width: 290px;
	height: 100%;
}

#fieldset-recipient-type label {
	width: 0;
}

#fieldset-recipient-type ul.radiobuttons {
	margin: 0;
}

#fieldset-recipient-type ul.radiobuttons li {
	clear: none;
	float: left;
	padding-bottom: 0.25em;
	/* this needs to be set back from 100%, otherwise causing troubles in IE */
	width: auto;
	margin-right: 0.5em;
}

#fieldset-recipient-type ul li label {
	width: auto;
}


#fieldset-recipient select#recipient-id {
	width: 100%;
	height: 385px;
}

label[for=recipient-company_id] {
	width: auto;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FDDAA6;
}
table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #8dbdd8;
} 
.onlyprint {
    display: none;
}
@media print { 
    .onlyprint {
        display: block;
    }
}