/*
Subject Centre for Information and Computer Sciences
copyright: University of Ulster
Updated: 14th June 2006 dm
*/
/* ---( font and layout parameters )------------------------------- */
img{border:none;}
body {font-size: 75%;font-family: Verdana, Arial, Helvetica, sans-serif;margin: 0px;padding: 0px;}

a, td, th, p {font-size: 1em;font-family: Verdana, Arial, Helvetica, sans-serif;}
h1 {font-size: 2em;font-weight: 300;font-family: Verdana, Arial, Helvetica, sans-serif;}
h2 {font-size: 1.4em;font-weight: 300;font-family: Verdana, Arial, Helvetica, sans-serif;color: #660066; border-bottom: 1px inset #660066;}
h3 {font-size: 1.4em;font-weight: 300;font-family: Verdana, Arial, Helvetica, sans-serif;color: #660066;}
h4 {font-size: 1em;font-weight: bold;font-family: Verdana, Arial, Helvetica, sans-serif;color: #003333;}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.6em;
}

a {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

form {
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h1 {
	color: #003333;
	margin: 0px 2px;
	padding: 0px 2px 1px;
	border-bottom-style: none;
}

h2 {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

h3 {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

a {text-decoration: underline;}

hr {
	border: 1px dotted #003333;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

hr.light {
	border: none;
	border-bottom: 1px inset #660066;
	margin: 3px 0;
	padding: 5px 0;
	}
/* ---( header )------------------------------- */
#header {
	background-image: url(http://www.ics.heacademy.ac.uk/images/header.jpg);
	background-repeat: no-repeat;
	background-color: #DCE7E7;
	height: 75px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
	background-position: 201px;
}
#headerimage {
	position: absolute;
	width: 201px;
	height: 75px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
#utilities {
	float: right;
	margin-right: 15px;
	margin-top: 2px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#utilities a {
	font-size: 0.8em;
	color: #003333;
	text-decoration: none;
}
#utilities a:hover {
	text-decoration: underline;
}

#utilities ul {
	list-style-type: none;
}
#utilities ul li {
	margin: 0px;
	padding: 0px;
	line-height: 1.2em;
}

/* ---( Horozontal main menu )------------------------------- */
#menu {
	white-space: nowrap;
	position: absolute;
	height: 55px;
	padding-left: 35px;
	top: 75px;
	margin-top: 10px;
}
#menu ul {
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	white-space: nowrap;
	list-style-type: none;
	display: inline;
	margin: 0% 10px 0% 0%;
	padding: 0%;
}


/* ---( Search )------------------------------- */
#search {
	position: relative;
	height: 40px;
	width: 200px;
	float:right;
	top: 20px;
	right: 5px;
	margin: 0px;
	padding: 0px;
}
.search {
	height: 18px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #99CCCC;
}
#search a {
	font-size: 0.8em;
	color: #003333;
	text-decoration: none;
}
#search a:hover {
	text-decoration: underline;
}

/* ---( Outer wrap )------------------------------- */
#holder {
min-width: 550px; 
/*width:expression(document.body.clientWidth < 555 ? "550px" : "100%" ); */
}

/* ---( Main content holder )------------------------------- */
#content {
	width: 100%;
	left: 0px;
	top: 160px;
	position: absolute;
}


/* ---( Footer )------------------------------- */
#footer {	
	font-size: 0.9em;
	background-color: #DCE7E7;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0px;
	clear: both;
	width: 100%;
	margin: 10px 0px 0px 0px;
}
#footer a {
	color: #003333;
}

#footer a:hover {
	color:#006699;
}

/* ---( sidemenu )------------------------------- */
#leftcolumn {
	float: left;
	width: 200px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
#sidemenu {
	background-color: #99BBBB;
	margin: 0px 0px 0px 2px;
	margin-left: 2px;
	padding: 0px; 
}
#sidemenu li {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px;
	list-style-image: none;
	list-style-type: none;
	text-indent: 0pt;
	border-top: 2px solid #99BBBB;
	border-bottom: 2px solid #99BBBB;
}
#sidemenu ul {
	margin: 3px 0px 10px;
	padding: 0px;
}

