/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
* { padding:0px; margin:0px;  }
body {
  margin: 0;
  padding: 0;
  color: #fff;
  background-color: #330000;
  font: 77% Tahoma, Arial, Helvetica, sans-serif;
}
tr.odd td, tr.even td {
  padding: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.3em;
}
h1 {
  font-size: 1.3em;
  position:relative;


  
  
}
h2 {
  font-size: 1.2em;
}
h3, h4, h5, h6 {
  font-size: 1.1em;
}
p {
  margin-top: 0.5em;
  margin-bottom: 0.9em;
}
a {
  text-decoration: none;
}
a:link {
  color: #FFF;
}
a:visited {
  color: #FE630A;
}
a:hover {
  color: #FFFF00;
  text-decoration: underline;
}
fieldset {
  border: 1px solid #ccc;
}
pre {
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #0024FF;
}
.item-list .title {
  font-size: 1em;
  color: #0024FF;
}
.links {
  margin-bottom: 0;
}
.comment .links {
  margin-bottom: 0;
}

/*
** Page layout blocks / IDs
*/
#header, #content {
  width: 100%;
}
#logo {
  vertical-align: middle;
  border: 0;
}
#logo img {
  float: left; /* LTR */
  padding: 0 1em;
  border: 0;
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #0024FF;
}
#navlist a {
  color: #0024FF;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #0024FF;
}
#subnavlist a {
  color: #0024FF;
}
ul.links li {
  border-left: 1px solid #9cf; /* LTR */
}
ul.links li.first {
  border: none;
}
#search .form-text, #search .form-submit {
  border: 1px solid #369;
  font-size: 1.1em;
  height: 1.5em;
  vertical-align: middle;
}
#search .form-text {
  width: 8em;
  padding: 0 0.5em;
}
#mission {
  padding: 1.5em 2em;
  color: #0024FF;
}
#mission a, #mission a:visited {
  color: #0024FF;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 2em;
}
.site-name a:link, .site-name a:visited {
  color: #fff;
}
.site-name a:hover {
  color: #369;
  text-decoration: none;
}

#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 10px;
}


#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}
.messages {
  border: 1px solid #ccc;
  padding: 0.3em;
  margin-bottom: 1em;
}
.error {
  border-color: red;
}
#footer {
  padding: 1em;
  font-size: 0.8em;
}



/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: bold;
  font-size: 1.3em;
  color: #fff;
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
.submitted {
  color: #0024FF;
  font-size: 0.8em;
}
.links {
  color: #FFFFFF;
}
.links a {
}

.block {
  padding-bottom: 0.75em;
  margin-bottom: 1.5em;
}
.block .title {
  margin-bottom: .25em;
}
.block .content {
padding:5px;
padding-bottom: 30px;
  
}

.box .title {
  font-size: 1.1em;
}
.node {
  margin: .5em 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  border: solid 1px #ddd;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
}
.node .taxonomy {
  color: #0024FF;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}
#forum table {
  background:#000;
  width: 100%;
}
#forum td {
  background:#000;
  padding: 0.5em;
  border-bottom:1px solid #CCCCCC;
}
#forum td.container a {
  color: #555;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #96c;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}
div.admin-panel .description {
  color: #999;
}

div.admin-panel h3 {
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}

#sidebar-left, #sidebar-right {
  width: 280px; 
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  vertical-align: top;
}


#sidebar-left .block .title { background:url(img/block-right-head.gif) no-repeat; height:29px; line-height:35px; padding-left:30px}
#sidebar-left .block .content { background:url(img/block-left-footer.gif) no-repeat left bottom; width:280px }

#sidebar-right { text-align:right  } 
#sidebar-right .block .title { background:url(img/block-left-head.gif) no-repeat right; height:29px; line-height:35px;  text-align:right; width:285px; padding-right:5px}
#sidebar-right .block .content { background:url(img/block-left-footer.gif) no-repeat bottom right; width:280px }



table { border-collapse:inherit}




/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}  



* { border-collapse:inherit}

#logo { width:158px; height:65px; background:url(img/) no-repeat bottom; float:right; }
#address { padding-top:20px}


li a.active {
color: #FFCC00;
font-weight:bold 

}





html,body{margin:0;padding:0}
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	background-image: url(images/bodyfon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}







#container{
	width:900px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}








#wrapper{
	width: 900px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
*html #wrapper {overflow: hidden;}




#header {
	padding: 0px;
	background-image: url(images/abstrakcia2.jpg);
	margin: 0px;
	height: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
}


#header2 {
	padding: 0px;
	margin: 0px;
	height: 323px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
	background-color: #000000;
}

#nomera {
	padding: 0px;
	margin: 0px;
	height: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
	background-color: #000000;
	background-image: url(images/stroyka.jpg);
}

