body, html
    	{
    	margin: 10px;
    	padding: 0px;
    	background-color: #fff;
    	text-align: left;
    	
    	}
body, div, p, td, fieldset
	{
	font: 11px tahoma, Arial,sans-serif;
	color: #444;
    	}    	
form {  
  padding: 0;
  margin: 0;
  }
.field {
  border: 1px solid #018CC7;
  margin: 3px 0;
  _margin: 0;
  padding: 5px;
  background: #fff;
  _background: #fff;
  text-align: left;
  }
#box_currency .field {
  border: 1px solid #018CC7;
  margin: 5px 0 0 0;
  _margin: 0;
  padding: 10px;
  background: #fff;
  _background: #fff;
  text-align: left;
  }
/*--- currency convertor ---*/ 

.close {
  height: 20px;
  text-align: right;
  }
.field .close {
  height: 20px;
  text-align: right;
  } 
table.calc {
  border-collapse: collapse;
  margin: 10px 0 0 0;
  width: 100%;
  }
table.calc th {
  padding: 5px;
  width: 80px;
  color: #fff;
  background: #75C5EE;
  border: 1px solid #018CC7;
  }
table.calc td {
  padding: 8px 5px;
  background: #fff;
  border: 1px solid #018CC7;
  }
table.calc td select.currency {
  width: 120px;
  }
table.calc .result {
  border: none;
  width: 200px;
  }
table.calc .result td{
  font-size: 16px;
  font-weight: bold;
  border: none;
  }
.control  {
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 0 10px 0;
  } 
.control button {
   border: 1px solid #eee;
  height: 24px;
  _height: 26px;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  }
.control button.blue_question {
  background: url('../images/buttons/blue_question.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
/*--- specialni buttony ---*/  
  
.control_special  {
  padding: 0;
  margin: 0;
  } 
.control_special button {
  border: 1px solid #eee;
  height: 24px;
  _height: 26px;
  font-family: tahoma;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 0 3px;
  padding: 0;
  }
.control_special button.red_left {
  background: #EAF5FE url('../images/buttons/red_left.gif') 100% 0 no-repeat;
  color: #333;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.red_right {
  background: #EAF5FE url('../images/buttons/red_right.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.blue_left {
  background: #EAF5FE url('../images/buttons/blue_left.gif') 100% 0 no-repeat;
  color: #333;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.blue_right {
  background: #EAF5FE url('../images/buttons/blue_right.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.blue_up {
  background: #EAF5FE url('../images/buttons/blue_up.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.blue_down {
  background: #EAF5FE url('../images/buttons/blue_down.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.blue_question {
  background: #EAF5FE url('../images/buttons/blue_question.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  } 
.control_special button.grey_left {
  background: #EAF5FE url('../images/buttons/grey_left.gif') 100% 0 no-repeat;
  color: #333;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
.control_special button.grey_right {
  background: #EAF5FE url('../images/buttons/grey_right.gif') 100% 0 no-repeat;
  color: #A02C27;
  padding: 0 30px 3px 10px;
  _padding: 0 20px 0 0;
  }
 
  
/*----- tabulka mile ---- */    	
.mile {
  border-collapse: collapse;
  margin: 10px 0 0 0;
  }
.mile th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #99B6D3;
  color: #2E6499;
  text-align: center;
  }
.mile td {
  padding: 3px 5px;
  width: 10%;
  border: 1px solid #99B6D3;
  text-align: right;
  }
th.dark {
  font-weight: bold;
  background: #BCCDDD;
  text-align: center;
  }
.dark {
  font-weight: bold;
  }
.total {
  font-weight: bold;
  color: #aa0000;
  }
td.left {
 text-align: left; 
  }  
td.center{
  text-align: center;
  }  
 
.enter {
  width: 100px;
  margin-left: 15px;
 }    

p
	{
	font: 11px tahoma,Arial,sans-serif;
	margin: 10px 8px 10px 8px;
	padding: 0px;
	}
	
#visualbox
	{
	border: 1px solid #92AECF;
	background: #F6F9FA;
	padding: 0 0 10 0;
	}

.in
	{
	clear: both;
	padding: 0 10 0 10;
	}
	
h3
	{
	font: 14px tahoma, Tahoma, sans-serif; color: #101010;
	text-align: left; font-weight: bold; color: #101010;
	padding: 1px 10px 3px 0px;
	margin: 10px 0px 3px 0px; 
	background: url('../imgs/formfly_nadpis2.gif') no-repeat;
	}	

table
	{
	border-collapse: collapse;
	width: 99%;
	margin: 5px;
	}
.field .alphabet {
  padding: 10px;
  }
.field .alphabet a {
   color: #505050;
  } 

.field legend
	{
	color: #101010;
	font-weight: bold;
	padding: 0 5px;
	}
	
th
	{
	font: 11px tahoma,Arial,sans-serif;
	font-weight: bold;
	background: #eee;
	color: #000;
	text-align: left;
	padding: 3px 10px;
	border-bottom: 1px solid #75C5EE;
	}

.smaller
	{
	font: 13px tahoma,Arial,sans-serif;
	font-weight: bold;
	border: 1px solid #eee;
	background-color: #fff;
	text-align: left;
	padding: 3px;
	color: #bbb
	}
small	{
 font: 11px tahoma,Arial,sans-serif;
 }
td
	{
	font-size: 11px;
	/* border: 1px solid #C8D7EB; */
	padding: 3px 10px;
	}
	
table tr td table tr td 
	{
	padding: 3px;
	}	
	
.back
	{
	text-align: right;
	font: 10px tahoma, Verdana, Arial, sans-serif;
	color: #000;
	margin: 5px 8px;
	}	
	
.copy
	{
	font: 10px Tahoma, Arial;
	padding: 10px 16px 15px 16px;
	color: #fff;
	text-align: center;
    	}
/*
.close
	{
	position: absolute;
	top: 19px;
	right: 30px;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma, Verdana, Arial, sans-serif;
	color: #aa0000;
	} */

/* ===================== links ======================= */

a,
a:link,
a:visited 
	{
	color: #505050;
	text-decoration: underline;
	}
a:hover
	{
	color: #000;
	text-decoration: underline;
	}
.back a,
.back a:link,
.back a:visited 
	{
	color: #505050;
	}
th a {
  color: #505050;
  }	
td a,
td a:link,
td a:visited {
  color: #505050;
  }

