/* SONET website stylesheet for print. 
   Adapted from the main style sheet, with nav elements set to display:none
   Last updated: 12/10/11 */
 
/* ----------------- */
/* UNIVERSITY STYLES */
/* ----------------- */

body 	{	font: 0.8em Arial, Helvetica, sans-serif;
			margin: 0
		}
		
#banner { 
			/* Amended Sep 07 to accomodate SONET logo */
			/* background: #4da0e7; */
			background: #ffffff;
			font-size: 1.5em;
			font-weight: bold;
			/* color: #ffffff;*/
			color: #4676a5;
			/* border-bottom: 1px solid #ffffff; */
			border-bottom: 1px solid gray; 
			/* font-variant: small-caps; */
			text-align: right;
			vertical-align: bottom;
			font-size: large;
			margin: 0px;
			padding: 3px;			
		}

			
a {  color: #003366; text-decoration: underline }
	
.first-para {
	margin-top: 2px;}

li { margin-top: 4px; margin-bottom: 4px }

ul {	list-style: url(http://www.nottingham.ac.uk/icons/corporate/u-blue-ball-nest.gif) outside;
	 	/* font: 0.8em Arial, Helvetica, sans-serif; */
		margin-top: 10px;
		margin-bottom: 10px
	}

/* h1 { font: bold 1.4em Arial, Helvetica, sans-serif; color: #4da0e7 }*/
h1 { font: bold 1.4em Arial, Helvetica, sans-serif; color: #4da0e7; margin-top: 0px; }
h2 { font: bold 1.2em Arial, Helvetica, sans-serif; color: #4da0e7 }
h3 { font: bold 1.0em Arial, Helvetica, sans-serif; color: #4da0e7 }
h4 { font: bold 0.8em Arial, Helvetica, sans-serif; color: #4da0e7 }
	
.heading { margin-bottom: 5px;	margin-top: 10px; }
.subhead { margin-bottom: 0px;	margin-top: 10px; margin-right: 0px; }

/* ------------ */
/* HTML STYLES  */
/* ------------ */

/* Make acronyms and abbreviation stand out to encourage users to hover over them for a tooltip explanation.
   IE doesn't recognise <abbr> at all. */
   
acronym, abbr	{	
				font-weight: bold;
				color: navy;
				}
				
/* Set all image borders to none. A picky WAI Priority 2 item 11.2 */
img	{ border: none; }
		
/* ------------ */
/* SONET STYLES */
/* ------------ */

th 	{ 
		font-weight: bold;
		font-size: 0.9em;
	}

td	{ /* font-size: 0.8em; */}

/* Light/dark background to a table row, to provide contrast between rows in large 
   tables, such as in RLO lists. */
tr.darkrow { background-color: #d5d5d5; }
tr.lightrow {background-color: #e5e5e5; }

a:hover	  { 
			color: #cc0000; 
			text-decoration: underline;
		  }

caption	{
		font-weight: bold;
		line-height: 1.5;
		font-size: 0.9em;
		}


/* 	=============
	CSS-P STYLES 
	============= */

/* NB: Banner layer is in UNIVERSITY STYLES section */

/* NAVIGATION BARS/MENUS */					
					
/* Left navigation bar*/

#leftnavbar	{
			display:none; 
			}
			


/* Submenus in left navigation bar */
#submenu	{
			display:none;
			}

/* Top navigation bar, 3rd-level menu, horizontal below <h1>, eg in About|Documents */

#topmenu	{
			display:none;
			}



/* Right navigation bar - not currently used, but might be useful in the future*/

#rightnavbar	{
				display:none;
				}
				
						
/* Page body text styles, used on pages other than the home page */

/* In screen sheet the main body is shunted to the right with a big margin to make room for the left navbar, 
   but for the print sheet let's just leave a small margin in points */
#bodytext	{
			margin-left: 24pt;
			padding: 5px;
			vertical-align: top;
			border-bottom: 1px solid gray;
			}
			
#bodytext p	{
			margin-left: 10pt;
			}		

/* Page footer */

#footer p {

		font-size: 12px;
		color: #000966;
		font-style: normal;
		font-weight: bold; 
		text-align: center; 
		font-family: Geneva, Arial, Helvetica, sans-serif;
		/* make sure it's not squished to one or other side */
		clear: both;
		}
		
/* ------------------- */
/* Other custom styles */
/* ------------------- */

/* Publication author and title styles used in publication references */

.pubauthor	{
			font-weight: bold;
			}

.pubtitle	{
			font-style: italic;
			}

.compactA	
	{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000080;
	}

.largeA

	{
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	color: #000080; 		
	}
	
/* Notes prefixed with NB: to display as centred text in a light yellow box for added emphasis. */
.notabene	{
			border: 2px solid #000;
			text-align: center;
			padding: 3px;
			background-color: #ffff66;
			font-weight: bolder; 
			}


/* RSSxpress Lite styles */

/* Redefine main style so as to restrict the width of the newsfeed, as otherwise
   IE6 forces it down and across the page resulting in a horizontal scrollbar appearing */
   .rssxpresschannel	{
					width: 600px;
					}
					
