.loginform {
    z-index: 2;
    margin-top : 10px;
    opacity:0.9;
}
div#login {
    float:right;
    margin-right: 55px;
    opacity: 0.99;
    padding-top: 20px;
}
.manual_icon{
	float:right;
	margin-right:5px;
}
.manual-caption{
	float:right;
}
div#announcement_area{
    float:left;
    margin-left:15px;
    margin-top:10px;
    width:60%;
    height:27%;
    position: absolute; 
}
div.announcement{
    overflow-x:hidden ; overflow-y: hidden;
    z-index: 0;
    opacity:0.7;
    width:100%;
    height:100%;
    background-color: #fff;  
    margin-top:10px;
    padding-top: 9px;
    padding-bottom: 26px;
    padding-right: 0px;
    padding-left: 2px;
    box-shadow:0 0 1px 0px #d1d1d1;
    
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    -moz-box-shadow: 0 0 2px 2px #d1d1d1;
    -khtml-box-shadow: 0 0 2px 2px #d1d1d1;
    -webkit-box-shadow: 0 0 2px 2px #d1d1d1;
    cursor:default;
}
div.announcement:hover{
    opacity:0.9;
}
div.thumnail{
    width:200px;
    height:200px;
    background-color: gray;
    opacity:1;
}
div.short_description{
    float:left;
    max-width:580px;
    max-height:175px;
    background-color: ;
    position: absolute;  
    word-wrap:break-word;
    font-size:14px;
    overflow:hidden;
}
div#bg-announcement{
    width:100%;
    height:100%;
    position:absolute;
    overflow-x:hidden ; overflow-y: scroll;
}

button.read_more{
    text-shadow: 0 1px #FFF;
    bottom:2px;
    right:2px;
    margin-top:-30px;
    position: absolute;
    width:auto;
    height:30px;
    font-size: 14px;
}


button.read_more:hover{
    opacity:1;
    cursor:pointer;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    -moz-box-shadow: 0 0 2px 2px #E6E6E6;
    -khtml-box-shadow: 0 0 2px 2px #E6E6E6;
    -webkit-box-shadow: 0 0 2px 2px #E6E6E6;
    
}
img#pin{
    margin-top:-8px;
    float:right;
    width:25px;
}
img.img_thumbnail{
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
        
    -moz-box-shadow: 0 0 2px 2px #d1d1d1;
    -khtml-box-shadow: 0 0 2px 2px #d1d1d1;
    -webkit-box-shadow: 0 0 2px 2px #d1d1d1;
}

.booking-btn-wrapper{
    margin-left: 8px;
    margin-top:5px;
}

.booking-btn{
    width:100%;
}
.booking-btn img{
    width: 100%;
    border-radius: 10px;

}

.nav-wrapper{
    /*background: #143d7f;*/
    padding: 5px 10px;
    text-align: right;
    width: 100%;
    margin-right: 55px;
    height: 65px;
}
.nav-wrapper a.icon{
    display: inline-block;
    margin-left:5px;
    margin-right:5px;
}
.nav-wrapper a.datetime {
    text-decoration: none;
    position: absolute;
    top:37px;
    color: #ffffff;
}

#dictionary_main_dialog{
    right:60px !important;
    top: 100px !important;
}