﻿@import url(reset.css);

/* IDs */
#container 
{
	min-height: 100%;
	width: 818px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: transparent;
}

#fly
{
	margin-left:auto;
	margin-right:auto;	
	height: 14px;
	overflow:hidden;
    background-color: #92A68A;	
}
#flylinks
{
	width:818px;
	margin-left:auto;
	margin-right:auto;	
	background-color:transparent;
	text-align:right;
	padding-right:12px;
	font-size: 8pt;
}
/* fly links */
#flylinks a
{
	color: #BDD7B2;
	text-decoration: none;
}

#flylinks a:visited
{
	color: #BDD7B2;
}

#flylinks a:hover
{
	color: #444;
	text-decoration: none;
}
#topmenu
{
	margin-left:auto;
	margin-right:auto;	
	height: 54px;
	overflow:hidden;
    background: #92A68A url(../images/bg_topmenu.jpg) bottom center no-repeat;
	font-size:8pt;    
}

#topmenulinks
{
	width:818px;
	margin-left:auto;
	margin-right:auto;	
	background-color:transparent;
}

#topmenubuttons
{
	position:relative;
	width:400px;
	top:21px;
	left:335px;
}

#mainmenu
{
	margin-top:0;
	height: 227px;
    background: transparent url(../images/bg_mainmenu.gif) top center no-repeat;
}

#mainmenubuttons
{
	position: relative;
	float:left;
	top: 10px;
	left:27px;
	font-size:8pt;
}

#mainpic
{
	position: relative;
	float:right;
	top: 10px;
	right: 30px;
}

#submenu
{
	height:40px;
	background: transparent url(../images/bg_submenu.gif) top center no-repeat;
	font-size:8pt;	
}

#submenubuttons
{
	position:relative;
	text-align:center;
	top:1px;
}

#onecolbodytext
{
	margin-left:36px;
	margin-right: 24px;
	padding-bottom:50px;
}

#twocolbodytext
{
	position: relative;
	min-height: 100%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom:50px;
	margin-right: 214px;
	margin-left:36px;
}

#twocolbodytext h1:first-child
{
	margin-top:-0.2em;
}

#twocolbodymenu
{
	position: relative;
	width: 190px;
	float: right;
	min-height: 100%;
	padding-left: 10px;
	padding-bottom:50px;	
	margin-top: 1.2em;
	margin-right:20px;
	border-left: solid 1px #aaa;
}

/* Accordion */
.accordionHeader
{
    cursor: pointer;
    line-height: 1.5em;
}

.accordionHeaderSelected
{
    cursor: pointer;
    line-height: 1.5em;
}

.accordionHeaderPlus
{
    cursor: pointer;
    line-height: 1.5em;
    padding-left: 14px;
    background: transparent url(../images/accordianPlus.gif) no-repeat left;
}

.accordionHeaderSelectedMinus
{
    cursor: pointer;
    line-height: 1.5em;
    padding-left: 14px;
    background: transparent url(../images/accordianMinus.gif) no-repeat left;
}

.accordionContent
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-left:0px;
}

.directionContent
{
	padding:15px;
}
.weatherContent
{
	padding:0;
	margin:0;
	overflow:hidden;
}
.essentialInfoContent
{
	background-color: #eeeeee;
}
.essentialInfoContent p
{
	font-size:0.9em;
	line-height:1.1em;
	border-bottom:solid 1px #aaa;
	padding-bottom: 0.5em;
}
/* elements */
body 
{
	height: 100%;
    background: #92A68A url(../images/bg_body.gif) top center repeat-y;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	overflow:-moz-scrollbars-vertical;
}

html 
{
	height: 100%;
}

h1
{
	color: #465141;
	font-size: 1.2em;
	margin-top: 1.2em;
	font-weight: bold;
}

h2
{
	color: #465141;
	font-size: 1.1em;
	margin-top: 1.1em;
	font-weight: bold;
}

h6
{
	font-size: 0.9em;
	color: #009;
	margin-top: 1.2em;
	margin-bottom: 3px;
	font-weight: bold;	
}

ul
{
	line-height: 1.5em;
	list-style-type: square;
	padding-left:30px;
}
li
{
	color: #4C5154;
}
p
{
	line-height: 1.5em;
	color: #4C5154;
	text-align: left;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}
p.small
{
	font-size:x-small;
}

/* Hyperlinks */
/* Generic */
a
{
	color: #839B79;
	text-decoration: underline;
}

a:visited
{
	color: #839B79;
}

a:hover
{
	color: #444;
	text-decoration: none;
}

/* Side (sub) menu */
a.submenu
{
	font-size: 0.9em;
	color: #BF8330;	
	text-decoration: underline;
	line-height: 1.5em;
}

a:visited.submenu
{
	color: #BF8330;	
}

a:hover.submenu
{
	color: #666;
	text-decoration: none;
}


/* classes */

.mainmenubutton
{
	padding-bottom:3px;
}

.menuimg
{
	margin-bottom:10px;
}

.modalBackground {
    background-color:#839B79;
    filter:alpha(opacity=90);
    opacity:0.90;
}

.sidemenu
{
	padding-bottom: 1.2em;
}

.textbox
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4C5154;	
	border: solid 1px black;
}
.label
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #4C5154;	
}
img.webcamimg
{
	border: 5px solid black; 
}
.infopopup
{
	height: auto; 
	width: 600px; 
	padding: 25px; 
	border: 5px gray solid;
	background-color:White;
	overflow:scroll;
}
a.nendazwebcamlink
{
	color:white;
}

td.style1
{
    width: 33%;
    text-align: center;
    padding:8px;
}

/* price tables */
.cornercell
{
	padding: 2px; 
	margin: 2px; 
	border: solid 1px #666; 
	background-color:transparent;
}
.daterange
{
	padding: 2px; 
	margin: 2px; 
	border: solid 1px #666; 
	white-space: nowrap;
}
.othercell
{
	padding: 2px; 
	margin: 2px; 
	border: solid 1px #666;
}

.calendarDay
{
	text-align: right;
	padding: 3px;
	margin: 3px;
	border: solid 1px black;
}
.calendarTitle
{
	text-align: left;
	margin: 5px;
	width: 100%;
}
.calendarDayHeader
{
	text-align: right;
	padding: 3px;
	margin: 3px;
	border: solid 1px black;
}
.gridRow
{
	margin: 5px;
	padding: 5px;
}
.printonly
{
	display:none;
	visibility:hidden;
}

