.eventCalendarMonth {
    float: left;
    width: 218px;
}
.eventCalendarMonth .head {
    background: url("/epic/images/img/bg_head_month.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 34px;
    padding-left: 4px;
    width: 218px;
}
.eventCalendarMonth .head a.bigPrev {
    background: url("/epic/images/img/prevYear.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 5px;
    width: 17px;
}
.eventCalendarMonth .head a.bigPrev:hover {
    background: url("/epic/images/img/prevYear_hover.gif") no-repeat scroll 0 0 transparent;
}
.eventCalendarMonth .head a.smallPrev {
    background: url("/epic/images/img/prevMonth.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 0;
    width: 17px;
}
.eventCalendarMonth .head a.smallPrev:hover {
    background: url("/epic/images/img/prevMonth_hover.gif") no-repeat scroll 0 0 transparent;
}
.eventCalendarMonth .head a.smallNext {
    background: url("/epic/images/img/nextMonth.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 0;
    width: 17px;
}
.eventCalendarMonth .head a.smallNext:hover {
    background: url("/epic/images/img/nextMonth_hover.gif") no-repeat scroll 0 0 transparent;
}
.eventCalendarMonth .head a.bigNext {
    background: url("/epic/images/img/nextYear.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 5px;
    width: 17px;
}
.eventCalendarMonth .head a.bigNext:hover {
    background: url("/epic/images/img/nextYear_hover.gif") no-repeat scroll 0 0 transparent;
}
.eventCalendarMonth .head .text {
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    margin: 7px 2px;
    overflow: hidden;
    text-align: center;
    width: 208px;
	text-align: center;
}
.eventCalendarMonth .calendarMonth {
    float: left;
}
.eventCalendarMonth .calendarWeekContainer {
    background-color: #8DB4F5;
    background-repeat: no-repeat;
    color: #FFFFFF;
    float: left;
    width: 29px;
}
.eventCalendarMonth .calendarWeekContainer .kw {
    display: block;
    font-weight: bold;
    height: 18px;
    margin: 0 4px;
    padding: 2px 0 0;
    text-align: center;
    width: 19px;
}
.eventCalendarMonth .calendarWeekContainer .calendarWeek {
    display: block;
    height: 19px;
    margin: 2px 0;
    padding: 2px 0 0;
    text-align: center;
    width: 29px;
}
.eventCalendarMonth .body {
    /*background: url("/epic/images/img/bg_body_month.gif") repeat-y scroll 0 0 transparent;*/
	border: 1px solid #A0A0A0;
    float: left;
    margin-left: 4px;
    width: 209px;
	box-shadow: 3px 3px 3px #888888;
	margin-bottom: 3px;	
}

*html .eventCalendarMonth .body  {
	width: 211px;	
}

.eventCalendarMonth .body .weekDaysContainer {
    height: 15px;
}
.eventCalendarMonth .body .weekDaysContainer .weekDays {
    display: block;
    float: left;
    font-weight: bold;
    height: 17px;
    margin: 0 4px;
    padding: 2px 0 0;
    text-align: center;
    width: 21px;
}
.eventCalendarMonth .body .weekDatesContainer {
}
.eventCalendarMonth .body .weekDatesContainer .weekDates {
    color: #000000;
    display: block;
    float: left;
    height: 20px;
    margin: 2px 0;
    padding: 2px 0 0;
    text-align: center;
    text-decoration: none;
    width: 29px;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.mouseOver {
    background-image: url("/epic/images/img/aes_events.png") !important;
    background-position: 0 21px;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.pointer {
    cursor: pointer;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.currentDate {
    background-image: url("/epic/images/img/Today.png");
    background-position: 3px 4px;
	background-repeat: no-repeat;
    color: #000000 !important;
    text-decoration: none;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.selectedDate {
    background-image: url("/epic/images/img/selected_Date.png");    
	background-position: 3px 4px;
	background-repeat: no-repeat;
    color: #000000 !important;
    text-decoration: none;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.event {
    cursor: pointer;
    text-decoration: none;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.lastMonth {
    background-color: #ADB880;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.cycle {
    background-color: #E1E1E1;
}
.eventCalendarMonth .body .weekDatesContainer .weekDates.cycle_even {
    background-color: #FFFFFF;
}
.eventCalendarMonth .body .weekDatesContainer .effective {
    background-image: url("/epic/images/img/Effective.png");
    background-position: 4px 3px;
	background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
}
.eventCalendarMonth .body .weekDatesContainer .BlueNavShip {
    background-image: url("/epic/images/img/BlueNavStart.png");
    background-position: 3px;
	background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
}
.eventCalendarMonth .body .weekDatesContainer .BlueShip {
    background-image: url("/epic/images/img/BlueStart.png");
    background-position: 3px;
	background-repeat: no-repeat;
    color: #FFFFFF;
    font-weight: bold;
}
.eventCalendarMonth .contentBegin {
    float: left;
    font-size: x-small;
    margin: 0 4px 0 0;
    padding: 2px 10px;
    width: 200px;
}
.eventCalendarMonth .content {
    float: left;
    font-size: 11px;
    margin: 0 4px 0 0;
    padding: 2px 10px;
    width: 200px;
}
.eventCalendarMonth .footer {
    background-image: url("/epic/images/img/bg_month_close.gif");
    background-repeat: no-repeat;
    float: left;
    font-size: x-small;
    height: 35px;
    margin: 0 0 0 0;
    width: 231px;
}
eventCalendarWeek #eventCalendarWeek {
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    height: 147px;
    width: 280px;
}
#eventCalendarWeek .head {
    height: 20px;
    width: 220px;
}
#eventCalendarWeek .head a.bigPrev {
    background: url("/epic/images/img/prevYear.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 5px;
    width: 17px;
}
#eventCalendarWeek .head a.bigPrev:hover {
    background: url("/epic/images/img/prevYear_hover.gif") no-repeat scroll 0 0 transparent;
}
#eventCalendarWeek .head a.smallPrev:hover {
    background: url("/epic/images/img/prevMonth_hover.gif") no-repeat scroll 0 0 transparent;
}
#eventCalendarWeek .head a.smallNext:hover {
    background: url("/epic/images/img/nextMonth_hover.gif") no-repeat scroll 0 0 transparent;
}
#eventCalendarWeek .head a.bigNext {
    background: url("/epic/images/img/nextYear.gif") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 17px;
    margin: 7px 5px;
    width: 17px;
}
#eventCalendarWeek .head a.bigNext:hover {
    background: url("/epic/images/img/nextYear_hover.gif") no-repeat scroll 0 0 transparent;
}
#eventCalendarWeek .head .text {
    color: #000000;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: small;
    font-weight: bold;
    margin: 7px 2px;
    overflow: hidden;
    text-align: center;
    width: 215px;
}
#eventCalendarWeek .body {
    height: 180px;
    width: 220px;
}
#eventCalendarWeek .body a.smallNav {
    background-color: #9FC0F7;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    height: 17px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 220px;
}
#eventCalendarWeek .body a.smallNav:hover {
    background-color: #78A7F3;
    color: #DBE7FD;
}
#eventCalendarWeek .body a.Prev {
    margin-bottom: 7px;
    margin-top: 0;
}
#eventCalendarWeek .body a.Next {
    margin-bottom: 0;
    margin-top: 7px;
}
.loading {
    background-image: url("/epic/images/img/ajax-loader-trans.gif");
    background-position: center center;
    background-repeat: no-repeat;
}
#eventCalendarWeek .body .date {
    cursor: pointer;
    display: block;
    float: left;
    font-weight: bold;
    height: 35px;
    margin: 0 0;
    padding: 3px 4px;
    text-align: center;
    width: 23px;
}
#eventCalendarWeek .body .date.mouseOver {
    background-image: url("/epic/images/img/aes_events_weekly.png") !important;
    background-position: center -164px;
    background-repeat: no-repeat;
}
#eventCalendarWeek .body .date.currentDate {
    background-image: url("/epic/images/img/aes_events_weekly.png");
    background-position: center -120px;
    background-repeat: no-repeat;
    color: #000000;
}
#eventCalendarWeek .body .date.effect {
    background-image: url("/epic/images/img/aes_events_weekly.png");
    background-position: center 3px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
