/*-------------- MBS Calendar feature Styles --------------*/

/*  various? but only research at moment */
/*  other calendar stuff is also in research css !!!!! */

div#CalendarEvent
{
    float:left;
    width:230px;
    height:80px;
    padding-top:10px;
    padding-left:24px;
    color:#ffffff;
	font-size: 0.9em;
}

div#CalendarEvent img /* added by AW to override global image align */
{
	float: none;
	margin-left: 0;
	margin-bottom: 0;
}

div#CalendarTable
{
	float:right;
	padding-right:10px;
}

div#CalendarTable td
{
    height:20px;
    width:20px;
    background-color:#FFFFFF;
    text-align:center;
}

div#CalendarTable td.calon
{
    background-color:#C8C8C8;
}


div#CalendarTable td.top
{
    height:10px;
    background-color:#A4A4A4;
    color:#ffffff;
}

div#CalendarTable a
{
    text-decoration:none;
    color:#000000;
}

div#CalendarTable a:hover
{
    text-decoration:none;
    color:#000000;
}


div#CalendarEvent a
{
    color:#000000; 
    text-decoration:none;}

div#CalendarEvent a:hover
{
    color:#000000;   
    text-decoration:underline;
}




