
/* specific CSS StyleSheets */

body {
    background: #000000 url("graphics/body_bg.jpg") top center repeat-x;
}

#logo {
    background: transparent;
    line-height: 61px;
    width: 350px;
    height: 68px;
    margin: 0px;
    position: relative;
    top: 17px;
}

#layer-left {
    position: relative;
}

/************ freeHtml ************/
#freeHtml {
    width: 235px;
}
#freeHtml-booking {
    left: 780px;
    position: absolute;
    top: 300px;
    width: 150px;
    z-index: 10;
}
#freeHtml-actions {
    position: relative;
    width: 235px;
    text-align: center;
}
#freeHtml-actions h2 {
    padding: 10px 0 0 10px;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    color: #E9E9E9;
    font-size: 140%;
    line-height: 24px;
}
#freeHtml-actions span.big {
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: bold;
    color: #E9E9E9;
    font-size: 140%;
    line-height: 24px;
    font-size: 150%;
    text-align: center;
}
#freeHtml-actions a img {
    border: 1px solid #585858;
    text-decoration: none;
}
#freeHtml-actions a:hover img {
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

#quick-reservation {
    display: none;
}

#header #header_map #header_map_point {
    display: block;
    top: 35px;
    left: 55px;
    /* Prague position */
}






/*Bookassist Form*/

#bookassist_form{
    font-family:verdana;
    width:184px;
    margin-top:0px;
    color:#FFFFFF;
    font-size:10px;
    overflow:hidden;
}
#bookassist_form #DatesForm{
    overflow:hidden;
    width:184px;
    margin-left:0px;
}
#bookassist_form .search_title{   
    display:none;
}
#bookassist_form label{
    text-align:left;
    margin-right:0px;
    margin-bottom:4px;
    float:left;
    width:180px;
    padding-top:0;
}
#bookassist_form .date_select{
    float:left;
    display:inline;
    margin:3px 0px 3px 5px;
    width:60px;
    clear:none;
    padding:0;
    font-size:10px;
    font-family:verdana;
}
#bookassist_form #DatesForm #inday{
    width:44px;
}
#bookassist_form #DatesForm #outday{
    width:44px;
}
#bookassist_form #inmonthyear{
    width:82px;
}
#bookassist_form #outmonthyear {
    width:82px;
}

#bookassist_form .date_input{
    float:left;
    clear:both;
    font-family: verdana;
    font-size:10px;
    text-transform:capitalize;
    margin-left:50px;
    margin-top:5px;
    color: #990000;
    font-weight:bold;
    border:1px solid #7D5A01;
    padding:0px 2px 0px 2px;
    background:#FFFFFF;
}
#bookassist_form #ba_tf{
    width:125px;
    float:left;
}
#bookassist_form img{ 
    float:left;
    margin-left:5px;
}
#ba_javascript p{
    margin:0px 0px 0px 5px;
    padding:0px;
    font-family:verdana;
    text-align:center;
    font-size:10px;
    color: #000000;
}
#ba_javascript a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFCC33;
	text-decoration:underline;
}
a.callink{
    cursor:pointer;
    cursor:hand;
}
a img {
    border: none;
}  


/* For JS-popu-windows */
#calendar{
    z-index:2;
    display: none;
    position: fixed;
    padding: 0;      
    font-size:11px;
    font-family:verdana, arial;       
    color:#444;
    margin:-100px 0px 0px 15px;
}
    


/* For calendar */
.caltab {
z-index:2;
    border: 1px solid #333;
    background: #fff; 
    font-size:1em;
}
.caltab a:link, .caltab a:visited {
    color: #990000;
}
.caltab a:hover {
    color: #933;
    border-color: #DBCDCD;     
    background:#DBCDCD;
}
.caltab a:active {
    color: #933;
    border-color: #933;
}
.caltab td {
    text-align: center;  
}
.caltab td a {
    display: block;
    text-decoration: none;    

}
.caltab td.calheader a {
    display: inline;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoPrevMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader img.calNoNextMonth {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 -32px no-repeat;
    vertical-align: -.2em;
}
.caltab td.calheader .calNextMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calnext.png) 0 0 no-repeat;
}
.caltab td.calheader .calPrevMonth img {
    background: transparent url(http://bookassist.com/scripts/calendar/calprev.png) 0 0 no-repeat;
}
.caltab td.calheader .calNextMonth:hover img, .caltab td.calheader .calPrevMonth:hover img {
    background-position: 0 -16px;
}
.caltab td.calheader .calNextMonth:active img, .caltab td.calheader .calPrevMonth:active img {
    background-position: 0 -32px;
}
.calheader {
    padding: .2em;
    white-space: nowrap;  
}  
.calheader select {
    font-size:0.9em;
}
.weekdays td {
    border-bottom: 1px solid #ddd;  
}
.days td {
    color: #7E9FC9;
    padding: .1em;
    border: 1px solid #fff;  
}
.days td.weekend {
    background-color: #eee;
    border-color: #eee;     
}
         
.days td.gone {
    text-decoration: line-through;      
    padding:0.2em;
}
.days td.today, .days td.future {
    border: none;
}
.days td a {
    padding: .1em;
    border: 1px solid #fff;
}
.days td.weekend a {
    border-color: #eee;   
}
.days td.today a {
    background-color: #DBCDCD;   
    border:1px solid #DBCDCD;
}
.days td.selected {
    font-weight: bold;
}
.days td.selected a {
    border-color: #09c;
}             

.caltab .calfoot{
    background:#fff;
    border-top:1px solid #ddd;
}
.caltab .calfoot{
    padding:0;
}

/* Support for the "iehover-fix.js" */

#calendar iframe {
    position: absolute;
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);   
    width:100%;       
    height:auto;
}
              
#calendar{
    overflow:hidden;
}

* html table.caltab { z-index: 200; }
   
a.calNextMonth, a.calPrevMonth{
    background:transparent !important;
}


    /*end*/