/*
:Authors: Michael Foord, Justin Fleming
:Contact: fuzzyman@voidspace.org.uk
:Date: 2006/04/01 
:Copyright: Copyright Voidspace.org.uk, 2006
:License: BSD Revised License

Stylesheet for rest2web - 
http://www.voidspace.org.uk/python/rest2web/
   
Quite significantly changed by Hans Fangohr, 2007, 2008
  
 
Colours in new university scheme:
 
 marine blue:
 color: rgb(1,67,89);                      (0,74,116);
   
 fairly light green:   color: rgb(10,150,169); 
   
 dark grey:  color: rgb(50,61,67);        (45,72,88)
 light grey:  color: rgb(153,153,166);    (138,156,167)
   

}*/




p.headertitle {
color:#999999;
font-size:1.2em;
}

a.image-reference:visited {
   color: #999999;
} 



#wrap {

	width:800px;
	margin: 0em auto;
}


img {
	border:0;
}

/**************/
/*   HEADER   */
/**************/
#header-section {
	padding:0.0em 0em 0.3em 0em;
	margin: 0;
	margin-bottom:0em;
	margin-top:0.0em;
	text-align:center;
}

#header {
	clear: both;
	margin: 0em 0em 1.0em 0.0em;
	border-top: solid 0.0em rgb(1,67,89);
	border-bottom: solid 0.1em rgb(1,67,89);
/*    	border-bottom: solid 0.1em rgb(10,150,169); */
    	background-color: rgb(255,255,255);
/*	text-transform: uppercase;*/
	line-height: 1.7em;
	height: 1.7em;
        padding: 0.4em 0.0em 0.0em 0.0em;
}

#header ul {	
	margin: 0em;
	padding: 0em;
	list-style: none;
	font-weight: bold;
	font-size: 1.05em;
}	

#header li {
	float: left;
	white-space: nowrap;
    	padding: 0em 1.0em 0.0em 0.0em;
    	display: block;
        color: rgb(1,67,89);
            font-family: Georgia, serif;
    	font-size: 1.05em;
    
}

#header li a {
	display: block;
	padding: 0em 0.0em 0em 0.0em;
	background-color: rgb(255,255,255);	
	text-decoration: none;
        color: rgb(1,67,89);


}

#header a:hover {
    	background-color: rgb(1,67,89);
	/*text-transform: uppercase;*/
	text-decoration: none;
            color: rgb(255,255,255);
}


/* this seems not to be used */
#header .selected {
	padding: 0em 0.5em 0em 0.5em;
	border-right: solid 0.1em rgb(0,0,202);		
	background-color: rgb(255,255,255);
	color: rgb(1,67,89);
    	text-transform: uppercase;
}

* html #header a {width:1%;}

/***********************/
/***   LEFT COLUMN   ***/
/***********************/
#left-column {

	width: 150px; 
/*        width: 25%; */
	vertical-align: top;
	background-color: rgb(255,255,255);
	font-size: 1.05em;
	color: rgb(50,50,50);
}

.left-navheader-first {
    	display: block;
	margin: 1.0em 0em 0em 0em;
	/*padding: 0.3em;*/
 	/* border-left: solid 0.0em rgb(230,231,232); */
	background-color: rgb(10,150,169);
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: rgb(255,255,255);
	/*text-align:center;*/
 
}

.left-navheader {
	display: block;
	/*margin: 1.0em 0em 0.5em 0em;*/
	padding: 0.3em 0.7em 0.2em 0.4em;
        border-top: solid 1px rgb(128,161,172);
    	background-color: rgb(10,150,169);
	/*text-transform: uppercase;*/
	text-decoration: none;
	/*font-weight: bold;*/
    	color: rgb(255,255,255);
}


#sidie ul {	
        width: 95%; /* used to be 95 */
	padding: 0em;
	margin: 0em;
	list-style: none;
}

#sidie li {
	margin: 0em 0em 0em 0em;
        font-family: Georgia, serif;
    	/*background-color: rgb(1,67,89);
        color: rgb(255,255,255);*/
        font-size: 1.05em;
}



#sidie li a {
        /* this is the side bar */
        display: block;
	padding: 0.3em 0.7em 0.2em 1.2em;
	border-left: solid 0.0em rgb(230,231,232);
	border-top: solid 1px rgb(138,156,167);
    	background-color: rgb(1,67,89);
	text-decoration: none;
	font-weight: normal;
        color: rgb(255,255,255);
        /*height: 1.3em;*/
}	
	
#sidie li a:hover {
	border-left: solid 0.0em rgb(112,112,112);
        background-color: rgb(0,45,60);
	text-decoration: none;
	/*color: rgb(50,50,50);*/
}

.sidieimg {
    text-align: center;
    margin-top: 10px;
    vertical-align: middle; 
}

/*************************/
#sidie2 a {
text-decoration:none;
}
.sidie2title {
margin:0;
font-weight:bold;
text-transform:uppercase;
}

#sidie2 p {
margin:0;
}
#sidie2 p a:hover {
	background-color: rgb(230,231,232);
}
.sidie2indent {
margin-left:1.5em;
margin-top:0.5em;
}
/*************************/

/*************************/
/***   MIDDLE COLUMN   ***/
/*************************/

/* Sections */
/************/
#middle-column {
	width: 640px; 
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
	line-height: 1.3em;
	font-size: 1.2em;
}

#middle-column h1 {padding: 0px;}

/*******************/
/***   FOOTER    ***/
/*******************/
#footer {
	clear: both;
	height: 1.4em;
	margin: 1.0em 0em 1.0em 0em;
	padding: 0.35em 0em 0.3em 0em;
	border-top: solid 0.1em rgb(0,74,116);
	border-bottom: solid 0.1em rgb(0,74,116);
	background-color: rgb(230,231,232);
	text-align: center;
	color: rgb(0,74,116);
	font-size: 1.0em;
}

