/*********************
* Calendar module style
**********************/

/* MAIN MODULE CONTAINER */
/*********************/
.mod_events_cal_container {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: left;
}

/* CALENDAR HEADER */
/*********************/
.mod_events_cal_table {
	width: 100%;
	text-align: left;
}
.mod_events_monthyear {
    vertical-align: middle;
	text-align: left;
	
}
.mod_events_monthyear_title {
	padding: 20px 0px 6px 0px;
	font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	text-align: left;
	color: #cdc49c;
}

a.mod_events_monthyear_title_link {
	font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
	text-align: left;
	color: #cdc49c;
}

/* MAIN CALENDAR TABLE */
/*********************/
.mod_events_table {
    width: 95%;
    text-align: center;
    border: 0px solid #2a2c2d;
}
.mod_events_table td {
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    border-bottom: 1px solid #8e8768;
}
tr.mod_events_dayname {
	vertical-align: middle;
}
.mod_events_td_title {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: inherit;
    color: #8e8768;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    background-color: inherit;
    color: #8e8768;
    text-decoration: none;
    text-align: center;
}
.mod_events_td_dayoutofmonth {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    color: #2a2821;
    text-decoration: none;
    text-align: center;
}

/* today with no events */
.mod_events_td_todaynoevents {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    background-color: #2a2821;
    color: #cdc49c;
    text-decoration: none;
    text-align: center;
}

/* today with events */
.mod_events_td_todaywithevents {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    background-color: #2a2821;
    color: #cdc49c;
    text-decoration: none;
    text-align: center;
}


/* day with no events */
.mod_events_td_daynoevents {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    background-color: transparent;
    color: #8e8768;
    text-decoration: none;
    text-align: center;
}

/* day with events */
.mod_events_td_daywithevents {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    background-color: #8e8768;
    color: #cdc49c;
    text-decoration: none;
    text-align: center;
}

/* MAIN CALENDAR LINKS */
/*********************/
a.mod_events_daylink {
    display: block;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
    background-color: inherit;
    color: #8e8768;
    color: #2a2821;
}
a.mod_events_daylink:link {  }
a.mod_events_daylink:visited  {  }
a.mod_events_daylink:hover  {
	text-decoration: none;
	background-color: #2a2821;
	color: #cdc49c;
}

/* MONTH LINKS TABLE */
/*********************/
.mod_events_link_table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
.mod_events_thismonth {
	text-align: left;
}
.mod_events_td_link {
    background-color: Background;
    color: inherit;
}

/* LINKS TO SHOW MONTH */
/*********************/
a.mod_events_link {
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    background-color: inherit;
    color: #8e8768;
    color: #2a2821;
}
a.mod_events_link:link {  }
a.mod_events_link:visited  {  }
a.mod_events_link:hover  {
	text-decoration: none;
	color: #cdc49c;
	background-color: inherit;
}



.mod_events_td_todaynoevents a, 
.mod_events_td_todaywithevents a {
	background-color: #2a2821;
	color: #cdc49c;
}

.color_sunday {  }
.color_monday {  }
.color_tuesday {  }
.color_wednesday {  }
.color_thursday {  }
.color_friday {  }
.color_saturday {  }
