#card {
}

#cardtitle {
	background-color: white;
padding: 10px;
font-size: 14pt;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
}

#cardmenu {
	background-color: white;
	width: 100%;
}

#cardcontent {
	background-color: white;
padding: 10px;
padding-bottom: 20px;
border-right: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 1px solid #999;
margin: 0;
}

#cardcontent p, #cardcontent table {
margin: 0;
margin-bottom: 10px;
}

table#firsttablist {
	border-top: 1px solid #999;
	background-color: #eee;
	width: 100%;
}
table#tablist {
	background-color: #eee;
	width: 100%;
}

table#firsttablist tr td,
table#tablist tr td {
border-collapse: collapse;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	font-weight: bold;
	text-align: center;
}

table#tablist tr td {
	font-size: 7pt;
}
table#firsttablist tr td a:hover,
table#tablist tr td a:hover {
	display: block;
	color: white;
	background-color: #99f;
}

table#firsttablist tr td#menuhi,
table#tablist tr td#menuhi {
	background-color: #ddd;
}

table#pchart {
	width: 600px;
	border: 1px solid black;
	background: #eee;
}
table#pchart th, table#pchart td {
	vertical-align: top;
	text-align: center;
	border: 1px solid black;
	padding: 4px;
	font: 1em Verdana;
}
table#pchart th {
	color: navy;
	background: #ccc;
}


