/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #F3FFBF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #F3FFBF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
	div, dl, dt, dd, ul, li, body, html, 
	h1, h2, h3, h4, h5, h6, h7,
	form, fieldset, legend
	{
		margin: 0;
		padding: 0;
	}
	a, a:active, a:visited { outline: none; }
	a img { border: 0; }

	
	body {
		font-family: Arial;
		font-size: 11px;
		color: #7e7e7e;
		background: #fff;
	}
	
	#wrapper {
		margin: 10px auto;
		width: 822px;
	}
	
	a {
		color: #fcfcfc;
		text-decoration: none;
	}
	
	p {
		padding: 5px 0;
	}
	
	table {
		width: 100%;
		border-bottom: 2px solid #000;
	}
	
	table tr {
		
	}
	
	table tr td, table tr th {
		padding: 5px 10px;
		text-align: left;
	}
	
	table tr td {
		border: 1px solid #D8DBCE;
	}
	
	table tr th {
		border: 0;
		border-top: 2px solid #000;
		font-weight: normal;
	}
	
	table tbody tr th {
		border-top: 1px solid #D8DBCE;
	}

	table tbody tr.odd {
		background: #F3FFC1;
	}

	table tbody tr:hover{
		background: #DAEF88;
	}

	form, fieldset {
		border: 0;
	}
	
	h3, h4 {
		padding-top: 10px;
		padding-bottom: 0px;
		font-size: 14px;
	}
	
	h4 {
		text-decoration: none;
		font-size: 12px;
	}
	
	.title, .title2 {
		color: #32393c;
		font: 13px Verdana;		
		font-weight: bolder;
		border-bottom: 1px dotted #5c5c5c;
		background: url( '../images/bullet1.png' ) no-repeat left center;
		display: block;
		padding-bottom: 4px;
		padding-top: 5px;
		padding-left: 15px;
		margin-bottom: 10px;
	}
	
	.title2 {
		padding-left: 20px;
		border: 0;
	}
	
	.left {
		float: left;
	}
	
	img.left {
		margin: 15px;
		margin-left: 0;
	}
	
	.right {
		float: right;
	}
	
	img.right {
		margin: 15px;
		margin-right: 0;
	}
	
	.required {
		border: 1px solid red;
	}
	
	#banner
	{
		text-align: center;
	}

/*********************
*	HEADER
*********************/
	#header {
		font-weight: bolder;
		height: 117px;
	}
	
	#langbar {
		float: right;
	}
	
	.flag
	{
		background: url( '../images/sprite.png' );
		width: 16px; 
		height: 11px;
		text-indent: -9999px;
		float: left;
		margin: auto 0 7px 7px;
	}
	.bg { background-position: 0 0; } 
	.cz { background-position: -31px 0; } 
	.en { background-position: -48px 0; } 
	.ru { background-position: -65px 0; } 
	.se { background-position: -82px 0; } 

	
	#header #logo {
		width: 190px;
		height: 187px;
		float: left;
		margin-right: 4px;
		background: #f3ffbf;
		clear: both;
		text-align: center;

		-webkit-border-radius: 40px 40px 0 40px;
		-moz-border-radius: 40px 40px 0 40px;
		-opera-border-radius: 40px 40px 0 40px;
	}

	#header #logo img {
		margin-top: 45px;
	}
	
	#header #slideshow {
		float: right;
		width: 628px;
		height: 185px;
		margin-top: 1px;
		position: relative;
	}

	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}

	#menu-main {
		float: left;
		padding: 0;
		padding-left: 30px;
		height: 36px;
		background: #f3ffc1;
		width: 590px;

		-webkit-border-radius: 0 40px;
		-moz-border-radius: 0 40px;
	}

	#menu-main li {
		display: inline;
	}

	#menu-main li a {
		float: left;
		text-align: center;
		background: url( '../images/bullet2.png' ) no-repeat 4px 17px;
		padding-top: 10px;
		padding-left: 15px;
		position: relative;
		z-index: 1;
		height: 26px;
		margin: 0px 5px;
		font: 13px Verdana;
		color: #5a5f63;
	}
	
	#menu-main li a:hover, #menu-main li a.active {
		color: #262e31;
		text-decoration: underline;		
	}

/*********************
*	SIDEBAR-LEFT
*********************/

	#sidebar-left {
		background: #daef88;
		float: left;
		width: 170px;
		padding: 30px 10px;
		margin-right: 4px;
		color: #7A8F23;
		
		-webkit-border-radius: 40px 0 40px 40px;
		-moz-border-radius: 40px 0  40px 40px;
	}

