#calAddEntry a {
    line-height: 40px;
    font-weight: normal;
    color: #999;
}

#calTH {
    border-bottom: 1px solid #FAA819;
    text-align: center;
    height: 22px;
    font-weight: bold;
    font-size: 13px;
}

img.calImg {
    border: none;
}

a.calLink:link, a.calLink:visited, a.calLink:active {
    border: 0px;
    text-decoration: none;
    color: #404040;
}

a.calLink:hover {
    border: 0px;
    text-decoration: underline;
    color: #404040;
}

table.calendar {
    /*margin: 0px auto;*/
    line-height: 17px;
    font-size: 13px;
    float: left;
    margin: 10px;
}

table.calendar td {
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: center;
    width: 18px;
    height: 22px;
}

tr.days td {
    color: grey;
    font-weight: bold;
    border-right: none;
}

td.calEvent {
    background-color: #FFE800;
}

td.hover {
    color: #EF4923;
    font-weight: bold;
}

.calInfo {
    background-color: #ffffff;
    position: absolute;
    top: 10;
    left: 10;
    max-width: 200px;
    border: 1px dotted #999999;
    padding: 5px;
}

.calInfo p {
    line-height: 17px;
    font-size: 13px;
    margin: 0px;
}

.calInfo hr { 
	border: none 0;
	border-top: 1px dotted #CCCCCC;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
.calSubtitle1 {
    text-align: left;
    font-weight: bold;
}

.calSubtitle2 {
    color: grey;
    text-align: right;
    font-weight: bold;
}

.calTitle {
    font-weight: bold;
    text-align: left;
    color: #EF4923;
}

.calDescription {
    color: grey;
    text-align: left;
    font-weight: normal;
}

.today {
    background-color: #FAA819;
}
