html{
	margin: 0;
}
a{
	text-decoration: none !important;
	color: #fff;
}
a:hover{
	text-decoration: underline;
}
*{
	font-size: 12px;
}
body{
	background: url('images/bg.gif') repeat-x #0218fa;
	background-position: center 130px;
	line-height: 1;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	color: #fff
}
.headerbar {
    height: 130px;
    margin-bottom: 0px;
	background: rgb(96,97,100);
	background: linear-gradient(180deg, rgba(96,97,100,1) 0%, rgba(17,17,17,1) 80%);
}
.headerbar ul{
	padding-left: 0;
}
.trblack{
	background: rgba(0, 0, 0, 0.4);
}
.navbar-brand img{
	height: 40px;
}
table.form{
	width: 100%;
}
table.form .form-control{
	margin-bottom: 4px;
}

#SidebarLeft{
	max-width: 100px !important;
}


.pagination li{
	display: inline-block;
	padding: 5px;
}

.menu th{
	background : url('images/navtab2.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

.menu th.current{
	background : url('images/navtab1.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

.topmenu th.current{
	background : url('images/yes.gif') repeat scroll 0 0 rgba(0,0,0,0);
}

#breadcrumb{
	display: none;
}

.pagination li {
	display: none;
}

.pagination li a{
	color: #fff;
	text-transform: uppercase;
}

.pagination li:first-child a:after {
	content: "Preview";
	color: #009B00;
}

.pagination li:last-child a:after{
	content: "Next";
	color: #D50000;
}


.pagination li:first-child, .pagination li:last-child{
	display: inline-block;
}

.pagination li:first-child a, .pagination li:last-child a{
	text-indent: -999;
}

.pagination li.disabled:first-child, .pagination li.disabled:last-child, .pagination li.disabled{
	visibility: hidden;
}

.thead{
  /* border-bottom: 2px solid #ccc; */
  color: #ffffff;
  font-size: 20px;
  padding-bottom: 10px;
  padding-top: 25px;
}

.tbody tr td {
	border:none;
	padding-bottom: 5px;
}

.thead td {
  padding: 5px;
}

.thistory  th {
	background: red; /* For browsers that do not support gradients */    
    background: -webkit-linear-gradient(left, #007C7E , #78B3BB); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #007C7E , #78B3BB); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #007C7E , #78B3BB); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #007C7E , #78B3BB); /* Standard syntax (must be last) */
	border-radius: 0px 5px 0px 0px;
	color: #32412d;
	font-size: 20px;
	padding: 7px;
	font-weight: normal;
	
}

.remaining {
	background: #d8d8d8 url("images/banner2.jpg") no-repeat scroll 0 -20px / cover ;
	padding: 15px;
}
.lsum .pools{
	
background: #f8b018;
	
font-size: 30px;
	
/* border-radius: 0px; */
	
width: 30px;
	
height: 30px;
	
box-shadow: none;
}
.pools {
    color: #fff;
    display: inline-block;
    font-style: normal;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    width: 34px;
    height: 34px;
    text-align: center;
	text-shadow: 0px 1px 2px black;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#924f1d+0,d68c4a+50,c07734+55,924f1d+100 */
	background: #fe0000; /* Old browsers */
	padding: 10px;
	margin:2px;
	border-radius: 50%;
}
.pooler{

	margin: 10px 10px 10px;
	background: white;
	border-radius: 2px;

}
.livetime .pools{
	text-align: center;
	font-size: 104px;
	box-shadow: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	line-height: 1.6;
	background: none;
	padding: 0;
	margin:0 13px;
}

.livebox .ground{
	background: url('images/bg-livenumber.png') no-repeat;
	background-size: 100% 100%;
	height: 150px;
}

.tbody {
	/*padding-top: 10px;*/
	padding-bottom: 10px;
}
.tbody tr:last-child td {
	border-bottom:none;
}
.date {
	text-align: center;
}

.xdate{
	font-size: 32px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
	margin:10px;
}



.livetime .date {
	
}
.datepool{
	width: 555px;
	float: right;
	background: rgba(5, 20, 53, 0.44);
	margin-top: 30px;
}

p{
	text-align: justify;
}
.date p {
	font-weight: bold;
	margin: 0;
}
.livetime .date p {
	display:inline-block;
	color: #000;
}

.remaintime {
	font-size: 20px;
	text-align: center;
	float: right;
	width: 238px;
	background: #102031;
    background: -moz-linear-gradient(top, #102031 0%, #83898e 41%, #83898e 52%, #182b3d 62%, #131313 99%);
    background: -webkit-linear-gradient(top, #102031 0%,#83898e 41%,#83898e 52%,#182b3d 62%,#131313 99%);
    background: linear-gradient(to bottom, #102031 0%,#83898e 41%,#83898e 52%,#182b3d 62%,#131313 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102031', endColorstr='#131313',GradientType=0 );
	padding:8px 5px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.remaintime .tremain{
	font-size: 20px;
	margin: 5px 20px 0 15px;
	text-shadow: 0 1px 2px black;
}

.remaintime .time {
    border-radius: 12px;
	float: right;
}

.remaintime .xdate-date{
	float: left;
}

.remaintime2 {
    font-size: 20px;
    float: right;
    margin-right: 100px;
    padding: 5px;
	background: #102031;
    background: -moz-linear-gradient(top, #102031 0%, #83898e 41%, #83898e 52%, #182b3d 62%, #131313 99%);
    background: -webkit-linear-gradient(top, #102031 0%,#83898e 41%,#83898e 52%,#182b3d 62%,#131313 99%);
    background: linear-gradient(to bottom, #102031 0%,#83898e 41%,#83898e 52%,#182b3d 62%,#131313 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102031', endColorstr='#131313',GradientType=0 );
	padding:10px 5px;
	width: 240px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.remaintime2 p{
	float: right;
	margin:0;
}

.main-text {
    font-size: 38px;
    margin-left: 100px;
    text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
    text-transform: uppercase;
}

.date {
	float: left;
	margin-left:175px;
	font-size: 20px;
	border-radius: 5px;
	padding: 5px;
	text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

.remaintime > p {
	
}

.remaining .date p {
  font-size: 30px;
}

.remaining .pools {
  font-size: 70px;
  padding: 15px 15px;
  width: 70px;
  height: 70px;
}

.remaintime span {
	

}

.thistory > tbody {
  background: #b9c5d3 none repeat scroll 0 0;
}

.thistory form {
  padding: 15px 10px;
  text-align: right;
  color: #007c7e;
}

.thistory form input{
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: right;
}

.ui{background: rgb(181, 231, 9) none repeat scroll 0 0;border: medium none;color: #000;cursor: pointer;font-size: 14px;padding: 11px;border-radius:50px;}

.ui:hover{
	background: #FF7800;
}

.thistory .thead{
	display: none;
}

.thistory .tbody{
	background: none;
}

.thistory .tbody .date{
	padding: 3.7px 10px;
}

.thistory .tbody .date p{
	font-size: 15px;
}

.thistory .tbody .pools {
	font-size: 20px;
	padding: 5px 5px;
	width: 20px;
	height: 20px;
}

.pagination span {
  background: #fff none repeat scroll 0 0;
  font-weight: normal;
  padding: 5px 10px;
  box-shadow: 1px 0px 5px;
  color: #000
}

.pagination span.current{
	background:#fdfb0a
}

.pagination {
  margin-right: 5px;
  margin-top: 15px;
  margin-bottom: 30px;
  display: inline-block;
  margin-left: 25px;
}

a.ui{
	text-decoration: none;
	padding: 15px 28px;
}
a.ui:hover{
	background: #6d8003;
}
.remaining .date{
	width: 60%;
}

.chengdu_content {
  margin-top: 20px;
  background: rgba(0, 0, 0, 0.69);
  border-radius: 15px;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-right: 12px;
}

.banner{
	border-radius: 15px;
}

.date img {
  display: inline-block;
  width: 23px;
}

.livetime .date img {
  display: inline-block;
  width: 40px;
}

.chengdu_content h2 {
  text-align: center;
  color: #945023;
}

.livetime {
	text-align: left;
}

a {
	color: black;
}

.livebox td{
	height: 85px;
}

.kotakpools .lastresult{
	color:white;
	text-align: center;
	font-size: 36px;
	text-shadow: -1px 1px 2px black;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#924f1d+0,d68c4a+50,c07734+55,924f1d+100 */
	background: #924f1d; /* Old browsers */
	background: -moz-linear-gradient(top,  #924f1d 0%, #d68c4a 50%, #c07734 55%, #924f1d 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #924f1d 0%,#d68c4a 50%,#c07734 55%,#924f1d 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #924f1d 0%,#d68c4a 50%,#c07734 55%,#924f1d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924f1d', endColorstr='#924f1d',GradientType=0 ); /* IE6-9 */
	border-radius: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

label{
	color: #000;
	font-size: 20px;
	text-align: center;
}

input[type="text"]{
	width: 130px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
  background: #fff;
  border: none;
  border-right: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  padding: 9px 23px 6px 23px;
  resize: none;
  margin-right: -5px;
  width: 165px;
}

.ground {
	position: relative;
	/* text-align: center; */
	width: 100%;
}

.date > span {
	font-size: 20px;
}

.left {
  /* text-align: right; */
  /* float: left; */
  /* padding-right: 10px; */
  /* width: 580px; */
  /* display: inline; */
}

.right {
  padding-left: 15px;
  float: right;
}

h2 {
	text-transform: uppercase;
	color: #fff;
}

h2.title {
	color: #fff;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding: 20px;
	background: #823cb0;
	border-radius: 15px 15px 0px 0px;
}

.timetitle2{
	font-size: 28px; 
	margin-right: 20px;
}

.contentpanel .thead, .contentpanel .tbody{
	background: rgba(0, 0, 0, 0.69);
	color: #ffffff;
}
.contentpanel .thead{
	background: #823cb0;
	border-radius: 15px 15px 0 0;
	padding-top: 15px;
	padding-bottom: 15px;
	}
.contentpanel .tbody{
	border-radius: 0 0 15px 15px;
	}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {	
  15% { opacity: 1; }
  50% { opacity: 0; }
  85% { opacity: 1; }
}
.livedrawer .openlive, .livedrawer .tlive{
	display: none;
	font-weight: bold;
}

.openlive-container {
    width: 155px;
    float: left;
	margin-left: 20px;
    font-size: 21px;
	
}

.openlive-container a {
	font-weight: normal;
	display: inline-block;
	float: left;

}

.openlive{
	font-weight: bold;
	background:url('images/bg-livedrawbutton.png') no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding: 10px 10px;
	text-shadow: -1px 1px 2px black;
}

.panelhead{
	display: inline-block;
	width: 100%;
}

.tlive {
    margin-left: 495px;
    top: 195px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,bcbaaa+0,f2efde+51,bcbaaa+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #bcbaaa 0%, #f2efde 51%, #bcbaaa 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#bcbaaa 0%,#f2efde 51%,#bcbaaa 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#bcbaaa 0%,#f2efde 51%,#bcbaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbaaa',GradientType=0 ); /* IE6-9 */

    padding: 12px 80px;
    border: 2px solid #fab411;
    color: #000;
    /* border-radius: 50px; */
	display:inline-block;
	margin-top: 40px;
	margin-right: 130px;
}
.tlive .flive{color: #000000;font-size: 19px;text-decoration: none;font-weight: normal;}

.mld_mainContent .thead{


	}

.mld_mainContent {
	padding: 5px !important;
	position:relative;
	box-shadow:0 2px 4px 2px #242728
}

	
	.contentpanel {
    /* display: inline-block; */
    /* text-align: right; */
    /* width: 498px; */
    /* position: relative; */
    /* float: right; */
    text-align: right;
}
.lcat{
	text-shadow: -1px 1px 2px black;
	text-transform: uppercase;
	color: #fa1212;
	font-size: 14px;
	margin-bottom: 5px;
}
.isearch{
	width: 28px;
	height: 28px;
}
.bsearch{
	background: transparent;
	padding: 6px 8px 8px 5px;
	border-radius: 0;
	border: none;
	position: absolute;
	right:-5px;
	top:5px;
	color:white;
}
.bsearch:hover{
	background: none !important;
}

.ndate{margin-right: 120px !important;color: #fff !important;}

.livedrawer .datepool{
	margin-top:50px;
}

.timebox{
	color: #fa1212;
	text-shadow: -1px 1px 2px black;
}
.daybox{
	font-size: 22px;
	position: absolute;
    left: 40px;
    top: 25px;
	text-shadow: -1px 1px 2px black;
	text-transform: uppercase;
}
.livedrawer .remaintime{
	margin-top:0px;
}

/*.Morning{
	background: url(images/MORNING.png) no-repeat scroll 0px top / 20px;
    padding-right: 22px;
	background-position: right top;
}*/

.Morning, .Morning a{
}
.Morning.time2, .Night.time2{

}

.Day{
	background: url('images/date.png') no-repeat scroll 50px top / 20px;
}

.Day, .Day a{
	color: #42c0fb;
}

.Evening{
	background: url('images/evening.png') no-repeat scroll 30px top / 20px;
}

.Evening, .Evening a{
	color: #fb9742;
}

/*.Night{
	background: url(images/night.png) no-repeat scroll 0px top / 20px;
    padding-right: 22px;
	background-position: right top;
}*/

.Night, .Night a{
	
}

.Midnight{
	background: url('images/midnight.png') no-repeat scroll 20px top / 20px;
}

.Midnight, .Midnight a{
	color: #7442fb;
}

.header-text-title{
	text-align: center;
	color: #fff;
	font-size: 30px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.ftname{
	color: #fff;
	line-height: 5;
	font-weight: bold;
}

.mainbanner{
	background: none;
}
.clear{
	clear: both;
}
footer{
	padding-top: 10px;
	color: #fff;
	
}
.remaintime span,.rt_hour, .rt_minute, .rt_second{
	font-weight: bold; 
	text-transform: uppercase;
}

.kotakremaintime{

}

.remaintime span{
	margin: auto;
	/*rpadding: 6px 8px 3px;*/
}
.remaintime span.tremain{
	background: none;
	color: #fff;
}
.livetime .time-pools{
	text-indent: -10000px;
	border:none;
	color: #d00f10;
	padding: 0px;
	text-align: center;
	text-shadow: 4px 2px 2px rgb(31, 41, 30);
	background-size:100% 100%;
	line-height: 1.1;
	width: 70px;
	height: 70px;
	box-shadow: none;
	display:inline-block;
	font-size: 62px;
	position: absolute;
	top: -55px;
	left: -75px;
}
.datelink{
	padding: 0 3px; ;color: #fff; border-radius: 3px; display:inline-block;
	font-size: 20px;
}
/*.lcat.time2{
	margin-bottom: 1px;
    float: left;
    padding: 0;
    width: 45px;
    height: 45px;
    margin-top: 2px;
    margin-right: 5px;
    background-size: 100% 100%;
}*/
.headpools-else{
	/* padding: 10px; */
	height: 30px;
	color: #fff;
	font-size: 25px;
	text-align: center;
	background: #fe0000;
	margin: 15px 0;
	display: revert;
	border-radius: 10px;
	padding:8px 0;
}

.headpools-else .text {
    color: #fff;
    float: left;
    margin: 5px;
    font-size: 30px;
    margin-top: 20px;
    text-shadow: -1px 1px 2px black;
}

.headpools-else .text2 {
    float: left;
    margin: 5px;
}


.bg-live-draw{
	background: url('images/live-draw-bg.jpg') no-repeat;
	background-size: 100% 100%;
}


.right-content,.right-content .numbers{
	float:right;
}

.right-content .numbers{
	height: 105px;
	width: 400px;
}

.detailnumber .numbers{
	background: url('images/bg-livenumber.png') no-repeat;
	background-size: 100% 100%;
}

.li{
	float: right;
}

.li a{
	display: block;
	text-align: center;
	padding: 14px 16px;
}



.navbar{
	background:black;
	clear: both;
	overflow: auto;
	height: 80px;

}

.menu{
	float:right;
}

.logo{
	background: url(logo.png);
	height: 50px;
	float: left;
	margin-top: 5px;
}

ul {
	list-style: none;
	text-decoration: none;
	padding-top: 10px;
}

li {
	display: inline;
}

tr.space {
	height: 10px;
	border-bottom: medium none;
}

td.space{
	background: rgba(0,0,0,0) !important;
	width: 20px;
}

footer .bg{
	background: #000;
	padding:15px 0 5px;
	font-size: 16px;
}

.kotakpools{
	border-radius: 10px;
}

.kotakpools tr td {
	background: transparent;
	font-size: 14px;
	font-weight: bold;
	height:70px;
	/* border-bottom:1px solid whitesmoke; */
	position:relative;
}

.kotakpools thead tr td{
	height: 50px;
}

.kotakpools tr td.main-page {
	padding: 0 130px;	
}

table.tbody{
	

	border-radius: 0;
}

.tbody_date,.tbody_result, .tbody_day{
	font-size: 30px;
	position:absolute;
	color:white;
	top:10px;
	text-shadow: -1px 1px 2px black;
}

.tbody_day{
	left:50px
}

.tbody_date{
	left:250px
}

.tbody_result{
	right:160px;
}

.kotakpools tbody tr td{
	
}

.kotakpools tr:not(:last-child) td, .kotakpools thead tr td{
	border-bottom:1px solid white !important;
}

.kotakpools tbody td .list-pools{
	position: absolute;
	top:10px;
	right:0;
}

.detailnumber tbody tr td{ 
	
}
.detailnumber .ftname{
	background: none !important;
}

.detailnumber tbody tr td .pools{
	
}

.another-prize tbody tr td .pools{
	
}

.search-date {
	padding: 5px 10px;
	border-radius: 5px;
}

.search-date .text{
	font-size: 20px;
	float: left;
	margin:5px;
	border-radius: 10px;
	padding:10px 5px;
	margin-left: 270px;
	background: #924f1d;
    background: -moz-linear-gradient(top, #924f1d 0%, #d68c4a 50%, #c07734 55%, #924f1d 100%);
    background: -webkit-linear-gradient(top, #924f1d 0%,#d68c4a 50%,#c07734 55%,#924f1d 100%);
    background: linear-gradient(to bottom, #924f1d 0%,#d68c4a 50%,#c07734 55%,#924f1d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#924f1d', endColorstr='#924f1d',GradientType=0 );
	text-shadow: -1px 1px 2px #000;
}

.search-date .search_me{
	float: right;
}
.search-date input[name="date"] {
    float: right;
    border: none;
    background: url(images/search-date-bg.png)no-repeat;
    background-size: 100% 100%;
    color: white;
    font-size: 22px;
	margin-top: 5px;
}

.search-date input[name="date"]:focus{
	outline: none;
}
.search-date input[name="date"]::placeholder{
	color:white;
}

.search-date .second-button{
	border:none;
	font-size: 18px;
	width:180px;
	height:50px;
	cursor: pointer;
}
.livebox .ftname{
	font-size: 24px;
	line-height: 1;
}

.search-date span {
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#925a29+0,d58c4a+55,c57c3c+63,925a29+100 */
	background: #925a29; /* Old browsers */
	background: -moz-linear-gradient(top,  #925a29 0%, #d58c4a 55%, #c57c3c 63%, #925a29 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #925a29 0%,#d58c4a 55%,#c57c3c 63%,#925a29 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #925a29 0%,#d58c4a 55%,#c57c3c 63%,#925a29 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#925a29', endColorstr='#925a29',GradientType=0 ); /* IE6-9 */
	text-shadow: 0 1px 2px black;
    font-size: 18px;
    margin: 5px;
    padding: 11px 10px;
    border-radius: 10px;
}
.search-date .search_me{
	position: relative;
	margin-right:210px;
}
.search-btn{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,bcbaaa+0,f2efde+51,bcbaaa+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #bcbaaa 0%, #f2efde 51%, #bcbaaa 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#bcbaaa 0%,#f2efde 51%,#bcbaaa 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#bcbaaa 0%,#f2efde 51%,#bcbaaa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bcbaaa',GradientType=0 ); /* IE6-9 */

	padding: 10px 15px;
	color: #fff;
	border-radius: 10px;
	border:none;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.allresult-button{
	font-size: 28px;
	padding:5px;
	background-color: #000;
	color:white;
	border-radius: 10px;
	font-weight: normal;
}
.menutop-1 a{
	color: #fff;
}
.sitename{
	font-size: 26px;
	font-family: Arial;
	text-transform: uppercase;
	padding: 0;
	margin:0;
}
#result_jackpot {
    float: left;
    text-align: center;
    width: 300px
}

#jackpot_logo {
    background: #f1a4a4;
    height: 38px
}

#jackpot_winnings {
    background: repeat-x #0218fa;
    font-weight: 700;
    height: 112px;
    line-height: 1.3
}

#jackpot_view {
    background: #f57306;
    height: 25px;
    padding-top: 5px
}

#jackpot_nextdraw {
    background: url(../images/next_draw_bg.gif) 1px 0 no-repeat #252525;
    font-size: 13.5px;
    font-weight: 700;
    height: 48px;
    line-height: 1.3;
    margin-bottom: 1px;
    padding-left: 1px;
    text-align: left
}
.jackpot-rank {
    display: block;
    padding-top: 8px;
    color: #fff;
    font-size: 28px
}

.jackpot-prize {
    display: block;
    color: #fff;
    font-size: 30px;
    padding-top: 4px
}
#datepicker {
    width: 225px
}

#result_date {
    float: right;
	margin-right: 10px;
}
#bottom_content,.box_day,.box_responsible {
    background: url(../images/highlights_bg.gif) repeat-x #fff
}

#bottom_content {
    width: 950px;
    float: left;
    -webkit-box-shadow: 0 2px 4px 2px #242728;
    box-shadow: 0 2px 4px 2px #242728
}

#bottom_content p{
	margin:0;
	padding:0;
}

#bottom_content_1 {
    padding: 20px;
    width: 920px;
    height: auto
}

#box1_bottomcontent,#box2_bottomcontent,#box3_bottomcontent {
    float: left;
    padding: 10px;
    width: 280px
}

#box4_bottomcontent {
    float: left;
    padding: 10px;
    width: 210px
}
#box1_bottomcontent h3,#box2_bottomcontent h3,#box3_bottomcontent h3,#box4_bottomcontent h3 {
    font-size: 12px;
    color: #646464
}

#box1_bottomcontent p,#box2_bottomcontent p,#box3_bottomcontent p,#box4_bottomcontent p {
    font-size: 11px;
    color: #646464
}

#box1_bottomcontent img,#box2_bottomcontent img,#box3_bottomcontent img,#box4_bottomcontent img {
    float: left;
    margin-right: 3px
}

#bottom-top {
    background: url(../images/footer_top_item_border.png) repeat-x;
    width: auto;
    height: 50px
}
#footer {
    color: #fff;
    margin: 15px 0;
    float: left;
    font-size: 11px
}
table.daily{
	color: #000;
}
table.daily td{
	padding: 7px;
	text-align: center;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
table.daily thead td{
	color: #fff;
	background: #111;
	font-weight: bold;
}
table.daily tr{
	background-color: #f2f2f2;
}
table.daily tr:nth-child(even) {
  background-color: #f9f9f9;
}
.pagetitle h2{
    font-size: 20px;
    color: #ffd801;
    font-weight: bold;
    padding-left: 15px;
	text-transform: capitalize;
}
.pagecontent{
	margin: 15px;
	background: #fff;
	padding: 15px;
	line-height: 1.5;
}