/* css for calendar */
table.month {
position: relative;
left: 0; top: 10px;
width: 570px;
margin: 0 auto;
padding: 0;
border: 1px solid #2D4F73;
background-color: #ABC1D7;
font-size: .75em;
text-align: center;
}
table.month td a:link {
color: #333;
text-decoration: none;
}
table.month td a:visited {
color: #333;
text-decoration: none;
}
table.month td a:hover {
color: #333;
text-decoration: none;
}
table.month td a:active {
color: #333;
text-decoration: none;
}
.monthname {
background: #EAEDF5;
text-align: center;
font-size: 13px;
font-weight: bold;
color: #4A5E73;
}
.monthnavigation {
padding: 0;
background: #EAEDF5;
vertical-align: middle;
}
.monthnavigation a {
display: block;
text-decoration: none;
}
.dayname {
text-align: center;
font-size: 12px;
font-weight: bold;
color: #EEF9FF;
border: solid #fff;
border-width: 1px 0;
background: #386EA3;
}
.nomonthday {
text-align: center;
vertical-align: top;
font-size: 10px;
height:80px;
width:80px;
background: #C5D4E9;
color: #aaaaaa;
}
.monthday {
text-align: center;
vertical-align: top;
font-size: 11px;
font-weight: bold;
background: #fff;
color: #000;
height:80px;
width:80px;
}
.today {
text-align: center;
vertical-align: top;
font-size: 11px;
font-weight: bold;
border: 1px dotted #596666;
background: #FFF7E7 url("../images/today_bkg.gif");
color: #000000;
height:80px;
width:80px;
}
.sunday {
background: #FEFEFE;
vertical-align: top;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #FF5345;
height:80px;
width:80px;
}
.sunday a {
color: #667171;
}
.saturday {
background: #FEFEFE;
vertical-align: top;
text-align: center;
font-size: 11px;
font-weight: bold;
color: #FF5345;
height:80px;
width:80px;
}
.saturday a {
color: #667171;
}
.todayevent {
text-align: center;
vertical-align: top;
font-size: 11px;
font-weight: bold;
border-width: 1px;
border-style: solid;
color: #000000;
background-color: #EEE9E9;
height:80px;
width:80px;
}
.todayevent a {
display: block;
background-color: #ffffff;
color: #000000;
}
table.eventcontent {
margin: 0 0 4px 0;
font-size: 10px;
border: 1px solid #cdcdcd;
background: #F7FCFF;
}
table.eventcontent td {
vertical-align: middle;
}
