/*
 * LiveStats CSS
 */

body {
	background-color: #fff;
	margin: 2px;
	font-family: arial;
	font-size: 8pt;
}

a {
	color: #555;
}

#livestats h2 {
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
}

#livestats h3 {
	font-size: 10pt;
	font-family: arial, verdana, sans-serif;
}

#livestats #livestatsdebug {
	width: 100%;
	height: 200px;
}

#livestats #livestatstoolbar table {
	background-color: #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

#livestats #livestatstoolbar td {
	padding: 3px;
}

#livestats #livestatstoolbar td input {
	text-align: center;
	width: 200px;
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	border: 0px;
	background-color: #ddd;

}

#livestats #livestatsnav table {
	border-left: 1px solid #800;
	border-top: 1px solid #800;
}

#livestats #livestatsnav table td {
	text-align: center;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 2px;
	background-color: #c00;
	border-right: 1px solid #800;
	color: #fff;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
}

#livestats #livestatsnav a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#livestats #livestatsnav a:hover {
	text-decoration: underline;
}


#livestats #livestatspanel {
	padding: 2px;
}

#livestats #livestatspanel table {
	width: 100%;
	font-size: 8pt;
	font-family: arial, verdana, sans-serif;
	background-color: #fff;
}

#livestats #livestatspanel table th {
	background-color: #777;
/*	background: url("http://stats.infinityprosports.com/uif/images/navsel.gif"); */
	color: #fff;
	text-align: inherit;
	border-bottom: 1px solid #000;
	padding: 2px;
}

#livestats #livestatspanel table th.center {
	text-align: center;
}

#livestats #livestatspanel table th.centersortby {
	text-align: center;
	background-image: none;
	background-color: #555;
}

#livestats #livestatspanel table th.left {
	text-align: left;
}

#livestats #livestatspanel table th.leftsortby {
	text-align: left;
	background-image: none;
	background-color: #555;
}


#livestats #livestatspanel table td {
	border-bottom: 1px solid #eee;
	padding: 2px;
}

#livestats #livestatspanel table td.livestatstablenav {
	background-color: #ddd;
	border-bottom: 1px solid #777;
	text-align: right;
}

#livestats #livestatspanel table td.group {
	background-color: #eee;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

#livestats #livestatspanel table td.divider {
	background-color: #eee;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	height: 10px;
}

#livestats #livestatspanel table td a:hover {
	background-color: #eee;
}

#livestats #livestatspanel table th a {
	color: #fff;
}

