@charset "ISO-8859-1";
body {
	margin:50px 0px;
	padding:0px;
	text-align:center;
	background-color: #333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	color: rgb(188,189,191);
	text-decoration: none;
}

#content {
	width:714;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:1px solid #333;
	background-color:#000;
}

table {
	border-spacing: 0px;
	border: 0px;
}

tr {
	vertical-align:top;
	background-color: #CCCCCC;
	color: black;
	font-size: 11pt;
}

tr.low {
	background-color: #CC9999;
	color: black;
}

tr.high {
	background-color: #CC00CC; 
	color: black;
	font-weight: bolder;
}


td {
	border:0px;
	padding:5px;
}


.TitleBar {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.PrevYears {
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 6px;
}

.thumbnail {
position: relative;
z-index: 0;
color: rgb(72,161,253);
}

.thumbnail:hover {
background-color: transparent;
z-index: 50;
}

.thumbnail span { /*CSS for enlarged image*/
position: absolute;
background-color: rgb(72,161,253);
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnailtext {
width: 618px;
}

.thumbnail img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{  /* basic version */
visibility: visible;
left: 40px; /*position where enlarged image should offset horizontally */
top: 20px; /*position where enlarged image should offset vertically */
font-size: 10pt;
}

#thumbimg:hover span { /* image version */
visibility: visible;
left: -300px; /*position where enlarged image should offset horizontally */
top: 20px; /*position where enlarged image should offset vertically */
font-size: 10pt;
}

.navbar {
	color: #CC00CC;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:3px;
	text-align: right;
}

.credit {
	text-align: right;
	font-size: small;
	color: #222;
}

a.credit {
	color: #2222;
}

.blog {
	font-size: small;

}

div.blog {
	text-align: right;
	padding: 3px;
	color: #999;
}
