body {
	margin: 0;
	text-align: left;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11pt;
	font-weight: normal;	
}
#main {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background-color: #EBEBEB;
	padding: 10px;
	*height: 100%;
	padding-bottom: 0px;
}
#index_me, #pl_index_me {
	*width: 100%;
	*margin-top: -90px;
	*height: 100%;
	*display: inline;
}
.green_txt {
	color: #279E4B;
}
img {
	border: none;
}
.smallprint
{
    font-size: 70%;
}
h1 {
	color: #279E4B;
	font-size: 130%;
	clear: left;
}

h2 {
	font-size: 86%;
	color: #279E4B;
}
h3 {
	font-size: 80%;
}

p {
	font-size: 80%;
}

li {
	list-style: none;
}



a:link, a:active, a:visited, a:hover,
input[type=submit].labbutton-link {
	color: #279E4B;
	text-decoration: none;
}
	
.clear {
	clear: both;
}
.clear_left {
	clear: left;
}

.right {
	float: right;
}
.right_text {
	text-align: right;
}
.left {
	float: left;
}
.black {
	color: black;
}
.error {
	color: red;
	font-size: 80%;
}
.centre {
	text-align: center;
}

.red {
	color: red;
}
.blue {
	color: RoyalBlue;
}
.denotes {
	float: left;
	padding-right: 83px;
	font-size: 80%;
	position: relative;
	bottom: -32px;
}
.nobackground {
	background: none !important;
}

.right_align {
	float: right;
}

.wXXL {
	width: 680px;
}
.wL {
	width: 200px;
}
.wXL {
	width: 350px;
}

.lightgray {
	color: gray;
}

input[type="submit"], input[type="button"] {
	font-family: Arial;
	border: none;
	color: #FFF;
	width: 73px;
	padding: 3px 15px 6px 8px;
	font-weight: bold;
	background-color: #279E4B;
	-moz-border-radius: 12px 0px 12px 0px;
	-webkit-appearance: none; /*stops all four corners being rounded on iOS*/
    -webkit-border-radius: 12px 0px 12px 0px;
    -khtml-border-radius: 12px 0px 12px 0px;
	border-radius: 12px 0px 12px 0px;
	*background: url('/images/green_button.png') no-repeat;
}

#go {
	background: url('/images/RingGo-button.png') no-repeat;
	padding: 0;
	height: 40px;
/*	float: right;*/
	position: relative;
	top: -10px;
	left: 7px;
	font-size: 0;
}

#dirGo, .dirGo {
	background: url('/images/RingGo-button.png') no-repeat;
	-webkit-background-size: cover; /*for webKit*/
	-moz-background-size: cover; /*Mozilla*/
	-o-background-size: cover; /*opera*/
	background-size: cover; /*generic*/
	border: 0;
	height: 22px;
	width: 24px;
	vertical-align: middle;
	font-size:0;
}

input[type="text"] {
	border: 1px solid #C3C3C3;
}

.nomargin {
	margin: 0;
}

/* styling for actual lists */
.list li {
	color: #279E4B;
	list-style: disc;
}

span.list_text {
	color: #000;
	font-size: 80%;
}

ul.list_text li
{
	color: #000;
	font-size: 80%;
}

.breadcrumbs {
	float: left;
	font-size: 65%;
	color: #848483;
	padding-bottom: 12px;
}

.breadcrumbs a {
	text-decoration: none;
	color: #848483;
}
.table-cell {
	display: table-cell;
}

.columns p {
	display: inline-table;
	width: 35%;
}

/* DIV dropdown style */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
    transform: translateZ(0);//fixes the results being shoved off to one side when a Google Map is on the page
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 10px;
	text-align: left;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #CACACA;
	color: #000;
}

.dgridheader {
	background-color: #279E4B;
	color: #FFF;
	padding: 0 5px 0 5px;
	background-image: none;
}

.dgridbody {
	background-color: #EBEBEB;
}

.page_icon {
	float: right;
	position: relative;
	top: -45px;
}

.ordered_list li{
	list-style: inherit;
	color: #279E4B;
	font-size: 80%;
}

.colourless_curved_box {
	margin: 0px 22px 20px 0px;
	width: 250px;
	float: left;
}

/* Green Curved boxes */

.curve {
	background: url('/images/left_curve.gif') #279E4B top left no-repeat;
	padding: 2px;
	padding-left: 16px;
	color: #FFF;
	font-size: 95%;
	margin-left: -1px;
	*margin-bottom: 0;
}
th .curvestyle {
	width: 14px;
}
.long_right_curve {
	background: url('/images/wh_right_curve.gif') #279E4B bottom right no-repeat;
	padding-right: 15px;
	width: 405px;
}

.right_curve {
	background: url('/images/right_curve.gif') #279E4B bottom right no-repeat;
	padding-right: 15px;
	width: 235px;
	position: relative;
	top: -15px;
}

.curved_box {
	margin: 0px 22px 20px 0px;
	width: 250px;
	float: left;
	background: url('/images/bottom_curve.png') #EBEBEB bottom right no-repeat;
}

.full_width
{
	width: 520px;
}

.full_width .right_curve
{
	width: 505px;
}

.curved_box ol {
	margin-top: -14px;
}
.curved_box p {
	margin-top: -25px;
	padding: 10px;
	margin-bottom: 0;
	*padding-top: 15px;
}

.curved_box ul {
	margin: 0;
	padding-left: 22px;
	padding-bottom: 10px;
}

.curved_box ul.small_list li {
	font-size: 80%;
	min-height: 17px;
	padding-bottom: 5px;
}

