#wrapper #content table {

}
#wrapper #content table td.bottoms {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}


#wrapper #content table td.topleft {
	background-image: url(../images/tablegraphics/tabletop_left.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #CB5100;
}

#wrapper #content table td.toprow {
	background-image: url(../images/tablegraphics/tabletop.gif);
	background-repeat: repeat-x;
	background-color: #CC6600;
	color: #CE5B10;
	font-weight: bold;
}

#wrapper #content table td.topright {
	background-image: url(../images/tablegraphics/tabletop_right.gif);
	background-repeat: no-repeat;
	background-color: #FFCC00;
	background-position: right;
	font-weight: bold;
	color: #CE5B10;
}
#wrapper #content table td.leftpanels {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/tablegraphics/tableleft_filler.gif);
}
#wrapper #content table td.leftlast {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/tablegraphics/tableleft_bottom.gif);
	height: 30px;
	background-repeat: no-repeat;
}
