body
{
  padding: 0px;
  margin: 0px;
  background-color: #FFFFFF;
  font-family: arial, tahoma, verdana;
  font-size: 12px;
  color: #000000;
  background-image: url('../images/bg.jpg'); 
  background-repeat: repeat-x;
}

a
{
  text-decoration: none;   
  color: #ffffff;  
  outline: none; 
  border: 0px;
  cursor: pointer; 
  cursor: hand;
}
a:hover
{  
  color: #ff9900;
}

.wrapper
{
  margin: 0px auto;
  width: 1500px;
}

.top_line
{
  float: right; 
}

.top_line_item
{
  float: left;
  height: 34px;
  line-height: 34px;
  color: #ffffff;
}

.top_line_item_header_index
{
  float: left;
  height: 34px;
  line-height: 34px;
  color: #dddddd;
  font-size: 19px;
  font-weight: bold;
  width: 1500px;
  text-align: center;
}

.top_line_item_header
{
  float: left;
  height: 34px;
  line-height: 34px;
  color: #dddddd;
  font-size: 19px;
  font-weight: bold;
  width: 950px;
  text-align: center;
}

.top_line_separator
{
  float: left;
  height: 34px;
  padding-left: 15px;   
}

.top_menu
{
  float: right; 
  width: 1500px;   
}
.top_menu img
{
  border: none;
}
.top_menu_inner
{
  float: left; 
}

.logo
{
  float: left;
  height: 81px;
  width: 75px;
  line-height: 74px;
  color: #ffffff;
  font-size: 12px;
  text-align: left;
  padding-left: 25px; 
}

.logo img
{
  border: none;
  padding-top: 8px;
}

.top_menu_item
{
  float: left;
  height: 81px;
  width: 120px;
  line-height: 74px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  cursor: pointer; 
  cursor: hand;
}
.top_menu_item:hover
{
  color: #ffffff;
  background-image: url('../images/bg_top_hover.jpg'); 
  background-repeat: repeat-x;   
}
.top_menu_item:active
{
  color: #ff9900;
  background-color: #FFFFFF;
  background-image: none;
}

.top_menu_separator
{
  float: left;
  height: 74px; 
}

h1
{
  color: #013946;
  font-size: 16px; 
}

h1.light
{
  color: #1e97c9;
  font-size: 16px; 
}

h3
{
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 13px; 
}

.login_info
{
  padding-top: 15px;
  height: 50px;
}

.search_info
{
  margin: 0;
  padding: 10px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  width: 1480px;
  font-size: 12px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
}

.search_info select,
.search_info input[type=text],
{
  background-color: #ffffff;
  color: #000000;
}

.search_info .left
{
  float: left;
  text-align: left;
  width: 50%;
}

.search_info .right
{
  float: right;
  text-align: left;
  width: 50%;
}

.search_info .inline
{
  display: inline;
  float: left;
}

.search_info .line
{
  margin: 3px 0px 3px 0px;
  height: 2px;
  border-top: 1px solid #cccccc;
}

#login
{
  width: 312px;
  height: 209px;
  background: #FFFFFF url('../images/login.jpg') top left no-repeat;
}
#login table.login_form
{
  padding-top: 80px;
  font: 13px Arial;
}
#login table.login_form tr td
{
  height: 28px;
}
#login table.login_form input.perm
{
  padding: 0;
  margin: 0px 5px 0px 0px;
}

