/* Northwestern University Style Sheet */
/* Common Elements, System1, amf@northwestern.edu */


/* general HTML display */

BODY, TD			{ color: #000000; font-size: 12px; font-family: Verdana, Arial, sans-serif }
A					{ color: #000075; text-decoration: underline; }
A:link				{ color: #000075; text-decoration: underline; }
A:visited			{ color: #520063; text-decoration: underline; }
A:active			{ color: #750000; text-decoration: underline; }

.goldcell			{ background: #FFB24D }
.purplecell			{ background: #520063 }
.whitecell			{ background: #FFFFFF }
.blackcell			{ background: #000000 }

.lastmod			{ color: #750000; font-weight: bold; font-size: 11px }


/* titles */

.department			{ color: #FFB24D; font-family: arial, verdana, helvetica, sans-serif; font-weight: bold; font-size: 19px }
.group				{ color: #FFFFFF; font-family: arial, verdana, helvetica, sans-serif; font-weight: bold; font-size: 25px }

.title-white		{ color: #FFFFFF; font-weight: bold; font-size: 15px }


/* breadcrumb_nav */

.bccell				{ background: #FFFFFF; color: #000000; font-weight: bold  }
.bccurrent			{ color: #750000; font-weight: bold; font-style: italic }
.bclink, A.bclink:link, A.bclink:visited, A.bclink:active	{ color: #000000; font-weight: bold; text-decoration: none }


/* plain text */

.text-black		{ color: #000000 }
.text-gold		{ color: #FFB24D }
.text-purple	{ color: #520063 }
.text-red		{ color: #750000 }
.text-white		{  color: #FFFFFF }

/* headings */

.head-generic, A.head-generic:link, A.head-generic:visited, A.head-generic:active	{ font-weight: bold; text-decoration: none; font-size: 13px }
.head-black, A.head-black:link, A.head-black:visited, A.head-black:active			{ font-weight: bold; text-decoration: none; font-size: 13px; color: #000000 }
.head-gold, A.head-gold:link, A.head-gold:visited, A.head-gold:active				{ font-weight: bold; text-decoration: none; font-size: 13px; color: #FFB24D }
.head-purple, A.head-purple:link, A.head-purple:visited, A.head-purple:active		{ font-weight: bold; text-decoration: none; font-size: 13px; color: #520063 }
.head-red, A.head-red:link, A.head-red:visited, A.head-red:active					{ font-weight: bold; text-decoration: none; font-size: 13px; color: #750000 }
.head-white, A.head-white:link, A.head-white:visited, A.head-white:active			{ font-weight: bold; text-decoration: none; font-size: 13px; color: #FFFFFF }


/* nav items */

.nav-generic, A .nav-generic, A.nav-generic, A.nav-generic:link, A.nav-generic:visited, A.nav-generic:active	{ font-weight: bold; text-decoration: none; font-size: 13px }
.nav-black, A .nav-black, A.nav-black, A.nav-black:link, A.nav-black:visited, A.nav-black:active			{ font-weight: bold; text-decoration: none; font-size: 13px; color: #000000 }
.nav-gold, A .nav-gold, A.nav-gold, A.nav-gold:link, A.nav-gold:visited, A.nav-gold:active				{ font-weight: bold; text-decoration: none; font-size: 13px; color: #FFB24D }
.nav-purple, A .nav-purple, A.nav-purple, A.nav-purple:link, A.nav-purple:visited, A.nav-purple:active		{ font-weight: bold; text-decoration: none; font-size: 13px; color: #520063 }
.nav-red, A .nav-red, A.nav-red, A.nav-red:link, A.nav-red:visited, A.nav-red:active					{ font-weight: bold; text-decoration: none; font-size: 13px; color: #750000 }
.nav-white, A .nav-white, A.nav-white, A.nav-white:link, A.nav-white:visited, A.nav-white:active			{ font-weight: bold; text-decoration: none; font-size: 13px; color: #FFFFFF }

.navsm-generic, A.navsm-generic:link, A.navsm-generic:visited, A.navsm-generic:active	{ font-weight: bold; text-decoration: none; font-size: 11px }
.navsm-black, A.navsm-black:link, A.navsm-black:visited, A.navsm-black:active			{ font-weight: bold; text-decoration: none; font-size: 11px; color: #000000 }
.navsm-gold, A.navsm-gold:link, A.navsm-gold:visited, A.navsm-gold:active				{ font-weight: bold; text-decoration: none; font-size: 11px; color: #FFB24D }
.navsm-purple, A.navsm-purple:link, A.navsm-purple:visited, A.navsm-purple:active		{ font-weight: bold; text-decoration: none; font-size: 11px; color: #520063 }
.navsm-red, A.navsm-red:link, A.navsm-red:visited, A.navsm-red:active					{ font-weight: bold; text-decoration: none; font-size: 11px; color: #750000 }
.navsm-white, A.navsm-white:link, A.navsm-white:visited, A.navsm-white:active			{ font-weight: bold; text-decoration: none; font-size: 11px; color: #FFFFFF }


/* small items */

.small-generic		{ text-decoration: none; font-size: 11px }
.small-black		{ text-decoration: none; font-size: 11px; color: #000000 }
.small-gold			{ text-decoration: none; font-size: 11px; color: #FFB24D }
.small-purple		{ text-decoration: none; font-size: 11px; color: #520063 }
.small-red			{ text-decoration: none; font-size: 11px; color: #750000 }
.small-white		{ text-decoration: none; font-size: 11px; color: #FFFFFF }
.small-gray			{ text-decoration: none; font-size: 11px; color: #666666 }

/* indents */

/* commented out by AMF
.indent10				{ margin-left: 10px }
.indent20				{ margin-left: 20px }
*/