body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding:0px;
}
h1 {
	font-size: x-large;
	margin-top: 5px;
}
h2 {
	font-size: large;
	margin-top: 5px;
}
h3 {
	font-size: medium;
}
h4 {
	font-size: small;
}

p {
	font-size: small;
}

/* Position (float) images to the left or right --------------------------------- */
.image-left {
	float: left;
	padding: 5px 5px 5px 0px;
}
.image-right {
	float: right;
	padding: 5px 0px 5px 5px;
}
/* Style for using tables to lay out a page */
.table-layout td, th {
		border: thin none #FFFFFF;
		color: #000000;
		background-color: #ffffff;
		vertical-align: top;
}
/*Style for Training Schedule pages tables */
.table-layout-training td, th {
		border: 1px #999999;
}

.table-training {
		border: 1px #999999;
}

.table-training  td {
	font-size: small;
	line-height: 1.5em;
	color: #000000;
	border: thin none;
	vertical-align: top;
	padding-left: 3px;
}
.table-training  th {
	font-size: medium;
	line-height: 1.5em;
	color: #000000;
	background-color: #add8e6;
	border: thin none;
}
.red-text {
	font-size: small;
	font-weight: bold;
	color: #FF0000;
}

.blue-text {
	font-size: small;
	font-weight: bold;
	color: #0000FF;
}


.small-text {
	font-size: smaller;
}




.form-background {
	background-color: #add8e6;
	border: 1px none #CCCCCC;
}
.booking-hdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000099;
	font-weight: bold;
	padding-left: 2%;
}
.table-booking td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #add8e6;
	border: thin none;
	font-size: small;
	padding-left: 2%;
}
.error-hdg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
}
.error-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}
.print-send {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #FF0000;
	padding-left: 20px;
}
.print-address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	padding-left: 5%;
}
.print-data {
	color: #000000;
	border: thin none #000000;
	font-size: small;
	line-height: 1.5em;

}
.emphasis {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
}
#table-login-new td, th {
		border: thin none #FFFFFF;
		color: #000000;
		background-color: #ccffff;
}
#table-login-exist td, th {
		border: thin none #FFFFFF;
		color: #000000;
		background-color: #FFFFFF;
}
#table-bkg-details td {
		border: thin none #FFFFFF;
		color: #000000;
		background-color: #ffffff;
}
#table-bkg-details th {
	font-size: medium;
	color: #FFFFFF;
	background-color: #5b6b82;
	border: thin solid #5b6b82;
}
#table-bkg-details-inset td, th {
		border: thin none #FFFFFF;
		color: #000000;
		background-color: #add8e6;
}

