html * {
    margin: 0;
    /*padding: 0; SELECT NOT DISPLAYED CORRECTLY IN FIREFOX */
}

/* GENERAL */

.spinner {
    padding: 5px;
    position: absolute;
    right: 0;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    color: #333;
    font: 0.9em arial, helvetica, sans-serif;
}

a:link, a:visited, a:hover {
    color: #666;
    /*font-weight: bold;*/
    text-decoration: none;
} 

a.menu_link:link, a.menu_link:visited, a.menu_link:hover
{
    color: #000066;
    /*font-weight: bold;*/
    text-decoration: none;
}

h1 {
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	font-size: 1.6em;
	font-weight: bold;
	/*color: #003366;*/
    color: #ffffff;
	text-align: center;
}

ul {
    padding-left: 15px;	
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font: 0.8em arial, helvetica, sans-serif;
    margin: 2px 0;
    padding: 2px 4px;
}


select {
   padding: 2px 2px 2px 0;
}

.value input
{
    width: 150px;
}
.value select
{
    width: 150px;
}
.value textarea
{
    width: 150px;
    height: 50px;
}
.shortvalue input
{
    width: 100px;
}
.shortvalue select
{
    width: 100px;
}
.shortvalue textarea
{
    width: 100px;
}

.parkmanValue, .parkmanShortValue{
    font-size: 1.2em;
}
.parkmanValue input{
    width: 130px;
}
.parkmanValue select
{
    width: 130px;
}
.parkmanValue textarea
{
    width: 130px;
    height: 60px;
}
.parkmanShortValue input
{
    width: 105px;
}
.parkmanShortValue select
{
    width: 105px;
}
.parkmanShortValue textarea
{
    width: 105px;
}
.right-part-title tbody {
    font-size: larger;
}
div#main {
    padding: 2px;
    /*margin: 0px;*/
    background-image: url(skins/page-title2-bg2-mob.jpg);
    background-repeat: repeat-x;
    background-color: #3e3e3e;
    /*width:99%;*/
}

/*
textarea {
	width: 250px;
	height: 150px;
	vertical-align: top;
}
*/

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.body {
    float: left;
    margin: 0 15px 10px 15px;

}

/* NAVIGATION MENU */

.nav {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid none solid none;	
    margin-top: 5px;
    padding: 7px 12px;
}