.curved_box li {
	list-style: disc;
	color: #279E4B;
}


/* Grey Curved Boxes */
.bottom_grey_curve {
	padding: 10px;
}

.grey_curve {
	background: url('/images/grey_top_curve.png') top left no-repeat;
	overflow: hidden;
	clear: left;
}
.bottom_grey_curve {
	background: url('/images/grey_bottom_curve.png') bottom right no-repeat;
	overflow: hidden;	
}

ol li {
	font-size: 80%;
}

.green_header {
	background: url('/images/bar_title.png') no-repeat;
	color: #FFF;
	padding: 1px 0px 5px 10px;
	width: 535px;
	font-size: 86%;
}
.small_green {
	background: url('/images/bar_half_title.png') no-repeat;
	color: #FFF;
	padding: 1px 0px 4px 9px;
	margin-bottom: -8px;
	font-size:86%;
}

.small_green a{
   color: #FFF; 
}

.green_header a {
	color: #FFF;
}

/* RVP Progress Bar */
.RVPBookingForm_progress_bar
{
	padding: 0px;
	margin: 10px 0px 20px;
}
.RVPBookingForm_progress_bar li
{
	font-weight: bold;
	color: #335E3D;
	display: inline;
	list-style-type: none;
	padding: 11px 11px;
	background: url('../../images/loading-thickbox-green.gif') repeat-x scroll bottom;
}

.RVPBookingForm_progress_bar li p
{
	padding: 0;
	display: inline;
	font-size: 100%;
}

li.RVPBookingForm_progress_bar_current p
{
	padding-top: 5px;
	background: url('../../images/down.gif') no-repeat scroll top;
}

li.RVPBookingForm_progress_bar_current
{
	color: #1a3a22;
	background: url('../../images/current.png') no-repeat scroll bottom;
}	
li.RVPBookingForm_progress_bar_not_visited
{
	background-color: #ffffff;
	background: url('../../images/loading-thickbox.gif') repeat-x scroll bottom;
	color: slategray;
}

/* NewParkingForm Progress Bar */
.NewParkingForm_progress_bar
{
	padding: 0px;
	margin: 10px 0px 20px;
}
.NewParkingForm_progress_bar li
{
	font-weight: bold;
	color: #335E3D;
	display: inline;
	list-style-type: none;
	padding: 11px 11px;
	background: url('../../images/loading-thickbox-green.gif') repeat-x scroll bottom;
}

.NewParkingForm_progress_bar li p
{
	padding: 0;
	display: inline;
	font-size: 100%;
}

li.NewParkingForm_progress_bar_current p
{
	padding-top: 5px;
	background: url('../../images/down.gif') no-repeat scroll top;
}

li.NewParkingForm_progress_bar_current
{
	color: #1a3a22;
	background: url('../../images/current.png') no-repeat scroll bottom;
}	
li.NewParkingForm_progress_bar_not_visited
{
	background-color: #ffffff;
	background: url('../../images/loading-thickbox.gif') repeat-x scroll bottom;
	color: slategray;
}

/* PermitBookingForm Progress Bar */
.PermitBookingForm_progress_bar
{
	padding: 0px;
	margin: 10px 0px 20px;
}
.PermitBookingForm_progress_bar li
{
	font-weight: bold;
	color: #335E3D;
	display: inline;
	list-style-type: none;
	padding: 11px 11px;
	background: url('../../images/loading-thickbox-green.gif') repeat-x scroll bottom;
}

.PermitBookingForm_progress_bar li p
{
	padding: 0;
	display: inline;
	font-size: 100%;
}

li.PermitBookingForm_progress_bar_current p
{
	padding-top: 5px;
	background: url('../../images/down.gif') no-repeat scroll top;
}

li.PermitBookingForm_progress_bar_current
{
	color: #1a3a22;
	background: url('../../images/current.png') no-repeat scroll bottom;
}	
li.PermitBookingForm_progress_bar_not_visited
{
	background-color: #ffffff;
	background: url('../../images/loading-thickbox.gif') repeat-x scroll bottom;
	color: slategray;
}

.radiolabel {
	display:inline-block;
	width:55%;
	vertical-align:middle;
	margin:5px;
}
.extendDisabled {
	visibility:hidden;
}
.vrnlabel, .parkAgain {
/*	width:25%;*/
	display:inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border: 2px solid;
	padding:5px;
	font-weight:bold;
	text-align:center;
}
.vrnlabel {
	background-color:#fff0b3;
}

.permitchoice {
	display:inline-block;
	width:90%;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
/*	border: 1px solid darkgrey;
	background-color: lightyellow;
	border-radius: 8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;*/
	border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.10);
  -moz-box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.10);
  box-shadow: 0px 2px 5px rgba(50, 50, 50, 0.10);
}

#standardsessionchoice {
	font-weight: bold;
}
.permitchoice li {
	margin:2px !important;
}
.activesession {
	background-color: #f0f0f0;
}
label ul.permitchoice {
	width:75%;
}
#permitapps {
	padding:5px;
}
.permitchoice .actions {
	float:right;
}

.flatten {
display:inline;
}
.flatten form {
display:inline;
}
.flatten table {
display:inline;
}

/* Accesibility */
.accessibility {
	position: absolute;
	left: -99999px;
	height: 10px;
	width: 10px
}
#skiplink {
	display: none;
}

/**
Datagrid styles
*/
.dgriddetailshide
{
	display: none;
}
.dgriddetails
{
	border: 1px dotted #555555;
	background-color: #dddddd;
	color: #000066;
	padding: 5px;
}

#pers_link
{
	margin-bottom: 16px !important;
}