body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align: text-top;
	margin: 0px;
	padding: 0px;
	background-color:#FFFFFF;
}
p, h1, h2, h3, h4, h5, h6, a { font-size: 100%; text-align: left; text-decoration: none; }
h1, h2, h3, h4, h5, h6 { text-align: left; font-weight:bold; text-decoration: none; }
h1 {font-size: 160%; color: #000; margin:10px 0px 5px 0px;}
.whatson {margin-left:15px;}
h2 {font-size: 140%; color: #000; margin:0px 0px 10px 0px;}
h3 {font-size: 110%; color: #000; margin:0px 0px 10px 0px;}
h4 {font-size: 120%; color: #000; margin:0px 0px 10px 0px;}
h5 {font-size: 110%; color: #000; margin:0px 0px 10px 0px;}
h6 {font-size: 110%; color: #000; margin:0px 0px 10px 0px;}
p {
	margin-top:0px;
	margin-bottom:0px;
	font-weight: normal;
}

.hidden {
  display: none;
}

form, input {}
img { border:none; }
table { border-collapse: collapse; margin: 0px; font-size:100%;}
td { font-size:100%; padding: 0px; }
th { font-size:100%; padding: 0px; }
ul {
	margin:0px;
	padding:0px;
	list-style-type: square;
}
hr {
	background-image: url(../graphics/footer-dot.gif);
	background-repeat: repeat-x;
	border: none;
	margin-bottom:8px;
}

.black {color: #000000;}
.blue {color: #0033CC;}
.red {color: #FF0000;}

form {margin:0px 0px 0px 0px;}
input.field { border:1px solid #50C3D8; margin-bottom:8px; background-image: url(../graphics/textfieldBg.gif); background-repeat: repeat-x; background-position: top; color: #0000FF;}
form	select { font-size:100%; margin:0px; padding:0px;}
form	td { padding:5px; }
form	th	{}
form	p	{margin:0; padding:0; }
input.button { font-size: 100%; font-weight: bold; color: #FFFFFF; background-color: #50C3D8; margin:0px 5px 0px 0px; border:1px solid #50C3D8;  }
form	fieldset	{border:0 solid; margin:0; padding:0;  }
form	fieldset table{ }

form  legend	{ font-weight:bold; color: #000000; margin:0 0 5px 0; padding:0; display:none; }
form .formfield { border:1px solid #3276B0; margin:0px; padding:0px; width:120px; }
form .listMenu  {  border:1px solid #3276B0; margin:0px; padding:0px; width:280px; }
.contactform label { font-weight:bold;} 
.checkBox { margim:0px 8px 16px 0px; }



/*====== header ======*/
#headerrow1 { background-color: #000000; width:100%; height:45px; border-bottom:1px solid #ffffff; }
.nestrow {	
	width: 750px;
	border-collapse: collapse; 
	margin-left: auto; 
	margin-right: auto;
	padding:0px;
	vertical-align: top;
	
}
/* Hide from IE-Mac \*/
.nestrow {	height:inherit; }
/* End hide */
.nestrow0 {
	width: 750px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	vertical-align: top;
	background-image: url(../graphics/searchbg.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
/* Hide from IE-Mac \*/
.nestrow0  {	height:inherit; }
/* End hide */


.row {
	display:inline;
	vertical-align: text-top;
}
.right { float:right;}
.anchor {
	width: 750px;
	border-collapse: collapse; 
	margin-left: auto; 
	margin-right: auto;
	padding:0px;
	vertical-align: top;
}

/* Hide from IE-Mac \*/
.anchor  {	height:inherit; }
/* End hide */
.anchor p{text-align: right; margin-top:0px; margin-bottom:0px;}
.logo { float:left; width:445px;}
.banner {
	margin-left:450px;
	text-align: center;
	vertical-align: middle;
	width:290px;
	padding:3px 0px 0px 0px;
}
#headerrow2 {
	width:100%;
	background-color: #61645D;
	padding:0px;
	margin:0px;
}
/* Hide from IE-Mac \*/
#headerrow2  {	height:inherit; }
.headerTable { height:inherit;}
/* End hide */


#main-nav { width:450px;}
.searchBg {
	 }
#searchblock  { 
	/*background-color: #797A75; margin-left:445px;*/ float:right; width:300px; padding:0px; margin:0px; font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	text-align:right;
	height:100%;
	}
#searchblock  p, #searchblock  label{
	font-size: 95%;
	font-weight: bold;
}
.searchtable {margin:0px 5px 0px 5px;height:54px;}
.searchtable td {
	padding:0px;
	vertical-align: middle;
}
.navtable {
  height:54px;
}

.navtable td {
  vertical-align: top;
}

.navtable td#dev_link {
  padding-bottom: 0;
  width: 33%;
}

/*=== main nav links===*/
a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../graphics/arrow-down.gif) no-repeat;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin:0px;
	line-height:190%;
	text-decoration: none;
	/*white-space:nowrap;*/
}
a.mainlevel:hover {
	text-decoration: underline;
	color: #FFFFFF;
	background: url(../graphics/arrow-down-on.gif) no-repeat;
	vertical-align: middle;
}
a.mainlevel-red:link, a.mainlevel-red:visited {
	display: block;
	background: url(../graphics/arrow-down.gif) no-repeat;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin:0px;
	line-height:190%;
	text-decoration: none;
	/*white-space:nowrap;*/
}
a.mainlevel-red:hover {
	text-decoration: underline;
	color: #FF0000;
	background: url(../graphics/arrow-down-on.gif) no-repeat;
	vertical-align: middle;
}
a.mainLink:link, a.mainLink:visited {
	display: block;
	background: url(../graphics/arrow-down.gif) no-repeat;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #3276B0; /* Was #000000; - 27/10/05 - TC*/ 
	text-align: left;
	padding: 0px 0px 0px 20px;
	margin:0px;
	line-height:190%;
	text-decoration: none;
	white-space:nowrap;
}
a.mainLink:hover {
	text-decoration: underline;
	color: #3276B0;
	background: url(../graphics/arrow-down-on.gif) no-repeat;
	vertical-align: middle;
}
a.topLink:link, a.topLink:visited {
	display: block;
	background: url(../graphics/arrow-up.gif) no-repeat;
	vertical-align: middle;
	font-size: 85%;
	font-weight: bold;
	color: #666666;
	text-align: left;
	padding: 0px 5px 0px 20px;
	margin:0px;
	line-height:200%;
	text-decoration: none;
	white-space:nowrap;
	text-transform: uppercase;
}
a.topLink:hover {
	text-decoration: underline;
	color: #3276B0;
	background: url(../graphics/arrow-up-on.gif) no-repeat;
	vertical-align: middle;
}
/**/

#stripe {
	/*background-image: url(../graphics/stripe.gif);
	background-repeat: repeat-x;
	background-position: 0px 25px;*/
}
.hometable {
	width: 750px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	vertical-align: top;
	text-align: left;
}
.hometable th{
	height:25px;
	
}
.hometable tbody td {
	background-image: url(../graphics/graticule-verticle.gif);
	background-repeat: repeat-y;
	background-position: left;
	vertical-align:top;
	width:150px;
}
.hometable td img {margin:1px 0px 0px 3px;}
.venueRow { background-color: #FFFFFF;}   /*#797A75; - 27/10/05 - TC */
.promoImage {width:100px; height:100px; float:left;}
p.eventTitle { color:#000000; /* Was #3276b0  - 27/10/05 - TC*/ 
font-weight: bold; margin:5px 10px 6px 15px; font-size: 105%;}
p.eventTitle a:link, p.eventTitle a:visited {
	color:#3276B0;   /* Was #000000  - 27/10/05 - TC*/ 
	text-decoration: none;
	font-weight:bold;
}
p.eventTitle a:hover {
	text-decoration: underline;
	color: #3276B0;
}
p.promoLink { font-weight: bold; margin-top:0px; margin-bottom:0px; }
p.shortDescription {
	margin:2px 10px 10px 15px;
	font-weight: normal;
}
p.infoLink {
	margin:0px 10px 0px 15px;
	font-weight: normal;
}
.hometable td p a.promoLink {margin-top:0px; margin-bottom:0px;}
/*===  ===*/

a.thLink:link, a.thLink:visited {
	display: block;
	background: url(../graphics/graticule-bottom.gif) no-repeat left top;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #3276B0;   /* Was #000000  - 27/10/05 - TC*/
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:5px 0px 0px 0px; 
	text-decoration: none;
	line-height:195%;
}
a.thLink:hover {
	text-decoration: underline;
	color: #3276B0;
	background: url(../graphics/graticule-bottom.gif) no-repeat;
	vertical-align: middle;
}
/*=== promo links===*/
a.promoLink:link, a.promoLink:visited {
	display: block;
	background: url(../graphics/graticule.gif) no-repeat left bottom;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #3276B0;   /* Was #000000  - 27/10/05 - TC*/
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:0px;
	text-decoration: none;
	
}
a.promoLink:hover {
	text-decoration: underline;
	color: #3276B0;
	/*background: url(../graphics/graticule.gif) no-repeat;*/
	vertical-align: middle;
}
/**/
/*====== submenu ======*/
a.subLink:link, a.subLink:visited {
	display: block;
	background: url(../graphics/graticule-submenu.gif) no-repeat left top;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #3276B0; /* Was #000000; - 27/10/05 - TC*/ 
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:0px;
	text-decoration: none;
	
}
a.subLink:hover {
	text-decoration: underline;
	color: #3276B0;
	/*background: url(../graphics/graticule.gif) no-repeat;*/
	vertical-align: middle;
}
a.logLink:link, a.logLink:visited {
	display: block;
	background: url(../graphics/graticule-submenu.gif) no-repeat left top;
	vertical-align: middle;
	font-size: 95%;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding: 0px 0px 0px 15px;
	margin:0px;
	text-decoration: none;
	
}
a.logLink:hover {
	text-decoration: underline;
	color: #3276B0;
	/*background: url(../graphics/graticule.gif) no-repeat;*/
	vertical-align: middle;
}
/**/
/*=== promo links===*/
a.Link:link, a.Link:visited {
	display: block;
	font-size: 95%;
	font-weight: bold;
	color: #3276B0;   /* Was #000000  - 27/10/05 - TC*/
	text-align: left;
	padding: 0px;
	margin:2px 10px 4px 15px;
	text-decoration: none;
	white-space:nowrap;
}
a.Link:hover {
	text-decoration: underline;
	color: #3276B0;
}
/**/
a.pLink:link, a.pLink:visited {
	font-size: 95%;
	font-weight: bold;
	color: #3276B0;   /* Was #000000  - 27/10/05 - TC*/
	text-align: left;
	padding: 0px;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	white-space:nowrap;
}
a.pLink:hover {
	text-decoration: underline;
	color: #3276B0;
}

/**/
#newsPromo { 
	background-color:#E5E5E5; border:1px solid #666666;
	width: 750px;
	border-collapse: collapse; 
	margin-top:16px;
	margin-right: auto;
	margin-left: auto; 
	padding:8px 0px 8px 0px;
	vertical-align: top;
}
.newsTable {width:750px;}
.newsTable td, .newsTable th{ vertical-align:top;}
.newsTable p{ margin-top:0px;}
.newsItem {padding:5px 0px 8px 0px; float:right; width:100%;}
.newsCol0 {width:330px; text-align: left;}
.newsCol1 {width:220px;}
.blueTitle { color:#000000;  /* Was #3276B0;  - 27/10/05 - TC*/ font-weight: bold; font-size: 123%; margin:2px 10px 4px 15px; }
.poll { margin: 6px;} 
.poll td { padding-bottom: 10px;}
.pollresult {text-align: right;}

.newsfeed {
  font-size: 85%;
  margin-left: 15px;
  list-style: none;
}

.banners {
  text-align: center;
}

.banners img {
  margin: 15px 0 15px 0;

}

.blueTitle a:link,a:visited {
	color: black;
}

/**/
/*=== footer ===*/
#footer {
	width:100%;
	background-image: url(../graphics/footer-dot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 8px 0px 8px 0px;
	padding:8px 0px 0px 0px;
}
#readingLogo {width:180px; margin-left:560px;}
#footernav {padding:0px; display: block; float: left;}
#sublevel_top { width:500px; }
#sublevel_top ul{
	margin:0px;
	padding:0px;
}
#sublevel_top li  {
	float:left;
	padding-left: 0px;
	list-style:none;
	margin: 0px 10px 0px 0px;
	font-size: 85%;
	font-weight: bold;
	padding: 0px;
	text-decoration: none;
	width:auto;
}
#sublevel_top a {
	display: block;
	text-decoration: none;
	color: #666666;
	padding: 0px 2px 8px 5px;
	float: none;
	white-space:nowrap;
}
#sublevel_top a:hover {text-decoration: underline; color: #000000;}

/**/
.subMenu { width:150px;}
.submenuBlock {width:150px; background-color:#E5E5E5; margin-bottom:16px; padding:0px 0px 10px 0px; }
.submenuContent { width:140px; margin-right:10px; margin-left:0px;}
.subnavigation td{width:140px;}
.subnavHeader {
	background-image: url(../graphics/graticule-side.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/* Hide from IE-Mac \*/
.subnavHeader  {	height:inherit; }
/* End hide */
.subnavHeader td{

}
.subnavBody {
	background-image: url(../graphics/graticule-verticle.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.subnavBody td{
	padding:8px 0px 0px 0px;
}
.subnavFooter {
	background-image: url(../graphics/graticule.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.subnavFooter td {
	padding:8px 0px 0px 0px;
}
.menuBlock {width:150px; background-color:#E5E5E5; margin-bottom:16px; padding:10px 0px 10px 0px; }
.menuContent { width:130px; margin-right:10px; margin-left:10px;}
.menuContent a:link, .menuContent a:visited {
	color:#3276B0; 
	text-decoration: none;
	font-weight:bold;
}


.menuContent a:hover {
	text-decoration: underline;
	color: #3276B0;
}
img.sponsor { margin:10px 0px 10px 0px; border:1px solid #000000; }
.menuItem { padding:10px 0px 0px 0px; }
.menuItempdf{
	margin-top:10px;
	padding:0px 0px 0px 20px;
	background-image: url(../graphics/pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuItemword{
	margin-top:10px;
	padding:0px 0px 0px 20px;
	background-image: url(../graphics/word.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menuItemexcel{
	margin-top:10px;
	padding:0px 0px 0px 20px;
	background-image: url(../graphics/excel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.resultstable {
	width: 750px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	vertical-align: top;
	text-align: left;
}
.resultstable th { height:25px; }
.resultstable td { vertical-align:top; }
.resultstable td img {margin:1px 0px 0px 3px;}
.promoColumn { width:450px; }
.promoColumn-toggler {
	width:450px;
	background-image: url(../graphics/results-toggle-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
td.promoColumn-toggler{
	width:450px;
	background-image: url(../graphics/results-toggle-up.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}
.promoColumn-toggler p{ margin-left:20px; }
.promoColumn-toggler-bottom p{ padding-top:15px; margin-left:20px; }
.promoColumn-toggler-bottom {
	width:450px;
	background-image: url(../graphics/results-toggle-down.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height:50px;
}
.formColumn { width:300px; border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5; }
.headerFormColumn { width:300px; /*background-color: #797A75;*/ vertical-align:bottom;}
#promoArray { border-left:1px solid #666666;}
#promoArray .promo0, #promoArray .promo1{ width: 450px; }
#promoArrayVenue .promo0 { width: 430px; margin:0px 10px 0px 10px;}
#promoArrayVenue .promo1 { width: 430px; margin:0px 10px 0px 10px;}
.promo0 {
	background-color: #F4F4F4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin:0px;
	padding:0px 0px 5px 0px;
}
/* Hide from IE-Mac \*/
.promo0  {	height:inherit; }
/* End hide */
.promo1 {
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin:0px;
	padding:0px 0px 5px 0px;
}
/* Hide from IE-Mac \*/
.promo1  {	height:inherit; }
/* End hide */
.promoItem { width:345px; float:right;}
.promodetails table { margin-left:15px;}
.promodetails p {
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
}
.promodetails table td, .promodetails table th { padding:0px; background-color:#336666; }
p.info {margin:0px 10px 0px 15px;}
td.promoLinks {width:85px;}

/*====== advanced search form ======*/
#advancedSearch {
	background-color:#E5E5E5;
	margin: 0px;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#advancedSearch form { width:280px; margin:0px 10px 0px 10px;}
#searchHints {
	margin: 0px;
	width: 300px;
	height:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;*/
	text-align: right;
}
#searchHints p{ width:280px; margin-left:10px; margin-right:10px; text-align:right; }
.dateselect { width: 100%; }
.dateselect th { text-align: left; padding-right: 1em; }
/* toggle page */
.activepage { background-color:#00CCFF; font-weight: bold; color: #ffffff;}

/*====== item content ======*/
.mainImage { float:right; margin:0px 0px 10px 10px;}
#pageItems { width:430px; margin:0px 10px 10px 10px;}
#pageItems p{margin:5px 0px 8px 0px; }
#pageItems ul, #pageItems ol { margin-left:24px; margin-bottom:16px;}
#pageItems .cat-section li { list-style-type: circle;}
#pageItems a:link, #pageItems a:visited { text-decoration: underline; }
#pageItems a:visited { color:#000099; }
#pageItems a:hover { text-decoration: underline; color:#D12A3F;}
#pageItems table{ width:100%; margin-top:12px; margin-bottom:16px; }
#pageItems table caption{
	color:#3276B0;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
}
#pageItems td, #pageItems th { padding:0px; }
.path { color:#3276B0; font-weight: bold; margin:5px 0px 0px 10px; }
.path a:link, .path a:visited { color:#3276B0; text-decoration: none; }
.path a:hover { text-decoration: underline;color: #3276B0; }
.arrow { font-weight:normal; color:#000000;}
#pageItems .techData table caption { 	
	color:#000000;
	font-weight:bold;
	text-align:left;
	margin-bottom:0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E5E5E5;
	background-color:#E5E5E5;
	padding:3px 0px 3px 5px;
}
#pageItems table { 	
	margin-top: 8px;
}
.techData  { 	
	margin-bottom: 8px;
}
#pageItems .techData table td { 	
	width:50%;
	padding:0px 5px 0px 5px ;
}
.map { margin:8px 0px 16px 0px; width:430px; text-align:center;}
.mapdescription { font-size: 90%; color:#666666; margin:5px 0px 0px 0px;  }

.whatson_new {
  display: block;
  margin: .5em .5em .5em 0;
  font-weight: bold;
  background-color: #ff0;
  color: #000;
  text-align: center;
}

.related_images {
  text-align: center;
}

.related_images img {
  padding-top: 8px;
}

