/* --- 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:21:54 gtl1>                            ---  */
/* --- SVN: $Id: csweb-lg-orange.css 315 2008-02-22 12:05:23Z gtl1 $ ---  */

@import url("csweb-lg.css");

.listnormal {
	border: #990099;
	color: #990099;
}
.listdown {
	background-image: url(../images/orangearrowdown.gif);
	border: #990099;
	color: #666666;
}
.listright {
	background-image: url(../images/orangearrowright.gif);
	border: #990099;
	color: #666666;
}
.maincolour {
	background-color: #990099;
	background-image: url(../images/orangearrowright.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

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


/* mainpage styles */

.head {
	color: #990099;
}
.headlite {
	color: #990099;
        font-weight: normal;
        margin: 0px;
        padding: 0px;
}
.staffhead {
	color: #990099;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/silverback.gif);
	background-position: left top;
}
#righttable .staffhead a:link, #righttable .staffhead a:visited {
        color: #990099;
}
.inline-quote { 
        color: 333333;
}
.inline-quote a:link, .inline-quote a:visited {
        color: 333333;
}
.themecolour {
	color: 333333;
}
.release-rquote {
        color: 333333;
}
.release-lquote {
        color: 333333;
}
.mainquote {
        color: 333333;
}

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

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

/* the end */