/*********************
*	CONTENT
*********************/	
	#content {
		clear: both;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	.note {
		margin: 20px 0;
		background: #FFF5EF;
		border: 1px dotted #FFBFBF;
		padding: 15px;
	}
	
	.lightblue {
		background: #EFF9FF;
		border-color: #A7B6BF;
	}

	#content .input, #content .button {
		float: left;
		clear: left;
	}

	#content .input
	{
		width: 100%;
	}
	

/*********************
*	MAIN
*********************/	
	#main {
		float: right;
		padding: 0px 20px;
		margin-top: 20px;
		font: 11px Tahoma;
		line-height: 18px;
		letter-spacing: 0.2px;
		width: 580px;
		color: #4F4F4F;
	}
	
	#main a {
		color: #c20a15;
		text-decoration: underline;
	}
	
	#main li {
		margin-left: 25px;
	}

	#main img.right {
		float: right;
		margin: 10px;
		margin-right: 0px;
	}
	
/*********************
*	FOOTER
*********************/
	#footer {
		clear: both;
		background: #f3ffbf;
		height: 15px;
		color: #5a5f63;
		padding: 10px 40px;
		font-size: 10px;
		
		-webkit-border-radius: 40px 0;
		-moz-border-radius: 40px 0;
	}
	
	#footer a {
		color: #5a5f63;
	}
	
	#footer .copyright {		
		display: block;
		width: 750px;
	}

/*********************
*	FORM
*********************/
	.button {
		background: #d7d7d7;
		border: 0;
		padding: 3px;
		margin: 5px;
		text-decoration: none;
		cursor: pointer;
	}
	
	.button input {
		background: transparent;
		border: 0;

		color: #3e4547;
		text-transform: uppercase;
		font-weight: bolder;
		font: 10px "Trebuchet MS";
	}
	
	.input {
		border: 1px solid #d8dbce;
		height: 18px;
		margin: 4px 0;
		font-size: 10px;
	}
	
	textarea.input {
		height: 150px;
	}
	
	#sidebar-left .input {
		width: 165px;
	}
	
/*********************
*	DATE INPUT
*********************/
.date_selector, .date_selector * {
  width: auto;
  height: auto;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.date_selector {
  background: #F2F2F2;
  border: 1px solid #bbb;
  padding: 5px;
  margin: -1px 0 0 0;
  position: absolute;
  z-index: 100000;
  display: none;
}
.date_selector_ieframe {
  position: absolute;
  z-index: 99999;
  display: none;
}
  .date_selector .month_nav {
    margin: 0 0 5px 0;
    padding: 0;
    display: block;
  }
    .date_selector .month_name {
      font-weight: bold;
      line-height: 20px;
      display: block;
      text-align: center;
    }
    .date_selector .month_nav a {
      display: block;
      position: absolute;
      top: 5px;
      width: 20px;
      height: 20px;
      line-height: 17px;
      font-weight: bold;
      color: #003C78;
      text-align: center;
      font-size: 120%;
      overflow: hidden;
    }
      .date_selector .month_nav a:hover, .date_selector .month_nav a:focus {
        background: none;
        color: #003C78;
        text-decoration: none;
      }
    .date_selector .prev {
      left: 5px;
    }
    .date_selector .next {
      right: 5px;
    }
  .date_selector table {
    border-spacing: 0;
    border-collapse: collapse;
  }
    .date_selector th, .date_selector td {
      width: 2.5em;
      height: 2em;
      padding: 0;
      text-align: center;
    }
    .date_selector td {
      border: 1px solid #ccc;
      line-height: 2em;
      text-align: center;
      white-space: nowrap;
      background: white;
    }
    .date_selector td.today {
      background: #FFFED9;
    }
    .date_selector td.unselected_month {
      color: #ccc;
    }
      .date_selector td a {
        display: block;
        text-decoration: none !important;
        width: 100%;
        height: 100%;
        line-height: 2em;
        color: #003C78;
        text-align: center;
      }
      .date_selector td.today a {
        background: #FFFEB3;
      }
      .date_selector td.selected a {
        background: #D8DFE5;
        font-weight: bold;
      }
        .date_selector td a:hover {
          background: #003C78;
          color: white;
        }
/*********************
*	GALLERY
*********************/
	a.thumb {
		float: left;
		width: 150px;
		height: 100px;
		text-align: center;
		background: #DAEF88;
		padding: 5px;
		/*padding-bottom: 10px;*/
		margin: 5px;
	}
	
	a.thumb:hover {
		background: #F3FFC1;
	}
	
	
	
	.thumbs {
		text-align: center;
		background: #DAEF88;
		padding: 5px;
		/*padding-bottom: 10px;*/
		margin: 5px;
		
		float: left; 
		margin-left: 100px;
		width: 30px; 
		height: 38px;
		background: url( '../images/sprite.png' );
	}
	
	.thumbs.down {
		background-position: -99px 0;
	}
	.thumbs.up {
		background-position: -130px 0;
	}