.menuButton {
    font-size: 0.8em;
    padding: 0 5px;
}
.menuButton a {
    color: #333;
    padding: 4px 6px;
}
.menuButton a.home {
    background: url(../images/skin/house.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.list {
    background: url(../images/skin/database_table.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}
.menuButton a.create {
    background: url(../images/skin/database_add.png) center left no-repeat;
    color: #333;
    padding-left: 25px;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}
.messageResetPasswd {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

div.resetPasswdErrors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.resetPasswdErrors ul {
    list-style: none;
    padding: 0;
}
div.resetPasswdErrors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}
span.errors select {
    border: 1px solid red;
}
span.errors input {
    border: 1px solid red;
}
weekdayErrors
{
    border: 1px solid red;
}

td.menu_subitem
{
    padding-left: 30px;
}

/* TABLES */

/*table {
    border: 1px solid #ccc;
    width: 100%
}
tr {
    border: 0;
}

td, th { 
    font: 1em arial, helvetica, sans-serif;
    line-height: 12px;
    padding: 5px 6px;
    text-align: left;
    vertical-align: top;
}
*/
th {
    background: #fff url(../images/skin/shadow.jpg);
    color: #666;
    font-size: 0.8em;
    font-weight: bold;
    line-height: 17px;
    padding: 2px 6px;
    white-space: nowrap;

}
th a:link, th a:visited, th a:hover {
    color: #333;
    display: block;
/*    font-size: 0.8xem;
    text-decoration: none;*/
/*    width: 100%;*/

    padding-right: 15px;
}

tr
{
    vertical-align: middle;
}

th.asc a, th.desc a {
    background-position: right;
    background-repeat: no-repeat;
}
th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
    background-image: url(../images/skin/sorted_desc.gif);
}

.odd {
    background: #e8e8e8;
}
.even {
    background: #fff;
}

.written-off {
    background-color: #7F7F7F;
}

.device_status_OK
{
    background: green;
}

.device_status_Error
{
    background: red;
}
.device_status_Warning
{
    background: orange;
}
.device_status_Inactive
{
    background: black;
}
.parkman-data-table tbody{
    font-size: 1.5em;
    /*color: #FFFFFF;*/
}
.parkman-edit-part{
    font-size: 1.1em;
}
.parkman-show-part{
    font-size: 1.1em;
}

/* LIST */

div.list-extra-line {
	text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
    font-size: 12px;
}

.list table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
}
/*.list th, .list td {
    border-left: 1px solid #ddd;
}*/
.list th:hover, .list tr:hover {
    background: #b2d1ff;
}

/*
.list tr {
    border-right: 1px solid #ddd;
}
*/

.list td
{
    padding: 3px 7px;
    font-size: 0.8em;
}

.treeView td
{
    padding: 0px 0px;
}

.linkButton-span
{
	border: 0px;
	background-color: transparent;
	cursor: pointer;
	padding: 0px;
	margin: 5px;
    display:inline-block;
    height:22px;
    vertical-align: top;
}

.linkButton-span div.content {
	height: 22px;
	margin: 0px;
	padding: 0px;
}

.linkButton-span div.content div {
	font-weight: bold;
	margin-top: 4px;
}

.layout table
{
    border-style: none;
    border-spacing: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.layout td
{
    vertical-align: top;
}

/* PAGINATION */

.paginateButtons table{
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-bottom: 0;
    color: #666;
    font-size: 0.8em;
    height: 21px;
    vertical-align: middle;
/*    overflow: hidden;*/
/*    padding: 10px 3px;*/
}
.paginateButtons a {
    background: #fff;
    border: 1px solid #ccc;
    border-color: #ccc #aaa #aaa #ccc;
    color: #666;
    margin: 0 3px;
    padding: 2px 6px;
}
.paginateButtons span {
    padding: 2px 3px;
}
/*.paginateButtons table
{
    border: 0px;
}*/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 2px 0;
	border-radius: 1px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #2e307d;
	border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 2px 7px;
	font-size: 10px;
	line-height: 1.4;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}
.pager li {
	display: inline;
}
.pager li > a,
.pager li > span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
	text-decoration: none;
	background-color: #eee;
}
.pager .next > a,
.pager .next > span {
	float: right;
}
.pager .previous > a,
.pager .previous > span {
	float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

/* DIALOG */

.dialog table {
    margin-top: 5px;
    padding: 5px 0;
    border: 1px solid #ccc
}

.dialog table.parkman-edit-part {
    margin-top: 11px;
    /*padding: 5px 0;*/
    /*border: 1px solid #ccc*/
}

.prop {
    padding: 5px;
    font-size: 0.8em;
}
.prop .name {
    text-align: left;
    width: 15%;
    white-space: nowrap;
}
.prop .value {
    text-align: left;
    width: 85%;
}
.parkman-prop {
    /*padding: 5px;*/
    font-size: 1.0em;
}
.parkman-prop .name, .parkman-prop .name label {
    color: #FFFFFF;
    white-space: normal;
}
.parkman-prop .value, .parkman-prop .value label {
    font-size: 1.2em;
    color: #FFFFFF;
}
.parkman-prop .value label {
    font-size: 1.0em;
    color: #FFFFFF;
}
.parkman-prop .value input[type=checkbox] {
    width: 25px;
}
.parkman-prop .value input, .parkman-prop .value select, .parkman-prop .value textarea {
    font-size: 1.0em;
}

.filter {
    padding: 5px;
    font-size: 0.8em;
}
.filter .name {
    text-align: left;
    white-space: nowrap;
}
.filter .value {
    text-align: left;
}

table .filterButtonsTab {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
}
#dialogTab {
    width: 97%;
    margin: 11px 3px 3px 3px;
    padding: 5px;
    border-collapse: collapse;
    border-spacing: 0px;
}
#periodsFilter {
    width: inherit;
}
.parkmanBtn {
    font-size: 1.4em;
}
.filterParkmanLabel {
    font-size: 1.0em;
}
.filterParkmanFirstCol td {
    min-width: 10%;
}
table.filterParkmanTab {
    border: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 0px;
    font-size: 1.0em;
}
ul.dropdown-menu, div.dropdown-header{
    font-size: 1.1em;
}
ul.dropdown-menu {
    overflow-x: scroll;
    max-width: 60%;
}

/* ACTION BUTTONS */

.buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 0.8em;
    margin-top: 5px;
    overflow: hidden;
    padding: 0;
}
.parkman-buttons {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    color: #666;
    font-size: 1.3em;
    /*margin-top: 5px;*/
    overflow: hidden;
    padding: 0;
}

.buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 3px;
    overflow: visible;
    padding: 2px 6px;
}
.parkman-buttons input {
    background: #fff;
    border: 0;
    color: #333;
    cursor: pointer;
    font-size: 1.3em;
    font-weight: bold;
    /*margin-left: 3px;*/
    overflow: visible;
    /*padding: 2px 6px;*/
}

.buttons input.delete {
    background: transparent url(../images/skin/database_delete.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.edit {
    background: transparent url(../images/skin/database_edit.png) 5px 50% no-repeat;
    padding-left: 28px;
}
.buttons input.save {
    background: transparent url(../images/skin/database_save.png) 5px 50% no-repeat;
    padding-left: 28px;
}


.export {
    background: #fff url(../images/skin/shadow.jpg) bottom repeat-x;
    border: 1px solid #ccc;
    border-style: solid;
    margin-top: 5px;
    padding: 5px 0;
    width: 100%;
}

input.monthlyDayType {
    width: 30px;
    padding: 0;
    margin: 0;
}

select.timePart
{
    width: 60px;
}

.timeValue {
    width: 30px;
}

table.weekdaysTable
{
    width: 175px; /* effectively means 'minimum fit' */
    border-spacing: 5px 0px;
/*    border: 1px solid black;*/
    text-align: center;
}
td.weekdaysTable
{
   text-align: center;
}
input.weekdaysTable
{
   width: auto;
}

.vaultStatusTable
{
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
    border-collapse: collapse;
}

.vaultStatusTable td
{
    width: auto;
    margin: 0px 0px;
    padding: 0px 0px;
}

/*.nextLink
{
    visibility: hidden;
    display: none;
}

.prevLink
{
    visibility: hidden;
    display: none;
}*/

a.new-button
{
	background-image: url(../images/button-new.png);
	width: 49px;
	height: 21px;
	display: inline-block;
	vertical-align: middle;
    padding: 0px;
}

div.paginateButtons table a.nextLink, div.paginateButtons table a.prevLink, div.paginateButtons table a.new-button
{
	background-image: url(mobile-button-next.png);
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
    padding: 0px;
}

div.paginateButtons table a.prevLink
{
	background-image: url(mobile-button-prev.png);
	margin-right: 10px;
}

div.paginateButtons table a.new-button
{
	background-image: url(mobile-button-new.png);
	margin-left: 5px;
}

button[type=submit] {
    font-size: 1.2em;
}
button[type=button] {
    font-size: 1.1em;
}
input[value="Search"].parkmanBtn, input[name="addBtn"].parkmanBtn, input[name="uploadBtn"].parkmanBtn {background-color: #6c6c6c; color: white;}

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/*************** list tag styles for list menus ***************/
ol li {
	
	list-style: disc;
	text-decoration: none;
}

/*
ul {			
 margin: 2px;
 padding: 0;
 list-style: none;
 width: 900px;
 }
 
 ul li {
    float: left;
	
  }
  
ul a { 
	display: block;
	line-height: 29px;
	text-decoration: none;
}
 
ul ul{
 list-style-type: disc;
}


ul ul ul{
 list-style-type: none;
}
*/

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Verdana, Arial, Helvetica, sans-serif;
 color: #334d55;
}

table#dialogTab label{
    font: bold 1em Verdana, Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}
				
input{
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************/
/* Content Layout Divs                         */
/***********************************************/

#maincontainer{
	position:absolute;
	top: 80px;
	left: 15%; /* adjusts position of cell to center*/
	width: 900px;
	background-image: url(../images/background.jpg);
	background-repeat:repeat;
}
#maincontainerw{
	position:absolute;
	top: 80px;
	left: 10px; /* adjusts position of cell to center*/
	width: 1400;
	background-image: url(../images/background.jpg);
	background-repeat:repeat;
}
#indexcontent{
	position: absolute;
	top: 230px;
	left: 15%; /* adjusts position of cell to center*/
	background-image: url(../images/background.gif);
	background-repeat:repeat;
	width:900px;
	height: 370px;
	
	
}
#aboutchs {
	position:absolute;
	top: 138px;
	left: 15%; /* adjusts position of cell to center*/
	width:900px;
	background-image: url(../images/background.gif);
	background-repeat:repeat;
}
#press-release{
	position:absolute;
	top: 138px;
	left: 15%; /* adjusts position of cell to center*/
	width:900px;
	background-image: url(../images/background.gif) ;
	background-repeat: repeat;
}
#pdhistory{
	position:absolute;
	top: 138px;
	left: 15%; /* adjusts position of cell to center*/
	width:900px;
	background-image: url(../images/background.gif);
	background-repeat:repeat;
	height: 600px;
}
/***************  Corner images *************/
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 10px;
	left: 15%; /* adjusts position of cell to center*/
	width:900px;
	/*height:110px;*/
}
#mastheadw{
	position: absolute;
	top: 10px;
	left: 10px; /* adjusts position of cell to center*/
	width: 1400px;
	/*height:110px;*/
}
#masthead2{
	top: 10px;
	left: 15%; /* adjusts position of cell to center*/
	width:225px;
}
#mastheadindex{
	position: absolute;
	top: 0px;
	left: 15%; /* adjusts position of cell to center*/
	width:904px;
	/*height:163px;*/
}
#footer{
	position: absolute;
	bottom: 500px;
	left: 15%; /* adjusts position of cell to center*/
	width:900px;
	height:110px;
}
#pagefooter
{
	width:900px;
}
#pagefooterw
{
	left: 10px; /* adjusts position of cell to center*/
	width:1400px;
}
#pageNavLefthistory{
	float: left;
	width:220px;
	height:600px;
	padding: 0px;
	background-color: #ADADAD;
	font-size:11px
	
}
#pageNavLeft{
	float: left;
	width:220px;
	height: inherit;
	padding: 0px;
	background-color: #FFFFCC;
	font-size:11px
	
}
#pageNavRight{
	float:right;
	width:170px;
	padding: 50px 10px 10px 10px;
	font-size:11px;
}
#pageNavnews{
	float:right;
	width:120px;
	padding: 10px 10px 200px 10px;
	font-size:11px;
}
#pageboxright{
	float:right;
	width:110px;
	margin-right: 60px;
	padding: 40px 10px 10px 10px;
	font-size:11px;
	background-color:#FFFFFF;
	height: 800px;
}
#imagebox{
	float:right;
	width:110px;
	margin-right: 10px;
	padding: 115px 10px 10px 10px;
	font-size:11px;
	
}
#content{
	
	width: 390px;
	margin: 10px 0px 0px 240px;
	
}
/************ Main content ***************/
#maintext{
	
	width: 390px;
	margin: 10px 0px 0px 240px;
	
}

