
@charset "utf-8";
/* CSS Document */

body {
	background-color: #ccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, p, td, div {
	font-size: small;
	font-family:'Lato',Arial, Helvetica, sans-serif;
}

.header {
	background-color: #003399; 
	border-bottom: 1px solid #666;
	color: #ff9900;
	height:60px;
}

#nav_tablist  {
	padding: 3px 0 4px;
	padding-left: 1px;
	margin: 1em 5px 0 5px;
	border-bottom: 2px solid #810303;
}

#nav_tablist li {
	list-style: none;
	display: inline;
	margin: 0;
	text-align:left;
	font: 1em Arial, Helvetica, sans-serif;
}

#nav_tablist li a{
	text-decoration: none;
	padding: 5px 5px 4px 5px;
	margin: 0 2px 0 0;
	font-weight:bold;
	border: 1px solid #000;
	border-bottom: none;
	background: white;
}
#nav_tablist li a:hover{
	color: #ffffff;
	background: #810303;
	font-weight:bold;
	border-color: #000;
}
#nav_tablist .link_on {
	color: #ffffff;
	font-weight:bold;
	background: #810303;
	border-color: #000;
}

#admincontent {
	margin: 0 6px 10px 6px;
	background:#ffffff;
}

#content {
	margin: 0 6px 10px 6px;
	background:#ffffff;
	text-align:center;
}

#content p {
	padding: 20px 10px 10px 10px;
	}
	
.submitButton {
	border:1px solid #666; 
	background:#810303;
	-webkit-appearance: none;
	font-size:large;
	color: #ffffff;
	margin:5px;
	padding:5px;
}
.searchBox {
	padding:10px 10px 10px 50px; 
	font-size:medium; 
	color: #999;
	background-image:url(../images/bg_search.png);
	background-repeat:no-repeat;
	width:70%;
}

#button {
	background-color:#003399;
	color:#ff9900;
}

a {	
	text-decoration:none;	
}
p { 
	padding: 4px 4px 0px 4px;
	margin: 0;
}
form {
	margin:0;
	padding: 4px;
}
input, select {
	padding:4px;
	margin:0;
}
h1 {
	padding:10px 0px 10px 0px;
	margin:0;
	text-align:center;
	font-size:large;
}
h2 {
	margin:0;
	margin-bottom: 5px;
	padding:5px 0px 5px 0px;
	text-align:center;
	font-size:medium;

}
h3 {
	margin:10px 4px 5px 4px;
	font-size:small;
	font-weight:bold;
}
h4 {
	margin:0;
	padding:0;
}
.smallHeader {
	font-size:small;
	color: #666;
}
 
#searchResults {
	list-style-type:none;
	margin: auto;
	padding:0 6px 0 6px;
}
#searchResults li {
	height: 140px;
	display:block;
}

.recent {
	background-image:url(../images/bg_listresult.jpg);
	background-repeat:repeat-x;
	background-color:#cccccc;
	height:140px;
	text-align:center;
	padding-top:10px;
	border-top:1px solid #666;
}
.live {
	background-image:url(../images/bg_listresult.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#cccccc;
	padding-top:0px;
	text-align:center;
	height:120px;
	border-top:1px solid #666;
}
.recent a {
	padding: 6px 0px 0px 6px;
	display:block;
	height:110px;
	font-size: medium;	
	font-weight:bold;
}
.live a {
	padding: 6px 0px 0px 6px;
	display:block;
	color: #009900;
	height:90px;
	font-size: medium;	
	font-weight:bold;
}
.live .searchInfo {
	font-weight:normal;
	color:#333;
	font-size: small;
}
.recent .searchInfo {
	font-weight:normal;
	color:#666;
	font-size: small;
}
.numFloatDollar {
	text-align:center;
	font-size: 35px;
	color:#009900;
	width:25px;
	padding:4px;
	float:left;
	margin-top:20px;
	margin-right:0px;
}
.numFloat {
	text-align:center;
	font-size: 2.5em;
	color:#ffffff;
	width:32px;
	height:37px;
	margin-left:3px;
	background:#666666;
	padding:4px;
	float:left;
}

.success {
	background-color:#FFFFCC;
	border:1px solid #009900;
	padding:4px;
	margin:10px 0 10px 0;
}	

#content p {
	padding:5px;
	line-height: 22px;
	margin: 3px;
	text-align:left;
}
h2.winning {
	font-size: 2em;
	color: #009900;
}
/* new nav stuff */


/************************************************************************************
MOBILE
*************************************************************************************/

	/* nav-wrap */
	#navWrap {
		position: relative;
		float:left;
	}

	/* menu icon */
	#menu-icon {
		color: #fff;
		width: 42px;
		height: 25px;
		background: #000 url(../images/menu-icon.png) no-repeat 10px center;
		padding: 8px 10px 0 42px;
		margin-left:10px;
		margin-top:10px;
		cursor: pointer;
		font-weight:bold;
		border: solid 1px #666;
		display: block; /* show menu icon */
		float:left;		
	}
	#menu-icon:hover {
		background-color: #000;
	}
	#menu-icon.active {
		background-color: #333;
	}
	
	/* main nav */
	#nav {
		clear: both;
		margin-left:10px;
		position: absolute;
		top: 32px;
		width: 240px;
		z-index: 10000;
		padding: 0;
		background: #000;
		border: solid 1px #ccc;
		display: none; /* visibility will be toggled with jquery */
	}
	#nav li {
		clear: both;
		float: none;
		margin: 0;
		text-align:left;
		list-style:none;
	}
	#nav a, 
	#nav ul a {
		font: inherit;
		background: none;
		display: block;
		padding: 8px;
		color: #fff;
		border: none;
		height:25px;
		line-height:25px;
		margin:0 4px 0 4px;
		border-bottom: 1px solid #666;
	}
	#nav a:hover, 
	#nav ul a:hover {
		background: #666666;
		color: #fff;
	}
	
	/* dropdown */
	#nav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		text-align:left;
		background: inherit;
	}
	#nav ul li {
		margin: 3px 0 3px 15px;
		text-align:left;
	}
