/* MODIFIED: Apr-05-2011 14:57:10 */
* HTML body, td{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:0px;
}
body, td{
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0;
}
a, a:link, a:visited{
color: #336699;
}
form{
margin:0;
}
p{
/*text-indent: 16px;*/
font-size:110%;
line-height: 130%;
padding: 0px 8px 0px 8px;
}
p .right{
font-size:90%;
line-height: 130%;
padding: 0px 8px 0px 8px;
}
h1,h2,h3,h4,h5,h6{
color:#4682B4;
background-color:White;
font-weight:bold;
text-decoration:none;
vertical-align:baseline; 
}
h1{
font-size:18px;
margin: 0px 0px 2px 0px; 
padding: 0px 8px 0px 8px;
line-height: 20px;
}
h2{
font-size:14px;
margin: 0px 0px 2px 0px;
padding: 0px 8px 0px 8px;
line-height: 16px;
}
h3{
font-size:12px;
margin: 0px 0px 2px 0px;
padding: 0px 8px 0px 8px;
line-height: 14px;
}
h4{
font-size:11px;
margin: 0px 0px 2px 0px;
padding: 0px 8px 0px 8px;
line-height: 13px;
}
h5{
font-size:11px;
margin: 0px 0px 2px 0px;
padding: 0px 8px 0px 8px;
line-height: 13px;
}
h6{
font-size:10px;
margin: 0px 0px 2px 0px;
padding: 0px 8px 0px 8px;
line-height: 12px;
}
/* Main Page Container */
#main{
width: 776px;
height: 100%;
margin: auto;
padding: 0;
color: #000000;
background-color: #FFFFFF;
}
#widescreen{
margin-left:60px;
}
#widescreen h1{
margin: 0;
padding-top: 18px;
padding-bottom: 18px;
}
#widescreen #calendar{
margin: 0 0 0 6px;
padding-bottom: 24px;
}
/* Intrawest footer */
#intrawest{
width: 760px;
height: 29px;
margin: 0px 8px 0px 8px;
padding: 0px 0px 0px 0px;
color: #000000;
background-color: #E2F0FA;
background-image: url(../../images/intrawest.gif);
background-position: 0px;
background-repeat: no-repeat;
text-align: right;
vertical-align: middle;
}
#intrawest .copy{
display: inline;
color: #6699CC;
background-color: transparent;
position: relative;
top: 6px;
right: 8px;
font-size: 11px;
}
/* Background color for day rows */
.row {
background-color:#999999
}
/* Overall Font Settings for calendar */
#calendar{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
/* start debug: 
#calendar table{
border: 1px solid red;
}
#calendar table td{
border: 1px solid blue;
}
#calendar table tr{
border: 1px solid green;
 background-color: #dcdcdc;
}
 end debug */
/* cell-specific font settings */
#calendar td{
font-family: Arial, Helvetica, sans-serif;
border-top: 1px solid #CCDBEC;
border-right: 1px solid #4682B4;
border-bottom: 1px solid #4682B4;
border-left: 1px solid #CCDBEC;
text-align:center;
margin:0px;
padding:0px;
}
/* Empty day cells */
.empty {
color: #2D7397;
background-color: #B0C4DE;
text-align:center;
}
/* Current day style */
.today {
color: #2D7397;
background-color: #FFD700; /*BMEA DO NOT EDIT*/
font-weight: bold;
}
/* Current day link style */
.today a:link, a:visited, a:active{
color: #2D7397;
text-decoration: none;
}
/* Current day hover style */
.today a:hover{
color:#FFFFFF;
background-color: #FF6347; /*BMEB DO NOT EDIT*/
display:block;
}
/* Days with events style */
.event {
color: #2D7397;
background-color: #0460A9; /*BMEC DO NOT EDIT*/
font-weight:bold;
}
/* Days with events link style */
.event a{
color:#FFFFFF;
margin:0px;
padding:0px;
display:block;
}
.event a:link, a:visited, a:active{
color: #FFFFFF;
text-decoration: none;
}
/* Days with events hover style */
.event a:hover{
color:#2D7397;
background-color: #E2F0FA; /*BMED DO NOT EDIT*/
display:block;
}
/* Blue events style */
.bluev {
color: #2D7397;
background-color: #FF6600; /*BMEE DO NOT EDIT*/
font-weight:bold;
}
/* Blue with events link style */
.bluev a{
margin:0px;
padding:0px;
display:block;
}
.bluev a:link, .bluev a:visited, .bluev a:active{
color: #2D7397;
text-decoration: none;
}
/* Blue with events hover style */
.bluev a:hover{
color:#FFFFFF;
background-color: #FFA500; /*BMEF DO NOT EDIT*/
display:block;
}
/* Days with no events */
/*.normal{
color: #2D7397;
background-color: #E9EFF8;
font-weight:normal;
}*/
/* Days with no events */
.normal{
color: #2D7397;
background-color: #FFDEAD;
font-weight:normal;
}
/* Days with no events link style */
.normal a{
margin:0px;
padding:0px;
display:block;
}
.normal a:link, .normal a:visited, .normal a:active{
color: #2D7397;
text-decoration: none;
}
/* Days with no events hover style */
.normal a:hover{
color: #2D7397;
background-color: #E2F0FA;
display:block;
}
/* Weekday header style */
.hdr{
color:#FFFFFF;
background-color:#6699CC;
font-size: 11px;
text-transform:uppercase;
}
/* Previous-next-month-year nav cell style */
.navbtn{
text-align:center;
vertical-align:middle;
background-color:#B0C4DE;
}
/* Month name cell style */
.navhdr{
color: #336699;
background-color:#B0C4DE;
font-size: 14px;
font-weight:bold;
text-transform:uppercase;
}
/* Nav Button image styles */
.navimg{
border: 0px;
width:18px;
height:13px;
margin:0;
padding:0;
}
/* Today button cell style */
.todaybtn {
color: #2D7397;
background-color: #FFD700; /*BMEG DO NOT EDIT*/
font-weight: bold;
}
/* Today button link style */
.todaybtn a:link, a:visited, a:active{
color: #2D7397;
text-decoration: none;
}
/* Today button hover style */
.todaybtn a:hover{
color:#FFFFFF;
background-color: #FF6347; /*BMEH DO NOT EDIT*/
display: block;
margin:0;
padding:1px 0px 2px 0px;
}
/* This is the container for the popup - only edit
   color and transparency and overflow!!!!! You must use
   equivalent values for filter and opacity to work
   cross-browser */
