/*Handles outside border of the calendar*/
#calendar_table{border:1px #000000 Solid;}

/*Handles Days of the week header*/
#week_days{background-color:#000000;width:530px;}
.week_day{width:73px; text-align:center; font-weight:bold;
background-color:#000000; color:#E9A348; font-size:8pt;}


.day_cell{ /*Handles Cell Background With Active day*/
background-color:#12571A;
height:65px; width:65px;
cursor:pointer; /*Forces hand in FF*/
cursor:hand; /*Forces hand in IE*/
border:1px Solid #000000;
}

.day_info{ /*Handles content of active cell*/
font-size:6pt; width:65px;
color:#E9A348; /*text-align:right;*/
padding-top:3px;
padding-left:5px;
}

.day_num{ /*Handles day number of active cell*/
background-color:#114B18;
height:15px; width:15px;
font-size:8pt; text-align:center;
vertical-align:middle; font-size:8pt;
}

.dead_cell{ /*Handles background of inactive cell*/
background-color:#07410E;
height:65px; width:65px;
border:1px Solid #000000;
}

.dead_num{ /*Handles number area of inactive cell*/
background-color:#114B18;
height:15px; width:15px;
}




/*HANLDES DESCRIPTION AREA */
#desc_container{background-color:#E9A348;border:3px Solid #000000;width:204px;height:300px;}
#month_name{color:#000000;font-size:12pt;font-weight:bold;padding:3px;border-bottom:1px Solid #000000;}
.month_link:link, .month_link:visited{font-size:6.5pt;color:#000000; text-decoration:none;}
.month_link:hover{font-size:6.5pt;color:#000000; text-decoration:underline;}
#month_head{color:#000000;}

.desc_box{background-color:#E9A348;width:204px;}
.desc_date{font-size:7.5pt;color:#000000;font-weight:bold;
border-bottom:1px Solid #000000;padding-top:5px;padding-bottom:3px;}

.desc_scroll{width:204pxpx;height:200px; overflow:auto;
scrollbar-base-color:#E9A348;
word-wrap:break-word;}

.section_head{font-family:monotype corsiva;
font-size:14pt; font-weight:normal;color:#333333;}

.desc_head{width:90%;}

.desc_title{color:#000000; font-size:8pt;
font-weight:bold; padding-left:5px;}

.desc_time{color:#000000; font-size:8pt;
vertical-align:top; padding-left:5px;}

.desc_url:link, .desc_url:visited{
color:#333333; font-size:7pt;
vertical-align:top; padding-left:5px;
padding-right:7px;}

.desc_desc{color:#333333; font-size:7pt;
vertical-align:top; padding-left:5px;
padding-right:7px; padding-bottom:7px;}