<?php
include_once('colours.inc.php');
include_once('home.css');
?>

#main_content {
	color: #000 !important;
	padding-left: 8px;
}

/* Custom Tables */
table.data {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	clear: both;
	border: 1px solid <?=$col['darkblue']?>;
}
table.data th {
	text-align: left;
	border-top: 1px solid <?=$col['darkblue']?>;
	border-bottom: 1px solid <?=$col['midblue']?>;
	background: <?=$col['lightlightblue']?>;
	padding: 4px;
}
table.data td {
	padding: 4px;
}
table.data tr {
	background: #FFF url(images/lightbg.gif) repeat-x;
	border-bottom: 1px solid <?=$col['midblue']?>;
}
table.data caption {
	font-weight: bold;
	text-align: left;
	padding: 1ex 1em;
	background: <?=$col['midblue']?> url(images/darkbg.gif) repeat-x !important;
	border: 1px solid <?=$col['darkblue']?>;
	margin-right: 1em;
}


/* main elements */
html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

body {
	font-family: arial, helvetica, "Nimbus Sans L", sans-serif;
}

img {
	border: 0;
}

#control a, #control a:link, #control a:visited, #control a:active, 
.foot_content a, .foot_content a:link, .foot_content a:visited, .foot_content a:active {
	color: #555;
	text-decoration: none;
}

.#control a:hover,foot_content a:hover {
	color: #333;
}


