@charset "utf-8";
/* CSS Document */
.table-border-toplist {
	color: #555A5F;
	border-top-width: 3px;
	border-top-style: dashed;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-bottom: 3px;
	margin-bottom: 1px;
	width: 510px;
	margin-top: 20px;
}
.table-border{
	color: #555A5F;
	width: 500px;

}
.table-header {
	height: 33px;
	text-align: center;
}

.table-header td {
	font-weight: bold;
}


.table-header-l {

}

.table-header-r {

}
.table-header-empty{
  width: 2px;}
table.rows td {
	color: #000;
	background-color: #FFF;
}
.row-color-a a {
	text-decoration: none;
	font-size: 14px;
}
.row-color-b a {
	text-decoration: none;
	font-size: 14px;
}
.row-color-a {
	
	text-decoration: none;
}
.row-color-a a:link{
color: #FF9933;
	
}
.row-color-a a:active {
color: #FF9933;
	
}
.row-color-a a:visited {
color: #FF9933;
	
}
.row-color-a a:hover {
color: #F00;
	
}
.row-color-b {
	color: #000;
	background-image: url(images/backgrounds/pixelpatterns3.jpg);
	background-repeat: repeat;
	border: 1px solid #CCC;
}
.row-color-b a:link{
	
	color: #FF9933;
	text-decoration: none;
}
.row-color-b a:active {
	color: #FF9933;
	text-decoration: none;
}
.row-color-b a:visited {
	color: #FF9933;
	text-decoration: none;
}
.row-color-b a:hover {
	color: #F00;
	text-decoration: none;
}

