/* Ostatni prvky stranky */
.login_form
{
  width: 280px;
  height: 100px;
  margin: 10px 0px 50px 0px;
  border: none;
}

.login_form fieldset
{
  margin: 0px;
  text-align: right;
  background-color: #B0C73B;
  border: 1px solid #CDCEC9;
}

.login_form label
{
  margin-right: 5px;
}

.login_form input
{
  width: 110px;
  margin: 5px 5px 0 0;
}

.login_form input.button
{
  width: 80px;
  height: 35px;
  margin-top: 6px;
  font-weight: bold;
}

.login_form fieldset p
{
  float: left;
  width: 155px;
  margin-top: 5px;
  padding: 0;
  line-height: 150%;
}

.login_form a, .login_form a:link, .login_form a:visited
{
  color: #000000;
  font-weight: bold;
} 

.login_form a:hover
{
  color: #FFFFFF;
}

form.registration
{
  width: 500px;
  margin: 10px 200px 10px 200px; 
}

table.registration
{
  margin-top: 10px;
}

table.registration th
{
  width: 150px;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
  padding-top: 5px;
}

table.registration .required
{
  padding-left: 5px;
  color: #FF0000
}

.user_table
{
  width: 280px;
  padding: 5px;
  margin: 20px auto 0px auto;
  border: 1px solid #808080;
}

.user_table td
{
  padding: 1px 5px 1px 5px;
}

.blue
{
  color: #0000FF;
  text-align: center;
  font-weight: bold;
}

.red
{
  color: #FF0000;
  text-align: center;
  font-weight: bold;
}

.search_block
{
  float: left;
  width: 840px;
  margin: 20px 0 0px 0px;
  border: 1px solid #000000;
  background-color: #B0C73B;
}

.search_block .title
{
  color: #FFFFFF;
  width: 800px;
  height: 20px;
  padding: 3px 10px 3px 10px;
  font: bold 14px Tahoma, sans-serif;
}

.search_form
{
  width: 800px;
  min-height: 100px;
  border: none;
  padding: 0;
  margin: 0;
}

.search_form fieldset
{
  width: 705px;
  margin: 0;
  padding: 10px 10px 15px 15px;  
  text-align: right;
  border: none;  
}

.search_form .sub_title
{
  text-align: left;
  font-weight: bold;
  margin-top: 10px;
}

.search_form label
{
  margin-right: 5px;
  width: 400px;
  float: left;
  padding-top: 8px;}

.search_form input
{
  width: 195px;
  margin: 5px 0 0 0;
  float: left;
}

.search_form br {clear: both;}

.search_form select
{
  width: 199px;
  margin: 5px 0 0 0;
  float: left;
}

.search_form input.button
{
  width: 220px;
  height: 24px;
  margin-top: 15px;
  font-size: 11px;
  font-weight: bold;
}

.search_form fieldset p
{
  float: left;
  width: 130px;
  margin: 18px 0 0 0;
  padding: 0;
  line-height: 150%;
}

.search_form a, .search_form a:link, .search_form a:visited
{
  color: #000000;
  font-weight: bold;
} 

.search_form a:hover
{
  color: #FFFFFF;
}

.result_table
{
  width: 650px;
  margin: 0 125px 20px 125px;
  border-collapse: collapse;
  background-color: #B0C73B;
  border: 1px solid #000000;
}

.result_table th, .result_table td
{
  padding: 4px;
}

.result_table tr.odd
{
  background-color: #D0D0D0;
}

.result_table tr.even
{
  background-color: #E0E0E0;
}

p.result_link
{
  width: 620px;
  margin: 20px 140px 20px 140px;
  text-align: right;
}

p.result_link a
{
  padding-left: 20px;
}

.pages
{
  text-align: center;
  margin-top: 10px;
}

.item_table
{
  width: 600px;
  margin: 20px 150px 20px 150px;
	border: 1px solid #808080;
	background: #EEEAEE;
}

.item_table th
{
	padding: 5px;
	width: 250px;
	text-align: right;
	vertical-align: top;
}

.item_table td
{
	color: #000000;
	padding: 5px;
	vertical-align: middle;
	background: #F0F2F5;
}

.item_table td p {padding-top: 0px; margin-top: 0px;}