#imgholdernews {
	float:right;
	width:200px;
	font-size:11px;
	padding-top: 65px;
	padding-right: 15px;
}
#imgholder {
	float:right;
	width:250px;
	font-size:11px;
	padding: 10px 0px 0px 20px;
}
/************************ Image Spacing *************************/
.hopper {padding-top: 155px;}
.access {padding-top: 40px;	padding-left: 40px;}
.sc1500 { padding-top: 135px; padding-left: 30px;}
.mnc { padding-top: 45px; padding-left: 30px;}
.ncv { padding-top: 50px; padding-left: 30px;}
.cashdeposit1 { padding-top: 15px; padding-left: 2px;}
.cashdeposit2 { padding-top: 10px; padding-left: 2px;}
.cashdeposit3 { padding-top: 10px; padding-left: 2px;}
.cashdeposit4 { padding-top: 10px; padding-left: 2px;}
.cashdeposit5 { padding-top: 10px; padding-left: 2px;}
.cashdeposit6 { padding-top: 10px; padding-left: 2px;}
.cashdeposit7 { padding-top: 10px; padding-left: 55px;}
.NX2000 { padding-top: 225px; padding-left: 35px;}
.mars690 { padding-top: 55px; padding-left: 55px;}
.metropm {	padding-top: 65px; padding-left: 35px;}
.bnsorter { padding-top: 75px;}
.bnvalidators { padding-top: 75px; padding-left: 10px;}
.che { padding-top: 40px; padding-left: 30px;}
.cwc {padding-top: 30px; padding-left: 30px;}
.budget{ padding-top: 30px; padding-left: 55px; padding-right: 50px;}
.cf2000 { padding-top: 50px; padding-left: 55px; padding-right:50px; padding-bottom: 65px;}
.fcglobal { padding-top: 100px; padding-left: 60px; padding-right: 40px; padding-bottom: 65px;}
.ictchange { padding-top: 25px; padding-left: 50px; padding-bottom: 20px;}
.autochangep {padding-top: 120px; padding-left: 65px; }
.autochange {padding-top: 100px; padding-left: 50px; }
.chs3 { padding-top: 195px; padding-left: 35px; padding-bottom: 15px;}
.chs15 { padding-top: 35px;  padding-left: 35px;}
.chs30 { padding-top: 45px;  padding-left: 25px;}
.chs50 { padding-top: 45px;  padding-left: 25px;}
.mars330 { padding-top: 135px;  padding-left: 45px;}
.muns890 { padding-top: 45px;  padding-left: 45px;}
.ezitime { padding-top: 100px;  padding-left: 45px; padding-bottom: 195px;}
.bt { padding-top: 195px;  padding-left: 45px;}
.coinconveyors { padding-top: 45px; padding-left: 40px;}
.coinconveyor { padding-top: 45px;}
.minispence { padding-top: 165px; padding-left: 40px; padding-bottom: 70px;}
.midispence { padding-top: 55px; padding-left: 40px; padding-bottom: 45px;}
.maxispence { padding-top: 65px; }
.coinlift {padding-top: 45px; padding-left: 35px;}
.coinliftl {padding-top: 15px; }
.chs2 {padding-top: 105px; padding-left: 35px;}
.sc22 {padding-top: 5px; padding-left: 35px;}
.coinvc {padding-top: 5px;}
.sc202 {padding-top: 15px; padding-left: 35px;}
.sc2200 {padding-top: 30px; padding-left: 15px; }
.sc4000 {padding-top: 35px; padding-left: 15px; }
.coinwagon {padding-top: 45px; padding-left: 35px;}
.coinwagonS {padding-top: 45px; padding-left: 15px;}
.global {padding-top: 20px; padding-left: 45px;}
.metropp { padding-top: 25px; padding-left: 35px;}
.payonfoot { padding-top: 25px; padding-left: 35px;}
.tickets { padding-top: 25px; padding-left: 30px;}
.kioskblue { padding-top: 30px; padding-left: 30px;}
.selfservicem { padding-top: 25px; padding-left: 2px;}
.carddisp  { padding-top: 35px; padding-left: 45px;}
.marscoin   { padding-top: 35px; padding-left: 35px;}
.sigma { padding-top: 145px; padding-left: 35px; padding-bottom: 85px;}
.sigmab { padding-top: 145px; padding-left: 35px; padding-bottom: 135px;}
.omegac { padding-top: 205px; padding-left: 35px; padding-bottom: 45px;}

