/* the default stuff which happens before printing */
#maintable {
	width: 760px;
}
.print, img.print {
	display: none;
}

body, th, td, h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, .form {
	font-family: Verdana, Arial, sans-serif;
}

body {
	background-color: #fff;
	margin: 8px;
}

th {
	text-align: left;
}


/* h1 is the first heading used with bodytext */
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	margin: -0.3em 0 -1.3em 0;
	color: navy;
}

/* Left hand nav bar */
/* Section headings */
h2 {
	color: navy;
	font-size: 0.7em;
	border-top: 1px #fc0 solid;
	margin: 0.1em;
	padding: 5px 0 5px 0;
}

h2 a, h2 a:visited, h2 a:link {
	color: navy;
}

h2 a:hover {
	color: navy;
}

/* "consultancy" doesn't want a yellow line above it */
h2.consult {
	border-color: #fff;
}


/* ... and "company" wants that extra thick one */
h2.company {
	border-top: 3px #fc0 solid;
}

/* left nav sub-section headings */
h3, h4 {
	background-color: #fff;
	color: #000;
	font-size: 0.7em;
	font-weight: normal;
	margin-left: 1.2em;
	margin: 0 0 0.2em 1.2em;
	padding: 0;
}

h4 {
	font-style: italic;
	background-color: #fc0;
	color: navy
}

h3 a, h3 a:visited, h3 a:link {
	color: navy;
}

h3 a:hover {
	color: navy;

/* used to add margins to logos beneath the nav bar */
h5 {
	margin-top: 40px;
	text-align: center;
}

/* For <p>, read bodytext */
p, ul, ol, .post th {
	font-size: 0.8em;
}

p {
	margin-top: 0em;
}

/* crumb-trail */
p small {
	color: #ffcc00;
}

p small strong {
	color: black;
	font-weight: normal;
}

ul {
	/*list-style-image: url(../img/hockey_ball_small.gif);*/
}

/* this is for the clients page, where there are nested ul lists */
ul ul {
	font-size: 0.89em;
	list-style-image: none;
	list-style-type: none;
	/* brings the list in in IE */
	margin: 0.1em 0, 0.5em 0;
	/* brings the list in in NN6 */
	padding: 0;
}

/* legal disclaimer */
.legal p small {
	color: black;
}

.legal {
	margin-top: 20px;
}

/* global anchors */
a:link {
	color: #000;
	text-decoration: none;
}

a:visited {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

/* The bit which says "related information" */
.post {
	background-color:#fc0 ;
	border-width: 0;
	height: 180px;
	width: 180px;
}

.post th {
	background-color: #fff7B5;
	padding: 2px 6px 2px 6px;
	color: navy
}

/* The other bits in the post it note */
.post td {
	padding: 4px 0px 4px 4px;
	vertical-align: top;
}

.post h2 {
	border: 0;
	padding: 0;
	margin: 0;
	color: navy;
}

.post h4 {
	  color: navy;
}

.post p {
	font-size: 0.7em;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* generic 'no border' class */
.noshade {
	border: none;
}

/* form fields */
.form {
	font-size: 0.7em;
	width: 100%;
	background-color: #fff;
	color: #000;
	border: solid 1px #fc0;
}

.dummylink {
	cursor: pointer;
	list-style-image: url(/img/hockey_ball.gif);
}

/* one cell in the "contact me" link at the bottom of most pages */
.contact {
	background-color: #d6d6d6;
	padding: 2px 5px 2px 5px;
}

.contact p {
	font-weight: bold;
}

/* listtable's are like the one on the news page */
.listtable td {
	vertical-align: top;
}

.listtable h1 {
	margin: 0;
}

.listtable p {
	margin-bottom: 1em;
}

/*stuff for menu*/
DIV.clTop{position:absolute; width:140;}
DIV.clSub{position:absolute; left:10; width:140}
DIV.clSuba{position:relative;}
#divCont{position:relative; left:0; top:0; height:0; width:140;}
#divMain{position:relative;}

/*Table Definition for fixtures*/
table.fixtures td,table.fixtures th {
	font-size: 0.7em;
	padding: 2px 5px 2px 2px;
}

table.fixtures th {
	background-color: #fff7B5;
	color: navy
}
