﻿@charset "UTF-8";
/* CSS Document */

/*--------------------------------------------------------------------------------------------------------------------
CUSTOM STYLES - These overide and add to the previous styles
--------------------------------------------------------------------------------------------------------------------*/

/******************************************************************
Reset
***************************************************************** */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
}

/* NAVIGATION ----------------------------------------------------------*/
.PersonalMenu {
	visibility: hidden;
	display: none;
}
.PersonalMenuText {
	visibility: hidden;
	display: none;

}

.PersonalMenuBtn {
	width: 30%;
	float: right;
}

#PersonalMenuM {
	visibility: hidden;
}

.LinkButtonPersonalMenu {
	
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	 float: right;
	 margin-right: 0;
	margin-top: 10px;
}

#LogoBox {
	width: 20%;
	margin: auto;
}
#Logo {
	display: none;
	visibility: hidden;
	margin: auto;
	
}

#Logo1 {
	display: none;
	visibility: hidden;
	margin: auto;
}

.header1{
    display: none;
	visibility: hidden;
}
#PrintLogo {
	width: 100%;
	max-width: 300px;
	height: auto;
	visibility: visible;
	margin: auto;
}
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}


div.menu
{
	visibility: hidden;

}
.MainMenu {
    list-style: none;
	width: 100%;
	float: right;
	border-bottom: 1px #4e667d solid;
	border-left: none;
	border-top: none;
	border-right: none;
}
.MainMenu li{
	display: inline-block;
    list-style: none;
	text-align: center;
	float: left;
}

.MenuItems {
	float:left;
	text-align: center;
	margin-left: 12%; /* ! */
}
.FirstMenuItem {
	margin-left: 12%;
}
.LastMenuItem {
	margin-left: 12%;
}



div.menu ul li a, div.menu ul li a:visited
{ 
 font-size: 1em;
 font-family:'MuseoSans500', Helvetica, Arial, sans-serif;
 font-weight:600;
 text-transform:uppercase;
 color:/*text-field-color*/#000000;
 background:none;
 	border-left: none;
	border-top: none;
	border-right: none;
	border-bottom: none;
  
}
div.menu ul li a:hover, a:active
{
 color:black;
 background:none;
}


div.menu ul li a.active:hover
{
 color:/*text-field-color*/#000000;
 background:none;

}

/* FOOTER
----------------------------------------------------------*/ 

.footer
{
    color: #666;
    text-align:center;
    line-height: normal;
	width:60%;
	margin: auto;
	padding:0.1em 0;
	margin-top: 0;
	width: 100%;

}

.footer .links {
	visibility: hidden;
}
.footer .links ul {
	list-style:none;
	width: 100%;
}
.footer .links ul li {
	float:left;
	text-align: center;
	border-right:1px solid #999;
	text-align: center;
}
.footer .links ul li a {
	color:/*text-field-color*/#000000;
	padding:0.2em 2em;
}
.footer .links ul li:first-child {
	padding-left:0;
}
.footer .links ul li:last-child {
	border-right:none;
}
.footer .links ul li a:hover {
	color:#000;
}
.footer .logos {
	width:50%;
	margin-left: 25%;
	clear: both;
}
.footer .logos a img {
	border:none;
}
.footer .logos p {
	font-size:.8em;
	text-align: center;

}

/* DEFAULTS
----------------------------------------------------------*/

body {
    
	background: url(../images/background2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
    font-size: 100%;
	line-height:1.55em; /*based on 16px*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
	-ms-behavior: url(../js/backgroundsize.min.htc);	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

* {
	margin: 0;
	padding: 0;
}







/* STRUCTURE  
----------------------------------------------------------*/

.main {
	width:100%;
	padding:21px 0 0 0;
	margin: auto;	
}

#container {
	width:1000px;
	margin: auto;
	padding:0;
}

#PageBox {
	border: none;
	width: 100%;
	background: /*text-field-color*/#000000 ;
	background: rgba(44,70,110,0.6);
    margin: auto;
	overflow: auto;
	-ms-border-radius: 50px;
	border-radius: 50px;
	clear: both;
}

.PaddingA {
	padding: 30px;
}
.PaddingSmall {
	padding: 10px;
}