/************ Main content ***************/
#content1{
	
	width: 640px;
	margin: 10px 0px 0px 240px;
	
}

#content2 {
	
	width: 860px;
	padding: 20px;
}
#contentpress {
	
	width: 615px;
	padding: 20px;
}
#contentonly{
	
	width: 640px;
	margin: 15px 10px 0px 240px;
	
}
#contentonly img{
	
	padding: 0px 20px 0px 20px; 
	margin: 0px;
} 

/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 40px 0px 8px 0px;
	color: #ffffff;
	background-image: url(../images/headerimage.gif);
	background-repeat: no-repeat;
}
#siteNamew{
	margin: 0px;
	padding: 40px 0px 8px 0px;
	color: #ffffff;
	background-image: url(../images/headerimagew.gif);
	background-repeat: no-repeat;
}
#siteName2{
	margin: 0px;
	padding: 50px 0px 8px 0px;
	color: #ffffff;
	background-image: url(../images/headerimage2.gif);
	background-repeat: no-repeat;
}

/************** Logo *****************/

#Logo{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	font-weight: bold;
	Left: 10px;
	color: #919999;
	top: 6px;
}

/************* Index text cell ***************/

#indextext{
	padding: 0px;
	height: 50px;
	
}
.indexheader {
	padding: 5px 0px 0px 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;	
}


/************** Office Locations styles ****************/

#officelocations{
	clear: both;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #00195A;
	margin-top: -8px;
	height: 22px;
	padding-top: 5px;
	word-spacing: 10px;
	text-align: center;
   
}

