@charset "UTF-8";

a.sort_link {
	color: #FFFFFF;
}

a.phatlewt {
	color: #A335EE;
	font-weight: bold;
}

#epgp_table th {
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	nowrap: true;
	width: 40%;
}

#epgp_table th.thscore {
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	font-weight: bold;
	text-align: right;
	nowrap: true;
	width: 10%;
}

#epgp_table td.thscore {
	text-align: right;
	nowrap: true;
	width: 10%;
}

#epgp_table td.statushead {
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	nowrap: true;
	width: 40%;
}

#epgp_table td.status {
	font-size:10px;
	nowrap: true;
	width: 40%;
}

#epgp_table th.log_timestamp
{
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	nowrap: true;
	width: 10%;
}

#epgp_table th.log_class
{
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	text-align: center;
	font-weight: bold;
	nowrap: true;
	width: 10%;
}

#epgp_table th.log_desc
{
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	text-align: left;
	font-weight: bold;
	nowrap: true;
	width: 70%;
}

#epgp_table th.log_value
{
	background-color:#222222;
	color: #FFFFFF;
	font-size:10px;
	text-align: right;
	font-weight: bold;
	nowrap: true;
	width: 10%;
}

#epgp_table td.log_desc
{
	text-align: left;
	nowrap: true;
}

#epgp_table td.log
{
	text-align: right;
	nowrap: true;
}

#epgp_table td.log_class
{
	text-align: center;
	nowrap: true;
}


#epgp_table tr.alt1 {
	background-color:#BBBBBB;
}

#epgp_table tr.alt2 {
	background-color:#AAAAAA;
}
 