* { 
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/*  These styles set up the main body and window  */
/*  DO NOT REMOVE THE  text-align: center; style from the body selector */
/*        or the text-align: left; style from the WindowContainer selector */

body {
	/*margin: top right bottom left */
	margin: 0;
	padding: 0;
	background-color:#FAFBD8;
	font-size:9pt; 
	color: #111133;
}

body.white {background-color:#FFFFFF;} /* For displaying printable popups etc. */

a:link {color:#B30000; text-decoration:underline;/*font-weight:bold;*/}
a:visited {color:#B30000; text-decoration:underline;/*font-weight:bold;*/}
a:hover {color:#000000; text-decoration:underline;/*font-weight:bold;*/}
a:active {color:#B30000; text-decoration:underline;/*font-weight:bold;*/}

input,button,textarea { font: 100%/120% Arial, Verdana, Helvetica, sans-serif;padding:0 3px;}

label.lhs,.wide			{float:left;width: 11em;padding-right:.25em;}
label.wide			{width:16em;}
/*label.rightHandSide,label.rhs	{float:none;width:auto;padding-right:0;}*/


#header	{width:956px;height:100px;background-image: url(images/ant/ant_stonehenge.gif);background-repeat: no-repeat;}
#hd	{width:956px;height:100px;background-image: url(images/ant/ant_stonehenge.gif);background-repeat: no-repeat;}
#nav ul {list-style: none;padding: 0;margin: 0;	margin-right:15px;}
#nav li {float: right;margin-bottom: 0;margin-top:76px;margin-left:0;margin-right:0;list-style: none;}
#nav li a {background: url(transparentbackground.gif) bottom left repeat-x;
	font-weight:bold;
	height: 1.5em;
	line-height: 1.5em;
	float: left;
	padding-left:.5em;
	padding-right:.5em;
	/*display: block;*/
	color: #ffffff;
	font-size:9pt;
	text-decoration: none;
	text-align: center;
	/*width: 8em;*/
	/*border: 0.1em solid #dcdce9;*/	
}

/* Hide from IE5-Mac \*/
#nav li a {float: none}
/* End hide */

.PoweredBy {
	width: 100%;
	text-align: right;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:0;
	margin-left:0;
	padding: 0;
	color: #99aabb;
	font-size: 10px;
	top: -15px;
	float:right;
}

.clearer{clear:both;}

table.assignments {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: gray;
	border-collapse: collapse;
}
table.assignments th {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.assignments td {
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 0px 0px 0px 0px;
}


h1, h2, h3, h4, h5, h6 {color:#B30000;font-weight:bold;}
/*
h1 {font-size:26pt;color:#B30000;font-weight:bold;}
h2 {font-size:22pt;color:#B30000;font-weight:bold;}
h3 {font-size:18pt;color:#B30000;font-weight:bold;}
*/
.ReportNameActive {background-color:#ffffcc}
.ReportNameIncative {background-color:#cccccc;color:#999999}
.ReportNameCopy {background-color:#ccccff}

.ReportAnswer {
	font-weight: bold;
	color: #CC0033;
}

#loginbox {
	border: 1px solid #000000;
	margin: 75px 50px 10px 50px;
	padding: 5px 15px 5px 15px;
}

#CoverLetter {
	position: relative;
	visibility: visible;
}

.PageContent_Narrow /*, .PageContent */{
	margin: 10px 0 0 0;
	width: 550px;
	background-color: #FFFFFF;
}

.PageContent {
	/*margin: top right bottom left */
	margin: 15px 0 15px 0;
	width: 930px;
	border:#B30000 solid 1px;
	background-color: #FFFFFF;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-opera-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.PageContent_Pop {
	/*margin: top right bottom left */
	margin: 15px 0 0 20px; /*10px 0 0 20px;*/
	width: 700px; /*900px;*/
	border:#B30000 solid 1px;
	background-color: #FFFFFF;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-opera-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);	
}

.standardBox {
	float: left;
	/*margin: top right bottom left */
	margin: 0 0 20px 40px;
	width: 350px;
	border:#B30000 solid 1px;
	background-color: #FAFBD8;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	-moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	-khtml-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	-opera-box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 5px rgba(0,0,0,0.5);
}

.standardBoxBody {
	float: left;
	padding: 0 20px 0 10px;
	width: 330px;  /*-20px*/
}

.standardBoxBody ul {padding-left: 20px}
.standardBoxBody li {margin: 3px 0;}

.standardBoxFoot {
  	float: left;
	/*background: url(http://www.antiquity.ac.uk/images/standardBoxFoot.gif);*/
	height: 20px;
	width: 350px;  /*100%*/
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-opera-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
}

.standardBoxHead {
	float: left;
	background-color: #B30000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 6px 0 0 10px;
	height: 22px;
	width: 340px; /*-10px*/
	/*border-radius: top right br bl */
	-moz-border-radius:8px 8px 0 0;
  	-webkit-border-radius:8px 8px 8px 0 0;
  	-opera-border-radius:8px 8px 8px 0 0;
  	-khtml-border-radius:8px 8px 8px 0 0;
	border-radius:8px 8px 8px 0 0;
}

/*
.standardBox {
  float: right;
  margin: 0 0 20px 20px;
  width: 295px;
}

.standardBoxBody {
  float: left;
  background: url(http://www.antiquity.ac.uk/images/standardBoxBody.gif);
  padding: 0 20px 0 10px;
  width: 265px;
}

.standardBoxBody ul {padding-left: 20px}
.standardBoxBody li {margin: 3px 0;}

.standardBoxFoot {
  float: left;
  background: url(http://www.antiquity.ac.uk/images/standardBoxFoot.gif);
  height: 20px;
  width: 295px;
}

.standardBoxHead {
  float: left;
  background: url(http://www.antiquity.ac.uk/images/standardBoxHead.gif);
  color: #FFFFFF;
  font-weight: bold;
  padding: 6px 0 0 10px;
  height: 22px;
  width: 285px;
}

*/

.PageTitle {
	color: #B30000;
	font-size: 32px;
	font-weight: bold;
}

.HomePageItemsContainer {
	border-bottom: 1px solid #557799;
}

.HomePageItem {
	padding: 7px 0 7px 0;
	border-top: 1px solid #557799;
}


.HomePageLink		{color:#B30000; font-weight: bold; font-size:14px;}
a:link.HomePageLink 	{color:#B30000; text-decoration:underline; }
a:visited.HomePageLink {color:#B30000; text-decoration:underline; }
a:hover.HomePageLink 	{color:#000000; text-decoration:none;}
a:active.HomePageLink {color:#B30000; text-decoration:none;}

.IndentedHomePageText {
	padding: 0 0 0 50px;
}


