@charset "utf-8";

/*---------------
LG Colours
Red: #df0024			Light: #F7CED0				Dark: #bc001d
Yellow: #f6d300			Light: #FAEAAB				Dark: #f1af00
Purple: #67087b 		Light: #9764a3				Really light Purple: #c9b0d0		Ghost Purple: #ECEAF7
Neutral: #e8e9c8		Light neutral: #eeefd8		Really light neutral: #f8f8f0

LG Admin Colours
Dark blue: #70AFE9		Med blue: #97C7ED			Light blue: #BADAF3					Ghost Blue: #D9EBF9
Dark Purple: #67087b 	Med Purple: #9764a3			light Purple: #c9b0d0				Ghost Purple: #ECEAF7

---------------*/

/*---------
LOGIN_ENTRY FORM
----------*/

.loginh3 {
	padding:5px 0 3px 7px ;
	margin:0;
	font-size:16px;
	color:#FFF;
	line-height:1;
}
.entryh3_red {
	background:#df0024 none repeat scroll 0 0;
	color:white;
	font-size:20px;
	height:40px;
	line-height:2.1;
	margin:10px 10px 3px 10px;
	text-align:center
}

.entryh3 {
	padding:20px ;
	margin:0;
	font-size:16px;
	line-height:1;
}
.entryh3 span {
	padding:0 ;
	margin:0;
	font-size:14px;
	line-height:1.5;
}

/*---------
LOGIN
----------*/
#txtUserID {
	width:200px;
}
.password {
	background-color: #fff; 
	border: #9764a3 0px solid; 
	width:90px; 
	height:20px; 
	padding:5px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left;
	color: #333;
	left:16px;
}
.username {
	background-color: #fff; 
	border: #9764a3 0px solid; 
	height:20px; 
	padding:5px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left;
	color: #333;
	left:8px;
	position:relative;
}
.login_label_user {
	margin:0 0 0 0;
	font-size:11px;
	color:#fff;
	text-transform:uppercase;
	padding:0 0 0 8px;
	line-height:normal;
}
.login_label_login {
	margin:0px 0 0 0;
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	position:relative;
}
/*---------
ENTER
----------*/
span.checkbox { 
  width: 19px; 
  height: 25px; 
  margin:0 0 0 0;
  background: url(/images/checkbox.png) no-repeat; 
  display: block; 
  clear: left; 
  float:left;
} 
span.radio { 
  width: 19px; 
  height: 25px; 
  padding: 0 5px 0 0; 
  background: url(/images/radio.png) no-repeat; 
  display: block; 
  clear: left; 
} 
span.select { 
  position: absolute; 
  width: 150px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 24px; 
  padding: 2px 24px 0 8px; 
  color: #000; 
  font: 12px/21px arial,sans-serif; 
  background: url(/images/select_btn.png) no-repeat; 
  overflow: hidden; 
} 
span.select2 { 
  position: absolute; 
  width: 80px; /* With the padding included, the width is 190 pixels: the actual width of the image. */ 
  height: 24px; 
  padding: 2px 24px 0 8px; 
  color: #000; 
  font: 12px/21px arial,sans-serif; 
  background: url(/images/select_btn2.png) no-repeat; 
  overflow: hidden; 
} 

option {
	background-color:#fff;
}
#drop_down {
	postion:relative;
	margin: 0px 11px 0 0;
	width:150px;
	float:left;
	
}
#entry_form {
	background:#000000;
	font-size:11px;
	margin:0;
	padding:0;
	width:323px;
	height:700px;
	position:relative;
}
#entry_form h3 {
	font-size:32px;
	font-style:italic;
	margin:0;
	padding:15px 0 5px 15px;
	color:#004f5c;
	line-height:2;
	letter-spacing:-2px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#entry_form ul li {
	font-size:16px;
	margin:0 0 0 20px;
	padding:0 0 10px 30px;
	list-style:outside;
	background:url(/images/tick.png) no-repeat 0 -5px;
	list-style-type:none;
	line-height:1.25;
	z-index:1;
}
#entry_form p {
	font-size:16px;
	margin:0 0 0 20px;
	padding:0 0 10px 20px;
	position:absolute;
	bottom:80px;
	line-height:1.25;
}
#entry_form p a{
	color:#00AEEF;
}
#entry_form p a:hover{
	color:#00AEEF;
	text-decoration:none;
}

/*---------
inputs
----------*/
.barcode {
	background-color:#FFFFFF;
/*	border:5px solid #C9B0D0; */
	display:block;
	font-size:22px;
	font-weight:bold;
/*	height:33px; */	
	letter-spacing:2px;
	margin:10px 0 10px 2px;
	padding:5px 0 0;
	text-align:center;
	width:310px;
}
.tickCheck {
	background-color:#FFFFFF;
/*	border:5px solid #C9B0D0; */
	display:block;
	font-size:14px;
	font-weight:bold;
	height:20px;
	letter-spacing:1px;
	margin:10px 0 10px 2px;
	padding:5px 0 0;
	text-align:center;
	width:160px;
}

