#wp-leader-table
{
	border: 1px solid #ccc;
	font-family: Verdana, Arial;
	margin: 0px 0px 0px 0px;
	width: 490px;
	text-align: left;
	border-collapse: collapse;
	background-color: #F1F1F1;
	/* Uncomment the following line if you would 
		a smaller font size in ALL tables. */
	/* font-size: 10px; */
}

#wp-leader-table th
{
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	background: #333;
	border-top: 4px solid #666;
	border-bottom: 1px solid #fff;
	color: #FFF;
}
#wp-leader-table td
{
	padding: 3px 5px;
	border-bottom: 1px solid #666666;
	color: #000;
}
#wp-leader-table tr:hover td
{
	background: #D74957;
	color: #FFF;
}

.wpleader-footer {
font-size: 10px;
text-align:center;
}

.wp-leader-container {
text-align:center;
}
.wp-leader-container h3 {
text-align:left;
}

.wp-leader-schedule #wp-leader-table {
	/* Uncomment the following line if you would 
		a smaller font size in just the schedule table. */
	/* font-size: 10px; */
}

#wp-leader-mini
{
	font-family: Verdana, Arial;
	margin: 8px 2px;
	width: 100%; 
	text-align: left;
	border-collapse: collapse;
}

#wp-leader-mini td
{
	padding: 3px 4px;
	border-bottom: 1px solid #666666;
	color: #333;
	border-top: 1px solid transparent; 
	font-size: 12px;
}

#wp-leader-mini th
{
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	background: #333;
	border-top: 4px solid #666;
	border-bottom: 1px solid #fff;
	color: #FFF;
}