
/*
 * UCL Language Sciences CSS Colours
 * Mark Huckvale
 * April 2008
 */


/* ###### Text Colors ###### */

body {color: black;}

h1 {
  color: black;
}
h2 {
  color: black;
}
h3 {
  color: black;
}
h4 {
  color: black;
}

#bodyText a {color: #880033;}
.bodyText a {color: #880033;}

#upperMenuBar, #upperMenuBar a {color: white;}

#header {color: #880033;}

#headerSearch .submit {color: white;}

#lowerMenuBar, #lowerMenuBar a {color: #581739;}
#lowerMenuBar20, #lowerMenuBar20 a {color: #581739;}

#upperMenuBar .highlight {color: white;}

#lowerMenuBar .highlight {color: white;}
#lowerMenuBar20 .highlight {color: white;}

#breadcrumb {color: black;}
#breadcrumb a {color: #cc3366;}

.sideMenuBox {color: black;}

.sideMenuBox a {color: #581739;}

.sideMenuBox a:hover {color: white;}

.sideMenuBox span, .sideMenuBox span a {color: #880033;
font-weight: bold;
font-variant: small-caps;}

.sideTextBox span {color: black;}

.sideTextBox a {color: #880033;}

#footer, #footer a {color: white;}

.incomplete { color: red; }

.subhead {
	color: #880033;
}

/* ###### Background Colors ###### */

q {background-color: #ff99cc;}

#upperMenuBar {background-color: 
	#581739;}

#header {background-color: 
	#581739;}

#headerSearch .submit {background-color: #581739;}

#lowerMenuBar {background-color:   #c792ae;}
#lowerMenuBar20 {background-color:   #c792ae;}

#breadcrumb {background-color: #ff99cc;}

#sidemenu {
  background-color: #f0e0e0;
}

.sideMenuBox a:hover {background-color: #581739;}
.sideTextBox a:hover {background-color: #9966cc;}

#footer {background-color:  #581739;}


/* ###### Border Colors ###### */

q {border-color: #999999;}

acronym {border-bottom-color: #880033;}

#bodyText a {border-bottom-color: #880033;}

#headerSearch .text {border-color: #880033;}

#headerSearch .submit {border-color: #ffffff;}

#lowerMenuBar {border-color: #cccccc;}
#lowerMenuBar20 {border-color: #cccccc;}

#breadcrumb {border-color: #880033;}

.sideTextBox a {border-bottom-color: #cc3366;}

#footer a {border-bottom-color: white;}


.lowerMenuBar_search_submit {
	background-color: #581739;
}

table.eventlist tr th, table.eventlist tr th a, th.eventlist {
  background:  #581739; 
}
