/* University of Oregon Stylesheet */

/* Import Navigation and Layout Styles ------------------------------- */

@import url(./navigation.css);
@import url(./base.css);


/* HEADLINES ---------------------------------------------------------------- */
    
H1 {
	font-family: "melior bold", georgia, "times new roman", times, serif;
	font-size: 2.5em;
	line-height: 1em;
	color: #000000;
	/*color: #006634;*/
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	}
	
H2 {
	font-size: 1.4em;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 15px 0px 2px 0px;
	}
	
H3 {
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 20px 0px 8px 0px;
	}
	
H4 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 0px;
	}
	
H5 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
	margin: 25px 0px 15px 0px;
	}
	
H6 {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
	margin: 25px 0px 0px 0px;
	}




/* Home Page Alert Titles ------------------------------------------------- */

.alert {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #C90000;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.alert_weather {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	height: 33px;
	font-weight: normal;
	color: #C90000;
	background-image: url(./images/icon_weather.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 34px;
	}
	
.alert_snow {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	height: 33px;
	font-weight: normal;
	color: #C90000;
	background-image: url(./images/icon_snow.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 34px;
	}
	
.alert_construction {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	height: 33px;
	font-weight: normal;
	color: #C90000;
	background-image: url(./images/icon_construction.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 34px;
	}
	
.alert_emergency {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	height: 33px;
	font-weight: normal;
	color: #C90000;
	background-image: url(./images/icon_emergency.png);
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 3px 34px;
	}




/* Home Page Titles ------------------------------------------------------ */

.featuredtitle {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #5B2809;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.newstitle {
	display: block;
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	text-decoration: none;	
	color: #5B2809;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px #E6E6E6 solid;
	}
	
.highlightstitle {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #5B2809;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px #E6E6E6 solid;
	}
	
.eventstitle {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	font-size: 1.7em;
	font-weight: normal;
	color: #5B2809;
	margin: 25px 0px 10px 0px;
	padding: 0px 0px 9px 0px;
	border-bottom: 1px #E6E6E6 solid;
	}
	
/* Various Headline Styles -------------------------------------------------- */
	
.headlinebold {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	margin: 35px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}
	
.rule1 {
	display: block;
	font-weight: bold;
	margin: 25px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px #dedede dotted;
	}
	
.rule2 {
	display: block;
	font-weight: bold;
	margin: 35px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #dedede dotted;
	}
	
	
.rule3 {
	display: block;
	font-weight: bold;
	color: #9C9247;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #dedede dotted;
	}
	
.rule4 {
	display: block;
	font-weight: bold;
	margin: 35px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px #dedede solid;
	}
	
.ruletop {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 3px 0px 0px 0px;
	border-top: 1px #dedede solid;
	}
   
.featureheadline {
	font-size: 1.6em;
	line-height: 1.2em;
	color: #997B35; 
	font-weight: normal;
	margin: 10px 0px 20px 0px;
	}  
	
.newsheadline {
	font-size: 1.1em;
	font-weight: bold;
	}

.int_newsheadline {
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	color: #000000;
	font-weight: bold;
	margin: 30px 0px 0px 0px;
	}
	
.dateheader {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .89em;
	line-height: 1.2em;
	color: #666666;
	margin: 5px 0px 5px 0px;
	}
	
.listheader {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000000;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.goldheadline {
	font-family: Georgia, Melior, Times, "Times New Roman", Palatino, serif;
	color: #9C9247;
	font-weight: bold;
	margin: 15px 0px 15px 0px;
	}
	
.smallcaps {
	font-size: 1.2em;
	font-weight: normal;
	font-variant: small-caps;
	color: #a52a2a;
	margin: 15px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
.topheadline {
	font-size: 1.7em;
	font-weight: bold;
	}
	
.grayheader {
	display: block;
	font-size: 1.3em;
	line-height: 1.7em;
	color: #333333;
	background-color: #F3F3F3;
	border-bottom: 1px #E3E3E3 solid;
	border-right: 1px #E3E3E3 solid;
	margin: 30px 0px 0px 0px;
	padding: 6px 6px 6px 8px;
	}






/* CONTENT Styles -------------------------------------------------------- */

strong {
	font-weight: bold;
	}
	
.bold {
	font-weight: bold;
	}

.underline {
	text-decoration: underline;
	}

i {
	font-style: italic;
	}
	
.italic {
	font-style: italic;
	}
	
.small {
	font-size: .8em;
	}
	
.large {
	font-size: 1.2em;
	}
	
.highlight { 
	background-color: #ffc; 	
	}
	
.required {
	font-weight: bold;
	color: red;
	}







/* CAPTIONS ---------------------------------------------------------------- */
	
.caption {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .98em;
	line-height: 1.2em;
	color: #666666;
	margin: 0px 0px 10px 0px;
	}
	
.captionitalic {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .98em;
	line-height: 1.2em;
	color: #666666;
	font-style: italic;
	margin: 5px 0px 30px 0px;
	}
	
.largecaption {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	color: #9C9247;
	width: 196px;
	font-size: 1.4em;
	line-height: 1.4em;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}
	
.sidecaption {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	color: #9C9247;
	width: 196px;
	font-size: 1.2em;
	line-height: 1.3em;
	font-style: italic;
	}






/* SPACERS and BREAKS ------------------------------------------------------- */

div.spacer {
	clear: both;
	}
		
div.spacer5 {
	height: 5px;
	clear: both;
	}
	
div.spacer15 {
	height: 15px;
	clear: both;
	}
	
div.spacer25 {
	height: 25px;
	clear: both;
	}
	
.clearboth { 
	clear: both; 
	}
	
.divider {
	color: #cccccc;
	margin: 0px 3px 0px 3px;
	}
	
.nobreak {
	white-space: nowrap;
	}






/* FLOATS ------------------------------------------------------------------ */

.floatleft {
	float: left;
	}
	
.floatleftpadding {
	float: left;
	margin: 8px 25px 10px 0px;
	}
	
.floatright {
	float: right;
	}
	
.floatrightpadding {
	float: right;
	margin: 8px 0px 10px 25px;
	}

.center {
	text-align: center;
	}






/* MAP Styles -------------------------------------------------------------- */

#mapbutton {
	display: block;
	margin: 25px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#maphelp {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin: 6px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#maplist p { 
	display: block;
	margin: 20px 0px 20px 0px;
	padding: 10px 0px 2px 0px;
	border-top: 1px #F1F1F1 solid;
	}
	
.maptitle { 
	font-size: 1.1em;
	font-weight: bold;
	}






/* TABLES WITH DATA Styles -------------------------------------------------------------- */

table.tablestyle {
	width: 100%;
	margin: 10px 0px 5px 0px;
	vertical-align: top;
	}
	
table.tablestyle thead {
	font-weight: bold;
	color:#000000;
	text-transform: uppercase; 
	text-align: left;
	vertical-align: top;
	}
	
table.tablestyle th, table.tablestyle td {
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	}

tr.bgstyle td {
	line-height: 1.2em;
	padding: 0.5em 1em;
	border: 1px solid #CCC;
	border-width: 0 0 1px 1px;
	vertical-align: top;
	background: #F0E9CE;
	}
	
tfoot.footstyle {
	display: none;
	}






/* LIST Styles -------------------------------------------------------------- */
	
/* Default List ---------- */

ul.list {
	list-style-type: none;
	font-weight: normal;
	margin: 14px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	}
	
ul.list li {
	background-image: url(./images/bullet_graydot.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 13px;	
	}

/* Wide List ---------- */

ul.widelist  {
	list-style-type: none;
	margin: 14px 0px 20px 0px;
	padding: 0px 0px 0px 0px;	
	}
		
ul.widelist li {
	background-image: url(./images/bullet_graydot.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 11px 0px 11px 0px;
	padding: 0px 0px 0px 13px;	
	}

/* Plain List ---------- */

ul.plainlist {
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}	
		
ul.plainlist li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
ul.plainlist li.subhead {
	display: block;
	font-weight: normal;
	margin: 13px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/* Plain List Large --------- */

ul.plainlist_large {
	display: block;
	text-align: left;
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	list-style-type: none;
	list-style-image: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	}	
		
ul.plainlist_large li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/* A-Z Department Index Page  ---------- */

#deptlist {
	display: block;
	}
	
#deptlist h2 {
	font-size: 1.4em;
	font-weight: bold;
	word-spacing: 0px;
	border-bottom: 1px #cccccc solid; 
	padding-bottom: 10px;
	}
	
#deptlist h3 {
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
	margin: 25px 0px 0px 0px;
	}
	
#deptlist a.back {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .98em;
	color: #999999;
	text-decoration: underline;
	margin: 0px 0px 0px 0px;
	clear: both;
	}
	
/* Key Dates List ---------- */

ul.keydates{
	display: block;
	text-align: left;
	list-style-type: none;
	list-style-image: none;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}	
		
ul.keydates li {
	display: block;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
/* Icon List ---------- */

.iconlist {
	list-style: none;
	margin: 0;
	padding: 0;
	}

li.pdf {
	background-image: url(./images/bullet_pdf1.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 22px;
	margin: .4em 0;
	}
	
li.pdfmap {
	background-image: url(./images/bullet_pdf2.png);
	background-repeat: no-repeat;
	background-position: 0 8px;
	padding: 3px 0 3px 30px;
	margin: .4em 0;
	}

li.worddoc {
	background-image: url(./images/bullet_word.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.rssfeed {
	background-image: url(./images/bullet_rssfeed.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}

li.text_white {
	background-image: url(./images/bullet_text_white.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.text_blue {
	background-image: url(./images/bullet_text_blue.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.news {
	background-image: url(./images/bullet_news.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}
	
li.pointer {
	background-image: url(./images/bullet_pointer.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0;
	}







/* FORM Styles -----------------------------------------------------------*/

/* General Styles */

form {
	margin: 0px 0px 0px 0px;
	}

input {
	font-weight: normal; 
	font-size: 13px; 
	}

textarea { 
	font-size: 13px;
	background: #ffffff;
	border: 1px solid; 
	border-color: #999 #D9D9D9 #D9D9D9 #999;
	}



/* Find People Styles ------------------------------------------------------*/

/* navigation tabs for this form are found in the navigation.css stylesheet */
	
/* search box styles */

.directory_container {
	display: block; 
	float: left; 
	width: auto; 
	margin: 30px 0px 0px 22px; 
	}

form.directory {
	display: block;
	width: 850px;
	height: 93px;
	background: url(./images/bg_directorybox.png);
	background-repeat: no-repeat;
	margin: 0px 0px 30px -2px;
	padding: 0px 0px 0px 0px;
	clear: both;
	}
	
form.directory label {
	font-size: 1.3em;
	margin-top: 3px;
	}
	
form.directory label#searchby {
	float: left;
	margin: 0px 8px 0px 8px;
	}
	
form.directory label#for {
	float: left;
	margin: 0px 8px 0px 8px;
	}
	
form.directory #directory_dropmenu {
	float: left;
	width: 100px;
	height: 24px;
	font-size: 1em;
	font-weight: normal; 
	color: #333333;
	background: #ffffff;
	border: 1px solid;
	border-color: #999 #D9D9D9 #D9D9D9 #999;
	padding: 2px 2px 2px 2px;
	}

form.directory #directory_inputfield { 
	display: block;
	float: left;
	width: 325px;
	background: #ffffff;
	border: 1px solid; 
	border-color: #999 #D9D9D9 #D9D9D9 #999;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 5px 5px;
	}
	
form.directory #directory_searchbutton {
	float: left;
	width: 117px;
	height: 26px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
	background: url(./images/button_directorysearch.png);
	background-repeat: repeat-x;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 3px 0px;
	border: 1px #006634 solid;
	}
	
a:link.searchtips {
	display: block;
	float: left;
	color: #666666;
	margin: 34px 0px 0px 10px;
	}
	
	
/* directory help boxes */

form.directoryhelp fieldset {
	display: block;
	width: 829px;
	margin: 10px 0px 20px 0px;
	border: 1px #E6E6E6 solid;
	}

form.directoryhelp fieldset legend {
	font-size: 1.3em;
	font-weight: bold;
	color: #993300;
	margin: 0px 0px 0px 24px;
	}
	
form.directoryhelp fieldset ul {
	list-style-type: none;
	font-weight: normal;
	color: #333333;
	margin: 14px 0px 20px 25px;
	padding: 0px 0px 0px 0px;	
	}
	
form.directoryhelp fieldset ul li {
	background-image: url(./images/bullet_graydot.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	margin: 1px 0px 1px 0px;
	padding: 0px 0px 0px 13px;	
	}
	
form.directoryhelp fieldset ul li.headline {
	background-image: none;
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	}
	
form.directoryhelp fieldset ul li.sample {
	background-image: none;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin-top: 20px;
	padding: 0px;
	}
	

/* directory results page styles */

table.directory_results {
	vertical-align: top;
	width: 850px;
	border-bottom: 1px dotted #CCC;
	margin: 10px 0px 5px 0px;
	padding-bottom: 20px;
	}
	
table.directory_results th {
	vertical-align: top;
	width: 200px;
	font-weight: normal;
	color: gray;
	text-align: right;
	padding: 0.3em 0.5em;
	}
	
table.directory_results td.name_result {
	font-weight: bold;
	}
	
table.directory td {
	vertical-align: top;
	width: 650px;
	background-color: #ffffff;
	padding: 0.3em 0.5em;
	}


/* Contact Form Styles */

.contactform {
	display: block;
	background-color: #FAF4D6; 
	margin: 5px 0px 0px 0px; 
	padding: 10px 10px 15px 18px;
	}

.inputfield { 
	height: 18px;
	font-size: 13px;
	background: #ffffff;
	border: 1px solid; 
	border-color: #999 #D9D9D9 #D9D9D9 #999;
	}
	
.comments {
	display: block;
	width: 500px;
	height: 210px;
	}






/* FOOTER ------------------------------------------------------------------ */

#footer {
	display: block; 
	height: 211px;
	background-image: url(./images/bg_footer.png);
	background-repeat: repeat-x;
	margin: 70px 0px 0px 0px;
	padding: 0px;
	}
	
#footertext {
	display: block; 
	width: 930px; 
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .98em;
	line-height: 1.4em; 
	color: #999999;
	margin: 0px auto 0px auto;
	padding-top: 45px;
	}
	
#footertext a:link {
	color: #999999;
	text-decoration: underline;
	}






/* LINK Styles -------------------------------------------------------------- */

a:link{
	color: #007A3D;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;	
	}
	
a:visited {
	color: #007A3D;
	text-decoration: underline;	
	}
	
#leftnav1 a:visited, #leftnav2 a:visited, #subnav1 a:visited,  #subnav2 a:visited {
	color: #007A3D;
	text-decoration: none;
	}
	
#leftnav1 a:hover, #leftnav2 a:hover, #subnav1 a:hover,  #subnav2 a:hover {
	color: #000000;
	text-decoration: underline;
	}
	

#centercolumn a:link, #rightcolumn a:link, #int_centercolumn a:link,  #int_centercolumn_wide a:link, #int_centercolumn_fixed a:link, #int_rightcolumn a:link, #int_whitepage_content a:link  {
	text-decoration: underline;
	}
	
#centercolumn a:hover, #rightcolumn a:hover, #int_centercolumn a:hover, #int_centercolumn_wide a:hover, #int_centercolumn_fixed a:hover, #int_rightcolumn a:hover, #int_whitepage_content a:hover {
	color: #000000;
	text-decoration: underline;
	}






/* LINK Styles with ICONS ----------------------------------------- */

a.pdf:link, a.pdf:visited {
	background-image: url(./images/bullet_pdf1.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 4px 23px;
	}
	
a.pdfbold:link, a.pdfbold:visited {
	font-weight: bold;
	background-image: url(./images/bullet_pdf1.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 10px 0px 10px 0px;
	padding: 2px 0px 4px 23px;
	}
	
a.rssfeed:link, a.rssfeed:visited {
	background-image: url(./images/bullet_rssfeed.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 0px 0px 0px 17px;
	}

a.quicktime:link, a.quicktime:visited {
	background-image: url(./images/icon_quicktime.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 8px 33px;
	}
	
a.windowsmedia:link, a.windowsmedia:visited {
	background-image: url(./images/icon_windowsmedia.png);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 10px 0px 10px 0px;
	padding: 8px 0px 8px 33px;
	}
	
	

	


	
	
	
	
	
	
	






