/* CSS Document */

/* body tag styles */
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Georgia, Times, Times New Roman, Century, serif;
	color: #333333;
}

/* Heading styles */
h1 {
	font-size: 12px;
}

h2 {
	font-size: 11px;
}

h3 {
	font-size: 11px;
}

/* navigational links tyles */

a.nav 
{ 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a.nav:link 
{ 
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	color: #CC6600; 
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited 
{ 
	font-size: 12px;
	color: #CC6600; 
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {  
	font-size: 12px;
	color: #663300; 
	text-decoration: none; 
	font-weight: bold;
	background: none;
}

a.nav:active 
{  
	font-size: 12px;
	color: #663300; 
	text-decoration: none;
	font-weight: bold;
	background: none;
}

/* content link styles */

a:link 
{ 
	color: #6A4056; 
	text-decoration: underline; 
}CC6600

a:visited 
{ 
	color: #6A4056; 
	text-decoration: underline;
}

a:hover {  
	color: #6A4056; 
	text-decoration: none; 
	background: #FFFBF2;
}

a:active 
{  
	color: #6A4056; 
	text-decoration: none;
	background: #FFFBF2;
}

/* left and right border of website */
.border {
	border-left: 1px solid #996600;
	border-right: 1px solid #996600;
	border-bottom: 1px solid #996600;
}

/* mauve gradient repeater under the logo and banner */
.repeater {
	background : url(../img/banner_repeater.gif) repeat-x;
}

/* top right hand global links  and link styles */

.globals {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	background: #660033;
	text-align: right;
	color: #ffffff;
	font-size: 10px;
	height: 21px;
}

.globals a { 
	color: #ffffff;
}

.globals a:visited { 
	color: #ffffff;
	text-decoration: none;
}

.globals a:link { 
	color: #ffffff;
	text-decoration: none; 
}

.globals a:active {  
	color: #ffffff;
	text-decoration: underline;
	background: none;
}

.globals a:hover {  
	color: #ffffff;
	text-decoration: underline;
	background: none;
}

/* content area style */
.content {
	font-size: 12px;
}

/* lists a ssubmenus */
/* NB: this one seems to have no selectors calling it from any doc - not used? */

ul.submenu { 
	list-style-image:  url(../img/list_menu.gif); 
	font-family : Georgia, Times, Times New Roman, Century, serif; 
	font-size: 11px;
	margin-left: 8px; 
	padding-left: 8px; 
}

/* Lists bullet point images */
ul { 
	list-style-image:  url(../img/list_menu.gif); 
	font-family : Georgia, Times, Times New Roman, Century, serif; 
	margin-left: 8px; 
	padding-left: 8px; 
}

li {
	padding: 2px 0px 3px 0px;
}

/* Programme tables style */
/* Time cells styles */
.borderTopRight {
	border-top: 1px solid #CC6600;
	border-right: 1px solid #CC6600;
	padding: 5px 7px 0px 5px;
	font-size: 11px;
}

.borderTop {
	border-top: 1px solid #CC6600;
	padding: 5px 0px 0px 0px;
	font-size: 11px;
}

/* brown bold text used on the programme page for seminar headings */
.brownTxt {
	color: #CC6600;
	font-weight: bold;
}

/* left padding 25px used on the sitemap page for second level links*/
.padLeft25 {
	padding-left: 25px;
}

/* map image on venue page border */
.borderImg {
	border: 1px solid #CC6600;
}h4 {
	font-size: 10px;
}


#navcontainer { 
margin-left: 10px; 
margin-right: 30px; 
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
list-style-image: none; 
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 140px;
color: #000;
background-color: #C6A6B7;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: .8em;
background-image: url(img/nav/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #000;
background-color: #E7D8E0;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(img/nav/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 10px;
width: 125px;
color: #000;
background-color: #3377cc;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #3399cc;
text-decoration: none;
}

#navnote
{
display: block;
padding: 5px 5px 5px 10px ;
font-size: smaller;
font-family: verdana, arial, Helvetica, sans-serif;
}