@charset "UTF-8";
/* CSS Document */

div#calendar_wrapper {
width: 250px;
margin: 0 auto;

text-align: center;
}

/* calendar header css */
div#calendar_header {
padding: 2px 0; 
overflow:auto;
text-align: center;
color: #029CE5;
font-family:'Georgia-BoldItalic','Georgia',serif;
font-size:16px;
font-stretch:normal;
font-style:italic;
font-weight:700;
letter-spacing:0.03em;
line-height:19px;
margin-top:12px;
margin-bottom:12px;
}

div#calendar_header a#prevMonth {
margin: 0 40px 0 5px;
text-decoration: none;
color: #fff;
font-size: 0.9em;
text-align: left;
}

div#calendar_header a#nextMonth {
margin: 0 5px 0 40px;
text-decoration: none;
color: #fff;
font-size: 0.9em;
text-align: right;
}

div#calendar_header form {
display: inline;
}

/* calendar body css */
table.calendar {
font-size: 16px;
font-weight:bold;
background: #F6F6FF;
border-collapse: collapse;
}

table.calendar tr {
/*padding: 3px;*/
}

table.calendar tr.header a:hover {
text-decoration: underline;

}

table.calendar tr.weekdays {
height: 25px;
background: #029CE5;
color:#fff;
text-align: center;
}

table.calendar tr.days {
height: 33px;
font-family:Verdana,sans-serif;
color:#9e9e9e;
}

table.calendar td {
width: 66px;
padding: 3px;
border: 1px solid #DADADA;
 
}

table.calendar td.today {
background: #F1F0CC;
}

table.calendar td a {

color:#fff;
font-size: 16px;
text-decoration:none;
}

code.comment {
color: #FF742A;
}
.linkcalr{
background: #9e9e9e;
}
