/* WORKING LIVES Red = C70C46 */
/* CITIES INSTITUTE purple = 581582 */

#text ul         { list-style-type: disc; padding: 0; margin: 0 0 0 35px; }
#text ul li      { padding: 3px 0; }
#text ol         { padding 0; margin: 0 0 0 25px; }
#text ol li      { padding: 3px 0; }

/* link colors */
a                        { color: #581582; border-bottom: 1px dotted #581582; text-decoration: none; }
#text a                  { color: #581582; border-bottom: 1px dotted #581582; text-decoration: none; }
#footInfo a              { color: #581582; border-bottom: 0px dotted #581582; text-decoration: none; }
#text table td a         { border: 0; }

/* header color, same as #BarColor background */
h1, h2, h3, h4, h5, h6   { color: #581582; }

/* top of navmenu */
#topBar #BarColor        { background: #581582; } 

/* bg color for title/home page blurb */
#graphic #title          { background: #581582 }
#graphic #graphicHolder  { background: #581582; }

/* block color bg image for stdHeader and staffHeader */
#stdHeader               { background: white url(/app_templates/research/cities/stdheader.gif) no-repeat ; }
#staffHeader             { background: white url(/app_templates/research/cities/stdheader.gif) no-repeat top left; }


/* staff table */
/* WAS...
td.stafflist   { text-align: left; border-bottom: 1px solid #594A83; padding: 2px 0 2px 0; }
td.stafflist a { text-decoration: none; border: 0; }
td.mail        { border-bottom: 1px solid #594A83; padding: 2px 0 2px 0; }
td.mail        { text-align: right; padding-right: 10px; }
td.mail a      { text-decoration: none; border: 0; }
*/
table.stafflist      { margin-top: 25px; padding-left: 10px; width: 100%; text-align: left; }
table.stafflist td   { text-align: left; border-bottom: 1px solid #594A83; padding: 2px 0 2px 0; }
table.stafflist td a { text-decoration: none; border: 0; }

