html 
{
    margin: 0px;
    padding: 0px;
    height: 100%;
}

body 
{
    background-color: Olive;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: url(../Images/bodybg.gif);
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, Arial;
    font-size: 10pt;
    color: black;
    height: 100%;
}
.note  
{
    font-size: 8pt;
}
#page 
{
    padding: 0px 18px 0px 18px;
    margin: 0px auto 0px auto;
	width: 768px;
	background-color: white;
	background-image: url(../Images/pgbg.png);
	background-repeat: repeat-y;
	height: auto;
    min-height: 100%;
}
#pgheadm
{
    display: none;
}

#pgheadp 
{
    display: none;
}

#pgheads 
{
    padding: 3px;
    margin: 0px;
}

#pgheads img 
{
    border: none 0px;
    padding: 2px;
    margin: 0px; 
}

#pgheads #hnlogo
{
    border: none 0px;
    padding: 2px 14px 2px 14px;
    margin: 0px; 
}

#lang 
{
    padding: 3px;
    margin: 0px;
}

#lang img 
{
    border: none 0px;
    padding: 2px;
    margin: 0px; 
}    
#pgbody 
{
    background-color: inherit;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-image: url(../Images/pgbg.gif);
    margin-top: 20px;
}
#pgbody .menu 
{
    display: block;
    float: left;
    width: 198px;
    font-weight: bold;
    padding-left: 10px; 
    min-height: 500px;
}
#pgbody .menu ul 
{
    margin: 0px;
    padding: 0px;
}
#pgbody .menu ul li
{
    color: Maroon;
    margin: 0px;
    padding: 2px 0px 2px 0px;
    list-style-type: none;
}
#pgbody .menu ul li a
{
    color: Olive; 
    text-decoration: none;
}
#pgbody .menu ul li a:hover
{
    color: Maroon;
    text-decoration: none;
}
#pgbody .content 
{
    display: block;
    margin: 20px 20px 10px  208px;
}
#pgbody .footer 
{
    display: block;
    clear: both;
}
h1
{
    font-size: 14pt;
}
h2
{
    font-size: 13pt;
}

h3
{
    font-size: 12pt;
}

h4 
{
    font-size: 11pt;
    font-weight: bold;
}

.ppgbr 
{
    display:none;
}

.mphotos
{
    display: none;
}

img.mphoto 
{
    display: none;
}

div.photos 
{
    margin-top: 15px;
    text-align: center;
}

div.photos a
{
    margin-left: 6px;
    margin-right: 6px;
}

div.photos a img
{
    border: 0px none;
}
#tripadvisor 
{
    margin-top: 60px;
}
#facebook
{
    margin-top: 30px;
    margin-left: 0px;
}
table.calendar 
{
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.calendar td 
{
    text-align: right;
    font-weight: bold;
    padding: 4px;
    vertical-align: top;
    height: 70px;
    width: 14.28%
}
table.calendar td.off
{
    background-color: #e0e0e0;
    color: Gray;
}
table.calendar td.yes,
table.calendar td.book
{
    background-color: Lime;
}
table.calendar td.no
{
    background-color: Red;
}
table.calendar td p
{
    text-align: center;
    margin-bottom: 0px;
    font-weight: normal;
}
table.calendar td.no p,
table.calendar td.off p
{
    font-size: 14pt;
    margin-top: 18px;
}
table.calendar td.yes p
{
    font-size: 10pt;
    margin-top: 20px;
}
table.calendar td.book p
{
    font-size: 10pt;
    margin-top: 14px;
}
table.calendar th 
{
    font-weight: bold;
    font-size: 10pt;
    color: Black;
}
table.calendar th.marked 
{
    color: Red;
}
table.calendar td.book p a
{
    color: Black;
    text-decoration: none;
}
table.calendar td.book p a:hover
{
    text-decoration: underline;
}
#rform fieldset 
{
    background-color: #f0f0f0;
}
#rform slect.inline 
{
    display: inline;
    clear: right;
}
#rform span.label 
{
    padding: 0px 15px 0px 5px;
}
#rform fieldset legend 
{
    font-weight: bold;
}
#rform label 
{
    padding-right: 10px;
    color: #404040;
    display: block;
}
#rform span.req
{
    color: #ff0000;
}
#rform div.row
{
    width: 100%;
    padding: 5px 0px 5px 0px;
    clear: both;
}
#rform div.row div
{
    width: 50%;
    float: left;
}
#rform p.note 
{
    text-align: right;
}
#rform input.text
{
    width: 150px;
}
#rform div.buttons 
{
    text-align: right;
}
#rform input.submit 
{
    font-weight: bold;
}
#rform a 
{
    text-decoration: none;
}
#rform a:hover 
{
    text-decoration: underline;
}
#rform textarea
{
    width: 100%;
    height: 60px;
}
#rform hr 
{
    clear: both;
}
#rform input.checkbox 
{
    margin-bottom: 16px;
}
#rform select.error, #rform input.error  
{
    border-color: #ff0000;
    border-width: 1px;
    border-style: solid;
}
p.error 
{
    color: #ff0000;
}
#rform p.error 
{
    margin-top: 2px;
    padding-top: 0px;
    font-size: 8pt; 
}
#fuof 
{
    margin-top: 80px;
}
