/* print stylesheet for OFVM revised pages */
/*  */
/* Alun Ward, 2005 for OFVM www.eyedivision.com */
/* alun@eyedivision.com */
body {
	position:relative;
	font-family: trebuchet, verdana, helvetica, arial, sans-serif;
	font-size:1em;
	color: #000000;
	line-height: 2em;
	background-color: #FFFFFF;
	margin:0px 0px 0px 0px;
	text-align:left;
	height: 100%;
	width: 100%;
}
#container {
	width: 100%;
	/*border: 1px solid grey; */
	line-height: 130%;
	margin: 0px auto;
	text-align: left;
}
#content {	
	padding: 1em;
	line-height: 150%;
	font-size: 90%;
}
#leftnav {
		display: none;
		width: 1px;
}
#footer {
	clear:both;
	margin: 0;
	text-align:center;
	font-size: 80%;
	line-height: 120%;
}
.small { font-size: 11px; }

H1 { font-size: 1.1em;  }
H2 { font-size: 1.0em;  }
H3 { font-size: 0.9em;  }

P { font-size: 0.9em; }

ADDRESS { font-size: 0.9em; text-align: center; font-style: normal; line-height: 120%; padding: 5px; }

B, strong { font-weight: 900; letter-spacing: 0.02em; }

li, ul, ol {  font-size: 0.9em; font-style: normal; font-weight: normal; }

address { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; }

.footer { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em; }

.navRight { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.8em; color: #999999; background-color: #003333; }

.archive {
	color:#CC0000;
}

a:link { 
	text-decoration: underline;
	color: #FFCC33;
}
a:visited { 
	color: #FF9900; 
	text-decoration: underline; 
}
a:hover { 
	color: #FFCC33; 
	text-decoration: underline; 
}
a:active { 
	color: #FFCC33; 
	text-decoration: underline;
}

/* for members in skills directory */
.memberCard {
	background-color:#993300;
	color: #FFFFFF;
	border: 1px solid #FFCC00;
	padding: 2px;
	margin: 4px;
	width: 350px;
}

.memberCard strong {
	color:#FFCC00;
	background-color:#993300;
}

.memberCard H2 {
	color:#FFFFFF;
	font-size: 1.2em;
	margin-bottom: 0px;
	margin-top: 1px;
	border-bottom: 1px dotted #FFCC00;
	background-color:#993300;
}

TD.nav { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 1.2em; background-color: #006699; }
TD.nav A:link { color: #ffffff; text-decoration: none; }
TD.nav A:active { color: #ffcc33; text-decoration: none; }
TD.nav A:hover {  color: #ffcc33; text-decoration: none; }
TD.nav IMG { background-color: #006699; }
TD.nav A:visited {  color: #ffffff; text-decoration: none;  } 

/* form table */
.whiteTable, .whiteTable p, .whiteTable h3, .whiteTable h2, .whiteTable h1 {
	 background: White; color: #666666; font-size: 11px;
}

.whiteTable A:active { text-decoration: underline; }
.whiteTable A:hover {  text-decoration: underline; }
.whiteTable A:visited { text-decoration: underline;  }


/* directory table*/
.directoryTable, .directoryTable p, .directoryTable h3, .directoryTable h2, .directoryTable h1 {
	 font-size: 11px;
}

.directoryTable A:active { text-decoration: underline; }
.directoryTable A:hover {  text-decoration: underline; }
.directoryTable A:visited { text-decoration: underline;  }

/* for news header cell colouring */
.news { color: #ffffff; background-color: #006699; font-weight: bold; }
.news p { color: #ffffff; background-color: #006699; }

/* for news display */

#recentNews {
	border: 1px solid gray;
	background-color:#666666;
	color:#FFFFFF;
	padding: 3px;
	font-size: 90%;
	line-height:140%;
	float: right;
	width: 180px;
}

.coursedetails { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: x-small; }
.coursedetails H1 { font-size: 1.5em; }
.coursedetails H2 { font-size: 1.3em; }

.homepage H1 { color: #FFFFFF; background-color: #006699; text-align: center; }

TD.margin { margin: 5px; padding: 5px; }

TD.margin P { margin: 5px; padding: 5px; }


/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 500px; padding : 0.5em 1em; } /* fill full width */
label { position : relative; width : 15em; display : block; margin : .5em 0em; }
label input { position : absolute; left : 100%; top : 0px; width : 10em; }
input.submit { margin-left : 15em; }
#top br { display : none; }