/*********************
* Calendar module style
**********************/
#calendar{
	border:0px solid orange;
}

.mod_events_monthyear{
	background-image:url(../templates/sysp/images/module_top.JPG);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#006699;
	padding:5px 2px 0 0;
	margin:0;
	width:124px;
	border-bottom:1px solid orange;
}

.mod_events_table {
    border: 1px solid orange;
    width : 124px;
    text-align : center;
	border-right:2px solid orange;
	border-left:2px solid orange;
}

.mod_events_table tr {}
.mod_events_td_title {
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}
.mod_events_td_dayname {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.mod_events_td_dayoutofmonth {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: Gray;
    text-decoration: none;
    background-color: #FFE4C4;
}
.mod_events_td_todaynoevents {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #FFA07A;
}
.mod_events_td_todaywithevents {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #B0C4DE;
}
.mod_events_td_daynoevents {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
}
.mod_events_td_daywithevents {
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: Black;
    text-decoration: none;
    background-color: #B0C4DE;
}

a.mod_events_daylink:link {
    font-size:11px;
    font-family: Arial;
    color: Black;
}
a.mod_events_daylink:visited  {
    font-size: 11px;
    font-family: Verdana;
    color: Navy;
}
a.mod_events_daylink:hover  {
    font-size:11px;
    font-family: Arial;
    color: Silver;
}

.mod_events_td_link {
    background-color: Background;
}
a.mod_events_link:link {
    font-size:11px;
    font-family: Arial;
    color: Black;
}
a.mod_events_link:visited  {
    font-size:11px;
    font-family: Arial;
    color: Navy;
}
a.mod_events_link:hover  {
    font-size: 11px;
    font-family: Arial;
    color: Silver;
}

.cal_bottom{
	background-image:url(../templates/sysp/images/module_bottom.JPG);
	background-repeat:no-repeat;
	height:20px;
	width:125px;
}

.cal_tab_bot{
	border-top:1px solid orange;
	padding:0;
	margin:0;
	width:120px;
}