* {
	margin:0; padding:0;	
}

body {
	 width:auto;font-size:14px;font-family: Arial, Gadget, sans-serif;
	 background:#024fab;
}

#wrapper-all{
	margin:auto; width:1050px; position:relative;
}

#logo{
	background:url("../images/logo.png");
	width:1050px;
	height:128px;
}

#menutop{
	background:#dbe2ec;
}

#menutop ul{
	padding: 10px;
}

#menutop ul > li{
	 list-style:none;
	 font-weight:bold;
	 padding: 0px 10px;
	 display:inline-block;
}

#menutop ul > li a{
	 color:#024fab;
	 text-decoration:none;
}

#menutop ul > li a:hover{
	 color:#98bcef;
	 text-decoration:none;
}

#logoarea{
	 background:transparent;
}

#menubar{
	margin:auto;
	width:100%;
	border-top: 2px solid #00204d;
	background:#dbe2ec;
	border-bottom: 1px solid #e5e5e5;
}

.clear-all{
	clear:both;
}

#footer{
	border-top:1px solid #e5e5e5;
	border-bottom:4px solid #00204d;
	padding:10px 0;
}

#footer-content{
	margin: auto;
    position: relative;
    width: 1050px;
	color:white;
}

p {
    margin: 0 0 1.5em;
}

#menubar ul{
	padding-top:5px;
	height:24px;
	margin: auto;
    position: relative;
    width: 1050px;
}
#menubar ul li{
	list-style:none;
	padding:0 10px;
	border-right: 1px solid #e5e5e5;
	font-weight:bold;
	display:inline-block;
}
#menubar ul li a{
	color:#024fab;
	text-decoration:none;
}
#menubar ul li a:hover{
	color:#98bcef;
	text-decoration:none;
}

.clock_content ul li{
	list-style:none;
}

#tb_cl_content{
	padding:10px;
}

.timer{
	float: right;
	margin-bottom: -10px;
	min-width: 179px;
	position: relative;
	right: 0;
	top: -61px;
	border: 1px solid #024fab;
	clear:both;
}

.jackpot{
	float: right;
	margin-bottom: -10px;
	min-width: 179px;
	position: relative;
	right: 0;
	top: 146px;
	border: 1px solid #024fab;
}

.bold{
	font-weight:bold;
	color:blue;
}

#tb_cl_content .clock_title{
	font-weight:bold;
	border-bottom: 1px solid #024fab;
	margin-bottom: 9px;
    margin-top: 0;
    padding-bottom: 9px;
}

#content{
	margin:auto;
	width:1050px;
	background:#a1ccff;
	float:left;
}

#content-1{
	width:218px;float:left;min-height:800px;padding-right:12px;
}
#content-2{
	width:560px;float:left;min-height:800px;padding-right:12px;padding-top:6px;
}
#content-3{
	width:218px;float:left;min-height:800px;
}

.btn {
  background: #fa129d;
  background-image: -webkit-linear-gradient(top, #fa129d, #c72586);
  background-image: -moz-linear-gradient(top, #fa129d, #c72586);
  background-image: -ms-linear-gradient(top, #fa129d, #c72586);
  background-image: -o-linear-gradient(top, #fa129d, #c72586);
  background-image: linear-gradient(to bottom, #fa129d, #c72586);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 0px 4px;
  text-decoration: none;
}

.btn:hover {
  background: #ff4ab7;
  background-image: -webkit-linear-gradient(top, #ff4ab7, #d62d93);
  background-image: -moz-linear-gradient(top, #ff4ab7, #d62d93);
  background-image: -ms-linear-gradient(top, #ff4ab7, #d62d93);
  background-image: -o-linear-gradient(top, #ff4ab7, #d62d93);
  background-image: linear-gradient(to bottom, #ff4ab7, #d62d93);
  text-decoration: none;
}

#banner{
	padding-top:10px;
	text-align:center;
}

.dotline {
	background: url("../images/dotline.png");
}

#result-box{
	width:390px;
}

#title-result{
	font-weight:bold;
	font-size:24px;
	margin:8px 0 0 21px;
}

#date-result{
	margin:0px 0 0 21px;
}

#date-result-day{
	font-weight:bold;
	font-size:36px;
}

#date-result-date{
	margin-left:10px;
	font-size:24px;
}

#tfirst-result{
	margin:0px 0 0 21px;
	font-weight:bold;
	color:red;
	font-size:16px;
}

#ball-result{
	margin:0px 0 0 10px;
}

#more-result{
	margin:10px 22px 0 21px;
	color:red;
	font-weight:bold;
	text-decoration:none;
	text-align:right;
}

#first-prize{
	margin:0px 0 0 21px;
	font-size:28px;
	color:red;
	font-weight:bold;
}

#prize-wrapper{
	width:96%;
}

#consol-wrapper{
	width:100%;
	background:#ddedff;
	float:left;
	padding:8px 0px;
	margin-top:5px;
}

#consol-prize{
	margin:0px 0 0 21px;
	font-size:24px;color:blue;font-weight:bold;
}

#consol-text{
	font-size:14px;color:blue;
}

.sbm_pag{
	margin:auto;width:500px;font-weight:bold;text-align:center;
}
.sbm_pag ul {
	margin: 0px 25px 0px 0px;
}
.sbm_pag ul li {
	list-style:none;padding:0 4px;float:left;color:blue;
}
.sbm_pag ul li a{
	text-decoration:none;color:blue;
}