
.Section_Title_CLASS{
 display:block;
 position:absolute;
 top:5px;
 left:-87px; /* Auto centered for IE 6*/
 width:174px; /* Auto Generated */
 height:40px; /* Auto Generated */

 background-image:url("Section_Title.PNG");
 background-position:center center;
 background-repeat:no-repeat;

}

/***  Do not modify code above this line ***/

DIV.Calendar_Container_CLASS{
 display:block;

 position:fixed;

 top:300px;
 left:20px;
 width:220px;
 bottom:83px;
 font-size:12px;
}

TABLE.Main_Calendar_CLASS{
 float:left;
 width:auto;
 table-layout:auto;
 border-collapse:collapse;
 border-width:1px;
 border-color:#BBBBBB;
}

TABLE.Main_Calendar_CLASS TD{
 border-width:1px;
 border-style:solid;
 padding:0px;
 font-size:11px;
 border-color:#BBBBBB;
}

A.Cal_Weekend_CLASS{
 color:#6699FF;
 display:block;
 padding:4px;
 background-color:white;
 text-decoration:none;
 font-weight:bold;
}

A.Cal_Weekend_CLASS:HOVER{
 color:red;
 background-color:#FFCC00;
}

A.Cal_Selected_Day_CLASS{
 color:white;
 display:block;
 padding:4px;
 background-color:red;
 text-decoration:none;
 font-weight:bold;
}

A.Cal_Selected_Day_CLASS:HOVER{
 color:red;
 background-color:#FFCC00;
}


A.Cal_Today_CLASS{
 color:white;
 display:block;
 padding:4px;
 background-color:blue;
 text-decoration:none;
 font-weight:bold;
}

A.Cal_Today_CLASS:HOVER{
 color:white;
 background-color:red;
}

A.Cal_Day_CLASS{
 color:#2233AA;
 display:block;
 padding:4px;
 background-color:white;
 text-decoration:none;
 font-weight:bold;
}

A.Cal_Day_CLASS:HOVER{
 color:red;
 background-color:#FFCC00;
}

A.Cal_Other_Month_CLASS{
 color:#AAAAAA;
 display:block;
 padding:4px;
 background-color:white;
 text-decoration:none;
 font-weight:bold;
}

A.Cal_Other_Month_CLASS:HOVER{
 color:red;
 background-color:#CCCCCC;
}

.WeekDay_CLASS{
 padding:2px 0px 3px 0px;
 color:#BB0000;
}

TABLE.Month_Title_CLASS{
 background-color:#4455CC;
}

TABLE.Month_Title_CLASS TD{
 color:white;
 font-weight:bold;
 font-size:13px;
 padding:5px 0px 5px 0px;
 border-width:0px;
}

TABLE.Month_Title_CLASS A{
 color:white!important;
 text-decoration:none;
 padding:0px 5px 0px 5px;
}

TABLE.Month_Title_CLASS A:HOVER{
 color:yellow!important;
}