/*

COLOUR PALETTE
#06f Blue 
#69c Light Blue
#00f Very pale blue
#666 Grey
#cc9 Hessian
#003 Dark blue (text)

*/

/* Page margins and background */
body {
	margin: 0px 0px 0px 0px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat;
}


.printonlyheader {
 display: none; 
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 36px 6px 36px;
	font-size: 12px;
	line-height: 200%;
	color: #003;
}

/* Image styles in top border */
IMG.left {
	margin: 0px 0px 0px 36px;
}

IMG.right {
	margin: 0px 36px 0px 0px;
}

/* Homepage RH panel*/

.panelheaderTopItem {
	font-size: 12px;
	font-weight:bold;
	color: #06f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccf;
	margin: 0px 36px 3px 30px;
	background-color: #fff;
	padding-left: 6px;
}


.panelheader {
	font-size: 12px;
	font-weight:bold;
	color: #06f;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccf;
	margin: 12px 36px 3px 30px;
	background-color: #fff;
	padding-left: 6px;
}

.paneltext {
	margin: 0px 36px 3px 36px;
	font-size: 11px;
		line-height: 175%;
}

/* Title, heading, subheading */

.pagetitle {
	font-weight: normal;
	font-size: 24px;
	/* line-height: 150%; */
	margin-top: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #06f;
	letter-spacing: 0.15em;
	margin-bottom: 6px;
}

.heading1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #06f;
	letter-spacing: 0.15em;
}

.heading2 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #69c;
}

.small {
font-size: 10px;
}

.tiny {
font-size: 9px;
}

.spacer6px {
font-size: 6px;
margin: 0px;
}

.right {
text-align:right;
}

.centred {
text-align: center;
}

/* Set rule colour*/
HR {
color:#69c;
height: 1px;
}


ul, li {
	list-style-position: outside;
	list-style-type: circle;
	margin-left: auto;
	border: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	text-indent: 0pt;
	text-align: left;
	line-height: 150%;
}

/*                      */
/* Hyperlink properties */
/*                      */

a:link, a:visited {
	text-decoration: none; 
	color: #06f; 
	border-bottom:1px dotted #69c;
}

a:hover {
	text-decoration: none;
	color: #003;
	border-bottom:1px solid #06f;
} 

a:active {
	color: #06f;
} 


/* Table tags */

TABLE {
}

TABLE.bordermain, TABLE.bordermainTT {
	border: 1px solid #69c;
}

/* Used to make timetable page borders smaller */
TABLE.bordermainTT TR TD P {margin: 3px}

/* Align table entries to top */
TR {
	font-size: 12px;
	vertical-align: top;
}

TD.border-right {
	border-right-style: dotted;
	border-right-color: #69c;
	border-right-width: 2px;
}

TR.shaded, TD.shaded {
	background-color: #ccccff;
}
