TABLE.BlockTopContent {
	width: 100%;
	margin-bottom: 10px;
}

TABLE.BlockSimpleTopTitle {
	width: 96%;
	font-size: 80%;
	font-weight: normal;
	font-family: Verdana, Arial, sans-serif;
	border: 1px solid #CCCCCC;
}

TABLE.BlockSimpleTopTitle TD.Left {
	width: 28px;
	height: 21px;
	background-image: URL(../../images/blocks/simpletoptitle_g_left.gif);
}

TABLE.BlockSimpleTopTitle TD.Right {
	width: 28px;
	background-image: URL(../../images/blocks/simpletoptitle_g_right.gif);
}

TABLE.BlockSimpleTopTitle TD.Title {
	background-image: URL(../../images/blocks/simpletoptitle_g_bg.gif);
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 10px;
	text-align: center;
	color: #D38B8B;
}

TABLE.BlockTopPageStats {
	width: 100%;
	font-size: 60%;
	font-weight: normal;
	font-family: sans-serif, Verdana, Arial;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #336699;
}

TABLE.BlockTopPageStats SELECT {
	font-size: 90%;
	font-weight: normal;
	font-family: sans-serif, Verdana, Arial;
	vertical-align: baseline;
	border: 0px solid #DEFFAA;
	color: #D38B8B;
	text-align: right;
}

TABLE.BlockTopPageStats TD.Left {
	text-align: left;
}

TABLE.BlockTopPageStats TD.Center {
	text-align: center;
	font-size: 110%;
	padding: 0px;
}

TABLE.BlockTopPageStats A {
	font-weight: bold;
	text-decoration: none;
}

TABLE.BlockTopPageStats A:hover {
	text-decoration: underline;
	color: #D38B8B;
}

TABLE.BlockTopPageStats A.Hidden {
	visibility: hidden;
}

TABLE.BlockTopPageStats A.isSel {
	text-decoration: underline;
	color: #D38B8B;
	cursor: default;
}

TABLE.ContentTotals {
	width: 100%;
	font-size: 70%;
	font-weight: normal;
	font-family: sans-serif, Verdana, Arial;
	padding: 0px 10px 0px 10px;
	text-align: right;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #C3C3A5;
	color: #336699;
	background-color: #FFFFE1;
}

