body {
	background-color: #FF9900;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	background-attachment: fixed;
	}

.poplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: underline;
}
.poplink:hover {
	color: #FF3300;
}
.copyright {
	font: 9px Arial, Helvetica, sans-serif;
	color: #660000;
	padding:0 6px 0 6px;
	text-decoration:none;
	}
	
.vvn {
	font: 9px Arial, Helvetica, sans-serif;
	color: #660000;
	text-decoration:none;
	}
	
.vvn:hover {
	color: #CC3300;
}

#top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#top ul li {
	display: inline;
}

#top ul li a {
	font: 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 1.5em;
	color: #F2E0CB;
}

#top ul li a:hover {
	color: #FF9933;
}

.tablesubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	margin: 0 0 0 5px;
	padding: 2px 0 2px 10px;
}
.rate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #663300;
	background-color: #FFCC99;
	width: 50px;
	border: 1px solid #993300;
	padding: 2px;
}

.bigbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #996600;
	text-decoration: none;
	width: 175px;
}

.box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #996600;
	text-decoration: none;
	width: 150px;
}
.smallbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #996600;
	text-decoration: none;
	width: 50px;
}

.important {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3300;
}
.other {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	text-align: justify;
}
.floatright {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0 0 0 5px;

}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
}

.frame {
	border: 1px solid #FF6600;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #993300;
	text-align: center;
}

/*

Here's the stylesheet rules used to format the menus and their content.

Feel free to alter the menu layout however you want. All you have to do is ensure the script
has the correct CSS property name (like 'visibility' or 'display') that you want it to change,
and that your submenus are set as hidden by default.

*/

/* RULES FOR THE "MENUDIV" OBJECT */

/* This is more complicated CSS, as it will downgrade to NS4 support. */

/* An absolutely positioned and hidden DIV (treated as a layer in NS4). */
.menudiv {
 position: absolute;
 visibility: hidden;
 z-index: 1000;
 border: 1px solid #993300;
 /* Borders:     Top    Right  Bottom    Left   */
 border-color: #993300;
 background-image: url(images/bg_dropmenu.jpg); layer-background-image: url(images/bg_dropmenu.jpg);
 background-color: #F2E0CB; layer-background: #F2E0CB;
 padding: 2px;
 margin: 0 0 .2em 0;
 font: bold 11px Arial, Helvetica;
 color: #F2E0CB;
 /* Here's a cool effect, try uncommenting this: */
 filter: alpha(opacity=80); -moz-opacity: 0.8; opacity: 0.8;
}


/* Formatting to apply to the elements inside the "menudiv" class elements. */
/* Of course, you can put whatever you want within the menu divs, these are just examples. */

.menudiv a {
 display: block;
 /* I've specified borders for each side individually so NS4 ignores this setting */
 border: 1px solid #F6EEE5;
 text-indent: 5px;
 text-decoration: none;
 color: #F2E0CB;
 padding: 0.2em;
 margin-bottom: 0.2em;
}

/* I'm using :hover and :active pseudo-classes for link mouse effects. */
.menudiv a:hover {
 border: 1px solid #F6EEE5;
 border-color: #993300 #CC6600 #CC6600 #993300;
 background-color: #F6EEE5;
 background-image: url(images/bg_dropmenu_hover.jpg); layer-background-image: url(images/bg_dropmenu_hover.jpg);
 color: #660000;
}

.menudiv a:active {
 border: 1px solid #F6EEE5;
 border-color: #993300 #CC6600 #CC6600 #993300;
 background-color: #F6EEE5;
 color: #660000;
}

/*
The script will automatically assign a class of "highlighted" to elements that currently
have an active submenu, so here's a little CSS to format links within a .menudiv element.
*/
.menudiv .highlighted {
 background-color: #336699;
 border-color: #336699;
 background-image: url(images/bg_dropmenu_hover.jpg); layer-background-image: url(images/bg_dropmenu_hover.jpg);
 color: #660000;
}

/* The links in the upper-left that pop out 'divMenu' menus. */
.trigger a {
 font: Bold 12px Arial, Helvetica, sans-serif;
 color: #660000;
 text-decoration: none;
 padding: 0 5px 5px 0;
 margin: 0 5px 5px 0;
}

/* Likewise, style active trigger links */
.trigger a.highlighted {
 color: #CC6600;
}
.triggermenu {
 font: Bold 12px Arial, Helvetica, sans-serif;
 color: #660000;
 text-decoration: none;
 padding: 0 5px 5px 0;
 margin: 0 5px 5px 0;
}

/* Likewise, style active trigger links */
.triggermenu:hover {
 color: #CC6600;
}
/* Just a random style, needed for NS4 */
b, strong {
 font-weight: bold;
}

/* Dropdown menu ends here*/


/* For calendar */
BODY
{
}
.month {
    BACKGROUND-COLOR: #c76236;
    COLOR: #f2e0cb;
    FONT-FAMILY: Arial;
	FONT-SIZE:12px;
    FONT-WEIGHT: bolder
}

.weekday {
    BACKGROUND-COLOR: #DEA758;
    COLOR: #774905;
    FONT-FAMILY: Arial;
	FONT-SIZE: 11px;
    FONT-WEIGHT: bolder
}

.eventLabel {
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-WEIGHT: bolder;
    TEXT-ALIGN: right
}

.eventText {
    COLOR: black
}

.selectedDay {
    BACKGROUND-COLOR: #D35D17;
    font: 11px Arial, Helvetica, sans-serif;	
    padding: 5px 0 0 5px;
}

.day {
    font: 11px Arial, Helvetica, sans-serif;	
    BACKGROUND-COLOR: #F0D0A3;
    padding: 5px 0 0 5px;
}

.notaDay {
    BACKGROUND-COLOR: #E7BDA4
}
	
.numbeer {
	font: bold 11px Arial, Helvetica, sans-serif;	
	color: #990000;
}

.booking {
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
/* End of calendar */