#eventCalendarWeek .body .date.shipp {
    background-image: url("/epic/images/img/BlueNavStart.png");
    background-position: center -38px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
#eventCalendarWeek .body .date.cutoff {
    background-image: url("/epic/images/img/aes_events_weekly.png");
    background-position: center -79px;
    background-repeat: no-repeat;
    color: #FFFFFF;
}
#eventCalendarWeek .body .date.cycle {
    background-color: #E1E1E1;
}
#eventCalendarWeek .body .date.cycle_even {
    background-color: #FFFFFF;
}
#eventCalendarWeek .body .date .day {
    display: block;
    font-size: 100%;
}
#eventCalendarWeek .body .date .weekday {
    font-size: xx-small;
}
#eventCalendarWeek .content {
    font-size: 11px;
    padding: 4px 5px 0px;
    width: 220px;
}
#eventCalendarWeek .footer {
    background: url("/epic/images/img/bg_week_footer.gif") no-repeat scroll 0 0 transparent;
    height: 35px;
    width: 280px;
}
#eventCalendarYear {
    width: 950px;
}
.thetitles {
    display: block;
    float: left;
    font-weight: bold;
    height: 25px;
    width: 90px;
}
.thedates {
    display: block;
    float: left;
    height: 60px;
    width: 120px;
}