a.notebook_float,
a.notebook_hover_float
{
  margin: 0;
  padding: 0;
  line-height: 40px;
  text-align: center;  
  cursor: pointer; 
  cursor: hand;
}
a.notebook_float { color: #000000; }
a.notebook_hover_float { color: #ffffff; }
a.notebook_float:hover,
a.notebook_hover_float:hover { color: #ff9900; }

a.notebook_float .left_side,
a.notebook_hover_float .left_side
{
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  width: 5px;
}
a.notebook_float .left_side { background: transparent url('../images/notebook_left.jpg') top left no-repeat; }
a.notebook_hover_float .left_side { background: transparent url('../images/notebook_hover_left.jpg') top left no-repeat; }

a.notebook_float .middle,
a.notebook_hover_float .middle
{
  margin: 0;
  padding: 0 10px 0 10px;
  float: left;
  height: 40px;
}
a.notebook_float .middle { background: transparent url('../images/notebook_middle.jpg') top left repeat-x; }
a.notebook_hover_float .middle { background: transparent url('../images/notebook_hover_middle.jpg') top left repeat-x; }

a.notebook_float .right_side,
a.notebook_hover_float .right_side
{
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  width: 5px;
}
a.notebook_float .right_side { background: transparent url('../images/notebook_right.jpg') top left no-repeat; }
a.notebook_hover_float .right_side { background: transparent url('../images/notebook_hover_right.jpg') top left no-repeat; }

.notebook
{
  float: left;
  color: #000000;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url('../images/notebook.jpg');   
  cursor: pointer; 
  cursor: hand;     
}
.notebook_hover
{
  float: left;
  color: #FFFFFF;
  height: 40px;
  width: 110px;
  line-height: 40px;
  text-align: center;
  background-image: url('../images/notebook_hover.jpg');
  cursor: pointer;     
}
.notebook_line
{
  background-color: #095272;
  height: 10px;
  width: 1500px;
}

.input_text
{
	margin: 2px;
	padding: 4px;
	width: 150px;
	border: 1px solid #b5b5b5;
	background: #ffffff;
}

.input_text:hover
{
	color: #505050;
	border: 1px solid #999;
}

a.add_button
{
  margin: 0;
  padding: 0;
  line-height: 32px;
  text-align: center;  
  color: #000000;
  font-weight: bold;
}
a.add_button:hover
{
  color: #ff9900;
  position: relative;
  top: 1px;
  left: 1px;
}
a.add_button .left_side
{
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 35px;
  background: transparent url('../images/add_left.jpg') top left no-repeat;
}
a.add_button .middle
{
  margin: 0;
  padding: 0 5px 0 0;
  float: left;
  background: transparent url('../images/add_middle.jpg') top left repeat-x;
}
a.add_button .right_side
{
  margin: 0;
  padding: 0;
  float: left;
  height: 32px;
  width: 4px;
  background: transparent url('../images/add_right.jpg') top left no-repeat;
}

.input_button
{
  background: #ffffff url('../images/button.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}
.input_button_g
{
  background: #ffffff url('../images/button_g.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #000000;
  cursor: pointer;
}
.input_button_dark
{
  background: #ffffff url('../images/button_dark.jpg') top left no-repeat;
  border: none;
  width: 120px;
  height: 30px;
  font: bold 12px Arial;
  color: #FFFFFF;
  cursor: pointer;
}
.input_button:hover,
.input_button_g:hover,
.input_button_dark:hover
{
  position: relative;
  top: 1px;
  left: 1px;
}

.input_add
{
  font: bold 12px Arial;
  border: none;
  width: 132px;
  height: 32px;
  color: #000000;
  text-align: right;
  background: #ffffff url('../images/add.jpg') no-repeat top center;
  cursor: pointer;
}
.input_add:hover
{
  position: relative;
  top: 1px;
  left: 1px;
  border: none;
  color: #000000;
}

table.submenu
{
  border: none;
  color: #000000;
}
table.submenu tr td a
{
  padding-right: 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: #105b7b;
}
table.submenu tr td a:hover,
table.submenu tr td a.active
{
  text-decoration: none;
  color: #ff9900;
}

table.log tr
{
  text-align: left;
}
table.vypis th, 
table.vypis td
{
	padding: 1px 3px;  
	text-align: right;
	vertical-align: top;
}
table.vypis th,
table.vypis td.nadpis
{
	padding: 0 5px;
	min-height: 20px;
	line-height: 20px;
	background: #f0f0f0 url('../images/table-th.png') repeat-x bottom;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
table.vypis tr:nth-child(2n+1)
{
  background-color: #f8f8f8;
}
table.vypis tr:nth-child(2n)
{
  background-color: white;
}
table.vypis tr.ukonceno
{
  background-color: #d0e3b0;
}
table.vypis tr.ukonceno_odvoz
{
  background-color: #98b665;
}
table.vypis tr.oprava_24
{
  background-color: #ededb3;
}
table.vypis tr.oprava_48
{
  background-color: #f15b5b;
}
table.vypis tr.odlozeno
{
  background-color: #0c97ce;
}
table.vypis tr.sms_error
{
  background-color: #f15b5b;
}
table.vypis tr.sms_wait
{
  background-color: #0c97ce;
}
table.vypis tr.na_firme
{
  background-color: #f3cea2;
}
table.vypis tr td.left
{
  text-align: left;
}
table.vypis tr td.right
{
  text-align: right;
}
table.vypis tr td.center
{
  text-align: center;
}
table.vypis tr td.action
{
  background-color: white;
  width: 50px;
}
table.vypis tr td img
{
  border: none;
}
table.vypis tr td a
{
  padding-right: 5px;
  text-decoration: none;
  color: #105b7b;
}
table.vypis tr td a:hover
{
  text-decoration: none;
  color: #ff9900;
}

table.opravy
{
  width: 550px;
}

table.opravy tr td select, 
table.opravy tr td input[type="text"], 
table.opravy tr td textarea
{
  margin: 0;
  padding: 0;
  width: 350px;
}
table.opravy tr td select.vpravo { float: right; }
table.opravy tr td h1
{
  text-align: center;
  color: #ba3827;
  font-size: 15px;
}

.g_pozadi
{
   height: 34px; 
   /*width: 549px;*/
   background: #FFFFFF url('../images/graf_pozadi.jpg') top center no-repeat;    
}

.g_popredi_red
{
   height: 35px; 
   width: 600px;
   background: #FFFFFF url('../images/graf_popredi_red.jpg') top center no-repeat;
   border-right: 1px solid #990000;
}

.g_popredi_blue
{
   height: 35px; 
   width: 600px;
   background: #FFFFFF url('../images/graf_popredi_blue.jpg') top center no-repeat; 
   border-right: 1px solid #063C54;
}

.ok
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #93AF61;
  background: #E2F0C9 url('../images/icon-ok.png') no-repeat 10px 5px;
  color:#516F1B;
}
.error
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #fcadad;
  background: #FDE0E0 url('../images/icon-err.png') no-repeat 10px 5px;
  color:#CE0000;
}
.info
{
  margin:0 10px 10px 10px;
  padding:5px 10px 5px 45px;
	line-height:25px;
	font-size:12px;
  font-weight:normal;
  border:1px solid #EDEDB3;
  background: #FFFFCC url('../images/icon-info.png') no-repeat 10px 5px;
  color:#242424;
}

.alert
{
  color: red;
}

.zavezeni,
.skladovani,
.zidle_duvod,
.stolek_duvod
{
  display: none;
}

.prevod_na_zavoz,
.prevod_na_odvoz
{
  float: right;
}

table.zidle_table { float: right; }
table.zidle_table tr td textarea
{
  width: 100px;
  height: 30px;
}

.predavaci_protokol:hover,
.multiukonceni:hover
{
  position: relative;
  top: 0px;
  left: 0px;
}

#nazev_provozovny { width: 400px; }

.clear
{
  padding: 0;
  margin: 0;
  height: 0px;
  clear: both;
}
