.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
body {
    top: 0px !important;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.style2 {
    font-size: 12px
}
.style3 {
    font-size: 17px
}
.style4 {
    color: #FFFFFF
}
.droid {
    font-family: 'Droid Sans', sans-serif;
}
.droidspan {
    font-family: 'Droid Sans', sans-serif;
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
    line-height:140%;
}
.contacttext {
    font-family: 'PT Serif Caption', serif;
    text-shadow: 2px 2px 2px #000000;
    line-height:120%;
}
.ownerstext {
    font-family: 'PT Serif Caption', serif;
    text-shadow: 2px 2px 2px #000000;
    line-height:120%;
}
.oswald {
font-family: 'Oswald', sans-serif;
text-transform:uppercase;
}
.roomtext {
    font-family: 'Droid Sans', sans-serif;
    line-height:140%;
}
.roomtextspecial {
    font-family: 'Droid Sans', sans-serif;
    line-height:80%;
}
.booktext1 {
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 1px 1px #A0522D;
    text-transform:uppercase;
}
.booktext2 {
    font-family: 'Droid Sans', sans-serif;
    text-shadow: 0px 1px 1px #8B4513;
}
div.clickable { /* Containing div must have a position value */
    position:relative;
}
div.clickable a {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    text-decoration:none; /* Makes sure the link   doesn't get underlined */
    z-index:10; /* raises anchor tag above everything else in div */
    background-color:white; /*workaround to make clickable in IE */
    opacity: 0; /*workaround to make clickable in IE */
    filter: alpha(opacity=1); /*workaround to make clickable in IE */
}
.calendar {
    font-family: Arial, Verdana, Sans-serif;
    width: 50%;
    min-width: 419px;
    border-collapse: collapse;
}
.calendar tbody tr:first-child th {
    color: #505050;
    margin: 0 0 10px 0;
}
.day_header {
    font-weight: normal;
    text-align: center;
    color: #757575;
    font-size: 10px;
    height: 35px;
}
.calendar td {
    width: 14%; /* Force all cells to be about the same width regardless of content */
    border:1px solid #CCC;
    height: 60px;
    vertical-align: top;
    font-size: 10px;
    padding: 0;
}
.calendar td:hover {
    background: #F3F3F3;
}
.day_listing {
    display: block;
    text-align: right;
    font-size: 12px;
    color: #2C2C2C;
    padding: 5px 5px 0 0;
}
div.cont {
    background: #F9F9F9;
    height: 100%;
}
div.today {
    background: #E9EFF7;
    height: 100%;
}
.hovertable tr:hover {
    background-color: #ffff99;
    cursor: pointer;
}
.hovertable a:link {
    text-decoration: none;
}
.hovertable a:visited {
    text-decoration: none;
}
.hovertable a:hover {
    text-decoration: none;
}
.hovertable a:active {
    text-decoration: none;
}
.hovertable a {
    color: #000000;
}