#sidepic {
	background-color: #FFFFFF;
	margin-bottom: 20px;
	margin-top: 20px;
}
#sidemenu h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/arrow4.gif);
	padding-top: 15px;
	margin-top: 0px;
}
#sidemenu a {
	color: #FFFFFF;
	background-color: #78A7A7;
	display: block;
	padding: 5px;
	width: 183px;
	margin: 0px;
	text-decoration: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#sidemenu a:hover {
	text-decoration: none;
	background-color: #336666;
}
#sidemenu ul li ul{	margin: 0px;
	padding: 0px;}
#sidemenu ul li ul li{
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.ics.heacademy.ac.uk/images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#sidemenu ul li ul li a {
	color: #003333;
	background-color: #99BBBB;
	display: block;
	padding: 4px;
	width: 163px;
	margin: 0px;
	text-decoration: none;
	border: 0px none;
	margin-left: 20px;
}
#sidemenu ul li ul li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #99BBBB;
}

#sidemenuHeader a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #003333;
	text-decoration: none;
	border: 0px none;
	background-color: #99BBBB;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	display: inline;
}

#sidemenuHeader a:hover {
background-color: #99BBBB;
	color: #ffffff;
}

#sidemenuHeader {
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url(../images/arrow4.gif);
	padding-top: 15px;
	margin-top: 0px;
	width: 197px;
	}

/* ---( The body )------------------------------- */
#thebody {
	width: 96%;
	margin: 10px 20px 0px 0px;
	padding: 0px 10px 0px 20px;
}

#thebody h1 {
	font-size: 1.8em;
	background-color: #B7CFDE;
	width: auto;
	padding: 5px 0px 10px 8px;
	background-image: url(../images/h1-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-bottom: 10px;
}

#thebody li {
	line-height: 1.4em;
}

#thebody h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#bodytext {
	padding: 0px 20px 20px 0px;
	height: 100%;
	margin-left: 10px;				
}

#bodytext a {
	color:#0057AE;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

#bodytext a:hover {
	text-decoration: underline;
	color: #660066;
}

#bodytext h2 a {
	display: block;
	color: #0057AE;
	padding: 5px 0px 5px 7px;
	border-top: 1px solid #660066;
	border-bottom: 1px solid #660066;
	text-decoration: none;
	margin-top: 20px;
}

#bodytext h2 a:hover {
	color:#660066;
	text-decoration: none;
	border-bottom: 1px solid #660066;
}

/* ---(Invisible Header for that only displays in te text only version )--- */
.fortextonly {
	display: none;
	visibility: hidden;
}

th {
	color: #003333;
}

.leftmenustyle {
	width: 200px;
}

.listOne {
	list-style-image: url(../images/arrow2.1.gif);
}

/* ---(Various others )--- */

#index h2 {
	border-bottom: none;
}

#index h2 a {
font-weight: 300;font-family: Verdana, Arial, Helvetica, sans-serif;color: #0057AE; border-bottom: 1px inset #660066; border-top:none; padding: 0;
}

#index h2 a:hover {
font-weight: 300;font-family: Verdana, Arial, Helvetica, sans-serif;color: #660066; border-bottom: 1px solid #660066; border-top: none;
}

.greybox{
	height: auto;
	width: auto;
	padding-left: 3px;
	border: thin solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.filledgreybox{
	background-color:#EDF3F3;
	height: auto;
	width: auto;
	padding: 0px 6px 5px 10px;
	border: thin solid #99BBBB;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formbackground{
	background-color:#EDF3F3;
	width: 650px;
	padding: 0px 6px 5px 10px;
	border: thin solid #99BBBB;
	margin-top: 10px;
	margin-bottom: 10px;
}


#programme td{
	line-height: 1.6em;
}

#programme {
	background-color: #EDF3F3;
}

.bookimageborder {
	border: 1px solid #000;
}

.eventsindent {
margin-left: 7px;
}

.noline {
	border-bottom: none;
}

#bodytext img a:hover {
	text-decoration:overline;
	border-bottom: none;
}

.greytext {
	font-size: 0.9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-style:italic;
}

.redtext {
	color:#FF0000;
}

p.notice {
	border-top: 2px solid #806;
	border-bottom: 2px solid #806;
	color: #606;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	padding: 3px 0px;
	text-align:center;
	width: 100%;
}

p.fineprint {
font-size: 0.9em;
font-style: italic;
color: #666666;
}
