/*
        MHTM are styles associated with the tiny month calendars.
        Table.MHTM is the style for the tinymonth table.
        TH.MHTMHead is the style for the heading of the tiny month calendar table.
        A.MHTMTitle is the style for the link to the Month View Calendar in the
                heading of the tiny month calendar
        .MHTMFixed is the style for the day headings.
        A.MHTMWeek is the style for the weeks link
        A.MHTMSelWeek is the style for the selected, or current week.
*/
TABLE.MHTM { margin: 0 auto;
width: 218px;
}
TABLE.MHTM, TD.MHTM, TD.MHTMToday, A.MHTM {
		font-family: tahoma, arial, lucida, sans-serif;
        padding-left: 1px; padding-right: 1px;
        color: #fff;
        text-align: center; text-decoration: none;
        font-size: 13pt;
}
TABLE.MHTM TH {
	background-color: #02395a;
	color: white;
}
A.MHTM:hover {
        color:White; background-color:Navy;
}
TD.MHTMSEL, TD.MHTMSELToday, A.MHTMSEL {
        padding-left: 1px; padding-right: 1px;
		font-family: tahoma, arial, lucida, sans-serif;
        color: Navy;
        text-align: center; text-decoration: none;
        font-size: 14pt;
        font-weight:bold;
        }
TD.MHTMToday, TD.MHTMSELToday{
        border: 1px solid #fff;
}
A.MHTMTitle, A.MHTMTitle:visited { font-size: 10pt; background-color: #02395a; color: White; text-decoration:none;}
A.MHTMTitle:hover { background-color: #02395a; color: #fff;}

H3.AjaxItem {}
DL.AjaxItem DT { }
DL.AjaxItem DD { }