#officelocations img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}
/************** imgindex styles ****************/

#imgindex { 

  width: 900px; height: 260px;
  
  
}#imgindex #park {
	float:left;
	margin: 0px 32px 0px 32px;
	width: 165px; 
    height: 243px;
	
    }
#imgindex #cash {
	float:left;
	margin: 0px 29px 0px 22px;
	width: 165px; 
    height: 243px;
	
    }
#imgindex #vend {
	float:left;
	margin: 0px 32px 0px 32px;
	width: 165px; 
    height: 243px;
	
    }
	
#imgindex #kiosk {
	float:right;
	margin: 0px 30px 0px 20px;
	width: 165px; 
    height: 243px;
	
    }
/************** imghistory styles ****************/

#imghistory { 


  width: 740px; height: 260px;
  
  
}
#imghistory #prop {
	float:left;
	margin: 0px 20px 0px 20px;
	width: 165px; 
    height: 243px;
	
    }
#imghistory #prop #text {
	margin: 0px 20px 0px 20px;
	width: 165px; 
    height: 55px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
    }

    #imghistory a {
	margin-left: 20px;
	      
    }
	
/************** utility styles *****************/

#utility{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	font-weight: bold;
	right: 41px;
	color: #919999;
	top: 7px;
	width: 480px;
}

#utility a{
	color: #021A58;
	padding: 10px 10px 10px 13px;
}

#utility a:hover, #utility a#selected
{ background-color: #021A58; 
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none;
}
/************** horizontalnav styles *****************/

#horizontalnav{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	font-weight: bold;
	color: #919999;
	width: 900px;
	height: 30px;
	top: 81px;
}

#horizontalnav a{
	color: #FFFFFF;
	background: url(../images/button_background.gif) no-repeat center; /*changes background image when static*/
	
}

#horizontalnav a:hover, #horizontalnav a#highlight
{
	background: url(../images/button_backgroundvisited.gif) no-repeat center; /*changes background image when hover*/
  color: #021A58;
  border-color: #FFFFFF;
  text-decoration: none;
}
/************** horizontalnav Index styles *****************/

#horizontalnavindex{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	position: relative;
	font-weight: bold;
	color: #919999;
	width: 900px;
	height: 0px;
	top: 5px;
}

#horizontalnavindex a{
	color: #FFFFFF;
	background: url(../images/button_background.gif) no-repeat center; /*changes background image when static*/
	
}

#horizontalnavindex a:hover, #horizontalnavindex a#selected
{
	background: url(../images/button_backgroundvisited.gif) no-repeat center; /*changes background image when hover*/
  color: #FFFFFF;
  border-color: #FFFFFF;
  text-decoration: none;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-bottom: 2px solid #FFFFFF;
	background-color:#FFFFCC;
	font-weight: bold;
	padding: 7px 7px 7px 10px;
	color: #021A58;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #FFCC00;
	color:#FFFFFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/* changes roll over background color*/
/* changes roll over text color*/
#sectionLinks a:hover, #sectionLinks a#selected, #addlinks a:hover
{
	background-color: #FFCC00;
	color: #FFFFFF;
	border-color: #FFFFFF;
}
.hoztext {
	text-align: center;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/**************** advert styles *****************/

#advert{
	padding-top: 4px;
	margin-left: 1px;
	margin-right: 1px;
	height: 50px;
	background-image: url(../images/footer_small.gif);
	background-repeat:repeat;
	text-align: center;
}

#advert img{
	display: block;
}
/************** #picture styles **************/

.floatright
{
float: right;
margin: 10px 0 10px 10px;
padding: 2px;
}

.metersright
{
float: right;
margin: 0 0 10px 10px;
clear: right;
}

/************************  Table layout payment types *****************************/
table#ccpaymentoption {  

	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	
	font-size: 10px;  
	border: solid #000 1px;    
	width: 645px;
}
table#ccpaymentoption td {
	padding: 5px;    
	border: solid #000 1px;
}
.data {    
	
	text-align: center;
	
}
.toprow {
	border: #000000 thin 1px;
	
	font-weight: bold;
	text-align: center;
}
.toprowleft {
	border: #000000 thin 1px;
	
	font-weight: bold;
	text-align: left;    
}
.leftcol {    
	
	font-weight: bold;    
	text-align: left;    
	width: 400px;    
}

