/*
File Name:
   page.css
File Description:
   stylesheet for second-level pages
File Author:
   Joe Morrow <j-morrow@northwestern.edu>
Last Updated:
   12:08 AM 4/25/2005 JOE
*/



/*
   Colors:
Northwestern Purple:	#520063
Medium Purple:		#641A73
Light Purple:		#A980B1
McCormick Blue:		#01009A
Light Blue Borders:	#9999FF
Yellow Links:		#FFFF99
Light Blue Links:	#BED8FF
Breadcrumb Blue:	#4848AA
Breadcrumb Gray:	#B2B2B2
Body Light Blue:	#F6F6FC
*/



/*
//   Global
*/

BODY {
	background-color: #520063;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin: 0px;
	top: 0px;
	left: 0px;
}

A:active,
A:hover {
	color: #8080FF;
	text-decoration: underline;
}

A:link {
	color: #01009A;
	text-decoration: underline;
}

A:visited {
	color: #8080FF;
	text-decoration: underline;
}

IMG.no_border,
.news IMG.no_border {
	border: none !important;
}

.smaller {
	font-size: -1;
}

.pull_quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #01009A;
	text-align: left;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}


/*
//   Left side navigation
*/

TD.sidenav {
	background-image: url(../images/page/nav_grad.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-right: none;
	padding-left: 10px;
	padding-top: 20px;
}

.sidenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
}

.sidenav a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.sidenav a:visited {
	color: #BED8FF;
	text-decoration: none;
}

.sidenav a:hover, 
.sidenav a:active {
	color: #FFFF99;
	text-decoration: underline;
}

HR {
	height: 1px;
	color: #B2B2B2;
	border: none;
	background: #B2B2B2;
}


/*
//   Page Content Styles
*/


.content_area {
	background-color: #F6F6FC; 
	border: 1px solid #9999FF; 
	padding-right: 10px;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #000099;
	border-bottom: 1px solid #B2B2B2;
	height: 40px;
	text-align: left
	vertical-align: baseline;
}

.breadcrumbs {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	vertical-align: top;
	text-align: right;
}

.breadcrumbs A,
.breadcrumbs A:link, 
.breadcrumbs A:visited, 
.breadcrumbs A:active,
.breadcrumbs A:hover {
	color: #7F7FB7; 
	text-decoration: underline;
}

.breadcrumbs .this_page {
	color: #666666;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.body A,
.body A:link {
	color: #000066;
	text-decoration: underline;
}

.body A:visited {
	color: #520063;
	text-decoration: underline;
}

.body A:active,
.body A:hover {
	color: #4848AA !important;
	text-decoration: underline;
}

.body H2,
.body H3 {
	padding: 0px;
	margin: 0px;
}

.body H2,
.body H2 A:link,
.body H2 A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.body P {
	margin-top: 5px;
	margin-bottom: 10px;
}

.body H3,
.body H3 A:link,
.body H3 A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal; /*italic;*/
	color: #000000;
}

.body UL,
.body_right UL {
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px;
}

.body UL UL { 
	padding-left: 20px;
	margin: 0px;
}

.body UL UL UL { 
	padding-left: 20px;
	margin: 0px;
}

.body UL UL UL UL { 
	padding-left: 20px;
	margin: 0px;
}

.body UL > LI, 
.body_right UL > LI {
	text-indent: -10px !important;
	margin-left: 10px !important;
	margin-bottom: 0px !important;
	line-height: inherit !important;
}

.body_right UL LI {
	margin-bottom: 10px;
	line-height: 16px;
}


.body UL LI {
	text-indent: -10px;
	margin-left: 10px;
}


.body UL.bullet {
	list-style: disc; !important;
	margin-left: 25px;
}

.body UL.bullet LI {
	text-indent: 0px !important;
}


.body .top_link,
.body .top_link A,
.body .top_link A:link,
.body .top_link A:hover,
.body .top_link A:active,
.body .top_link A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #7F7FB7;
}

P + P.top_link,
UL + P.top_link {
	margin-top: -5px !important;
}

.body .caption {
	font-size: 10px;
}

.body IMG[usemap],  
.body A IMG,
.body IMG A {
	border: none;
	text-decoration: none;
}

.body IMG.border {
	border: 1px solid #B2B2B2;
}


/*
//   Right-hand Column
*/


.body_right {
	width: 200px;
	padding-top: 50px;
	vertical-align: top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
}

.body_right IMG {
	border: 1px solid #B2B2B2;
}

.body_right A,
.body_right A:link {
	color: #000066;
	text-decoration: underline;
}

.body_right A:visited {
	color: #520063;
	text-decoration: underline;
}

.body_right A:active,
.body_right A:hover {
	color: #4848AA;
	text-decoration: underline;
}

.body_right .video_links {
	font-size: 10px;
	padding-top: 5px;
}

.body_right .top_link,
.body_right .top_link A,
.body_right .top_link A:link,
.body_right .top_link A:hover,
.body_right .top_link A:active,
.body_right .top_link A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #7F7FB7;
	margin-top: -10px;
}

.body_right .top_link {
	margin-top: 15px;
	text-align: center;
	line-height: 12px;
}

.side_purple {
	background-color: #520063
}



/*
//   Footer
*/



.bottom_feature,
.bottom_feature A:link,
.bottom_feature A:visited {
	color: #A980B1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	vertical-align: top;
	text-align: center;
}

.bottom_feature A:hover,
.bottom_feature A:active {
	color: #FFFF99;
	text-decoration: underline;
}


.searchcopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
        vertical-align: bottom;
}

.searchbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #641A73;
	border: 1px solid #A980B1;
	height: 14px;
	vertical-align: bottom;
	padding-top: 2px;
	width: 200px;
	padding-left: 5px;
}

.footercopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	line-height: normal;
}

.footercopy a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

.footercopy a:visited {
	text-decoration: underline;
	color: #D4BFD8;
}

.footercopy a:hover,
.footercopy a:active {
	text-decoration: underline;
	color: #FFFF99;
}