/* footer Nav */
#footerNavWrap {
	margin: 0;
}
/* footer nav */
#footer  p {
	font-size: small;
}
	#footerNav {
		clear: both;
		margin-left:10px;
		width: 100%;
		z-index: 10000;
		padding: 0;
		margin:0;
		background: #000;
		border: solid 1px #ccc;
		
	}
	#footerNav li {
		clear: both;
		float: none;
		margin: 0;
		text-align:left;
		list-style:none;
	}
	#footerNav a, 
	#footerNav ul a {
		font: inherit;
		background: none;
		display: block;
		padding: 8px;
		color: #fff;
		border: none;
		height:25px;
		line-height:25px;
		margin:0 4px 0 4px;
		border-bottom: 1px solid #666;
	}
	#footerNav a:hover, 
	#footerNav ul a:hover {
		background: #666666;
		color: #fff;
	}
	
	/* dropdown */
	#footerNav ul {
		width: auto;
		position: static;
		display: block;
		border: none;
		text-align:left;
		background: inherit;
	}
	#footerNav ul li {
		margin: 3px 0 3px 15px;
		text-align:left;
	}


/* end nav stuff */

.pageTitle {
	background-color: #000000;
	background: #000 url('../images/bg_header.jpg') no-repeat;
		background-size: 320px 80px;
	height:80px;
		
}
.pageTitle h1 {
	text-align:left;
	margin: 0;
}	

#homeDraw {
	background: #000 url('../images/bg_topdraw.jpg') no-repeat;	
	background-color:#666;
	color: #eee;
	padding-bottom:30px;
}
#homeDraw h2.last {		
	background: url('../images/bg_last.jpg') repeat-x;;
	height: 31px;
	line-height:31px;
	padding: 2px;
	color: #fff;
	font-size:large;
	text-transform:uppercase;
	border:0;
}

#homeDraw h2.last:after {
  content: '';
}
#homeDraw h2.current {		
	background: url('../images/bg_last.jpg') repeat-x;;
	padding: 2px;
	height: 31px;
	line-height:31px;
	color: #fff;
	font-size:large;
	text-transform:uppercase;
	border:0;
}

#homeDraw h2.current:after {
  content: 'CURRENT DRAW';
}
#homeDraw h2 {
	border-bottom: 1px solid #666;
	font-size:large;

}
#homeDraw h3 {
	font-size: large;
	font-weight:normal;

}
#homeDraw a {
	color: #FFCC00;
}
#lastDrawNumbers {
	clear:both;
	margin: 38px 0 20px 0;
}
h2.nosecchance { 		
	background-image:url(../images/bg_last.jpg);
	background-repeat:repeat-x;		
	height: 31px;
	line-height:31px;
	padding: 2px;
	color: #fff;
	font-size:large;
	text-transform:uppercase;
}

h2.secondChance { 				
	background: url('../images/bg_last.jpg') repeat-x;;
	height: 31px;
	line-height:31px;
	padding: 2px;
	color: #fff;
	font-size:large;
	text-transform:uppercase;
}
h2.secondChance:after {
  content: '2ND CHANCE DRAW';
}
#main_content {
	background-image:url(../images/bg_content.jpg);
	background-repeat:repeat-x;
	background-color:#fff;
	color: #666;
	padding-bottom:20px;
}
#main_content .text_content {
	margin: 4px 10px 0px 10px;	
	text-align:left;
}
#main_content p, #main_content td {
	text-align:left;
}
td {
	padding: 6px;
}
.text_content p {
	line-height: 22px;
	margin: 2px 0 10px 0;

}
.text_content h1, .text_content h2,
.text_content h3, .text_content h4,
.text_content h5 {
	text-align:left;
}
h2.draw_event {
	color:#003399; 
	font-size: large;
	margin: 2px;
	padding:0;
	text-shadow: -1px 0 #ff9900, 0 1px #ff9900, 1px 0 #ff9900, 0 -1px #ff9900;
}
h2.draw_total {
	color:#009900;
	font-size: x-large;
	margin: 2px;
	padding:0;
}
h2.draw_number {
	color:#666;
	font-size: medium;
	margin: 2px;
	padding:0;
	font-weight:normal;
}
.featuredLink {
	display: block;
	padding: 8px;
	margin:auto;
	background-color:#666666;
	color: #ffffff;
	font-size: 11px;
	width: 120px;
	border: 1px solid #333;
	font-weight:bold;
	text-align:center;
}
.featuredLink:hover {
	background-color:#003399; 
	color: ;
}
/* form */

input, select {
	border: 1px solid #ccc;
	border-radius: 3px;
}
#formTerms {
	height: 120px;
	overflow: auto;
	margin: 20px 0 20px 0;
	padding: 3px;
	font-size: 12px;
	border: 1px solid #ccc;
}

.clientlogo{
	background-image:url(/slir/?w=50&h=50&c=1x1&i=/mslogos/clientlogo_style_49_SunsCharities_Logo_RGB_-_JPEG.jpg);
	background-repeat: no-repeat;
		display: block;
		top: 15px;
	left: 20px;
	position:relative;
	height: 50px;
	weight: 50px;
}