/* Copyright MIT OpenCourseWare 2001, 2002, 2003 
   Created by the OCW Production Team: 
   Kevin Nichols, kpnichols@post.harvard.edu
   Garth Shaneyfelt , gshaneyfelt@yahoo.com
   B.K. DeLong, bkdelong@pobox.com
   
   ABOUT CORENS4.CSS
   
   This stylesheet is the primary stylesheet for all browsers including NS4.x. There is a second stylesheet (core.css) that "fixes" styles in this sheet that may not look good in newer browsers
   */


/* MASTER STYLE */


body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
 	font-size: .75em;
}


/* HEADER STYLES */

/* Course ID  - The Course Title in the Header just below the Department Graphic */



a.courseid
{ 
   	color: #FFFFFF; 
 	text-decoration: none;
}

a.courseid:visited
{ 
   	color: #FFFFFF; 
   	text-decoration: none;
}

.courseid
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
  	font-weight: bold;
	text-decoration: none;
}

/* Search-area Styles */

input.radio
{
	background: #666666;
	color: #000001;
}

input.search
{
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	width: 120px;
}

input.uploadDocument
{
	width: 220px;
}

.searchtext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	font-weight: normal;
	color: #FFFFFF;
}

/* BODY STYLES */

/* Caption is used for the captions of figures and pictures */

.caption
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: italic
}

/* Style for the entire left-hand beige column */

.side
{
	background-color: #CCCC99; 
}

/* Left-hand Navigation */

a.leftnav
{
	color: #000000; 	
	text-decoration: none;
	line-height: normal; 
}

/* FOOTER STYLES */

.sidesmall
{
	font-size: .75em;
}

a.sidesmall:link
{
	font-size: .75em;
	color: #990000;
}

a.sidesmall:visited
{
	font-size: .75em;
	color: #990000;
}

.small
{
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: .75em;
	color: #000000;
}

a.small:link
{
	font-size: .75em;
}

/* Standard HTML Element Styles */

p {font-family: Verdana, Arial, Helvetica, sans-serif;}

pre {  font-family: "Courier New", Courier, mono; font-size: .75em}
code { font-family: "Courier New", Courier, mono;}
li { font-family: Verdana, Arial, Helvetica, sans-serif;}
dl { font-family: Verdana, Arial, Helvetica, sans-serif;}
em { font-family: Verdana, Arial, Helvetica, sans-serif;font-style: italic}


   /* Table Styles */

td {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: .75em; }

th {font-family: Verdana, Arial, Helvetica, sans-serif; }

	/* Headers */
	
h3 {font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: big;	color: #990000; }

h4 {font-family: Verdana, Arial, Helvetica, sans-serif;	color: #000000 }

	/* Links */

a:link
{
	color: #990000; 
	text-decoration: underline;
}

a:visited 
{ 
   	color: #666600; 
}


/* PAGE SPECIFIC */

/* Font Size for President Vest note on OCW Home Page */

.boxhead
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #DDDEDE;
	font-weight: bold;
}

/* Font Size of Header for Full Course Listing on OCW Home Page */


.courseheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
  	font-weight: bold;
	font-size: .9em;
}

a.courselistheader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
  	font-weight: bold;
	font-size: .75em;
}

a.courselist
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: .75em;
}




