/*
* Stylesheet for Sub-brands 
* Inherit main styles from centrally-maintained stylesheets
* Use only for colour changes and additional styles that do not require cross-browser/platform support
* Use only relative font sizes - (em is preferred, no px or pt) 
*/



/* Page header */

#global-nav, #global-nav a, #global-nav a:link, #global-nav a:visited, #global-nav a:hover {
	background-color: #000;
	color: #fff;
}

#global-utils, #global-utils a, #global-utils a:link, #global-utils a:visited, #global-utils a:hover, #global-utils-form {
	background-color: #339;
	color: #fff;
}

/* Headings */

h1, h2, h3, h4 {
	color: #339;
}

h5, h6 {
	color: #666;
}


/* Highlight boxes */

.section-highlight {
	border: 1px solid #339;
	margin-top: 4em;
}

.highlight {
	 border: 1px solid #339;
	 margin-top: 1em;
}

.highlight-header {
	background: #339;
	color: #fff;
	border-bottom: 1px solid #339;
}

.highlight-body {
	background-color: #fff;
	color: #000;
}

.highlight-body ul {
	background-color: #fff;
	color: #000;
}

.highlight-body a, .highlight-body a:link {
	color: #339;
}

.contrast-highlight-body {
	background-color:#EAEAF5;
	color:#339; 
}

.featurebox {
	border: 1px dashed #ccc; 
	background-color:  #F5F5F5;
	 padding: 0em 1em 1em 1em;
}

.messagebox {
	background-color:#EAEAF5; 
	padding: 1em; 
	border: 1px dashed #666;
}

/* Section navigation */

#section-nav {
	 background-color: #EAEAF5;
	color: #339;
	border-left: 1px solid #ccc;
	border-right: 1px dashed #ccc;
}

.section-nav-body ul, .section-nav-body a, .section-nav-body a:link {
	background-color: #EAEAF5;
	color: #339;
}



/* Sitemap */

.sitemap-dark-header {
	background-color: #339;
	color: #fff;
	border: 1px solid #339;
}

.sitemap-dark-header a, .sitemap-dark-header a:link, .sitemap-dark-header a:visited {
	color: #fff;
}

.sitemap-dark-body {
	background-color: #fff;
	color: #000;
	border: 1px solid #ccc;
}

.sitemap-light-header {
	background-color: #666;
	color: #fff;
	border: 1px solid #666;
}

.sitemap-light-header a, .sitemap-light-header a:link, .sitemap-light-header a:visited {
	color: #fff;
}

.sitemap-light-body {
	background-color: #fff;
	color: #999;
	border: 1px solid #ccc;
}

.sitemap-light-body a, .sitemap-light-body a:link  {
	color: #666;
}

/* Footer styles */

#footer, #section-nav-footer {
	background-color: #fff;
	color: #666;
	border-top: 1px solid #ccc;
	clear : both;
}

#footer a, #footer a:link, #footer a:visited, #section-nav-footer a, #section-nav-footer a:link, #section-nav-footer a:visited {
	background-color: #fff;
	color: #666;
}

/*LIBRARY SPECIFIC STYLES*/
th {
	background-color : #339;
	color : #fff;
}


/*OVER-RIDE UNIVERSITY DEFAULTS*/

.brand th {
	background-color: #339;
	color: #fff;
}


/*th {
	background-color: #fff;
	color: #000;
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}/



/*MISC*/

.message {
	background-color:#EAEAF5; 
	margin: 10px; 
	padding: 5px; 
	border: 1px dashed #666;
}

.message-header {
	background: #339;
	color: #fff;
	border-bottom: 1px solid #339;
	font-style: italic;
}

.message-body {
	color:#339; 
	background-color:#EAEAF5;
}

