::-moz-selection{
background:#6b6b6b;color:#ccc;
}
::selection{
background:#6b6b6b;color:#ccc;
}
@font-face { font-family: CG; src: url('../FONT/GOTHIC.TTF'); } 
body {
	background: #3d3d3d; 
	font-family:CG;
	font-size:15px;
	color:#888;
	text-shadow: 0 2px #FFF;
	margin:0;
	/*-webkit-font-smoothing: subpixel-antialiased;*/
}
a {
	-moz-transition:text-shadow .1s ease-in;
	-o-transition:text-shadow .1s ease-in;
	-webkit-transition:text-shadow  .1s ease-in;
	-webkit-transition:text-shadow  .1s ease-in; 
	color:#666;
}
a:hover {
	text-shadow: 0px 1px 0px #CCC;
}
#container {
	width:100%;
	height:auto;
}
#header {
	z-index:10;
	top:0px;
	position:fixed;
	width:100%;
	background-image:url('../img/gradient.png');	
	-moz-box-shadow:    0px 3px 3px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.2);
	box-shadow:         0px 3px 3px 0px rgba(0,0,0,0.2);
}
#footer {
	width:100%;
	height:44px;
	background-image:url('../img/gradient.png');
}
#footer p {
	position:absolute;
	right:25px;
	font-size:10px;
	color: #999;
	text-lign:end;
}
#logo {
	margin-top:12px;
	margin-bottom:12px;
	margin-left:auto;
	margin-right:auto;
	width:304px;
	height:20px;
	background-image:url('../img/mlogo.png');	
}
#content {
	margin:0px auto;
	margin-top:40px;
	width:100%;
	height:auto;
	background-color:#CCC;
}
#tablelist {
	-webkit-transition: margin 0.5s;
	transition: margin 0.5s;
	background-color:rgba(255,255,255,1);
	width:100%;
	/*display:inline-table; */
}
#tablelist tr:hover{
	background-color:#EFEFEF;
}
#tablelist td{
	height:50px;
	background-color:rgba(0,0,0,0.05); 
}
i, em {
	font-style:normal;
}
.totalrate i {
	padding-right:4px;
	color:#888;
}
.totalrate{
	width:60px;
	margin-left:4px;
	float:left;
	color:#666;
}
.srtgs {
	float:left;
	display:block;
	margin-left:2px;
}
.srtgs em {
	/*position:absolute; */
	bottom:1px;
	left:125px;
	font-size:13px;
	text-align:center;
}
.d_rateb {
	border-radius:10px;
	display:inline-block;
	background-color:#999;
	height:20px;	
}
.button_inactive {
	-webkit-user-select: none;
 	-moz-user-select: none;
  	-ms-user-select: none;
	user-select: none;
	margin:2px;
	color:#888;
	text-decoration:none;
	display:block;
	float: left;
	background-color:#EEE;
	text-align:center;
	width:70px;
	border:solid 1px #CCCCCC;
	border-radius:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.button {
	margin:2px;
	color:#888;
	text-decoration:none;
	display:block;
	cursor:pointer;
	float: left;
	background-image:url('../img/gradient.png');
	text-align:center;
	width:70px;
	border:solid 1px #CCCCCC;
	background-color:#FFF;
	border-radius:10px;
	padding-bottom:10px;
	padding-top:10px;
}
.button:hover {
	background-image:url('../img/footbgINV.png');
	background-position:0% 1%;
}