.name {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	width:305px; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333; 
}
.Usrname {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	width:150px; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333; 
}
#usernameInfo {
	font-size:12px;
	font-weight:bold;
	padding:5px 0 0 5px;
}
textarea {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	height:120px; 
	padding:3px 0 0 10px; 
	margin:2px 0 2px 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333;
	font-weight:bold;
	line-height:normal;
	
}
label {
	margin:0 0 0 0;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	padding:0 0 0 0;
	line-height:normal;
}
.input_cell {
	height:30px;
	padding:0;
	margin:0;
	vertical-align: top;
	line-height:normal;
}
.label_cell {
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:normal;
}
.rule {
	padding:0;
	margin:0 0 8px 0;
	border-bottom:#c9b0d0 1px solid;
	height:10px;
	width:315px;
}
.state_label {
	margin:0 0 0 0;
	font-size:11px;
	line-height:1.5;
	color:#000;
	text-transform:uppercase;
	position:relative;
	padding:0;
}
.postcode {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	width:80px; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333;
}
.phones {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	width:142px; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:0 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333;
}
.chkbox_text {
	font-size:11px;
	line-height:1.25;
	color:#000;
	padding:0;
	text-transform:none;
	width:300px;
	position:relative;
	top:2px;
	left:10px;
	display:block;
}
#ip {
	font-size:11px;
	width:320px;
	margin:10px 0 10px 0;
	background:#c9b0d0;
	padding:5px 0;
	text-align:center;
}
.val_text {
	margin:0;
	font-size:11px;
	line-height:1.25;
	color:#000;
	text-transform:none;
	padding:0;
}
.all_fields {
	margin:0;
	font-size:10px;
	color:#c00;
	padding:10px 0 0 8px;
}
.edit_name {
	background-color: #ffffff; 
	border: #c9b0d0 1px solid; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:2px 0 2px 0; 
	font-size:12px; 
	font-weight:normal; 
	text-align:left; 
	color: #333;
}
.edit_label {
	margin:0 0 0 0;
	font-size:11px;
	color:#000;
	text-transform:uppercase;
	padding:0 10px 0 0;
	line-height:normal;
}
.edit_label_cell {
	height:100%;
	padding:0;
	margin:0;
	vertical-align: middle;
	line-height:normal;
	text-align:right;
}
.r
/*---------
Welcome back
----------*/
#welcome_back {
	height:110px;
}
.filled_form {
	height:20px;
	padding:0 0 0 0;
	margin:0;
	vertical-align: middle;
	line-height:normal;
	font-size:12px;
	color:#000;
	font-weight:normal;
	background:#fff;
}
.rule_b {
	border-bottom:#fff solid 1px;
}
.rule_r {
	border-right:#fff solid 1px;
}
.rule_r_col {
	border-right:#c9b0d0 solid 1px;
}
/*---------
Logged in
----------*/
#valid_tickets {
	width:335px;
	text-align:center;
	margin:0 0 0 0 ;
}
#valid_tickets p{
	width:300px;
	height:25px;
	text-align:center;
	padding:10px 0 0 0;
	margin:5px auto 0 auto;
	font-size:14px;
	line-height:1;
	background-color: #727171;
	border:#000 1px solid;
	color:#FFF;
}
#valid_tickets p span{
	text-align:center;
	padding:0 5px;
	margin:0;
	line-height:1;
	display:inline;
	color: #f6d300;
	font-size:14px;
	font-weight:bold;
}
/*---------
Buttons & Links
----------*/

#submit { /*submit button*/
	display:block;
	float: none;
	position:relative;
	left:0;
	top:0;
	background:url(/images/submit_btn.png) top;
	border: 0;
	width:75px;
	height:24px;
	cursor:pointer;
	font-weight:normal;
	text-transform:uppercase;
}

#submit:hover {
	background:url(/images/submit_btn.png) bottom;
	border:0;
}
#submit:active {
	border:0;
}
a.forgot_pw_light {
	font-size:12px;
	color: #ffffff;
	margin:0 0 0 0;
	font-weight:bold;
}
a.forgot_pw_light:hover {
	color: #f6d300;
}
a.forgot_pw_dark {
	font-size:12px;
	color: #000000;
	margin:0 0 0 0;
	font-weight:bold;
}
a.forgot_pw_dark:hover {
	color: #ffffff;
}
#logedin_links {
	width:330px;
	margin:10px 0 0 10px;
	height:30px;
}
a.links {
	font-size:13px;
	color: #fff;
	padding:0 25px 0 8px;
	font-weight:bold;
	float: ;
	width:98px;
}
a.links:hover {
	color: #f6d300	;
}
#login { /*login button*/
	display:block;
	float:left;
	position:relative;
	left:8px;
	background:url(/images/submit_btn.png) top;
	border: 0;
	width:75px;
	height:24px;
	cursor:pointer;
	font-weight:normal;
	text-transform:uppercase;
}
#login:hover {
	background:url(/images/submit_btn.png) bottom;
	border:0;
}
#login:active {
	border:0;
}

#resend { /*resend password button*/
	display:block;
	float: none;
	position:relative;
	left:0;
	top:0;
	background:url(/images/resend_btn.png) top;
	border: 0;
	width:170px;
	height:24px;
	cursor:pointer;
	font-weight:normal;
	text-transform:uppercase;
}
#resend:hover {
	background:url(/images/resend_btn.png) bottom;
	border:0;
}
#resend:active {
	border:0;
}

/*--------
SEARCH
--------*/

.mapSearch {
	background-color: #ffffff; 
	border: #c9b0d0 0px solid; 
	width:305px; 
	height:20px; 
	padding:3px 0 0 10px; 
	margin:2px 0 0 0; 
	font-size:12px; 
	font-weight:bold; 
	text-align:left; 
	color: #333; 
}