div.page h2{color:#d7e9d2}
.page h1{font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:0 0 0 35px; font-size:1.1em; margin:0 0 1.2em 0; color: #d7e9d2}








/* HOMEPAGE SPECIFIC 
----------------------------------------------------------*/
.centred {
	margin-left:360px;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}

#headerContainer {
	width:100%;
	margin:0 0 20px 0;
	padding:0;
	float:left;
	clear: both;
}
		.header
		{
			position: relative;
			margin: 0 auto;
			padding: 0;    
			width: 1000px;
			background:none;
			*padding-bottom:30px;
		}

.header h1
{
    font-size:1.5em;
    padding: 0 ;
	margin:31px 0 31px 30px;
	
	line-height:none;
    padding:0;
	font-family:'MuliRegular', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	font-weight:600;
	float:left;
	
	
	
}	.header h1 a{
	color: /*text-field-color*/#000000;
    border: none;
	}

#TopNavigation {
	display: none;
	visibility: hidden;
}

#MenuBox {
	display: none;
	visibility: hidden;
}


/*.heroContainer{width:980px; padding:0 0 41px 0; float:left;}
.heroContainer .left{width:895px; 
float:left; background:#040302 url('../images/hm-hero-top.jpg') no-repeat left top; 
height:344px; padding:36px 0 0 0; }
	
		.heroContainer .left .content{/*width:100%; background-color:/*text-field-color*/#000000; float:left; margin:0; /*padding:0 0 36px;}
		
			.heroContainer .left .content .intro{width:100%; padding:0;  background-color:#dedede; float:left; font-size: 1.2em}/*height:150px;
			.heroContainer .left .content .intro p{font-size:0.875em;}
			.heroContainer .left .content .intro h1{margin:0 0 10px 0;}
			.heroContainer .left .content .intro .list {padding:0 0 0 50px;}
			.heroContainer .left .content .login {
				
				width:224px; height:200px; padding:0 20px; float:left; background: #eaeaea; /* Old browsers 

background: -moz-linear-gradient(top, #eaeaea 1%, #d4d4d4 100%); /* FF3.6+ 
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaeaea), color-stop(100%,#d4d4d4)); /* Chrome,Safari4+ 
background: -webkit-linear-gradient(top, #eaeaea 1%,#d4d4d4 100%); /* Chrome10+,Safari5.1+ 
background: -o-linear-gradient(top, #eaeaea 1%,#d4d4d4 100%); /* Opera 11.10+ 
background: -ms-linear-gradient(top, #eaeaea 1%,#d4d4d4 100%); /* IE10+ 
background: linear-gradient(to bottom, #eaeaea 1%,#d4d4d4 100%); /* W3C 
				-webkit-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d4d4d4',GradientType=0 );
				-moz-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d4d4d4',GradientType=0 );
				-o-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d4d4d4',GradientType=0 );
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#d4d4d4',GradientType=0 ); /* IE6-8 
			}

.heroContainer .right{width:256px; height:380px; float:left; background:url(../images/hm-hero-side.jpg) 0 0 no-repeat;}


.heroContainer .left .content .login form{margin:34px 0 0 0;} 
.heroContainer .left .content .login form label{font-family:'MuliRegular', Helvetica, Arial, sans-serif; color:#333; text-transform:uppercase; display:block; font-size:0.9em; color:#000; margin:0; line-height:1.4em;} 
.heroContainer .left .content .login form input[type="text"]{ position:relative;
background-color:/*text-field-color*/#000000; border:1px solid #b4b3b3; width:94%; -webkit-border-radius: 2px 2px 2px 2px;
	-moz-border-radius:  2px 2px 2px 2px;
	border-radius: 2px;
	behavior: url(../js/PIE.htc);
	padding:0.43em 2%;
	margin-bottom:18px;
	font-size:0.85em;}*/

.quickLinkContainer{width:980px; float:left; margin-bottom:1em;}
	.quickLinkContainer .box{float:left; width:503px; border:1px solid #c0c5c6;  background-color:#dedede; padding:0; } 
	.mg-position{margin:0 50px 0 0;}
	.quickLinkContainer .image{padding:15px; float:left; width:120px;}
	.quickLinkContainer .text{padding:15px 15px 5px 5px; float:left; width:293px;}
	.quickLinkContainer .text p a{font-weight:600; color:#254575;}




 
/* Forms */    



.button:hover, .button:hover, input[type="submit"]:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="reset"]:hover {
background-color:/*text-field-color*/#000000;
	color: #3c612c;

}

	/*input[type="text"], textarea, input[type="time"], input[type="date"], input[type="password"] {
	padding: 8px 5px;
	font-family: Helvetica, sans-serif;
	font-size:1em;
	margin: 0 0 10px 0;
	border: 1px solid #a5b2a2;
	width: 60%;
}*/

	


	.RegisterField {
		
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
		-ms-border-radius: 10px;
		border-radius: 10px;
	padding:1em;    
	font-weight: normal;
	width: 60%;
	}





/* CONTENT TEMPLATES
----------------------------------------------------------*/ 
.leftGreenBox {
	float:left; width:405px; margin:0 15px 0 0; padding:20px;
	-ms-border-radius: 20px;
	border-radius: 20px; color: white
}

.leftGreenBox p a{font-size:1em; font-weight:bold; color: white}
.leftGreenBox h2{font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:5px 0 0 40px; font-size:1.1em; margin:0 0 1.2em 0;color: white; height: 37px}
.leftGreenBox h2{background:url(../images/white_pmp.png) 0 0 no-repeat;}


.leftBlueBox{ float:left; width:405px; margin:0 15px 0 0; padding:20px;}
.leftBlueBox p a{font-size:1em; font-weight:bold;}
.leftBlueBox h2{font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:0 0 0 35px; font-size:1.1em; margin:0 0 1.2em 0; }
.leftBlueBox h2{background:url(../images/pmp.000.png) 0 0 no-repeat;}


.leftGrayBox{color: white; float:left; width:405px; margin:0 15px 0 0; padding:20px;}
.leftGrayBox p a{font-size:1em; font-weight:bold;}
.leftGrayBox h2{color: white; font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:5px 0 0 40px; font-size:1.1em; margin:0 0 1.2em 0; height: 37px}
.leftGrayBox h2{background:url(../images/white_pmp.png) 0 0 no-repeat;}

.fullGreenBox{color: white; float:left; width:750px; 
min-height:240px; margin:0 15px 0 0; padding:20px;
}
.fullGreenBox p a{font-size:1em; font-weight:bold;}
.rightGrayBox{color: white; float:left; width:405px; margin:0 0 0 15px; padding:20px;}
.rightGrayBox p a{font-size:1em; font-weight:bold; color: white}
.rightGrayBox h2{color: white; font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:5px 0 0 40px; font-size:1.1em; margin:0 0 1.2em 0; height: 37px }
.rightGrayBox h2{background:url(../images/white_pmp.png) 0 0 no-repeat;}

.fullGrayBox{color: white; float:left; width:720px; min-height:240px;  margin:0 0 0 0; padding:20px;}
.fullGrayBox p a{font-size:1em; font-weight:bold;}
.leftLightGrayBox{color: white; float:left; width:435px; min-height:269px;  margin:0 0 0 0; padding:20px;}
.leftLightGrayBox p a{font-size:1em; font-weight:bold;}
.fullLightGrayBox{color: white; float:left; width:750px;   
margin:0 0 0 0; padding:20px;
}
.fullLightGrayBox p a{font-size:1em; font-weight:bold;}
.panelInfo{background-color:#dedede;}
.labelWarning{ color: blue;font-size: 2em;}
.secHeader{width:1280px; 
height:106px; float:left; margin:0; padding:0;
}
	/*.sign-image{background:url(../images/header-1.jpg) 0 0 no-repeat;}*/
	/*.car-image{background:url(../images/header-2.jpg) 0 0 no-repeat;}*/

.secHeader h1{margin:29px 0 0 30px; }
	.sign-image h1{color:/*text-field-color*/#000000;}
	.car-image h1{color:#333;}
	.blank h1{ color: #ffffff;}
	
.tablePadding{padding:0 5px 0 0;}	
	

table.data{border:none; background-color:#eae9e4; width:100%;}
table.data tr td{padding:12px 15px;}
table.data tr.alt{background-color:#d2d1cb;}
table.data tr td{line-height:1.6em;}




.account-login {
	color: white;
	float:left;
	width: 100%;
	min-height: 190px;
}


.account-register p a{font-size:1.2em; font-weight:bold;}

	.account-login h2, .account-register h2{font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:0 0 0 35px; font-size:1.1em; margin:0 0 1.2em 0; color: #d7e9d2; }
	.account-login h2{background:url(../images/account-icon-green.png) 0 0 no-repeat;}
	.account-register h2{background:url(../images/account-icon-green.png) 0 0 no-repeat;}

	
.LoginTable {
	width: 100%;
}
.LoginTable td {
	height: 60px;
	font-size: 1em;
}


	.LoginField {
				
		width: 80%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
		-ms-border-radius: 10px;
		border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	clear: both;
	    -moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		box-sizing: content-box;
	}



.SmallCell {
	width: 10%;
	text-align: right;
}


/*.account-login input[type="text"], input[type="password"], textarea {
	padding: 0.6em;
	font-family: Helvetica, sans-serif;
	font-size:1.2em;
	margin: 0;
	border: 1px solid #a5b2a2;
	width: 90%;
}*/

.account-login textarea:focus, .account-login input:focus {
	background-color:#edf8e9;
}

.LoginCell {
	width: 30%;
	font-size: 1em;
}


.account-login label {
	text-align: left;
	margin-right: 15px;
	padding-top: 5px;
	font-size:1.2em;
	color: /*text-field-color*/#000000;
	
}

 .account-login .button, .account-login input[type="submit"], .account-login input[type="submit"], .account-login input[type="button"], .account-login input[type="button"]
 {margin:10px 0 0 96px;}
 
table.list, .list{background:none; padding:0; margin:0;}
table.list{width:100%;}
table.list td{vertical-align:top;}

/* CALENDAR & CONTROLS
----------------------------------------------------------*/ 

.list input, .list select{background-color:#eaeff5; border:1px solid #9cc0d8; padding:0; color:#1e2e46; margin:7px 0 0 0; width:95%;     }

.list th{text-align:left;}

/*.cal {
  position: relative;
  padding: 4px;
  font-weight: bold;
  background: #e7effb;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.4);
}
.cal:before {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 4px;
  right: 4px;
  height: 6px;
  background: #d9d9d9;
  border: 1px solid #909090;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}*/

.cal{margin:7px 0 0 0; }
.cal a {
  text-decoration: none;
}
.cal tr:first-child td {
  border-top: 0;
}
.cal td:first-child {
  border-left: 0;
}
.cal tr:first-child a {
  border-top: 0;
  margin-top: 0;
}
.cal tr:last-child a {
  border-bottom: 0;
  margin-bottom: 0;
}
.cal td:first-child a {
  border-left: 0;
  margin-left: 0;
}
.cal td:last-child a {
  border-right: 0;
  margin-right: 0;
}
.cal tr:last-child td:first-child a {
	-ms-border-radius: 0 0 0 3px;
	border-radius: 0 0 0 3px;
}

.cal tr:last-child td:last-child a {
	-ms-border-radius: 0 0 3px 0;
	border-radius: 0 0 3px 0;
}

.cal-table {
	position: relative;
  margin: 0 0 1px;
  border-collapse: separate;
  border-left: 1px solid #979797;
  border-right: 1px solid #979797;
  border-bottom: 1px solid #bbb;
	-ms-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 1px 0 #000000, -1px 0 #000000;
	-webkit-box-shadow: 1px 0 rgba(0, 0, 0, 0.1), -1px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 1px 0 #000000, -1px 0 #000000;
	box-shadow: 1px 0 #000000, -1px 0 #000000;

}

.cal-caption {
  
	padding-bottom: 1px;
  line-height: 32px;
  color: white;
  text-align: center;
	-ms-text-shadow: 0 -1px #000000;
	text-shadow: 0 -1px #000000;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  background: #415f8e;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, #415f8e, /*text-field-color*/#000000 75%, /*text-field-color*/#000000);
  background-image: -moz-linear-gradient(top, #415f8e, /*text-field-color*/#000000 75%, /*text-field-color*/#000000);
  background-image: -o-linear-gradient(top, #415f8e, /*text-field-color*/#000000 75%, /*text-field-color*/#000000);
  background-image: linear-gradient(to bottom, #415f8e, /*text-field-color*/#000000 75%, /*text-field-color*/#000000);
	-webkit-box-shadow: inset 0 0 0 1px #000000, inset 0 1px #000000, inset 0 2px #ffffff, 0 1px 3px #000000;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0 0 0 1px #000000, inset 0 1px #000000, inset 0 2px #ffffff, 0 1px 3px #000000;
	box-shadow: inset 0 0 0 1px #000000, inset 0 1px #000000, inset 0 2px #ffffff, 0 1px 3px #000000;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.1), inset 0 2px rgba(255, 255, 255, 0.25), 0 1px 3px rgba(0, 0, 0, 0.4);
}

.cal-caption a {
  line-height: 30px;
  padding: 0 10px;
  font-size: 20px;
  font-weight: normal;
  color: white;
}
.cal-caption .prev {
  float: left;
}
.cal-caption .next {
  float: right;
}

.cal-body td {
  width: 30px;
  font-size: 11px;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.cal-body a {
  display: block;
  position: relative;
  line-height: 28px;
  color: #415f8e;
  text-align: center;
  background: #e7effb;
}
.cal-body a:hover {
  background: #fafafa;
}

.cal-off a {
  color: #ccc;
  font-weight: normal;
}

.cal-today a {
  color: black;
  background: #f5f5f5;
  background-image: -webkit-linear-gradient(top, whitesmoke, white 70%);
  background-image: -moz-linear-gradient(top, whitesmoke, white 70%);
  background-image: -o-linear-gradient(top, whitesmoke, white 70%);
  background-image: linear-gradient(to bottom, whitesmoke, white 70%);
}

.cal-selected a, .cal-body a:active {
  margin: -1px;
  color: #000;
  background: #d8e9d0;
  border: 1px solid #78986a;
  
}

.cal-check a {
  color: #f79901;
  overflow: hidden;
}
.cal-check a:before {
  content: '';
  position: absolute;
  top: -6px;
  right: -6px;
  width: 12px;
  height: 12px;
  background: #ffb83b;
  background-image: -webkit-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -moz-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: -o-linear-gradient(top, #ffb83b, #ff6c00);
  background-image: linear-gradient(to bottom, #ffb83b, #ff6c00);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.lt-ie8 .cal-table {
  *border-collapse: collapse;
}
.lt-ie8 .cal-body a {
  zoom: 1;
}






.Col3 {
	width: 31%;
	margin: 1%;
	float: left;
	color: /*text-field-color*/#000000;
}
/*.Col3 p a{font-size:1em; font-weight:bold;}
.Col3 h2{color: white; font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:5px 0 0 40px; font-size:1.1em; margin:0 0 1.2em 0; height: 37px}
.Col3 h2{background:url(../images/white_pmp.png) 0 0 no-repeat;}*/

.Col13 {
	float: left;
	width: 31%;
	margin: 1%;
}
.Col23 {
	float: left;
	width: 31%;
	margin: 1%;
}
.Col33 {
	float: right;
	width: 31%;
	margin: 1%;
}

.Block
{
	width: 100%;
	clear: both;
}

.MobileDisplay {
	color: /*text-field-color*/#000000;
}

.HideyHide
 {
	visibility: hidden;
	display: none;
}

 .LinkButton {
	 
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	 -ms-border-radius: 10px;
	 border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
 }

.LinkButton:hover {
  background-color:/*text-field-color*/#000000;
color:#3c612c
 }
  .LinkButton:active {
  background-color:/*text-field-color*/#000000;
color:#3c612c
 }


.FillerLinkButtonRight {
	font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;     
	cursor:pointer;
	font-weight: normal;
	 float: right;
	visibility: hidden;
}

.LinkButtonRight {
	
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	 float: right;
}

.LinkButtonRightPushBack {
	
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	 float: right;
	 margin-right: 30px;
}

.LinkButtonRightPushBack2 {
	
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	 float: left;
	 margin-left: 15%;
}


.LeftBox {
	 width: 48%;
	 margin-left: 1%;
	 margin-right: 1%;
	 float: left;
	 overflow: auto;
 }
 .RightBox {
	 width: 48%;
	 margin-left: 1%;
	 margin-right: 1%;
	 float: right;
	 overflow: auto;
 }
 .BuyBox
 {
	 width: 48%;
	 margin-left: 1%;
	 margin-right: 1%;
	 margin-top: 2em;
	 margin-bottom: 2em;
	 float: left;
	 text-align: center;
 }
 .BuyBox p a{font-size:1em; font-weight:bold;}
.BuyBox h2{color: white; font-family:'MuliRegular', Helvetica, Arial, sans-serif; text-transform:uppercase; padding:5px 0 0 40px; font-size:1.1em; margin:0 0 1.2em 0;height: 37px; color: #d7e9d2;}
.BuyHeading {
	background:url(../images/white_pmp.png) 0 0 no-repeat;
	padding:5px 0 30px 40px;
	margin-top: 20em;
}

h2 {
	color: #d7e9d2;
}


.ContactMessage {
	width: 90%;
	max-width: 90%;
	height: 100px;
}
.BuyRegionTextBox {
	width: 45%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox {
	width: 80%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox2 {
	width: 60%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	clear: both;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


.BuyDurationTextBox {
	width: 30%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	clear: both;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyBayTextBox {
	width: 40%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	clear: both;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyZonedTextBox {
	width: 55%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	clear: both;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox3 {
	width: 100%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox4 {
	width: 60%;
	margin-left: 20%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox5 {
	width: 45%;
	margin: 1%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	float: left;
}

.BuyTimedTextBox6 {
	width: 30%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox7 {
	width: 20%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox8 {
	width: 59%;
	margin-left: 1%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyTimedTextBox9 {
	width: 90%;
	margin-left: 1%;
	font-size: 1.1em;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}


.BuyLicencePlate {
	width: 20%;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 0.5em;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.BuyLicencePlate1 {
	width: 20%;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;
}

.BuyLicencePlate2 {
	width: 30%;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	
	 color: /*text-field-color*/#000000;  
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	text-align: center;
	    -moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;
}


.BuyOption {
	width: 40%;
	margin: auto;
	clear: both;
}

.CenterBtn {
	margin: 0 auto;
}
.BuyButton {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 100%;
	margin-bottom: 10px;
}

#BuyOptionControl {
	width: 100%;
	float: left;
}
#BayAccepted {

	visibility: hidden;
}

.BuyButtonSmall {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 40%;
	text-align: center;
	margin-bottom: 10px;
	margin-left: 30%;
}

.printBtn {
	visibility: hidden;
}
.PrintContactInformation {
	visibility: visible;
}

.BuyButtonSmall2 {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-ms-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 40%;
	float: left;
	margin-bottom: 10px;
	margin-left: 10%;
}

.BuyButtonSmall4 {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 64%;
	margin-bottom: 10px;
	 float: left;
}

.BuyButtonSmall5 {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 60%;
	margin-bottom: 10px;
	 float: left;
}

.BuyButtonSmall6 {
	color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	margin-bottom: 10px;
}







.CurrentParking {
	width: 100%;
	background-color:  #202020;
	overflow: auto;
	margin-bottom: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.TimeRemaingBox
{
	width: 20%;
	float: left;
}

.TimeRemaingBoxLarge
{
	width: 40%;
	float: left;
}
.ParkingInformation
{
	width: 50%;
	float: right;
}



.CurrentParkingInformation
{
	width: 80%;
	float: left;
}

.TimeRemainingBlueSmall {
	width: 200px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	line-height: 200px;
	height: 200px;
	text-align: center;
	background-color: #0066CC;
}

.TimeRemainingGreenSmall {
	width: 200px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	line-height: 200px;
	height: 200px;
	text-align: center;
	background-color: #006600;
}

.TimeRemainingOrangeSmall {
	width: 200px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	line-height: 200px;
	height: 200px;
	text-align: center;
	background-color: #FF6600;
}

.TimeRemainingRedSmall {
	width: 200px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	line-height: 200px;
	height: 200px;
	text-align: center;
	background-color: #CC0000;
}

.TimeRemainingGreen {
	
	width: 300px;
	-ms-border-radius: 150px;
	border-radius: 150px;
	line-height: 300px;
	height: 300px;
	text-align: center;
	background-color: #006600;
	margin: auto;
}

.TimeRemainingOrange {
	width: 300px;
	-ms-border-radius: 150px;
	border-radius: 150px;
	line-height: 300px;
	height: 300px;
	text-align: center;
	background-color: #FF6600;
	margin: auto;
}

.TimeRemainingRed {
	width: 300px;
	-ms-border-radius: 150px;
	border-radius: 150px;
	line-height: 300px;
	height: 300px;
	background-color: #CC0000;
	margin: auto;
}

.CurrentParkingLicencePlate
{
	color: /*text-field-color*/#000000;
	text-align: center;
	font-size: 1.45em;
}
.RemainingTime
{
	color: /*text-field-color*/#000000;
	font-size: 2.2em;
	line-height: 300px;
}
.RemainingTimeSmall
{
	color: /*text-field-color*/#000000;
	font-size: 2.2em;
	line-height: 195px;
}
.CurrentParkingBayNumber
{
	color: /*text-field-color*/#000000;
	text-align: center;
	font-size: 1.5em;
}
.CurrentParkingInfoText
{
	color: /*text-field-color*/#000000;
	text-align: center;
	font-size: 1em;
}

.OptionsBtn {
	
	 color: /*text-field-color*/#000000;
    font-size:1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:0.8em 2.2em;    
	background-color:#d7e9d2; 
	cursor:pointer;
	font-weight: normal;
	width: 80%;
	margin-left: 10%;
}

.CurrentParkingCol3 {
	width: 31%;
	float: left;
}

.MiddleContent {
	width: 60%;
	margin: auto;
	overflow: auto;
	text-align: center;
}

.WhiteLink:link {
	color: /*text-field-color*/#000000;
}
.WhiteLink:active {
	color: /*text-field-color*/#000000;
}
.WhiteLink:hover {
	color: /*text-field-color*/#000000;
}
.WhiteLink:visited {
	color: /*text-field-color*/#000000;
}

.CentralBtns {
	width: 80%;
	margin-left: 20%;
}

.ContactField {
	box-sizing: border-box;
	color: /*text-field-color*/ #000000;
	font-size: 1em;
	line-height: 1.6em;
	font-family: 'MuseoSans500', Arial, Helvetica, sans-serif;
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 1em 3em;
	cursor: pointer;
	font-weight: normal;
	width: 60%;
}

.ContactMessage {
	
	 color: /*text-field-color*/#000000;
    font-size: 1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border: none;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding:1em 3em;    
	cursor:pointer;
	font-weight: normal;
	width: 80%;
	max-width: 80%;
	height: 150px;
}

.RegisterTable {
	width: 60%;
	margin: auto;
}
.RegisteTableFormCell
{
	width: 20%;
}


#AccountMenuBox {
	width: 100%;
	clear: both;
	overflow: auto;
}
.AccountMenu {
	list-style-type: none;
	width: 100%;

}
.AccountMenu li {
	display: inline-block;
	float: left;
	width: 25%;
	text-align: center;
 font-size: 1em;    
    line-height:1.6em;    
    font-family: 'MuseoSans500', Arial, Helvetica, sans-serif; 
	border-bottom-style: solid;
	border-bottom-color: /*text-field-color*/#000000;
	border-bottom-width: 1px;
}

.HistoryTable1 {
	color: /*text-field-color*/#000000;
	width: 100%;
}
.HistoryTable1 th {
	font-size: 1.1em;
}
.HistoryTable1 td {
	font-size: 1em;
}

.ExtendedTable
{
	color: /*text-field-color*/#000000;
	width: 100%;
}
.ExtendedTable td {
	font-size: 1em;
	width: 20%;
	color: /*text-field-color*/#000000;
}
.ExtendedTabletd {
	font-size: 1em;
	width: 20%;
	color: /*text-field-color*/#000000;
}

#HomePageTextBox {
	width: 50%;
	float: left;
}

#HomePageImageBox {
	width: 50%;
	float: right;
}

.Customers {
	width: 31%;
	float: left;
	margin: 1%;
}
.CustomerLogo {
	width: 100%;
}

.AppBox {

	width: 20%;
	float: right;
	margin: -1% 1%;
}
.AppLogo {
	width: 100%;
	margin: auto;
}

#FinanceCol1 {
	width: 48%;
	margin: 1%;
	float: left;
}
#FinanceCol2 {
	width: 48%;
	margin: 1%;
	float: left;
}

.HistoryTable {
	width: 100%;
	color: /*text-field-color*/#000000;
}

.HistoryCellSmall {
	width: 10%;
}

.AccountTable {
	width: 60%;
	margin: auto;
}


@font-face {
    font-family: 'MuliRegular';
    /*src: url('../fonts/Muli-Regular-webfont.eot');
    src: url('../fonts/Muli-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Muli-Regular-webfont.woff') format('woff'),
         url('../fonts/Muli-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Muli-Regular-webfont.svg#MuliRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansLight';
    /*src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansRegular';
    /*src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');*/
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansSemibold';
    /*src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');*/
    font-weight: normal;
    font-style: normal;
}


@font-face {
 font-family: 'MuseoSans500';
 /*src: url('../fonts/MuseoSans_500-webfont.eot');*/
 /*src: url('../fonts/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans_500-webfont.woff') format('woff'), url('../fonts/MuseoSans_500-webfont.ttf') format('truetype'), url('../fonts/MuseoSans_500-webfont.svg#MuseoSans500') format('svg');*/
 font-weight: normal;
 font-style: normal;
}

p {
	margin-bottom:1em;
	line-height: 1.6em;
	font-size:1em;
	color:#000;
}

a:link
{
    color: #000;
	text-decoration: underline;
}

li, ol, td, th, dd{font-size:0.9em;}


h1, h2, h3, h4, h5, h6 {
	-webkit-font-variant:normal;
	-moz-font-variant:normal;
	-ms-font-variant:normal;
	-o-font-variant:normal;
	font-variant:normal;
}


h1
{
	font-size: 2em;
	font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	color:#000;
	font-weight:400;
	line-height: 1.8em;
	margin:0 0 0.3em 0;
	text-transform: none;
}
h2 {
	font-size: 1.4em;
	font-family:'OpenSansRegular', Helvetica, Arial, sans-serif;
	line-height:1.6em;
	font-weight:400;
	margin: 0 0 0.3em 0;
	color: #000;
}
h3 {
	font-size: 1.25em;
	font-weight:400;
	line-height:1.5em;
	color: #000;
	margin: 0 0 0.3em 0;
}
h4 {
	font-size: 1.125em;
	font-weight:400;
	line-height:1.4em;
	color: #000;
	margin: 0 0 0.3em 0;
}
h5 {
	font-size: 1em;
	color: #000;
	font-weight:400;
}

.CenterText {
	text-align: center;
}
.SmallText {
	font-size: .8em;
}

.CurrentBalance {
	font-size: 1.6em;
}

#AParking {
	font-size: 1.4em;
}

#EParking {
	font-size: 1.4em;
}

.PrintReceiptBox {
	width: 50%;
	margin: auto;
}

.receiptBox {
    text-align: center;
    margin: 0 auto !important;
}

.receiptTable {
    margin: 0 auto !important;
}


.ReceiptTable {
	width: 80%;
	margin-left: 20%;
    text-align: center;
    margin: 0 auto;
}

.ReceiptTable td {
	padding-left: 10px;
	text-align: left;
}

.menuOrg {
	display: none;
	visibility: hidden;
}

.PersonalMenuOrg {
	display: none;
	visibility: hidden;
}

.mobile-menu-btn,.footer-menu,.footer,#MainContent_lblResultEmail{
    display: none;
	visibility: hidden;
}

.bluelogo,.ReceiptTable {
    display: block !important;
}

.bluelogo img{
    height: 100px;
    width: 100px;
}


.ReceiptTableNew {
    margin: 0 auto;
}

.ReceiptTableNew tr {
}

.ReceiptTableNew tr td {
    padding-bottom: 3px;
}

.ReceiptTableNew tr td:first-child {
    width: 150px;
    padding-left: 100px;
    text-align: left;
    padding-right: 5px;
}

.ReceiptTableNew tr td:nth-child(2){
    padding-left: 5px;
    width: 250px;
}

.pinPapers {
    display: none !important;
}


.ReceiptTableSmallNew {
    margin: 0 auto;
}

.ReceiptTableSmallNew tr {
}

.ReceiptTableSmallNew tr td {
    padding-bottom: 3px;
}

.ReceiptTableSmallNew tr td:first-child {
    width: 150px;
    padding-left: 0px;
    text-align: right;
    padding-right: 5px;
}

.ReceiptTableSmallNew tr td:nth-child(2){
    padding-left: 5px;
    width: 150px;
}

.PrintReceiptBox  .headingReceipt {
    display: none !important;
}

.contactCompleteImg {
    display: none !important;
}

.Grid {
    margin: 0 auto !important;
}

.errorBlock {
    display: none !important;
}