
div#calendar {
    font-family: Helvetica,"Times New Roman",Times,serif;
    margin: 0 auto;
    padding: 0;
    width: 265px;
}
div#calendar div.box {
    background-color: #787878;
    height: 40px;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}
div#calendar div.header {
    height: 40px;
    left: 9px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 244px;
}
div#calendar div.header a.prev, div#calendar div.header a.next {
    color: #fff;
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    text-decoration: none;
    top: 0;
}
div#calendar div.header span.title {
    color: #fff;
    font-size: 18px;
}
div#calendar div.header a.prev {
    left: 0;
}
div#calendar div.header a.next {
    right: 0;
}
div#calendar div.box-content {
    border-left:1px solid #787878; border-right:1px solid #787878; border-top:medium none -moz-use-text-color; border-bottom:1px solid #787878; -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    
}
div#calendar ul.label {
    float: left;
    margin: 5px 0 0 5px;
    padding: 0;
}
div#calendar ul.label li {
    background-color: transparent;
    color: #000;
    float: left;
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    list-style-type: none;
    margin: 0 5px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}
div#calendar ul.dates {
    float: left;
    margin: 0 0 5px 5px;
    padding: 0;
}
div#calendar ul.dates li {
    background-color: #ddd;
    color: #000;
    float: left;
    font-size: 15px;
    height: 37px;
    line-height: 37px;
    list-style-type: none;
    margin: 5px 5px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 37px;
}
:focus {
    outline: medium none;
}
div.clear {
    clear: both;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.about {
    background: rgba(34, 34, 34, 0.8) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3)) repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 6px rgba(0, 0, 0, 0.4);
    color: #bbb;
    font: 10px/18px "Lucida Grande",Arial,sans-serif;
    margin: 70px auto 40px;
    padding: 8px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    width: 260px;
}
.about a {
    border-radius: 2px;
    color: #eee;
    text-decoration: none;
    transition: background 0.1s ease 0s;
}
.about a:hover {
    background: rgba(255, 255, 255, 0.15) none repeat scroll 0 0;
    text-decoration: none;
}
.about-links {
    height: 30px;
}
.about-links > a {
    float: left;
    font-size: 12px;
    line-height: 30px;
    width: 50%;
}
.about-author {
    margin-top: 5px;
}
.about-author > a {
    margin: 0 -1px;
    padding: 1px 3px;
}

 
.cal {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgba(255, 255, 255, 0.4);
    display: inline-block;
    font-weight: bold;
    padding: 4px;
    position: relative;
    vertical-align: baseline;
}
.cal::before {
    background: #d9d9d9 0 0;
    border: 1px solid #909090;
    border-radius: 4px;
    bottom: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    content: "";
    height: 6px;
    left: 4px;
    position: absolute;
    right: 4px
}
.cal a {
    text-decoration: none;
}
.cal tr:first-child td {
    border-top: 0px none;
	text-align:center;
	background:#FFFFFF;
	vertical-align:middle
}
.cal td:first-child {
    border-left: 0px none;
}
.cal tr:first-child a {
    border-top: 0px none;
    margin-top: 0
}
.cal tr:last-child a {
    border-bottom: 0px none;
    margin-bottom: 0
}
.cal td:first-child a {
    border-left: 0px none;
    margin-left: 0
}
.cal td:last-child a {
    border-right: 0px none;
    margin-right: 0
}
.cal tr:last-child td:first-child a {
    border-radius: 0 0 0 3px;
}
.cal tr:last-child td:last-child a {
    border-radius: 0 0 3px;
}
.cal-table {
    border-bottom: 1px solid #bbb;
    border-collapse: separate;
    border-left: 1px solid #979797;
    border-radius: 0 0 3px 3px;
    border-right: 1px solid #979797;
    box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
    margin: 0 0 1px;
    position: relative;
}
.cal-caption {
    background: #fcbabb linear-gradient(to bottom, #e95155, #d2373a 75%, #9e1d20) repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 1px rgba(0, 0, 0, 0.1) inset, 0 2px rgba(255, 255, 255, 0.25) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
    color: white;
    line-height: 32px;
    padding-bottom: 1px;
    text-align: center;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
    width: 100%;
}
.cal-caption a {
    color: white;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    padding: 0 10px;
}
.cal-caption .prev {
    float: left;
}
.cal-caption .next {
    float: right;
}
.cal-body td {
    border-left: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    font-size: 11px;
    width: 36px;
	height: 36px;
	text-align:center;
	background:#FFFFFF;
	vertical-align:middle;
padding:0px!important;
}
.cal-body a {
    background: white none repeat scroll 0 0;
    color: #555;
    display: block;
    line-height: 34px;
    position: relative;
    text-align: center;
}
.cal-body a:hover {
    background: #fafafa none repeat scroll 0 0;
}
.cal-off a {
    color: #ccc;
    font-weight: normal;
}
.cal-today a {
    background: #f5f5f5 linear-gradient(to bottom, whitesmoke, white 70%) repeat scroll 0 0;
    color: black;
}
.cal-selected a, .cal-body a:active {
    background: #fff5f6 none repeat scroll 0 0;
    border: 1px solid #e7d4d4;
    color: #b2494d;
    margin: -1px;
}
.cal-check a {
    color: #f79901;
    overflow: hidden;
}
.cal-check a::before {
    background: #ff6c00) bottom 0;
    content: "";
    height: 12px;
    position: absolute;
    right: -6px;
    top: -6px;
    transform: rotate(-45deg);
    width: 12px
}