div.day {
width: 100px;
height: 100px;
background-color: #cccccc;
border-style: solid;
border-color: #345345;
border-width: 1px;
}

div.day_blank {
width: 100px;
height: 100px;
}

div.day-text {
color: #000;
padding: 0px;
border-bottom-style: solid;
width: 96px;
margin: 0px;
font-weight: bold;
border-width: 0px;
text-align: right;
}

div.event {
padding: 3px;

}

a.event-link {
text-decoration: underline;
color: #cc0000;
padding: 0px;
margin: 0px;
}

div.cal {
float: left;
}

div.week-box {
width: 720px;
}

div.day_bar {
/*width: 800px;*/
height: 10px;
}

div.day_item {
float: left;
width: 102px;
text-align: center;
}

div.calendar-all {
margin: 0 auto;
padding-left: 147px;
min-width: 10px;
}

div.cal-sidebar {
float: left;
width: 262px;
height: 680px;
padding: 5px;
border-width: 3px;
margin-top: 10px;
margin-right: 8px;
border-style: solid;
border-color: white;
}

h1.cal-title {
margin-top: 10px;
font-size: 20px;
font-weight: bold;
padding: 0px;
white-space: 0px;
}

img.left-arrow {
float: left;
}

img.right-arrow {
float: right;
}
