body, html { 
background: #f4d270 url(/jpa_images/texture_body.png) repeat;
margin: 0;
padding: 0;
color: #f4d270;
font-family:  Arial, Tahoma, Verdana, sans-serif;
font-size: 11pt;
line-height: 125%;
}
form { margin: 0; padding: 0; }

table#top { width: 100%; }
table#top_header { width: 100%; background-image: url(/jpa_images/texture_header.png); }
td#middle { width: 950px; }
div#curls { background: url(/jpa_images/header_curls.png); width: 479px; height: 182px; }
div#top_right_info { background-color: #3c190a; border-left: 2px solid #7a532a; border-right: 2px solid #7a532a; border-bottom: 2px solid #7a532a; width: 375px; font-size: 9pt; padding: 5px }
div#top_right_info a:link { color: #f4d270; text-decoration: underline; }
div#top_right_info a:visited { color: #f4d270; text-decoration: underline; }
div#top_right_info a:active { color: #f4d270; text-decoration: underline; }
div#top_right_info a:hover { color: #f4d270; text-decoration: none; }
td#main_content a { color: #00F; }


// Our custom CSS
div.calendar_items {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
	font-weight: normal;
}

div.calendar_items a { 
	font-size: 9pt;
}

div.calendar_items a span {
	display: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
div.calendar_items a:hover span {
	display: block;
	position: absolute;
	
	width: 200px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #000000;
	background: #FFFFCC;
	text-align: left;
	border: 1px solid #666666;
	text-decoration: none;
}
div.calendar_items p {position:relative}

