@font-face {
	font-family: 'CenturyGothic-Bold';
	src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
	background:#000 !important;
}
p{
	text-align:justify;
	font-size:14px;
	font-family:Arial;
}
.records{
	padding:10px 0 1px 0;
}
.records .record-title{
	font-family: 'CenturyGothic';
	color:#fbfbfb;
	margin:0 0 15px 0;
}
.records .rright{
	text-align:right;
}
.records .record-title a{
	text-decoration:none;
	color:#ffc408;
}
.records .record-title a:hover{
	color:#fff;
}
.sort{
	margin:20px 0;
}
label.label{
    float: left;
	font-family: 'CenturyGothic';
	color:#8c8c8c;
	font-size:13px;
	margin-top:2px;
	margin-left:15px;
}

/*	rtable	*/
.rtable{
	width:100%;
	border-collapse:collapse;
	margin:0 0 15px 0;
}
.rtable thead tr th{
	font-family: 'CenturyGothic';
	color:#000;
	background:#ffc408;
	padding:8px;
	text-align:left;
	font-size:15px;
}
.rtable thead tr.border{
	border-bottom:15px solid #000;
}
.rtable thead tr th{
	border-right:1px solid #927823;
}
.rtable tbody tr td{
	font-family: 'CenturyGothic';
	color:#ffc408;
	padding:8px 5px 8px 5px;
	background:#1d1d1d;
	text-align:left;
	border-left:1px solid #2c2c2c;
	border-bottom:1px solid #000;
	font-size:12px;
}
.rtable tbody tr td a{
	
	padding-right:3px;

}
.rtable tbody tr td.center{
	text-align:center;
}
.rtable tbody tr.noborder td{
	border-bottom:none;
}
.rtable tbody tr a{
    text-decoration: none;
    text-transform: uppercase;
    color: #ffc408;
}
.rtable tbody tr a:hover{
	color:#fff;
}
.rtable tbody tr td.date{
	padding:0px;
	font-family:Arial;
	color:#7b7b7a;
	font-size:12px;
	background:#000;
	text-align:left;
}
.rtable tbody tr td.sno{
	color:#fff;
}
.rtable tbody tr td.yellow{
	color:#fffc00;
}
.rtable tbody tr td.win{
	color:#5cc300;
}
.rtable tbody tr td.draw{
	color:#ff9c00;
}
.rtable tbody tr td.lose{
	color:#ff1e00;
}
.rtable tbody tr td.blue{
	color:#0018ff;
}
.rtable tbody tr td span{
	color:#fff;
	background:#000;
	text-transform:uppercase;
	padding:5px 15px;
}
.rtable tbody tr td.tip a{
	color:#ffc408;
}
.rtable tbody tr td.tip a:hover{
	color:#fff;
}
.rtable tbody tr td.tip{
	text-decoration:underline;
}
.rtable tbody tr td span a{
	text-decoration:none;
	color:#fff;
}
.rtable tbody tr td span a:hover{
	color:#D72252;
}