.mid {
	position: absolute;
	top: 76px;
	left: 0px;
	right: 15%;
	bottom: 15px;
	overflow: scroll;
}

.mid th {
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: smaller;
	border: 1px solid #999999;
	background-color: #999999;
}
.midNum {
	font-family: "Trebuchet MS";
	font-size: smaller;
	text-align: right;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
.midCell {
	font-family: "Trebuchet MS";
	font-size: x-small;
	vertical-align: top;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 14%;
	height: 120px;
}
.midside_header {
	font-family: "Trebuchet MS";
	font-size: smaller;
	color: #FFFFFF;
	background-color: #999999;
	font-weight: bold;
	text-align: center;
	border: 1px solid #999999;
}
.midside_inner {
	font-family: "Trebuchet MS";
	font-size: smaller;
	color: #009966;
	padding: 10px;
}


.midside {
	position: absolute;
	left: 85%;
	top: 76px;
	right: 0px;
	bottom: 0px;
}
.mid .midCell a {
	color: #009966;
	text-decoration: none;
}

.midCellEmpty {
	font-family: "Trebuchet MS";
	font-size: smaller;
	vertical-align: top;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	width: 14%;
	background-color: #CCCCCC;
	height: 120px;
}
.midside span {
	font-family: "Trebuchet MS";
	font-style: italic;
}

.midNumEmpty {
	font-family: "Trebuchet MS";
	font-size: smaller;
	text-align: right;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	background-color: #CCCCCC;
}
.top {
	background-image: url(images/bg_grad.jpg);
	position: absolute;
	width: 100%;
	left: 0px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	font-size: x-large;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	top: 0px;
	right: 0px;
	height: 60px;
}
.top h1 {
	text-align: left;
	float: left;
	padding-left: 8px;
}
.bottom {
	font-family: "Trebuchet MS";
	background-image: url(images/bg_grad.jpg);
	height: 30px;
	position: fixed;
	color: #FFFFFF;
	width: 100%;
	left: 0px;
	text-align: center;
	right: 0px;
	bottom: 0px;
}
.top #previous {
	padding-right: 10px;
	vertical-align: middle;
}
.top #next {
	vertical-align: middle;
	padding-left: 10px;
}
.filter {
	position: absolute;
	top: 10px;
	right: 10px;
	font-family: "Trebuchet MS";
	color: #FFFFFF;
	vertical-align: middle;
}