#nomera2 {
	padding: 0px;
	margin: 0px;
	height: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
	background-color: #000000;
	background-image: url(images/room4.jpg);
}

#bar {
	padding: 0px;
	margin: 0px;
	height: 300px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
	background-color: #000000;
	background-image: url(images/bar1.jpg);
}




  

#content{
	width:630px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	color: #999999;
}


#wrapper h1, h2, h4 {
	font-size: 14pt;
	font-weight: normal;
	color:  #CCCCCC;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}



#wrapper h2 a {
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 20px;
	background-image: url(images/folder.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#wrapper h2 a:hover {
	text-decoration: underline;
}

.maintop h1 a {
	color: #FF9900;
	text-decoration: none;
	margin: 0px;
}



.maintop h1 a:hover {
	text-decoration: underline;	
}

.maintop {
	margin: 0px;
}



.maincontent {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.maincontent img {
	background-image: none;
	padding: 2px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #666666;
}

.maincontent ul li {
	list-style-type: disc;
	color: #CCCCCC;
}

.maincontent p {
	text-align: justify;
	padding: 0px;
	color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.maincontent p a {
	color: #FF9900;
	text-decoration: none;
}
.maincontent p a:hover {
	text-decoration: underline;
}


.mainbottom h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FF9900;
	font-weight: normal;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #666666;
	padding-top: 5px;
}



#navigation{
	width:250px;
	padding: 0px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navigation h2 {
	font-size: 11pt;
	font-weight: bold;
	color:  #FFFFFF;
	margin-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
	background-image: url(images/fonheder2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
}



#block-menu-menu-dop .title { display:none}

	
	
		
#block-menu-menu-dop ul.menu li { list-style:none; list-style-image:none}

#block-menu-menu-dop ul.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	LIST-STYLE-TYPE: none;
	font-size: 9pt;
	padding: 0px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#block-menu-menu-dop ul.menu a {
	padding-left: 25px;
	color: #CCCCCC;
	display: block;
	width: 218px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-decoration: none;
	padding-right: 0px;
	background-image: url(images/bul2.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#block-menu-menu-dop ul.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #990000;
}
	
	

#block-menu-menu-dop ul li ul li, #block-menu-menu-dop ul li ul {
	display: none;
	margin: 0px 5px;
}



	








/* Begin Navigation Elements */

#block-menu-menu-main {
	display: block;
	text-align: left;
	background-color: #006600;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#block-menu-menu-main .content { padding:0px; margin:0px} 

#block-menu-menu-main ul.menu {
	background-color: #006600;
	height: 35px;
	margin-top: 0;
	margin-bottom: 0;
}



#block-menu-menu-main ul.menu, #block-menu-menu-main ul.menu ul {
	text-align: center;
	font-size: 10pt;
	list-style: none;
	font-weight: normal;
	z-index: 8;
	background-color: #006600;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fonpage1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
}
#block-menu-menu-main ul.menu li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
#block-menu-menu-main ul.menu a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 26px;
	width: 127px;
	line-height: 25px;
	padding: 5px 10px;
}
#block-menu-menu-main ul.menu a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#block-menu-menu-main ul.menu li ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	position: absolute;
	left: -999em;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 210px;
}
#block-menu-menu-main ul.menu li li {margin: 0;}
#block-menu-menu-main ul.menu li ul a {
	margin: 0;
	text-align: left;
	width: 200px;
	background-image: url(images/pagemenu_right.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
font-weight: normal;
}
#block-menu-menu-main ul.menu li ul a:hover {}
#block-menu-menu-main ul.menu li:hover ul, #block-menu-menu-main ul.menu li li:hover ul, #block-menu-menu-main ul.menu li.sfhover ul, #block-menu-menu-main ul.menu li li.sfhover ul {left: auto;}
#block-menu-menu-main ul.menu li:hover, #block-menu-menu-main ul.menu li.sfhover {
	color: #fff;
	background-color: #990000;
}






























/* Begin Navigation Elements */

#navigation1 {
	display: block;
	text-align: left;
	background-color: #006600;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

#nav {
	background-color: #006600;
	height: 35px;
	margin-top: 0;
	margin-bottom: 0;
}



#nav, #nav ul {
	text-align: center;
	font-size: 10pt;
	list-style: none;
	font-weight: normal;
	z-index: 8;
	background-color: #006600;
	margin: 0px;
	padding: 0px;
	background-image: url(images/fonpage1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5E0000;
}
#nav li {
	float: left;
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	display: block;
}
#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 26px;
	width: 127px;
	line-height: 25px;
	padding: 5px 10px;
}
#nav a:hover {
	color: #FFFFFF;
	background-color: #990000;
}
#nav li ul {
	margin: 0;
	padding: 0;
	font-size: 1em;
	position: absolute;
	left: -999em;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 210px;
}
#nav li li {margin: 0;}
#nav li ul a {
	margin: 0;
	text-align: left;
	width: 200px;
	background-image: url(images/pagemenu_right.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
font-weight: normal;
}
#nav li ul a:hover {}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {left: auto;}
#nav li:hover, #nav li.sfhover {
	color: #fff;
	background-color: #990000;
}

