<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * plugins/themes/classicNavy/classicNavy.css
 *
 * Copyright (c) 2013-2014 Simon Fraser University Library
 * Copyright (c) 2003-2014 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {
	background-color: #fff;
	font-family: Tahoma, Times, Georgia, serif;
}

a {
	text-decoration: none;
}

a:link {
	color: #007;
}

a:active {
	color: #238;
}

a:visited {
	color: #007;
}

a:hover {
	color: #ABD;
	background: #007;
}

label.error {
	color: #900;
}

input.defaultButton {
	color: #ABD;
	background: #007;
}

#container {
	background-color: #fff;
	font-size: 1em;
}

#header {
	min-height: 100px;
	background-color: #fff;
}

#headerTitle {
	text-align: center;
}

#header h1 {
	line-height: 2.5;
	font-family: Tahoma, Times, Georgia, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 1em;
	background-color: #007;
	color:  #fff;
}

#footer {
	background-color: #007;
	color:  #fff;
}

#footerContent {
	color:  #fff;
}

#main {
	background-color: #fff;
	border-top: 2px solid blue;
	border-bottom: 2px dotted #007;
	margin-top: 10px;
}

#main h2 {
	font-family: Tahoma, Georgia, serif;
	text-transform: uppercase;
}

#main h3 {
	font-family: Tahoma, Georgia, serif;
	text-transform: uppercase;
}

#navbar {
	border-bottom: 2px dotted #007;
	text-align: center;
}

#breadcrumb {
	height: 10px;
	line-height: 1.5em;
	text-align: center;
	border-bottom: 1px dotted #007;
	padding: 0;
	font-style: italic;
}

#content {
	border-top: 1px dotted #007;
}

#content h3 {
	font-family:  Tahoma, Times, Georgia, serif;
	text-transform: uppercase;
}

#content h4 {
	font-family:  Tahoma, Times, Georgia, serif;
	text-transform: uppercase;
}

#content h5 {
	text-transform: uppercase;
}

span.highlight {
	border-bottom: 1px dotted #007;
}

table.listing tr.highlight {
	background: #fcff64;
}

table.listing tr.fastTracked {
	background-color: #ABD;
}

table.listing td.headseparator {
	border-top: 1px dotted #007;
}

table.listing td.endseparator {
	border-top: 1px dotted #007;
}

span.formError {
	color: #900;
}

ul.formErrorList {
	color: #900;
}

div.separator {
	border-bottom: 1px dotted #007;
}

#rightSidebar ul, #leftSidebar ul {
	margin-left: 0px;
	padding-left: 0px;
}

#rightSidebar li, #leftSidebar li {
	list-style-type: none;
}

#rightSidebar, #leftSidebar {
	margin-top: 5px;
	border-bottom: 1px dotted #007;
}
</pre></body></html>