
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em; 
  background: #eeeeee;
  color: #515151;
  padding: 0px; margin: 0px;
}


#container {
  background: #fff url(/images/bg_container.gif) repeat-y 0 0;
  font-size: 0.75em; 
  text-align: left; 
  height: auto;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 990px;
  padding: 0px 6px;
}

body>#container{ 
  height:auto;
  min-height:100%;
}

#content {
  padding-bottom: 60px;
  background: url(/images/logo-hunting.gif) no-repeat right 10px bottom 45px ;
}

#page_content {
line-height: 1.6em;
padding: 20px;
width: 950px;
}

#header ul.links {
  background: url(/images/bg_toplinks.gif) repeat-x 0 0;
/*  background-color: #dedede; */
}

#menu ul.links {
  background: url(/images/bg_menu.gif) repeat-x 0 0;
  font-size: 1.2em;
}
#menu ul.links li a:hover {
  /*background: #00ff00;*/
  text-decoration: underlined;
}

#footer {
  padding: 15px 0px 0px;
  width: 1002px;
  background: #eeeeee url(/images/bg_footer.gif) no-repeat 0 0;
  color: #646464;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footlinks {
  text-align: center;
}
#footlinks a {
  color: black;
  text-decoration: underline;
}
#footlinks a:hover {
  color: black;
  text-decoration: none;
}
#footlinks span {
  font-size: 0.9em;
  line-height: 2;
}
#footlinks span a {text-decoration: none;}

#partners {
  display: block;
  position: absolute;
  width: 230px;
  right: 8px;
  top: 15px;
  margin-right: 0.5em;
  text-align: right;
  font-size: 0.8em;
}
#partners a {
  color: #646464;
  text-decoration: underline;
}
#partners a:hover {
  color: black;
  text-decoration: none;
}
#partners img { padding: 0.5em; border: none; } 
#logo  { display: block; margin: 0px 0px 0px 20px ;  font-size: 2.0em; height: 60px;  padding-top: 20px; color: white; }
#logo  span {  display:none; } 
#header  { background: #424242 url(/images/header-image2.jpg) no-repeat right top; }
#user_bar { float: left; padding: 0.4em;}


.cleaner { clear: both; }
.col1 { width: 650px; }
.col2 { width: 300px; }
.captcha img  { float: left; }
.contract fieldset { border: 2px solid silver; margin-top: 0.5em; padding: 0.5em 1em; }
.contract legend { font-weight: bold; border: 1px solid silver;  padding: 0.1em 1em; background: url(/images/bg_toplinks.gif) repeat-x 0 0;}
.contract  strong  { font-weight: bold; width: 180px; display: block; float: left;  }
.contract  p { clear: both;  margin: 0.4em 0px; xheight: 1.0em; }
fieldset#identifikacia { float: left; width: 650px;} 
fieldset#datumy { float: right; width: 235px;}

form.formtastic fieldset > ol > li p.inline-hints {
color: #666;
font-size: 0.8em;
display: initial;
}

.grid table
{
	width: 95%; 
	color: #333333;
	margin: 10px 10px 20px;
	border-left: 1px solid #cbcbb4;
	border-top: 1px solid #cbcbb4;
	border-collapse: collapse;
}

.grid table caption 
{ 
	margin: 10px 0 5px; 
	font-weight: bold;
}

.grid th, td
{
	border-right: 1px solid #cbcbb4;
	border-bottom: 1px solid #cbcbb4;
	padding: 1px 5px;
    font-size: 1.0em; 
}

.grid th { background-color: #e0e0cf; }

.grid tr.alt td { background-color: #DFEAE4; }

.ui-rangeSlider .ui-ruler-scale{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  /* Handle width */
  right:10px;
}
.ui-rangeSlider .ui-ruler-scale0 .ui-ruler-tick-inner{
  color:black;
  margin-top:1px;
  border-left: 1px solid gray;
  height:25px;
  padding-left:2px;
  position:relative;
} 

.ui-rangeSlider .ui-ruler-scale1 .ui-ruler-tick-inner{
  border-left:1px solid gray;
  margin-top: 0px;
  height: 5px;
}
.ui-ruler-tick-label { font-size: 0.7em; }
.ui-ruler-tick-inner { height: 20px; margin-top: 4px; }
.ui-rangeSlider .ui-rangeSlider-innerBar { height: 26px !important; }
.ui-rangeSlider .ui-rangeSlider-handle { height: 32px !important; }
.ui-rangeSlider .ui-rangeSlider-bar { height: 30px !important; }


.index-box { 
	float: left; 
	width:380px; 
	height: 110px;
	display: inline; 
	border: 1px solid #dedede;
	padding: 15px;
	margin: 5px;
} 

.index-box:hover {
   background: #f8f8f8;
}

.color_highlight {  
  color: red; 
} 