/*************************  Table layout central management *************************/
table#centralmanagement{    
	    
	font-size:10px;  
	width: 645px;
}
table#centralmanagement td {    
	padding: 0px;    
	
}
.middlecolumn {    
	
	text-align: left;
	width: 125px;
	
}

.leftcolumn {    
	
	font-weight: bold;
	text-align:left;    
	width: 30px;
	height: 25;  
	
}
.imgtable {    
	
	width: 200px;    
	
}
.coinrollspacing {
	padding-left: 65px;
	padding-right: 65px;
}
.coinsachetspacing {
	padding-left: 85px;
	padding-right: 85px;
}

/**************************  Table layout cashdeposit *******************************/
table#cashdeposit{    
	    
	border: solid #000 1px;
	font-size:11px;  
	width: 580px;
}
table#cashdeposit td {    
	padding: 5px;    
	border: solid #000 1px;
}
.right {    
	
	text-align: left;
	width: 440px;
	
}

.left {    
	
	font-weight: bold;    
	text-align: left;    
	width: 130px;    
	
}
.imgtable {    
	
	width: 200px;    
	
}

/******************* Rollover CarParkSoltions **************************/
.cprollover a { 
display: block; 
width: 280px; 
height: 301px; 
background: url(../images/exitterminal1.jpg) no-repeat;
float:right;
margin: 10px 0 10px 10px;

} 

.cprollover a:hover {
background: url(../images/exitterminalopen1.jpg);
background-repeat:no-repeat;

} 
/******************* Rollover PaymentStations **************************/
.psrollover a { 
display: block; 
width: 180px; 
height: 255px; 
background: url(../images/paymentstation.jpg) no-repeat;
margin: 40px 0 30px 30px;

} 

.psrollover a:hover {
background: url(../images/paymentstationcloseup.gif) no-repeat;

} 
/******************* Rollover EntryExitTerminals **************************/
.etrollover a { 
display: block; 
width: 180px; 
height: 255px;
background:url('../images/MK1 Terminal.jpg') no-repeat;
margin: 40px 0 60px 25px;

} 

.etrollover a:hover {
background: url('../images/MK2 Terminal.gif') no-repeat;
} 

/******************* AboutUs ImageHolders **************************/

#imageholder{
	
	width: 420px;
	height: 160px;
	float: right;
	padding-left: 15px;
	padding-bottom: 10px;
	
}

#ausimage{
	width: 200px;
	height: 130px;
	float: right;
	font-size: 10px;
	
}
#nzimage{
	
	width: 200px;
	height: 130px;
	float: left;
	
}

/******************* Index Page Scrolling Text box **************************/
#scrolltext{
	width: 75%;
	height: 25px;
	text-align: center;
	padding-left: 100px;
	
}
/******************* Horizontal Button Spacing **************************/
.linkvend{
	float: left;
	width: 168px;
	height: 29px;
	text-align: center;
	margin: 0px 29px 0px 30px;
}
.linkpark{
	float: left;
	width: 168px;
	height: 29px;
	text-align: center;
	margin: 0px 30px 0px 30px;
}
.linkcash{
	float: left;
	width: 168px;
	height: 29px;
	text-align: center;
	color: FFFFFF;
	margin: 0px 29px 0px 20px;
}
.linkkiosk{
	float: right;
	width: 168px;
	height: 29px;
	text-align: center;
	color: FFFFFF;
	margin: 0px 30px 0px 20px;
}
/****************** Flash control *************************************/
.flash{
	
	width: 600px;
	height: 380px;
		
}
/****************** Vending control *************************************/
.vending {
	width: 390px;
	height: 500px;
}



/************** header tag styles **************/

.disclaimer
{ 
  padding-top: 1px;
  padding-left: 2px;
  padding-right: 2px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 8px ;
  color: #666666;
  text-indent:inherit;
  font-weight: normal;
 }
 .Bluebar
{ 
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 4px ;
  } 
.toplinks
{
	padding-top: 7px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 14px;
	color: #001959;
	text-align:center;
	font-weight:bold;
 } 
.mainlinks
{ margin: 0px;
  font-family: verdana, tahoma, arial, sans-serif;
  font-size: 14px;
  font-weight:normal;
  color: #FFFFFF;
  text-align:center;
  margin-top: 5px;
}
.ClickHere
{
	padding-top: 0px;
	margin-top: 5px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 10px;
	color: #001959;
	text-align:left;
	font-weight:normal;	
 }
 .centretext
{
	padding-top: 0px;
	margin-top: 5px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #001959;
	text-align:center;
	font-weight:normal;
	word-spacing: 8px;
 }
