/*************************************************
 *												 *
 *    Author: Jan Weber, www.janweber.cz		 *  
 *												 *
 *************************************************/

/****** STYLE RESET ******/
* { margin:0; padding:0; }
body, p, div, span, table, tr, td, th, img { border: 0; }

/****** UNIVERSAL STYLES ******/
.noscreen   {display:none;}
.f-left     {float:left !important;}
.f-right    {float:right !important;}
.t-left     {text-align:left !important;}
.t-center   {text-align:center !important;}
.t-right    {text-align:right !important;}
.t-justify  {text-align:justify !important;}
.va-top     {vertical-align:top !important;}
.va-middle  {vertical-align:middle !important;}
.va-bottom  {vertical-align:bottom !important;}
.cleaner    {height:1px; margin: -1px 0 0 0; border: none; padding: 0; clear:both; visibility:hidden;}
.nobg { background: none !important; }
.nomargin { margin:0 !important; }
.noborder { border:none !important; }
.nm-left { margin-left: 0 !important;}
.nm-right { margin-right: 0 !important;}
.nm-top { margin-top: 0 !important;}
.nm-bottom { margin-bottom: 0 !important;}

/****** BASE HTML STYLES ******/
body { background:#FFF; color:#000; font-size: 0.8em; line-height: 1.4em; font-family: Arial, Helvetica, sans-serif;}
a {color:#686868; text-decoration: none; }
a:visited {color:#686868;}
a:hover, a:active, a:focus { color:#888; text-decoration: none; }
h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:15px 0;}
table { border-collapse: collapse; padding: 0; margin:15px 0; border: solid 1px #888; }
td, th { padding: 3px 8px; border: solid 1px #888; }
th { background: #eee; font-weight: bold; }

input.txt, input.middle, input.small, input.big {
	padding: 1px 5px; border: 1px #1c1c1c solid; color: #7e7e7e; 
	background: #000 url("images/input-bg.gif") repeat-x 0 0;
}
input.small { width: 30px !important; }
input.middle { width: 100px !important; }
input.big { width: 200px !important; }
input.button {
	background:  url("images/button-bg.gif") repeat-x 0 0; 
	border: solid 1px #d1c9c1; padding: 2px 6px; cursor: pointer;
}
.selectbox {
	width: 154px;
	padding: 3px 5px; border: 1px #c2c2c2 solid;
	background: url("images/input-bg.gif") repeat-x 0 0;
}

.licha { background: #fff; }
.suda { background: #f9f9f9; }
