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

/*Small Calendar Styles*/
.mod_events_td_dayname_small {
    font-weight: bold;
    color: #4d4d4d;
    text-align: right;
}

.mod_events_td_dayoutofmonth_small {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #FFFFFF;
		text-align: right;
		/*border: 1px solid #eab3ea;*/
		border: none;
}

.mod_events_td_todaynoevents_small {
    font-weight: normal;
    color: #4d4d4d;
    background-color: #dd0000;
		text-align: right;
		border: 0px solid #ffffff;
}

.mod_events_td_todaywithevents_small {
    font-weight: normal;
    color: #cc3399;
	text-align: right;
	border: 0px solid #ffffff;
	background-color: #FFCCFF;
}

.mod_events_td_daynoevents_small {
    font-weight: normal;
    color: #4d4d4d;
    background-color: #FFFFFF;
		text-align: right;
		border: 0px solid #ffffff;
}

.mod_events_td_daywithevents_small {
    font-weight: normal;
    color: #cc3399;
	text-align: right;
	border: none;
	background-color: #FFCCFF;
}

/*Full Size Calendar Styles*/
.mod_events_table {
    border: 0px solid #FFCCFF;
    width: 275px;
    text-align: left;
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
}
.mod_events_td_title {
    font-weight: bold;
    color: #cc3399;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-weight: bold;
    color: #4d4d4d;
    text-align: left;
}
.mod_events_td_dayoutofmonth {
    font-weight: none;
/*    color: #009999;
    background-color: #eee;*/
		text-align: left;
		/*border: 1px solid #eab3ea;*/
		border: none;
}

.mod_events_td_todaynoevents {
    font-weight: normal;
    color: #009999;
    background-color: #ddd;
		text-align: left;
		border: 1px solid #ffffff;
}
.mod_events_td_todaywithevents {
    font-weight: normal;
    color: #cc3399;
	text-align: left;
	border: 1px solid #ffffff;
	background-color: #FFCCFF;
}
.mod_events_td_daynoevents {
    line-height: normal;
    font-weight: normal;
    color: #009999;
		text-align: left;
    background-color: #cee6e7;
	/*border: 1px solid #cccccc;*/
		border: none;
}
.mod_events_td_daywithevents {
    font-weight: normal;
    color: #cc3399;
	text-align: left;
	background-color: #FFCCFF;
	border: 1px solid #eab3ea;
}

a.mod_events_daylink:link {
    color: #4d4d4d;
    text-decoration:none;
}
a.mod_events_daylink:visited  {
    color: #4d4d4d;
    text-decoration:none;
}
a.mod_events_daylink:hover  {
    color: #4d4d4d;
    text-decoration:none;
}
.mod_events_td_link {
}
a.mod_events_link:link {
    color: #cc3399;
}
a.mod_events_link:visited  {
    color: #cc3399;
}
a.mod_events_link:hover  {
    color: #ffffff;
}
.mod_events_monthyear a.mod_events_link, .mod_events_monthyear a.mod_events_link:visited ,.mod_events_monthyear a.mod_events_link:visited{ 
    font-weight: bold;
    color: #cc3399;
    text-align: center;
    text-decoration:none;   
}
/*********************
* Calendar style
**********************/
.cal_table {
}
.cal_td_daysnames {
    height:20px;
    line-height:20px;
    background-color:#ffffff;
    font-weight:bold;
    text-align:left;
}
.cal_td_next_month {
    height:20px;
    line-height:20px;
    background-color:#ffffff;
    font-weight:bold;
    text-align:right;
}
.cal_td_prev_month {
    height:20px;
    line-height:20px;
    background-color:#ffffff;
    font-weight:bold;
    text-align:left;
}
.cal_td_month_name {
    height:20px;
    line-height:20px;
    background-color:#ffffff;
    font-weight:bold;
    text-align:right;
    font-size: 18px;
}
.cal_daysnames {
    font-family: Trebuchet MS, Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
.cal_td_daysoutofmonth {
    background-color: #B0C4DE;
}
.cal_daysoutofmonth {
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    
    
}
.cal_td_today {
    background-color:#ffccff;
		border: 2px solid #ffffff;
    padding:1px;
}
.cal_td_daysnoevents {
    background-color: #cee6e7;
    padding:1px;
}
a.cal_daylink:link, a.cal_daylink:visited {
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #4d4d4d;
}
a.cal_daylink:hover{
    font-family: Trebuchet MS, Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}
a.cal_titlelink:link, a.cal_titlelink:visited{
    font-size:10px;
    font-family: Arial, san-serif;
    text-decoration: none;
    color:inherit;
    display:block;
		overflow:hidden;
		margin-bottom: 1px;
		width: 80px;
    white-space: nowrap;
}
a.cal_titlelink:hover{
    font-size:10px;
    text-decoration: none;
    color:inherit;
    display:block;
	overflow:hidden;
	margin-bottom: 1px;
	width: 80px;
    white-space: nowrap;
	background-color: #ffffff;
}