@charset "utf-8";

/* Standard Tags */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color: #CCCCCC;
}

/* Layout Tags */
#container {
	width: 510px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 5px;
}

/* Header */
#header {
	text-align: center;
}

#header h2 {
	font-size: 1.5em;
	font-weight: bolder;
	color: #bd1e24;
}

#header h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #666666;
}

/* Top Earners Table */
#topEarners {
	width: 500px;
}

#topEarners th {
	font-weight: bold;
	font-size: 1.1em;
	font-variant: small-caps;
	border-bottom: solid 2px #bd1e24;
	padding-top: 5px;
}

#topEarners td {
	font-weight: bold;
	padding-top: 5px;
}

.col-name {
	text-align: left;
}

.col-photo {
	text-align: center;
	width: 45px;
	height: 30px;
}

.col-photo img {
	border: 0;
}

.col-video {
	text-align: center;
	width: 45px;
	height: 30px;
}

.col-video img {
	border: 0;
}

.col-lte {
	text-align: right;
	width: 150px;
}

/* Footer */

#footer {
	height: 50px;
	text-align: center;
}

#footer a {
	line-height: 24px;
	color: #999999;
	text-decoration: none;
}

#footer h4 {
	color: #666666;
}