h1 {
	text-align: center;
}

th {
	text-align: right;
	padding-right: 5px;
}

td {
	padding-right: 5px;
}

td:last-child {
	padding-right: 0px;
}

.colhead, .colleft {
    background: #E6E6E6;
	text-align: left;
}

.colright {
    background: #E6E6E6;
	text-align: right;
}

.headerbar {
	clear;
	height: 120px;
    background: #E3F6CE;
    position: relative;
}

.headerlogo {
	float: left;
}

.headerleft {
	float: left;
	margin: 8px 0px;
}

.headerright {
	float: right;
	margin: 8px 0px;
}

.headerresults {
	float: left;
    position: absolute;
    bottom: 10px;
    left: 309px;
}

.headerversion {
	float: right;
    position: absolute;
    bottom: 0px;
    right: 0px;
	font-size: 8px;
}

.footerbar {
	clear;
	text-align: center;
	margin: 40px 0px 0px 0px;
    background: #E3F6CE;
}

.footerleft {
	float: left;
}

.footercentre {
	display: inline-block;
}

.footerright {
	float: right;
}

.error {
	color: #d01010;
}

.warning {
	font-weight: bold;
}

.name {
	font-style: italic;
}

.buttonbar{
    margin: 35px 0px;
}

.button {
	font-size: 15px;
	font-family: Arial;
    text-decoration: none;
    padding: 9px 15px;
    height: 35px;
    min-width: 80px;
    border: 0px solid #000000;
    border-radius: 5px;
	margin: 0px 35px 0px 0px;
    cursor: pointer;
    background: #FF8000;
    color: #000000;
}

.smallbutton {
	font-size: 11px;
	font-family: Arial;
    text-decoration: none;
    padding: 2px 5px;
    height: 15px;
    min-width: 50px;
    border: 0px solid #000000;
    border-radius: 3px;
    cursor: pointer;
    background: #FF8000;
    color: #000000;
}

.nobuttonspacing {
	margin: 0px 0px 0px 0px;
}

.cancelaction {
    background: #c0c0c0;
    color: #000000;
}

.addaction, .showaction, .loginaction {
    background: #0040FF;
    color: #ffffff;
}

.deleteaction, .disableaction {
	background: #ba2121;
    color: #ffffff;
}

.saveaction, .editaction, .enableaction, .homeaction {
	background: #298A08;
    color: #ffffff;
}

.buttonform {
	display: inline;
}

.tablekey {
	float: right;
	background: #e8e8e8;
	padding: 5px 5px;
	margin: 0px 20px;
	border-spacing: 20px;
	border-collapse: collapse;
}

.tablekey th {
	text-align: left;
    padding: 0px 10px;
}

.tablekey td {
    padding: 0px 10px;
}
