/* Northwestern University Generic Style Sheet */
/* Distributed style sheet, md@northwestern.edu */


/* general HTML display */

body {
	background: #FFF;
	color: #000;
	width: 100%;
}

.site-body {
	background: #FFF;
}

body, td, p {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p {
	line-height: 24px;
	margin-top: 0px;
	margin-bottom: 10px;
}

a, a:link {
	color: #000075;
	text-decoration: underline;
}

a:visited, A:active {
	color: #520063
}

a:hover {
	color: #750000
}


h1, h2, h3, h4 {
	font-weight: bold;
	margin: 15px 10px 2px 0px;
	color: #520063;
}
/*change made by gs on mar 14,06*/
h1	{
	font-size: 13px;
	line-height: 14px;
	border-bottom: 0px solid #520063;
}

h2	{
	font-size: 14px;
	line-height: 20px;
}

h3	{
	font-size: 12px;
	line-height: 18px;
}

/*removed italics - JC 4/26/06 */
h4	{
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
}


#normal			{ font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px; }

.zcellgold			{ background: #FFB24D; }
.zcellpurple		{ background: #520063; }
.zcellwhite			{ background: #FFFFFF; }
.zcellblack			{ background: #000000; }

.lastmod			{ color: #750000; font-weight: bold; font-size: 11px; }

.content			{ background: #FFF; font-size: 12px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }


/* header */

#header		{
	color: #FFF;
	background: #5c30a6;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 11px;
	top: 17px;
	width: 350px;
	height: 45px;
}

#header A	{
	color: #FFAA55;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}


/* zheadspace */

#zheadspace		{
	color: #FFF;
	background: #5c30a6;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	height: 85px;
}

#skiptocontent	{
	color: #907FD3;
	background: #907FD3;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	visibility: hidden;
}


/* main */

#main		{
	color: #000;
	background: #FFF;
	margin: 0px;
	padding: 0px;
}

#headimg	{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}

/* temp replacement for new header system - RNR 2/8/06 */
#headimg2	{
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 80px;
} 

#leftnavfeature	{
	width: 185px;
	overflow: hidden;
}

#leftnavfeature H3	{
	width: 150px;
}

#leftnavfeature P	{
	width: 150px;
}

#rightfeature			{
	display: inline;
	float: right;
	z-index: 1;
}

#rightfeature IMG		{
	border: 1px solid #333;
	background: #FFF;
}

#calendar	{
	width: 175px;
	display: inline;
	float: right;
	z-index: 0;
}


/* QuickLink */

#qlink		{
	color: #5C30A6;
	background: #F3F3D9;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	width: 150px;
	margin: 0px;
	padding: 15px 15px 15px 20px;
}

#qlink form.qlink		{
	color: #5C30A6;
	background: #F3F3D9;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

#qlink select.qlink		{
	color: #5C30A6;
	background: #FFF;
	font-size: 11px;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #5C30A6;
}

#qlink option.qlink		{
	color: #5C30A6;
	background: #FFF;
	font-size: 11px;
	width: 150px;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	font-weight: bold;
	text-decoration: none;
}


/* search */

#search		{
	color: #FFF;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	top: 10px;
	height: 70px;
}

INPUT.site-search-text {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	height: 16px;
	border: 1px inset D5CFEC;
	color: #000;
}

.site-search-label a,
.site-search-label a:link,
.site-search-label a:visited,
.site-search-label a:active {
	color: #FFF;
	font-weight: bold;
	font-style:italic;
	font-size: 12px;
	text-decoration: none;
}

.site-search a,
.site-search a:link,
.site-search a:visited,
.site-search a:active {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	font-style:normal;
}

.site-search a:hover,
.site-search-label a:hover {
	color: #FA5
}

.innersearch	{
	border: 1px solid #FFF;
	margin: 0px;
	padding: 5px;
}

.searchbutton {
	margin: 0px;
	padding: 0px;
	width: 64px;
	height: 12px;
	border: 0px;
	text-decoration: none;
	content: url('http://www.law.northwestern.edu/images/common/search-button.gif');
}


.newdarkpurple {
	color: #5c30a6;
}


