
h1 {
	margin-bottom: 20px;
}

#callout {
	position: absolute; 
	width: 228px;
	z-index: 100;
	top: -1px;
	left: -1px;
	display: none;
	font-size: 12px;
	text-align: left;
	color: #000;
	font-weight: normal;
}

#callout .bottom_shadow {
	background: url('/images/cal_callout_bottom.png') top left no-repeat;
	height: 8px;
}

#callout .side_shadow {
	background: url('/images/cal_callout_body.png') left repeat-y;
	padding-right: 7px;
	border-left: solid 1px #000;
}

#callout h2 {
	background: url('/images/cal_callout_head.gif') top repeat-x;
	font-size: 14px;
	color: #fff;
	border: solid #000;
	border-width: 1px 0px;
    padding-left: 5px;
	margin-bottom: 10px;
    line-height: 24px;
}

#callout ul {
	padding: 0px 5px 5px 5px;
	margin-bottom: 0px;
}

#callout a {
	text-decoration: none;
	font-size: 14px;
	margin-left: 40px;
}

#callout li {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #999;
    line-height: 20px;
}

#callout li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

#callout .start {
	color: #999;
	font-weight: bold;
	font-size: 14px;
}

#callout .name {
	display: block;
	font-weight: bold;
}

#callout .description {
	margin-bottom: 0px;
}

.pos_fix {
	position: relative;
}

#first_two td, #last_two td {
	background: #fff;
}

#first_two td.events, #next_two td.events {
	color: #000;
	background: #fff url('/images/event_icon.png') bottom right no-repeat;
}

#first_two td.past {
	color: #ccc;
}

#first_two td.today {
	color: red;
	font-weight: bold;
	font-size: 60px;
    line-height: 60px;
}

#day_labels {
	background: url('/images/cal_header.png') top left no-repeat;
}

#day_labels th {
	height: 30px;
	width: 127px;
	color: #fff;
	font-size: 16px;
    line-height: 30px;
	text-transform: uppercase;
}

#first_two, #next_two, #day_labels {
	margin: 0px auto 0px auto;
}

#first_two tr.top td, #next_two tr.top td {
	border-top: 0px;
}

#next_two {
	margin-bottom: 15px;
}

#first_two td, #next_two td {
	width: 125px;
	border: solid 1px #333;
	text-align: center;
	font-size: 60px;
    line-height: 100px;
	color: #000;
	background: #fff;
}

#big_shadow {
    margin-bottom: 10px;
    /*background: url('/images/cal_shadow.png') center top no-repeat;*/
    height: 420px;
}

.arrow {
	display: block;
	height: 24px;
	width: 49px;
}

a#next_arrow {
	background: url('/images/arrow_next.png') top left no-repeat;
	margin-right: 20px;
	float: right;
}

a#next_arrow:hover {
	background-image: url('/images/arrow_next_ro.png');
}

a#last_arrow {
	background: url('/images/arrow_back.png') top left no-repeat;
	margin-left: 20px;
}

a#last_arrow:hover {
	background-image: url('/images/arrow_back_ro.png');
}