#dv {
opacity: 0.90; /*BMEI DO NOT EDIT*/
filter: alpha(opacity=90); /*BMEJ DO NOT EDIT*/
background-color: #FFFFFF;
/*border: 1px solid #999999;*/
/* enable overflow and set popup height
   to a fixed value to enable scrolling */
overflow: auto;
vertical-align:top;
text-align: left;
height: 375px;
}
/* The popup styles */
#popheader{
height:24px;
position:relative;
color:#336699;
background-color:#B0C4DE;
background-image: url(../images/bg_a.jpg);
border-bottom: 1px solid #88B1D4;
vertical-align:top;
margin: 0;
padding: 0;
}
#popheader p.header{
font-size:11px;
color:#006699;
margin: 0 0 4px 0;
padding: 5px 12px 0px 12px;
}
#popheader #img{
position:absolute;
border: 0px;
width:18px;
height:18px;
margin:0;
padding:0;
top: 4px;
right: 2px;
}
#popup {
padding: 3px 12px 0px 12px;
height:340px;
}
#popup h1{
font-size:14px;
margin: 2px 0 2px 0;
color:#006699;
}
#popup p{
font-size:11px;
margin: 4px 0 4px 0;
color:#006699;
}
#popup a{
text-decoration: none;
}
#popup br{
margin: 0;
padding: 0;
line-height:5px;
}
#popup li{
color:#006699;
}
.popcell{
margin:0;
padding:0;
background-color: #FFFFFF;
border: 1px solid #999999;
vertical-align:top;
text-align: left;
}
/* Event Filter Navbar Styles */
#ftbl{
border: 1px solid #B0C4DE;
width:100%;
}
#ftbl th{
color: #336699;
background-color: #B0C4DE;
font-size: 12px;
text-align: left;
padding:2px 0px 2px 4px;
}
#ftbl .spacer{
height:4px;
}
#ftbl td{
border: 0;
font-size:11px;
padding:1px 2px 1px 2px;
text-align: left;
}
#ftbl select{
border: 1px solid #88B1D4;
font-size:11px;
/*width:125px;
height:19px;
vertical-align: middle;*/
}
#ftbl input{
font-size:11px;
background-color: #B0C4DE;
border-top: 1px solid #CCDBEC;
border-right: 1px solid #4682B4;
border-bottom: 1px solid #4682B4;
border-left: 1px solid #CCDBEC;
width:75px;
height:20px;
vertical-align: middle;
}
/* Filter Nav Column Widths */
#ftbl .c1{ /* date captions */
text-align: right;
}
#ftbl .c2{ /* month */
width: 82px;
text-align: center;
}
#ftbl .c3{ /* day */
width: 42px;
text-align: center;
}
#ftbl .c4{ /* year */
width: 59px;
text-align: center;
}
#ftbl .c5{ /* buttons */
width: 85px;
text-align: center;
}
#ftbl .c6{ /* filter label */
width: 35px;
text-align: right;
}
#ftbl .c7{ /* select */
width: 118px;
}
#ftbl .c8{ /* input */
width: 70px;
padding-right: 8px;
}
/* Legend */
#ltbl{
border: 0;
margin-top:16px;
margin-bottom:16px;
}
#ltbl td{
border: 0;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
color:#336699;
}
#ltbl td.legend{
padding-left:4px;
padding-right:4px;
}
/* Arrive and depart popup list */
#poplist{
color:Black;
margin:8px auto 8px auto;
padding:0px;
width: 450px;
text-align: left;
border-left: 1px solid Black;
border-right: 1px solid Black;
border-bottom: 1px solid Black;
}
#poplist a{
color:Black;
text-decoration: none;
}
#poplist br{
margin: 0;
padding: 0;
line-height:5px;
}
#poplist li{
color:Black;
}
#poplist h1{
font-size:14px;
margin: 4px 0 2px 0;
color:Black;
}
#poplist p{
font-size:11px;
margin: 4px 0 4px 0;
color:Black;
}
#poplist h1.title{
font-size:14px;
color:#FFFFFF;
background-color:Black;
margin:0;
padding:2px 4px 2px 4px;
text-align: center;
}
#poplist h2.date{
font-size:11px;
color: Black;
margin:0;
padding:2px 4px 2px 4px;
border-top: 1px solid Black;
border-bottom: 1px solid Black;
background-image: url(../../images/calendar_tab.gif);
}
#poplist img{
border: 0px;
width:0px;
height:0px;
margin: 0;
padding:0;
display: none;
}
#poplist #footer{
height: 29px;
border-top: 1px solid Black;
background-image: url(../../images/footer_cal_list.gif);
}
.printbar{
margin:8px auto 8px auto;
padding:0px;
width: 450px;
height: 11px;
text-align: right;
vertical-align: middle;
}
.printbar a{
text-decoration: none;
padding-right: 4px;
}
.printbar img{
display: inline;
width: 16px;
height: 11px;
border: 0px;
}
    

