/* ----------------------------------------------------/
print stylesheet for Museum of Oxford pages  
(c) 2006 EyeDivision www.eyedivision.co.uk 
info@eyedivision.co.uk 
doesn't require link change colours
/-----------------------------------------------------*/

h1 { font-size: 1.4em; color: #003366; }
h2 { font-size: 1.2em; color: #003366; }
h3 { font-size: 1em; color: #003366; }

B, strong { color: #000000; text-decoration: none ; font-weight: bold; }


body
{
	font-family: tahoma, verdana, helvetica, arial, sans-serif;
	font-size:100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 0px;
	color: #000;
	background: #fff;
	line-height:140%;
	text-align:center;
}
#container {
	width: 100%;
	height: 100%;
	margin: 5px auto;
	text-align: left;
	font-size: 0.8em;
	border-top: 1px solid #003366;
}


div#content {
	padding: 5px;
}

#bgcontent {
	padding: 5px;
	
	
}


A:link { color:#990000; text-decoration:none; }
A:visited { color: #990000; text-decoration: none; }
A:hover { color: #FF0000; text-decoration: none; }
A:active { color: #ffcc00; text-decoration: none; }

#right A.hilight { color:#66CCFF; font-weight: bold; }
#right A.hilight:link { color:#66CCFF; font-weight: bold;  text-decoration: none; }
#right A.hilight:visited { color:#66CCFF; font-weight: bold;  }
#right A.hilight:hover { color:#66CCFF;  font-weight: bold;}
#right A.hilight:active { color:#FFFFFF; font-weight: bold; }

.small {
	line-height: 120%;
	/*font-size: 0.8em;*/
}

/* leftcol and rightcol */
#left {
	display: none;
}
#right {
	display: none;
}



#breadcrumb {
	font-size: 0.8em;
}

#homePageFooter {
	width: 100%;
	padding: 0;
	color: #FFFFFF;
	background-color:#003366;
	line-height: normal;
}
/* old styles */
.questionnaireNav { background-color:#003366; color:#FFFFFF; }
TD.questionnaireNav { font-family : Verdana, Arial, Helvetica, sans-serif; font-size: 0.7em;  border: 1px solid #000000; }
TD.questionnaireNav address { font-size: 1em; }
TD.questionnaireNav A:link { color: #FFFFFF; text-decoration: underline; }
TD.questionnaireNav A:active { color: #000000; text-decoration: underline; background-color:#66CCFF; }
TD.questionnaireNav A:hover {  color: #000000; text-decoration: underline; background-color: #66CCFF; }
TD.questionnaireNav A:visited {  color: #FFFFFF;  }
.tableBorder { border: inherit; }
.tableBorder TD {
 border:1px solid #CCCCCC;
 }
 .question { background-color:#FFCC00; }
.dkblue  {
	color: #FFFFFF;
	background-color:#003366;
}

/* form stuff */
form, label, input { font-size : 1em; }
fieldset { width : 400px; 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; }