.legals {
	font-size : 0.7em;
	margin : 1em 3em 1em 3em;
	padding: 0em 0.5em 0em 0.5em;
	border: 1px dashed #666;
}
.box-note-shaded {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
	background-color:  #F5F5F5;
}
.box { background-color: #f5f5f5; margin: 5px; padding: 5px; border: dashed 1px #ccc }
.box-note {
	margin: 5px;
	padding: 5px;
	border: 1px solid #666;
}
.cite {
	font-family : "Courier New", Courier, mono;
	font-style : normal;
	font-size: 1.1em;
}

blockquote {
	font-style : italic;
}

.link-top {
	text-align: right;
	font-size: 0.9em
}	
	

/*FORMS*/
fieldset {
	margin : 2em;
	padding: 2em;
}

legend {
	font-size : 1.1em;
	font-weight : bold;
}

.response-box {
	margin:2em; 
	padding:1em; 
	background-color:#F5F5F5; 
	border: 1px dashed #ccc;
}

/* EJOURNALS */
#ej-list {
	list-style-type: none;
	padding-bottom: 0em;
}

#ej-list ul {
	list-style-type: square;
	padding-bottom: 1em;
}


/* LIBRARY HOURS */
.hrs-month {	
	font-size: 1.2em;
	font-weight: bold;
	text-align:center;
	background: #339;
	color: #fff;	
}
.hrs-day {	
	font-weight: bold;
	text-align:center;
	background: #EAEAF5;
	color: #339;
}
.hrs-date {	
	font-size: 1.2em;
	padding: 0;
	margin: 0;	
	font-weight: bold;
	color: #339;
}
.hrs-time {	
	font-weight: normal;
	padding: 0;
	margin: 0.3em;
}
.hrs-closed {
	background-color: #ccc;
}
#hrs-index td {
	border-bottom: 1px solid #666666;
}
#hrs-index th {
	border-bottom: 1px solid #666666;
	background-color: #fff;
	color: #000;
	font-weight: normal;
}
#hrs-index a:link, #hrs-index a:visited {
	text-decoration: none;
}
#hrs-index a:hover {
	text-decoration: underline;
}

/* ONLINE TUTORIALS */
.tut-breakout-box {
	width: 75%;
	margin: 5px;
	padding: 5px;
	border: 1px dashed #ccc;
	background-color:  #F5F5F5;
}

h1.tut-heading {
	font-size: 0.9em;
	color: #99c;
	font-style: italic;
}

.tut-cite {
	font-family : "Courier New", Courier, mono;
	font-style : normal;
	font-size: 1.1em;
}

#tut-print-friendly .tut-hideprint {
	display:none;
}		

img.tut-screenshot {
	margin: 10px;
	padding: 5px;
	border: 1px dashed #666;
}

/* MULO */
.mulo-norecording {
	font-size : xx-large;
	color : #339;
}
th.mulo-subject-list {
	color : #339;
	background : #fff;
	font-weight : bold;
}

#mulo-lecture-list th {
	font-size: 0.8em;
	font-weight : bold;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#mulo-lecture-list th {
	padding-left: 0.5em;
	padding-right: 0.5em;
}


/* Use for FAQs */

#faq li {
	padding-bottom: 0.5em;
}
#faq li a:link, #faq li a:visited {
	text-decoration: none;
	color: #000;
}
#faq li a:hover {
	text-decoration: underline;
	color: #339;
}
ul.list-expand li {
	padding-bottom: 0.3em;
}

/* check and delete  above */


.openlanguage{ /*class added to the heading when it's open*/
	color: #339;
	font-weight:bold;
	text-indent:-12px; /*hanging indent*/
	padding-left:12px; /*ensures hanging words are not chopped off*/	
}
.closedlanguage{ /*class added to the heading when it's closed*/
	color: #339;
	font-weight: normal !important;
	text-indent:-12px; /*hanging indent*/
	padding-left:12px; /*ensures hanging words are not chopped off*/	
}
.openlanguage a:link, .openlanguage a:visited {
	text-decoration: none;
	color: #339;
}
.openlanguage a:hover {
	text-decoration: underline;
	color: #339;

}
.closedlanguage a:link, .closedlanguage a:visited {
	text-decoration: none;
	color: #339;
}
.closedlanguage a:hover {
	text-decoration: underline;
	color: #339;

}
div.answer {
	padding-left: 13px;
}
