/* CSS Document */
/* month view - applys only to the code generated by the display_month method */

div.cal_note_width {
   width: expression(maxwidthiehack(this));
   max-width: 50%;
}

div.cal_note_popup
{ 
   background: #F8F8D0;
   color: #000;
   font-size: 10px;
   font-family: tahoma, arial;
   width: expression(maxwidthiehack(this));
   max-width: 50%;

}

div.cal_note_popup a:link, div.cal_note_popup a:visited
{
   color: #003969;
   text-decoration: underline;
}
</style>
<style type="text/css">
</style>
<style type='text/css' media='screen'>

/***********
 * GENERAL *
 ***********/
#cal a:visited { text-decoration: none; }
#cal a:link {  text-decoration: none; }
#cal a:hover { text-decoration:  none; }


#cal .month_mini table { border-collapse: collapse; }

#cal .spacer_tiny { height: 1px; padding: 0px; }
#cal .spacer_small { height: 2px; width: 2px; padding: 0px; }
#cal .spacer { height: 20px; width: 20px; padding: 0px; }

#cal .heading { vertical-align: middle; }

#cal table { color: #333333; }
#cal table { font-family: Verdana, Arial, Helvetica, sans-serif; }
#cal table { font-size: 12px; }


/**********
 * HEADER *
 **********/
#cal .heading { }
#cal .heading { }
#cal a.heading:link, #cal a.heading:visited { font-weight: normal; }
#cal a.heading:link, #cal a.heading:visited { font-style: normal; }
#cal a.heading:link, #cal a.heading:visited { text-decoration: none; }


/******************
 * WEEKDAY HEADER *
 ******************/
#cal .row_header { background: #189AA0; }
#cal .row_header { color: #FFFFFF; }
#cal .row_header { font-size: 12px; }
#cal .row_header { font-weight: normal; }


/********************************
 * DAY(S) 
 * 
 * .cal_content = normal days
 * .cal_disabled = days not in month
 * .cal_selected = highlighted days
 *
 *******************************/
#cal .cal_disabled { background: #DFDFDF; }
#cal .cal_selected { background: #FFFFC4; }
#cal td.cal_content {border: 1px solid #C2DDE2}
#cal .cal_content .cal_content td {border-width:0px;}
#cal table a.cal_content:link {color: #189AA0;}

/**********************************
 * 
 * EVENTS
 *
 * .cal_event = normal events
 * .cal_event_imp = flagged events
 * font.*, a.* = title
 *
 *********************************/
#cal td.cal_event { background: #FFFFCC; }
#cal td.cal_event {
        border-left: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        }
