@charset "utf-8";

.calendar {
width: 700px;
border: 1px solid #000;
border-bottom: none
}

.back {
float: left;
border-bottom: 1px solid #000;
background-color: #55A;
height: 43px;
width: 100px
}

.forward {
float: right;
border-bottom: 1px solid #000;
background-color: #55A;
height: 43px;
width: 100px
}

.calTitle {
float: left;
border-bottom: 1px solid #000;
background-color: #55A;
color: #FFF;
font-weight: bold;
font-style: italic;
font-size: 36px;
width: 500px;
height: 43px
}

.dow, .dowS, .day, .dayS {
float: left;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
text-align: center;
width: 99px;
height: 20px
}

.dowS, .dayS {
border-right: none;
width: 100px
}

.day, .dayS {height: 100px}

.description {
width: 700px;
border: 1px solid #000
}

.top, .spacer {
float: left;
width: 105px;
background-color: #55A;
border-bottom: 1px solid #000;
height: 29px
}

#event {
float: left;
width: 490px;
background-color: #55A;
border-bottom: 1px solid #000;
color: #FFF;
font-size: 24px;
font-style: italic;
font-weight: bold;
height: 29px
}

.spacer {float: right}
