.year {
   border-style: outset;
   border-width: 1px;
   background-color: #ffffff;
   text-align: center;
}
.month {
    table-layout: fixed;
   border-style: solid;
   border-width: 1px;
   border-color: #D0E1ED; /*#B0B0C8;*/
   background: #F7FAFC url('../gfx/calendar/_cal_back_fade.gif') repeat-x 0 0px;
   text-align: center;
   width: 245px;
   margin: 0 0 0 0;
   padding: 0;
}
.yearname {
   text-align: center;
   font-size: 18px;
   font-weight: bold;
}
.monthname {
   font-family: Verdana, Arial, sans-serif;
   text-align: center;
   font-size: 12px;
   font-weight: bold;
   background-color: #D0E1ED;
   color: #0066cc;/*#ffdd55;*/
   border-style: none;
   padding: 0 4px;
   width: 50%;
   height: 32px;
}
.dayname {
   text-align: center;
   font-size: 9px;
   color: #0066cc; /*#ADC1D1;#1381cf;*/
   padding-bottom: 5px;
}
.weeknumtitle {
   text-align: center;
   font-size: 10px;
   font-weight: normal;
   background-color: #ffffff;
   border-style: none;
   border-width:1px;
   color: #ffffff;
}
.weeknum {
   text-align: center;
   font-size: 10px;
   height:20px;
   width:20px;
   background-color: #ffffff;
   color: #ffffff;
}
.yearnavigation {
   font-size: 12px;
}
.datepicker {
   background-color: #ffffff;
}
.datepickerform {
   margin: 0px;
}
.monthnavigation {
   font-family: Tahoma, Arial, sans-serif;
   background-color: #D0E1ED; /*#b4d7f0;*/
   color: #ffcc33;
   width: 25%;
}
.monthpicker {
   font-size: 11px;
   background-color: #ffffff;
}
.yearpicker {
   font-size: 11px;
   background-color: #ffffff;
}
.pickerbutton {
}
.nomonthday {
   text-align: center;
   font-size: 10px;
   height:20px;
   color: #aaaaaa;
}
.monthday {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   color: #003366;
   height:20px;
}
.today {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   border-width: 1px;
   border-style: solid;
   border-color: #003366;
   /*background: #D0E1ED; #E1E1E2;*/
   color: #003366;
   height:20px;
}
.selectedday {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   border-width: 1px;
   border-style: outset;
   background-color: #ffffff;
   height:20px;
}
.sunday {
   text-align: center;
   font-size: 11px;
   font-weight: normal;
   color: #507290;
   height:20px;
}
.sunday a {
   color: #003366;
}
.saturday {
   text-align: center;
   font-size: 11px;
   font-weight: normal;
   color: #507290;
   height:20px;
}
.saturday a {
   color: #003366;
}
.event {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   border: 1px solid #9CBBD7;
   color: #003366;
   background-color: #CBE3F9;
   height:20px;
}
.event a, .todayevent a, .pastevent a {
   color: #003366;
}
.event a:visited, .todayevent a:visited, .pastevent a:visited {
   color: #003366;
}
.event a:hover, .todayevent a:hover, .pastevent a:hover {
   color: #0066cc;
}
.pastevent {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
    background: #FFF597;
   border: 1px solid #000000;
   color: #003366;
}
.selectedevent {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   border-width: 1px;
   border-style: solid;
   color: #003366;
   background-color: #FFF597;
   height:20px;
}
.selectedevent a {
   color: #003366;
}
.todayevent {
   text-align: center;
   font-size: 11px;
   font-weight: bold;
   border-width: 2px;
   border-style: solid;
   border-color: #DA6110;
   background-color: #FFF597;
   height:20px;
}
.todayevent a {
   color: #003366;
}
.eventcontent {
   font-size: 10px;
   border-style: outset;
   border-width: 1px;
   width: 100%;
}

/* Event links */
.event_link {
    /*border-bottom: 1px solid #dadada;*/
    font-family: Verdana, Helvetica, sans-serif;
    padding: 4px 0 4px 0;
    font-weight: normal;
	text-decoration: none;
    size: 9px; 
	color: #000000;
}
.event_link_altrow {
    background: #F7FAFC;
    font-family: Verdana, Helvetica, sans-serif;
    padding: 4px 0 4px 0;
    font-weight: normal;
	text-decoration: none;
    size: 9px; 
	color: #000000;
}

.event_link a {
    font-family: Verdana, Helvetica, sans-serif;
    padding: 4px 0 4px 0;
    font-weight: normal;
	text-decoration: none;
    size: 9px; 
}

.event_link a:visited {
	color: #507290; 
	font-family: Verdana, Helvetica, sans-serif;
    padding: 4px 0 4px 0;
    font-weight: normal;
	text-decoration: none;
    size: 9px; 
}

.event_link a:hover {
}

.date_link {
    /*border-bottom: 1px solid #dadada;*/
    padding: 4px 0 4px 0;
}

.date_link a {
    font-family: Verdana, Helvetica, sans-serif;
    size: 9px;
	text-decoration: none;
	color: #000000;
    padding: 4px 0 4px 0;
}

.date_link a:visited {
}

.date_link a:hover {
}



.bullet {
    /*border-bottom: 1px solid #dadada;*/
    padding-right: 5px;
}
.bullet img {
    margin-top: 6px;
}


/* Overlay styles */
#cal_shim {
    visibility: hidden;
}
.popup-table-caption, .popup-table-content h1, .popup-table-content h2, .popup-table-content h3 {
    font-family: Verdana,Geneva,Arial,sans-serif;
    font-weight: bold;
    font-size: 100%;
    color: #00254A;
}
.popup-table-caption, .popup-table-content {
    border-left: 1px solid #003366;
    background: #f8f8fa;
    font-weight: normal;
}
.popup-table-caption {
    text-align: center;
    color: #003366;
    padding: 0 8px 6px 8px;
    background: #F8F8FA url('../gfx/calendar/_cal_side_fade.png') no-repeat 50% 100%;
}
.popup-table-content {
    padding: 8px 20px 8px 20px;
}
.popup-table-content hr {
    height: 1px;
    color: #ccc;
    background: #F8F8FA url('../gfx/calendar/_cal_side_fade.png') no-repeat 50% 100%;
    border: none;
}
.popup-table-header {
    background: url('../gfx/calendar/_cal_popup_top.png') no-repeat top left;
    height: 18px;
}
.popup-table-footer {
    background: url('../gfx/calendar/_cal_popup_bottom.png') no-repeat bottom left;
    height: 22px;
}
.popup-caption-right {
    background: url('../gfx/calendar/_cal_popup_right.png') repeat-y top left;
    width: 14px;
}
.light {
    font-weight: normal;
    font-size: 70%;
    line-height: 180%;
}

