body {
	margin: 0px;
	padding: 0px;
	color: #fff;
	background: #bcc7cf url(../images/cal_bg.jpg) top left no-repeat;
	font-family: "Helvetica", sans-serif;
    font-size: 12px;
}

h1 {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	display: block;
	font-weight: 100;
	text-transform: uppercase;
	color: #566561;
	font-size: 72px;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
	height: 74px;
}

h2 {
	padding: 0px;
	margin: 0px 0px 0px 20px;
	display: block;
	font-weight: 100;
	color: #edebe4;
	font-size: 60px;
	font-family: "Trebuchet MS", "Helvetica", sans-serif;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #ddd;
    border-bottom: 1px dashed #fff;
}

#content {
    position: relative;
    margin: 0px 0px 0px 10px;
    padding: 20px 12px 15px 12px;
    width: 876px;
}

#content h2 {
    position: absolute;
    top: -70px;
    right: 14px;
    width: 300px;
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#previous_month, #next_month {
    position: absolute;
    display: block;
    top: -62px;
    font-size: 60px;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    right: 298px;
    color: #fff;
}

#next_month {
	right: 6px;
}

#calendar .day {
    float: left;
    width: 107px;
    height: 72px;
    margin: 3px;
    padding: 5px;
    border: 1px solid #bbb;
    position: relative;
    overflow: hidden;
    background: transparent url(../images/opac.png) top left repeat;
}

#calendar .day h3 {
    padding: 0px;
    margin: 0px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 2px;
}

.jqmWindow {
    padding: 10px;
    height: 50%;
    overflow: scroll;
}

.event_title {
    font-size: 20px;
}

