/* -- navigation -- */

#navigation li a	{ color: #ffffff; }	

#navigation li a.menuL2 { background: #0c3f92 url(../images/admin/arrowL2.gif) no-repeat top left; }	
#navigation li a.menuL2:hover { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL2.gif) no-repeat top left; }
#navigation li a.menuL2selected { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL2.gif) no-repeat top left; }

#navigation li a.menuL3 { background: #0c3f92 url(../images/admin/arrowL3.gif) no-repeat top left; }	
#navigation li a.menuL3:hover { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL3.gif) no-repeat top left; }
#navigation li a.menuL3selected { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL3.gif) no-repeat top left; }

#navigation li a.menuL4 { background: #0c3f92 url(../images/admin/arrowL4.gif) no-repeat top left; }	
#navigation li a.menuL4:hover { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL4.gif) no-repeat top left; }
#navigation li a.menuL4selected { color: #f8c221; background: #0c3f92 url(../images/admin/arrowL4.gif) no-repeat top left; }

/* -- other colours -- */

/* p.intro: the green introductory paragraph as seen on the front page */
p.intro		{ color: #990000; text-align: left; } /* #be890c */

/* p.more: the green "more" link as seen on the front page */
p.more		{ color: #dca308; }
p.more a	{ color: #dca308; }

/* p.totop: the green "return to top" link as seen on the bottom of some pages */
p.totop		{ color: #dca308; }
p.totop a	{ color: #dca308; }

h2		{ color: #3e488f; }		/* this is our big blue heading style */

.newsBar h2	{ color: #dca308; }		/* this is our big green heading style for the news bar */

h3		{ color: #3e488f; }		/* this is our smaller blue heading style */
.newsBar h3	{ color: #3e488f; }		/* this is our smaller blue heading style for the news bar */
h4		{ color: #3e488f; }		/* this is our even smaller blue (was green) heading style */
h5		{ color: #3e488f; }		/* used as the heading within the upcoming seminars table */

abbr, acronym, dfn { border-bottom: 1px dashed #3e488f; }

div.hr hr { background: #cccccc; color: #cccccc; width: 90%; }

#navCell	{ background: #0c3f92; }	/* #eaecf4 was pale blue */
/* h2		{ text-transform: uppercase; font-size: 1.9em; } */
/* h2:first-letter { font-size: 120%; } */

#footer { background: #0c3f92 url(../images/admin/footer.gif) no-repeat top left; padding-top: 60px;}
#footer { color: #ffffff; }
#footer a { color: #ffffff; }

div #workspace { background: url(../images/admin/side.gif) repeat-y top left;}

body { background: #eaecf4; }
#outerwrap { background: #ffffff; }
#workspace { border-left: 1px solid #eaecf4; border-right: 1px solid #eaecf4; }


.spiffy{display:block;}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#eaecf4;}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #f5f6fa;
  border-right:1px solid #f5f6fa;
  background:#eff0f6;}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fcfdfd;
  border-right:1px solid #fcfdfd;
  background:#edeff6;}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #edeff6;
  border-right:1px solid #edeff6;}
.spiffy4{
  border-left:1px solid #f5f6fa;
  border-right:1px solid #f5f6fa;}
.spiffy5{
  border-left:1px solid #eff0f6;
  border-right:1px solid #eff0f6;}
.spiffyfg{
  background:#eaecf4;
  padding:10px;}