#nav  ul ul  li{
	display: none;
}




/* End Navigation Elements */





.forma {
	color: #999999;
	background-image: url(images/fonniz.jpg);
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-color: #3F0313;
	margin: 3px;
}


.contact-form {
	margin-left: 3px;
}



.forma p {
	margin-left: 5px;
}

.forma strong {
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}







#footer{
	clear:both;
	text-align: right;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #660000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 147px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
}
#footer p{
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	padding-right: 10px;
}

#footer a{font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none
}







.form_div *
{
    margin: 0;
	padding: 0;
}

.form_div
{
	width: 193px;
	float: left;
    background: #400313 url(/wp-content/uploads/tl_assets/images/book-bg.gif);
    margin: 0 auto 20px auto;
}

.form_div form
{
    padding-left: 10px;
}

.form_div h3
{
    font: 18px Vedrana, sans-serif;
    color: #fff;
    line-height: 20px;
    margin: 0;
    padding: 10px 0 10px 0;
    text-align: left;
}
.form_div .form_subtitle
{
	color: #fff;
	font: 12px Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 15px;
    padding: 0;
	text-align: left;
    display: inline-block;
}
.form_div .fixed_height
{
    height: 96px;
    margin-top: 10px; 
    line-height: 16px;    
}
.form_div .visit_date
{
    font: 11px Verdana, sans-serif;
    color: #fff;
    padding: 0;
    margin: 0 0 4px 0;
}
.form_div .select_date
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
    font: 11px Verdana, sans-serif;
}
.form_div .select_month
{
    width: 101px;
    height: 20px;
    line-height: 23px;
    border: 1px solid #bcccd5;
    margin: 0 1px 0 0;
    font: 11px Verdana, sans-serif;
    padding: 0;
}

.form_div .calendar_link
{
    float: right;
    position: relative;
    left: -8px;
    top: 17px;
    display: inline-block;
    width: 21px;
    height: 21px; 
    font: 1px;
    line-height: 21px;
}

.form_div .calendar_link img
{
    border: none;
	display: inline-block;
    width: 20px;
    height: 20px;    
}

.form_div .nights
{
    width: 44px;
    display: inline-block;
    float: left;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 0 0;
}
.form_div .select_nights
{
    width: 40px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 3px 0 0 0;
    font: 11px Verdana, sans-serif;
}
.form_div .guests
{
    width: 45px;
    display: inline-block;
    font: 11px Verdana, sans-serif;
    color: #fff;
    margin: 10px 0 15px 0;
    padding: 0;
}
.form_div .select_guests
{
    width: 46px;
    height: 20px;
    border: 1px solid #bcccd5;
    margin: 3px 0 0 0;
    font: 11px Verdana, sans-serif;
}
.form_div .button
{
    margin: 0;
    width: 164x;
	margin-left: 4px;
    height: 23px;
}
.form_div .room_form
{
    margin: 0;
}
.form_div .payment_systems
{
	width: 191px;
	height: 34px;
	background: #fff url(/wp-content/uploads/tl_assets/images/payment_systems.gif) no-repeat center;
    margin: 15px 0 0 0;
    border-left: 1px solid #585755;
    border-right: 1px solid #585755;
}
.form_div .footer_text
{
	display: block;
	width: 100%;
	height: 12px;
	text-align: center;
	padding: 3px 0;
	color: #585755;
	font: 9px sans-serif, Arial, Verdana;
	margin: 0;
	text-decoration: none;
}
.form_div .footer_text a
{
	color: #585755;
    text-decoration: none;
	cursor: default;
}




/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #d87171;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


.tl-booking-btn {
    margin: 0;
    display: inline-block;
    width: 160px;
    height: 23px;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-family: Arial, Verdana, sans-serif !important;
    background: #db2323 url(/wp-content/uploads/tl_assets/images/book-bg2.gif) repeat-x;
    line-height: 23px;
}






#flaer { background:url(img/but1.gif); display:block; width:274px; height:228px;}
#flaer:hover { background:url(img/but2.gif); display:block; width:274px; height:228px;}
#block-vladweb-0 h4 { font-size:12px; color:#666; }
#block-vladweb-0 a { font-size:12px; color:#666; }
#block-vladweb-0 a:hover { font-size:12px; color:#ccc; }