/* CSS Document */

/* body tag styles */
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}

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

h2 {
	font-size: 11px;
}

h3 {
	font-size: 11px;
}

/* navigational links tyles */

a.nav:link 
{ 
	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: #CC6600; 
	text-decoration: underline; 
}

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

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

a:active 
{  
	color: #CC6600; 
	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;
}

/* blue 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 {
	background: #003366;
	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: 11px;
}

/* lists a ssubmenus */

ul.submenu { 
	list-style-image:  url(../img/list_menu.gif); 
	font-family : Verdana,Arial,Helvetica,sans-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 : Verdana,Arial,Helvetica,sans-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;
}