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

/* MAIN MODULE CONTAINER */
/*********************/
.mod_events_cal_container {
	width: 200px;
	margin: 10px 10px 0px 10px;
}

/* CALENDAR HEADER */
/*********************/
.mod_events_cal_table {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.mod_events_monthyear {
    vertical-align: middle;
	text-align: center;
	
}
.mod_events_monthyear_title {
	font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
	text-align: center;
}

a.mod_events_monthyear_title_link {
	font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #595d80;
}

a.mod_events_monthyear_title_link:hover {
	text-decoration: underline;
}

/* MAIN CALENDAR TABLE */
/*********************/
.mod_events_table {
    border: 1px solid #e3e3e3;
    width: 95%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
tr.mod_events_dayname {
	vertical-align: middle;
}
.mod_events_td_title {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    background-color: inherit;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: inherit;
    color: #000000;
    border-bottom: 1px solid #e3e3e3;
}
.mod_events_td_dayoutofmonth {
    font-family: "Lucida Grande", Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    background-color: #efefef;
    color: #808080;
    text-decoration: none;
    text-align: center;
}

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

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

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

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

/* MAIN CALENDAR LINKS */
/*********************/
a.mod_events_daylink {
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
    text-decoration: none;
    background-color: transparent;
    color: #000000;
}
a.mod_events_daylink:hover  {
	text-decoration: underline;
}

/* MONTH LINKS TABLE */
/*********************/
.mod_events_link_table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	display: none;
	visibility: hidden;
	background: transparent;
}
.mod_events_thismonth {
	text-align: center;
	background: transparent;
}
.mod_events_td_link {
	background: transparent;
    color: inherit;
}

/* LINKS TO SHOW MONTH */
/*********************/
a.mod_events_link {
    font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
    font-weight: normal;
    text-decoration: none;
    background-color: inherit;
    color: #444444;
}
a.mod_events_link:hover  {
	text-decoration: underline;
}

