/* main 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;
	padding: 0px;
	text-align:left;
	height: 100%;
	width: 100%;
}

#container {
	width: 95%;
	line-height: 130%;
	/*border: 1px solid grey; 
	margin: 0px;
	padding-top: 0px;
	text-align: left;
	;*/
	height: 100%;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #FFF;
}
#content {	
	margin-left:220px;
	max-width: 60em; /* not in IE */
	padding-top: 0px;
	padding: 1em;
	line-height: 150%;
	height: 100%;
	/*
	width: 600;
	*/
	font-size: 90%;	
}
#leftnav 
{
	position: absolute;
	left: 0px;
	top: 0px;
	float:left; 
	width:200px;
	height: 100%;
	min-height: 600px;
	margin:0;
	padding-top: 40px;
	font-size: 0.9em; 
	font-weight: bold;
	color:#FFFFFF;
	background-color:#000000;
	background-image:url(../images/bg_left.gif);
	background-position:top;
	background-repeat:no-repeat;
	text-align: center;
}
#leftnav a:link { 
	text-decoration: underline;
	color:#FFCC33;
}
#leftnav a:visited { 
	color:#FF9900; 
	text-decoration: underline; 
}
#leftnav a:hover { 
	color:#FFCC33; 
	text-decoration: underline; 
}
#leftnav a:active { 
	color:#FFCC33; 
	text-decoration: underline;
}
/* try css mouseover 18.10.05 */
#leftnav .sidemenu {
	text-align: center;
	margin: 2px;
	
	text-decoration: none;
}
#leftnav .sidemenu a {
	display: block;
	color: #fff;
	background: inherit;
	text-decoration: none;
	width: 100%;
}
#leftnav .sidemenu a:hover {
	color: #000000;
	background: #FFCC00;
	text-decoration: none;
	width: 100%;
}

#footer {
	clear:both;
	margin: 2px;
	text-align:center;
	font-size: 80%;
	line-height: 120%;
}
.small { font-size: 0.8em; }

.error { 
	font-size: 1.2em !important;
	color:#000 !important;
	background-color:#FF6666 !important;
}

H1 { 
	font-size: 1.1em;
	padding-top: 0px;
	border-bottom: 1px dotted gray;
}
H2 { font-size: 1.0em;  }
H3 { font-size: 0.9em;  }

p { font-size: 0.9em; }
address { font-family : Verdana, Arial, Helvetica, sans-serif;  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; }
.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:#003366;
}
a:visited { 
	color:#003366; 
	text-decoration: underline; 
}
a:hover { 
	color:#CC6600; 
	text-decoration: underline; 
}
a:active { 
	color:#CC6600; 
	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;
}
.memberCard a:link { 
	text-decoration: underline;
	color:#FFCC33;
}
.memberCard a:visited { 
	color:#FF9900; 
	text-decoration: underline; 
}
.memberCard a:hover { 
	color:#FFCC33; 
	text-decoration: underline; 
}
.memberCard a:active { 
	color:#FFCC33; 
	text-decoration: underline;
}

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 black;
	background-color:#666666;
	color:#FFCC66;
	padding: 3px;
	font-size: 90%;
	line-height:140%;
	float: right;
	width: 180px;
}

#recentNews strong {
	color:#FFF;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	font-size: 1em;
}
#recentNews a:link { 
	text-decoration: underline;
	color:#FFCC33;
}
#recentNews a:visited { 
	color:#FF9900; 
	text-decoration: underline; 
}
#recentNews a:hover { 
	color:#FFCC33; 
	text-decoration: underline; 
}
#recentNews a:active { 
	color:#FFCC33; 
	text-decoration: underline;
}

.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; }
label select { position: absolute; left : 100%; top : 0px; width: 10em; }
input.smallInput { position: relative; width:auto; }

.searchResult {
	background-color:#FFCC33;
}
/* cinema page */
#right {
	background-color:#CCC;
	border:1px solid #999;
	color:#000;
	padding:3px;
	font-size: 90%;
	line-height:120%;
	float: right;
	width:30%;
}
#right ul li {
	font-size:100%;
}
#player2 {
	width: 60%;
}
/* end cinema page */
