@charset "utf-8";
@media screen and (-webkit-min-device-pixel-ratio:0) 
{
    #diez  { color: red  }
}
/* CSS kiểu Text */

body {
	background-color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
input.submit{
	padding: 3px 10px;
	background: #A00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	font-weight:bold;
}
/*New*/
p.title_news{
	color: red;
	font-weight: bold;
	font-size: 14px;
}
ul.news, ul.news li{
	margin:0px; padding:0px;
}

ul.news{
	margin-left:20px;
	list-style-type: circle;
}

ul.news li a{
	display: block;
	padding: 5px 0px;
	color: rgb(236, 142, 0) !important;
	text-decoration: none;
}
ul.news li a:hover{
	color: #00CC99 !important;
}
input.submit:hover{
	background:#610000;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 16px;
}
.style2 {
	font-size: 10px;
	color: #FFFF00;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight: bold;
	font-size: 18px;
}
.style6 {color: #33CC99}
.style8 {font-weight: bold; font-size: 24px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.style10 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
}
.style11 {
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}

ul.list_game{
	padding:0px; 
	margin:0px;
}
ul.list_game li{
	display:block;
	list-style:none;
	margin-left:20px;
}

ul.list_game li a{
	color: rgb(236, 142, 0) !important;
	display: block;
	padding: 5px 0px 5px 10px;
	text-decoration:none;
	background: url(/images/bullet-red.png) no-repeat left center;
}
ul.list_game li a:hover{
	color:#00CC99 !important;
	background: url(/images/bullet-blue.png) no-repeat left center;
}

.tblList{
    border:1px solid #CCC;
    border-collapse:collapse;
    
}
.tblList tr:hover{
   background-color:#FFC000;
}

.tblList tr td{
    border:1px solid #CCC;
    border-collapse:collapse;
    text-align: center;
}

.tblList th{
    border:1px solid #CCC;
    background:#FF0000;
    color:#eaeaea;
    
}

input.submits{
	padding: 3px 10px;
	background: #00CC00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: white;
	font-weight:bold;
}
input.submits:hover{
	background:#FF0000;
}