/* --- CSS for Computer Science - 04/02/05 (Ben Coulthard bc45@le.ac.uk) ---  */
/* --- subsequent modifications by Gilbert Laycock gtl1@mcs.le.ac.uk)    ---  */
/* --- Time-stamp: <2008-02-22 10:22:24 gtl1>                            ---  */
/* --- $Id: csweb-blue.css 415 2017-03-16 22:59:09Z gtl1 $ ---  */

@import url("csweb.css");

/*basic layout*/


/*miscellaneous styles*/


/*specfic page styles*/

/*left column styles */

.listnormal {
	border: #5A82A4;
	color: #5A82A4;
}
.listdown {
	background-image: url(/images/bluearrowdown.gif);
	border: #5A82A4;
	color: #666666;
}
.listright {
	background-image: url(/images/bluearrowright.gif);
	border: #5A82A4;
	color: #666666;
}

.maincolour {
	background-color: #5A82A4;
	border: #5A82A4;
	background-image: url(/images/bluearrowright.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

/* left col search box styles */


/* top navigation bar styles */

/* left column links */

.listdown a:link, .listdown a:visited {
	color: #666666;
	text-decoration: none;
}
.listdown a:link:hover, .listdown a:visited:hover {
	color: #5A82A4;
	text-decoration: none;
}
.listnormal a:link, .listnormal a:visited {
	color: #5A82A4;
	text-decoration: none;
}
.listnormal a:link:hover, .listnormal a:visited:hover {
	color: #666666;
	text-decoration: none;
}

/* header bar styles */


/* mainpage styles */

.head {
	color: #5A82A4;
}
.themecolour {
	color: #5A82A4;
}

/* left table styles */


/* right table styles */

.head {
	color: #5A82A4;
	margin: 0px;
	padding: 0px;
}
.headlite {
	color: #5A82A4;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

/* headerbar styles */


/* footer styles */


/* staff table styles */

.tablerow {
	font-size: 90%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	color: #5A82A4;
}
.tablerow a:link, .tablerow a:visited{
	color: #5A82A4;
	text-decoration: none;
}

.tablerow a:link:hover, .tablerow a:visited:hover {
	color: #cc9900;
	text-decoration: none;
}

/*staff page extra styles*/

.staffhead {
	color: #5A82A4;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/silverback.gif);
	background-position: left top;
}
#righttable .staffhead a:link, #righttable .staffhead a:visited {
        color: #5A82A4;
}

/*sub page main area styles */

/*home page styles */

.inline-quote { 
        color: #5A82A4;
}
.inline-quote a:link, .inline-quote a:visited {
        color: #5A82A4;
}
.themecolour {
        color: #5A82A4;
}
.release-rquote {
        color: #5A82A4;
}
.release-lquote {
        color: #5A82A4;
}
.mainquote {
        color: #5A82A4;
}

a:link, a:visited {
	color: #5A82A4;
        font-weight: bold;
	text-decoration: none;
}

a:link:hover, a:visited:hover {
	color: #000000;
	text-decoration: none;
}

/* the end */
