/* Quick Span Styles */
.bold	{font-weight: bold;}
.italic	{font-style: italic;}


/********************************************************
	Top level Styles
********************************************************/
body 
{
	color:black; 
	background-color: #FFF; 
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	
}

body p
{
font-size: 1em;
}

h1 { font-size:1.4em; font-weight:bold; margin-top:0.3em; }
h2 { font-size:1.2em; font-weight:bold; margin-top:1em; margin-bottom:1em }
h3 { font-size:1.1em; font-weight:bold; margin-top:1em; color:#B90}
h1 + p { margin-top: -1em; }
h2 + p { margin-top: -1em; }
h3 + p { margin-top: -1em; }
em { font-style:normal; font-weight:bold; }
a 			{ font-weight: bold; }
a:link 		{ color: #B90; }
a:visited	{ color: #B90; }
a:hover		{ color: #DB0; }
/* Dotted underlines for acronyms in browsers that don't do so automatically */
acronym {
  border-bottom: 1px dotted black;
}

pre { 
	font-family: Lucida Console, Lucida Sans, Courier; 
	font-size: 30px;
}

table {	border:none; border-collapse:collapse; width:100%; font-size: 1em; }
td { vertical-align:top; padding:.8em; }
th {vertical-align:top; text-align:left; font-size:1.1em; font-weight:bold; }
img { margin:0; border:0; }
ul { list-style-position:inside; list-style-type:square; }
li { padding-bottom:0.5em; }
hr { border-bottom:1px solid black; border-top-style:none; border-left-style:none; border-right-style:none;	}
code { background-color: #dddddd; }
sup { font-size:.8em; }


/* Styles Used */

#OSRRcontainer
{
	line-height: 1.3; /* This is a hack to rid us of the Peek-a-boo bug in IE 6 */
	background-color: #FFF;
	padding: 0;
	margin-top: 0em;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	/*border-right: 3px solid #888;*/
}

#OSRRbanner
{
	width: 100%;
	margin: 0px;
	height: 105px;
	position: relative;
	background-color: #000;
	padding: 0px;
	color: #FFF;
	overflow: hidden;
}

.skiplink{display: none;}

#banner_image
{
	width: 800px;
	margin: 0;
	padding: 0;
	height: 105px;
	border: 0;
	overflow: hidden;
}

#osrrHome{
	display: block;
	position: absolute;
	overflow: hidden;
	left: 500px;
	top: 25px;
	height: 50px;
	width: 260px;
}

.hidden{display: none;}

#bannersubnav{ /* this positions and styles the subnavigation that the users can add */
	position: absolute;
	overflow: hidden;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	/*width: *;*/
	left: 0;
	margin-left: 242px;
	top: 85px;
	height: 1.3em;
	color: #000000;
	white-space: nowrap;

}
#bannersubnav a{
text-decoration: none;
font-weight: normal;
}
#bannersubnav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#bannersubnav ul li { display: inline; }

#OSRRmain_page
{
	position: absolute;
	margin: 0;
	padding: 0;
}

#OSRRcontent 
{
	line-height: 1.25; /* This is a hack to rid us of the Peek-a-boo bug in IE 6 */
	padding: 1em;
	margin-left: 13em;
	max-width: 42em;
}

#OSRRfooter
{
	clear:both;
	font-size:.8em;
	text-align:center;

	padding-top:2em;
	padding-bottom:1em;
	
	color: #888;
}



p.description
{
	color: #555;
	font-style: italic;
	padding-left: 20px;
	margin: 1px;
}

ul#quick_links
{
	padding-left: 15px;
}






/********************************************************
	Navigation menu styles
********************************************************/
ul#nav
{
	list-style-type: none;
	padding: 3px 3px 238px 3px;
	margin: 0;
	list-style-position: outside;
	/*width: 155px;*/
	width: 12em;
	float: left;
	color: white;
	background-color: black;
	background-image: url('../images/below_menu_ie.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
}

ul#nav a			{ font-weight: normal; text-decoration: none; }
ul#nav a:link		{ color: white; }
ul#nav a:visited	{ color: white; 	}
ul#nav a:hover		{ color: #FC0; 	}

ul#nav li { font-weight: bold; }

ul#nav li ul
{
	list-style-type: none;
	list-style-position: outside;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

ul#nav li ul li { padding: 0; margin: 0; }



/* Specials for little icons next to links */
li 				{ list-style-position: outside; }
li.pdf_item 	{ list-style-image: url('../images/pdf.png'); }
li.form_item 	{ list-style-image: url('../images/form.png'); }




/***********************
 * Element-wide styles *
 ***********************/


/* stuff for forms */
fieldset {
	background-color:#f5f5f5;
	margin-top:2em;
	margin-bottom:1em;
	border:1px solid #555555;
	padding:1em;
	}
legend {
	font-size:1.3em;
	font-weight:bold;
	}
label {
	font-weight:bold;
	}
a.superLink {
	font-size: .75em;
	text-decoration: none;
	vertical-align: super;
	}
fieldset fieldset {
	border:none;
	margin-left:0;
	padding-left:3em;
	}
fieldset fieldset legend {
	font-size:1em;
	font-weight:normal;
	margin-left:-3.3em;
	padding:0;
	}

/*********************
 * Class-wide styles *
 *********************/
 .box { /* used in div to create shaded boxes */
	width:auto;
	color:#000000;
	background-color:#fbf8e5;
	border:1px solid black;
	padding:0.5em;
	margin:0.5em;
	}
.highlight { /* used to highlight the background of elements. */
	color:#000000;
	background-color:#fbf8e5;
	}
.tbox { /* used for putting borders around td tr and tables */
	border:1px solid black;
	}
.small { /* makes small text */
	font-size:.8em;
	}
.finePrint {
	font-size: .8em;
	font-style: italic;
}
.required { /* used to highlight required elements on a form */
	color:#ff0000;
	background-color:transparent;
	}
.underline { /* turns on the bottom border of an element */
	border-bottom:1px solid black;
	padding-bottom:0.5em;
	}
h2.divider {
	color:#000000;
	background-color:#eeeeee;

	margin: 2px 4px 4px 4px;
	border-style:solid;
	border-color:#000000;
	border-width:1px 0 0 3px;
	padding: 2px 6px 4px 6px;
	}

/*******************
 * specific styles *
 *******************/



 
 

	
	
	
	
/*
	Okay, yeah, wow, this is the CSS make basically
	one thing work in the planning section: a simple pop-up menu.
	
	Only thing is, that along with this CSS file, and the HTML
	IE (frigging IE) requires JavaScript, and a bunch of hacks
	so that things display correctly.
	
	Hacks are clearly commented, so just be careful when editing
	the file and things should be fine.
*/

ul#plan_nav
{
	padding: 0px;
	margin: 3px;
	text-align: left;
	float: right;
	width: 135px;
	list-style-type: none;
	background-color: #000;
	/*border-bottom: 1px solid #CCC;*/
	font-size: 8pt;
}

/* Hack to hide this from IE 
div>ul#plan_nav
{
	margin-right: 10px;
}
*/

ul#plan_nav li { display: inline; width: 100px; text-align: left;}

ul#plan_nav li a
{
	font-weight: normal;
	color: #FFF;
}

ul#plan_nav li a:link
{
	display: block;
	text-decoration: none;
}

ul#plan_nav li a:hover
{
	color: #FC0;
	display: block;
	text-decoration: underline;
}

ul#plan_nav li, ul#plan_nav li ul li
{
	padding: 2px;
	/*
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	*/
	position: relative;	
}

ul#plan_nav li ul
{
	position: absolute;
	width: 110px;
	top: 0;
	display: none;
	text-align: left;
	list-style-type: none;
	/*border-bottom: 1px solid #CCC;*/
	background-color: #F3F3F3;
	padding: 0px;
	margin: 0px;
	left: -114px;
}

/* Holly hack IE into submission, (wish I could kill it...) \*/
* ul#plan_nav li { width: 100%; float: left; }
* ul#plan_nav li a { height: 1%; text-decoration: none; }
/* End */


ul#plan_nav li:hover, ul#plan_nav li.over 
{
	background-color: #444; 
}

/* This actually makes the "pop-up" effect occur */
ul#plan_nav li:hover ul, ul#plan_nav li.over ul { 
	display: block; 
	background-color: #555;
}



/* This is also for the planning center, for the table that holds all of
	the course listings and such */
table#schedule_list
{
	width: 545px; 
	font-size: 80%;
}

table#schedule_list tr td a
{
	font-weight: normal;
}

table#schedule_list tr td a:link, table#schedule_list tr td a:visited
{
	color: #000;
}






/* This is for the add/drop tables in the planning section */
table#add_drop_table
{
	text-align: center;
	/*width: 575px;*/
	font-size: 8pt;
}

tr#add_drop_header
{
	font-weight: bold;
}

/* This is for the add/drop section of the planning section */
div.add_drop_div
{
	width: 505px;
	/*margin-left: auto;*/
	margin-right: 0px;
	padding: 3px;
	margin-top: 20px;
	margin-bottom: 0px;
	
	border: 1px solid #AAA;
	background-color: #EEE;
}

/* This is for the final exam table in the planning section */
table.final_ex_table
{
	border: 1px solid #000;
	margin: 10px 0px 0px 0px;
	text-align: center;
}

table.final_ex_table th
{
	font-size: 120%;
	background-color: #888;
	font-weight: bold;
	padding: 3px;
	color: #FFF;
	text-align: center;
}

table.final_ex_table td
{
	margin: 0px;
	font-size: 70%;
	border: 1px solid #000;
	vertical-align: middle;
}

table.final_ex_table tr.second_header
{
	background-color: #DEDEDE;
	font-weight: bold;
}

table.final_ex_table tr td.final_ex_divider
{
	border: none;
	background-color: #888;
	width: 3px;
}

table.final_ex_table tr td.fex_one		{width: 115px;}
table.final_ex_table tr td.fex_two		{width: 115px;}
table.final_ex_table tr td.fex_three	{width: auto;}

table.final_ex_table tr.contact_info
{
	background-color: #888;
	border: 1px solid #000;
	color: #FFF;
}

table.final_ex_table tr.contact_info a:link
{
	color: #DC0;
	background-color: transparent;
}

table.final_ex_table tr.contact_info a:hover
{
	color: #FE0;
	background-color: transparent;
}

table.final_ex_table tr.footer
{
	background-color: #DEDEDE;
	font-size: 80%;
	text-align: left;
}

h1.evening_exams
{
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	display: block;
	padding: 0px;
	margin: 10px 0px 5px 0px;
}

ul.evening_exams_ul
{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
	font-size: 80%;
}

ul.evening_exams_ul li
{
	font-weight: bold;
}

ul.evening_exams_ul li ul
{
	list-style-type: none;
}

ul.evening_exams_ul li ul li
{
	font-weight: normal;
}

p.indent
{
	margin-left: 2em;
	margin-top: -1em;
}

table.linktable
{
	width: 525px;
	margin-top: -1em;
}

/* The table of access keys */
table.accesskeys
{
max-width: 30em;
border: 0;
}

table.accesskeys tr
{
}

table.accesskeys th
{
font-weight: bold;
border-bottom: 2px solid black;
}

table.accesskeys td
{
border-bottom: 1px solid black;
}

table.accesskeys caption
{
font-style: italic;
font-size: 80%;
}

div.splist
{
margin-bottom: 1em;
}
div.splist ul
{
width: 42em;
padding-left: 0;
margin-left: 0;
}
div.splist li
{
float: left;
width: 50%;
list-style-type: none;
border-bottom: 1px solid black;
}
div.splist br
{
}
