html, body {
	background: #ffffff;
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: 16px;
	margin: 0;
	padding: 0;
	width: 300px;
	height: 250px;
	overflow: hidden;
}

.frameHOLDER {
	width: 300px;
	width: 300px;
	font-size: 0.75em;
}

.frameHEADER {
	height: 25px;
	border-bottom: 1px solid #d0d0d0;
}

.frameHEADER .headline {
	font-size: 1.08em;
	font-weight: bold;
	color: #333333;
	padding: 6px 0 0 5px;
	display: block;
}

.frameHEADER .headline .date {
	font-weight: normal;
}

.frameHEADER .help {
	background: url('../images/icon-help.png') no-repeat;
	height: 13px;
	width: 13px;
	float: right;
	margin: 6px 5px 0 0;
}

.frameBOX {
	background: #eeeeee;
}

.frameBOX table {
	width: 100%;
}

.frameBOX table td {
	padding: 3px 0 3px 0;
	vertical-align: middle;
	border-bottom: 1px solid #d0d0d0;
}

.frameBOX table .count {
	width: 7%;
	text-align: right;
}

.frameBOX table .name {
	width: 83%;
}

.frameBOX table .percent {
	width: 10%;
	height: 5px;
}

.frameBOX table .percentbar {
	height: 5px;
	background: green;
}

.frameBOX table td a,
.frameBOX table td a:hover {
	text-decoration: none;
	color: #990000;
	padding: 0 0 0 5px;
}

.frameBOX table td a:hover {
	text-decoration: underline;
	color: #000000;
}

.dvHdr {
	background: gold;
}