.sidemenu
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 .Sidelinks
{
	padding-top: 7px;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 12px;
	color: #001959;
	text-align:left;
	font-weight:bold;
 } 
.ParnterLink
{
	font-size: 14px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 20px;
    margin-left: 20px;	
}
.vendingproductsresize {
	font-size: 14px;
	padding-left: 10px;
}
.spacing {
	word-spacing: 25px;
}
.nx2000 {
	font-size: 9px;
	text-align: center;
}

input.csv, input.xls, input.pdf,input.search-btn, a.csv, a.xls, a.pdf, a.search-btn {
	background-image: url(skins/csv-button.png);
    background-repeat: no-repeat;
	width: 34px;
	height: 20px;
	border: 0px;
	cursor: pointer;
	margin-right: 10px;
}

a.csv, a.xls, a.pdf, a.search-btn {
    display: inline-block;
}

input.xls, a.xls {
	background-image: url(skins/xls-button.png);
    background-repeat: no-repeat;
}

input.pdf, a.pdf {
	background-image: url(skins/pdf-button.png);
    background-repeat: no-repeat;
}

input.parkmanMobileExportCsv, a.parkmanMobileExportCsv, input.parkmanMobileExportXls, a.parkmanMobileExportXls
, input.parkmanMobileExportPdf, a.parkmanMobileExportPdf {
    background-image: url(skins/csv-button-mobile.png);
    background-repeat: no-repeat;
    width: 64px;
    height: 33px;
    border: 0px;
    cursor: pointer;
    margin-right: 10px;
}
a.parkmanMobileExportCsv, a.parkmanMobileExportXls, a.parkmanMobileExportPdf {
    display: inline-block;
}
input.parkmanMobileExportXls, a.parkmanMobileExportXls {
    background-image: url(skins/xls-button-mobile.png);
    background-repeat: no-repeat;
}

input.parkmanMobileExportPdf, a.parkmanMobileExportPdf {
    background-image: url(skins/pdf-button-mobile.png);
    background-repeat: no-repeat;
}

input.search-btn, a.search-btn {
	width: 49px;
	background-image: url(skins/search-button.jpg);
}

th.sortable a {
        background-position: right;
        background-repeat: no-repeat;
        padding-right: 1.1em;
}

th.asc a {
        background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
        background-image: url(../images/skin/sorted_desc.gif);
}

td.sortable a {
        background-position: right;
        background-repeat: no-repeat;
        padding-right: 1.1em;
}

td.asc a {
        background-image: url(../images/skin/sorted_asc.gif);
}

td.desc a {
        background-image: url(../images/skin/sorted_desc.gif);
}

span.copyright {
	font-size: 10px;
    text-align: center;
}

.open-tickets {
	border: outset deeppink;
	margin: 5px
}

.open-tickets-list{
	color: deeppink;
}

.open-tickets-hint {
	font-size: 0.9em /*12px*/;
	font-weight: bold;
	padding-right: 5px;
	color:#fff
}

.row-spacer {
    padding-bottom: 1em;
}

/* style for alert system guide */
.asg-paragraph-alignment {
    text-align: left;
    margin-left: 20px;
    margin-right:20px;
    margin-top:10px;
}
.asg-paragraph-header {
    font-size: larger;
    font-weight: bold;
    padding-bottom: 1em;
}
.asg-table-header {
    font-weight: bold;
    vertical-align: top;
    width: 15%;
}
.asg-table-value {
    font-style: italic;
    vertical-align: top;
}

table.asg-definition-table td {
    padding-bottom: 1em;
}

table#asg-indextab {
    padding: 1em 0em;
}

table#asg-indextab td{
    padding-bottom: 1em;
}
.asg-li-spacer li {
    padding: 1em 0em;
}
.asg-spacer dd {
    vertical-align: top;
    margin-bottom: 1em;
}
table#variables_table {
    margin: 15px 0px 15px 20px;
    border-collapse: collapse;
}
table#variables_table td {
    vertical-align: top;
    text-align: left;
    padding: 10px 15px;
    border: 1px solid black;
}
.variable-name {
    width: 20%;
}