
div#content h1 {
	margin: 0 5px;
	text-align: center;
	padding: 15px 0 0 0;
}

h3 {
	padding: 12px 12px 6px;
	font-size: 1.3em;
	text-align: center;
}

div.day_event {
	margin: 10px 20px 0 12px;
	border: 1px solid #fff;
	border-bottom-color: #999;
}

div.day_event h4 {
	padding: 6px 12px 0;
	color: #444;
	font-size: 1.4em;
}

div.day_event h5 {
	color: #555;
	padding: 3px 12px 6px;
	font-weight: 400;
}

p#calendar_nav {
	text-align: center;
	font-size: 1.1em;
}

#cal {
	position:relative;
	margin: 0 auto;
	text-align: center;
}

#cal h1 {
	font-size: 1.8em;
	background: #eee;
	padding:0;
	margin:0 12px;
	line-height: 44px;
}

div#content div#cal h2 {
	width: 700px;
	margin: 12px auto 0 0px;
	/*border: 1px solid #ccc;*/
	padding: 6px 25px 6px 10px;
}

html>body div#content div#cal h2 {
	width: 685px;
	margin: 12px 20px 0 34px;
}

div#content div#cal h2 a.prev_mo_arrow,
div#content div#cal h2 a.next_mo_arrow {
	display: block;
	color: #900;
	text-decoration: none;
	font-weight: 700;
}

div#content div#cal h2 a.prev_mo_arrow { float: left; }
div#content div#cal h2 a.next_mo_arrow { float: right; }

table#event_calendar {
	border: 1px solid #999;
	background: #900;
	margin: 0 auto 20px;
	border-collapse: collapse;
}

table#event_calendar th {
	color: #fff;
	text-align: center;
}

table#event_calendar td {
	border: 1px solid #ccc;
	background: #fff;
	vertical-align: top;
	padding: 1px;
}

table#event_calendar td.adjacent_month {
	background: #ddd;
}

table#event_calendar td div.day {
	width: 108px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	text-align: left;
}

table#event_calendar td div.day strong {
	padding: 6px 2px;
	display: block;
	font-size: 1.3em;
}

table#event_calendar td div.event a {
	display: block;
	font-weight: 400;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 1.3;
	height: 1.3em;
	overflow: hidden;
	margin: 4px 0 0 0;
	padding-left: 2px;
}

table#event_calendar td div.event a:hover,
table#event_calendar td div.event a:visited:hover {
	text-decoration: none;
}


/* --  JTip --- */

#JT_arrow_left{
	position: absolute;
	background: url(../images/arrow_left.gif) 0 0 no-repeat;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
	top:-3px;
}

#JT_arrow_right{
	position: absolute;
	background: url(../images/arrow_right.gif) 0 0 no-repeat;
	z-index:101;
	height:23px;
	width:11px;
	top:-2px;
}

#JT {
	position: absolute;
	z-index: 100;
	border: 2px solid #D8B98F;
	background: #D8B98F;
	text-align: left;
}

#JT_copy{
	color: #D8B98F;
}

.JT_loader{
	background: url(../images/loader.gif) center center no-repeat;
	width: 100%;
	height: 12px;
}

#JT_close_left {
	background-color: #D8B98F;
	text-align: left;
	padding: 4px 2px 5px 8px;
}

#JT_close_right {
	background: #D8B98F;
	text-align: left;
	padding: 4px 2px 5px 8px;
}

#JT_copy p {
	margin: 0;
	padding: 6px;
	background: #f9f9f9;
	font: 400 normal 1em/1.3em Tahoma;
}

#JT_copy p.jt_title {
	font-weight: bold;
	font-size: 1.1em;
}


#JT_copy p.timestamp {
	font-weight: bold;
	position: absolute;
	background: transparent;
	top: 0;
	left: 0;
	padding: 2px 6px;
}

#JT_copy img {
	padding: 1px;
	border: 1px solid #D8B98F;
}


