/* ------------------------ */
/* -------- GLOBAL -------- */
/* ------------------------ */

body {
	background: url(../images/border_tile.gif) top center repeat-y #8a8a8a;
	margin: 0px;
	height: auto;
}

ul {
	list-style-image: url(../images/bullet.gif);
	font-family: Arial, Helvetica, Tahoma, Verdana, Trebuchet MS;
	font-size: 10pt;
	line-height: 150%;
	margin-top: 5px;
	margin-bottom: 14px;
}

body, p, select, textarea {
	font-family: Arial, Helvetica, Tahoma, Verdana, Trebuchet MS;
	color: #000000;
}

p {
	font-size: 10pt;
	margin: 0px 0px 14px 0px;
	text-align: left;
}

/* links */
a:link, a:active, a:visited {
	color: #005587;
	text-decoration: underline;
}

a:hover {
	color: #005587;
	text-decoration: none;
}

/* ------------------------ */
/* ---- PAGE STRUCTURE ---- */
/* ------------------------ */

div.bkg_wrapper {
	background: url(../images/bkg_tile.gif) top left repeat-x;
	width: 100%;
	height: 279px;
}

div.content_wrapper {
	background: url(../images/border_tile_top.gif) top center no-repeat;
	width: 100%;
	text-align: center;
}

div.content_center {
	width: 940px;
	margin: 0 auto;
}

div.content_main {
	text-align: left;
	width: 900px;
}

div.footer {
	text-align: center;
	margin-top: 40px;
	background: url(../images/footer_tile.gif) top center no-repeat;
	height: 42px;
	padding-top: 10px;
	padding-bottom: 18px;
	font-size: 10pt;
	font-weight: bold;
	color: #80aec9;
}

div.footer a:link, div.footer a:active, div.footer a:visited {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

div.footer a:hover {
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	color: #005587;
}

/* ------------------------ */
/* -------- TITLES -------- */
/* ------------------------ */

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 22pt;
	color: #005587;
	font-weight: normal;
	margin: 0px 0px 14px 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

/* ------------------------ */
/* -------- IMAGES -------- */
/* ------------------------ */

a img {
	border: none;
}

.img_border {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.float_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* ------------------------ */
/* -------- FORMS --------- */
/* ------------------------ */

form {
	margin: 0px;
	padding: 0px;
}

.input {
	font-family: Arial, Helvetica, Tahoma, Verdana, Trebuchet MS;
	font-size: 9pt;
	border: 1px solid #CCCCCC;
	padding: 2px;
}

/* input widths */
.std_width {
	width: 180px;
}

.exp_width {
	width: 320px;
}

.full_width {
	width: 890px;
}

/* ------------------------ */
/* -------- TABLES -------- */
/* ------------------------ */

table.data, table.form {
	margin-bottom: 14px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	padding: 0px;
}

/* cells on form tables */
table.form tr td {
	padding: 4px 4px 4px 0px;
}

/* cells on informational tables */
table.data tr td {
	padding: 4px;
}

/* form titles */
td.form_label {
	font-weight: bold;
	padding-right: 6px;
}

/* header rows */
tr.table_heading td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background-color: #005587;
	vertical-align: middle;
	text-align: left;
}

/* alternating row colours */
tr.evenrow td {
	background-color: #e6e6e6;
	vertical-align: middle;
	text-align: left;
}

tr.oddrow td {
	background-color: #f5f5f5;
	vertical-align: middle;
	text-align: left;
}

/* ------------------------ */
/* --------- MISC --------- */
/* ------------------------ */

.underline {
	padding-bottom: 3px;
	border-bottom: 1px solid #CCCCCC;
}

/* news article date */
.article_date {
	font-size: 8pt;
	color: #A0A0A0;
	font-weight: normal;
}

/* error report */
p.failure {
	background-color: #ffd6d6;
	font-size: 9pt;
	color: #000000;
	padding: 10px;
	border: 1px solid #ff6666;
}

/* success report */
p.success {
	background-color: #e0f8d8;
	font-size: 9pt;
	color: #000000;
	padding: 10px;
	border: 1px solid #89d38c;
}

/* ------------------------ */
/* ------- BOOKINGS ------- */
/* ------------------------ */

a.adminlink:link, a.adminlink:active, a.adminlink:visited {
	font-size: 8pt;
	font-weight: normal;
	padding: 5px;
	color: #FFFFFF;
	background-color: #005587;
	vertical-align: middle;
	text-align: center;
	line-height: 120%;
	text-decoration: none;
	margin-right: 3px;
}

a.adminlink:hover {
	background-color: #0f3c79;
}

a.smalllink:link, a.smalllink:active, a.smalllink:visited {
	font-weight: bold;
	padding: 5px;
	color: #005587;
	text-decoration: none;
	display: block;
}

a.smalllink:hover {
	color: #005587;
	text-decoration: underline;
}