/* CSS Document */

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

/* Heading styles */
h1 {
	font-size: 16px;
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-weight: bold;

}

h2 {
	font-size: 12px;
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-weight: bold;

}

h3 {
	font-size: 12px;
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-weight: bold;

}

h4 {
	font-size: 11px;
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	font-weight: bold;

}


/* navigational links tyles */

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

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

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

a.nav:active 
{  
	font-size: 12px;
	color: #663300; 
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	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: #005544;
	text-align: right;
	font-family : Verdana,Arial,Helvetica,Geneva,sans-serif; 
	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-size: 11px;
	margin-left: 8px; 
	padding-left: 8px; 
}

/* Lists bullet point images */
ul { 
	list-style-image: url("../img/list_menu.gif"); 
	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, programme page headings */
.brownTxt {
	color: #CC6600;
	font-weight: bold;
}

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

/* map image, venue page border */
.borderImg {
	border: 1px solid #CC6600;
	
/* styles from the description text */
	
.Hdg_4 {  
text-align: left; margin-right:-1pt; text-indent:0pt; margin-top:0pt; margin-bottom:6pt;  font-size: 12pt; font-weight: bold;}

.References {  
text-align: left; margin-right:-1pt; text-indent:0pt; margin-top:0pt; margin-bottom:0pt;  font-size: 10pt;}

.Indent1_Last {  
text-align: left; margin-right:-1pt; margin-left:14pt; text-indent:-14pt; margin-top:0pt; margin-bottom:10pt;  font-size: 12pt;}

.Indent1 {  
text-align: left; margin-right:-1pt; margin-left:14pt; text-indent:-14pt; margin-top:0pt; margin-bottom:0pt;  font-size: 12pt;}

.footnote_text {  
text-align: left; text-indent:0pt; margin-top:0pt; margin-bottom:0pt;  font-size: 10pt;}

.heading_3 {  
text-align: left; margin-left:28pt; text-indent:-28pt; margin-top:0pt; margin-bottom:0pt; font-family: Arial; font-size: 10pt; font-weight: bold;}

.Normal {  
text-align: left; text-indent:0pt; margin-top:0pt; margin-bottom:0pt; font-family: Georgia; font-size: 12pt;}

.Hyperlink {
 color: Blue; background-color: white ; font-size: 12pt; font-weight: normal; font-style: normal; font-variant: normal; vertical-align: normal; text-decoration: underline;}

.footnote_reference {
 color: Black; background-color: white ; font-size: 10pt; font-weight: normal; font-style: normal; font-variant: normal; vertical-align: super; text-decoration: none;}

.Default_Paragraph_Font {
 color: Black; background-color: white ; font-size: 12pt; font-weight: normal; font-style: normal; font-variant: normal; vertical-align: normal; text-decoration: none;}
}