/* CSS Document */


#calendar{
float:left;

}

.calendar div{
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
vertical-align:middle;
padding: 2px;

}

.calendar div a{
display:block;
text-decoration:none;
color:#333;
width: 40px;
height: 40px;







}




table.calendar {
position: relative;
left: 0px;

float:left;


border: 3px solid #b6d4bc;
color: #000000;
background: #f5fdf7;
 
}
.calendar div.today { padding-top:10px; color: #000000; background:url(img/calendarbggrey.gif) center no-repeat; 
height:30px  }
.calendar div.monthdays {padding-top:10px;
color: #000000; background: #FFFFFF; width: 40px;
height:30px;  }
.calendar div.nonmonthdays { 
padding-top:10px;
 color: #000000;  width: 40px;
height:30px; background:url(../img/calendarbggrey.gif) center no-repeat; }

.calendar div.days{
padding-top:10px;
background:url(../img/calendarbggrey.gif) center no-repeat; width: 40px; height:30px; 

}

.calendar div.days a{


color:#000000;


}

.calendar div.days a div.msg{
display:none;
height: 0px;
width: 0px;
font-size:0px;
position:absolute;
top: 30px;
left: 500px;


}




.calendar #box {

position:absolute;
top: 30px;
left: 500px;
width: 400px;
height: 400px;
border:#CCCCCC 1px solid;
}


#coursecontent{
font-size:0.9em;
position:relative;
text-align:justify;

width: 240px;
padding: 10px;
margin: 5px 10px;
border:5px solid #DDD;
background:#EFEFEF;

float: left;
min-height: 300px;
height:auto;

}

*html #coursecontent{
height: 300px;
float: left;
}

#locations{


/*border: 2px solid #fdf985; */

margin: 0px 10px 10px 10px;
}

#class{

margin: 10px;
}

#choices{
width: 616px;
height: 70px;
/*
border: 4px solid #f3ee74; 
background: #fffdc6; 
*/
border: 4px solid #fdfaa0; 
background: #fcfce0; 
}

.calendar a.button{


color:#333333;
text-decoration:underline;
padding: 2px;
margin: 1px;

}

#calendarhelp{
border: 3px solid #b6d4bc;
font-size: 0.8em;
background:#f5fdf7;
background-image:none;
width: 332px;
margin: 5px 0px;
padding: 2px;
text-align:center;
font-weight:bold;


}
#choiceshelp{
border: 3px solid #fdfaa0;
font-size: 0.8em;
background:#fcfce0;
background-image:none;
width: 550px;
margin: 5px 0px;
padding: 2px;
text-align:center;
font-weight:bold;


}

#calendardiv{
padding-top:0px;
margin-top:0px;

}

#caltable td{
padding-top:0;
vertical-align:top;

}
