/* Custom Syles for Cambridge */


/* Banner */
/* http://en.wikipedia.org/wiki/Cambridge_Blue_(Colour) */
#header p.banner { color: #99ccff; }

/* The banner color is a little too light for use as the link color.
Hence this shade which is the same hue but darker. */
body.cyclestreets a { text-decoration: none; color: #1a8bfe;}
body.cyclestreets a:hover { text-decoration: none; color: teal;}

/* Tabs */
ul.tabs li a {background: #f0f8ff; color: #668;}
ul.tabs li a:hover {background: #cae1ff;}

ul.subtabs li a {background-color: #ddd;}


/* Help table of contents */

div.helptoc#toc { background: #f0f8ff; }

div.helptoc#toc a{ color: #668;}
div.helptoc#toc a:hover{ color: #668; background: #cae1ff;}



/* Page Sections */

div.pagesection h1 { border-bottom: thick solid #99ccff;}

div.pagesection h2 { border: none; padding: 0.25em; font-size: 1.3em; border-bottom: medium solid #99ccff; margin-bottom: 0.75em;}

div.pagesection h3 {  font-size: 1.2em; border-bottom: thin solid #99ccff;}

