body {
	background-color:#fff;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10pt;
	color:#333;
}

a:link { color: #49004D}
a:visited { color: #804C82}
a:hover { color: #F0027F}
a:active { color: #804C82}

p, li, span, dd, blockquote, a {
	line-height:130%;
}

/* heading image replacements */

h1 span, h2 span { display:none; }


/* end heading image replacements */

#frame {
	margin:10px auto;
	width:750px;
}

#main {
	border-bottom:3px solid #999;
	background:url('../images/left-col-bkgd.gif') repeat-y;
	/*
	height:auto !important;
	height:100px;
	*/
	overflow:auto;
}

#header {
	border-top:2px solid #CFD1E0;
	background:url('../images/header-bkgd5.gif') no-repeat top right;
	font-size:10pt;
}

#headerNav {
	float:right;
	width:450px;
	text-align:right;
	margin-right:10px;
	font-size:12px;
	padding-top:0 !important;
	padding-top:5px;
}
#headerNav a { text-decoration:none; }

form {
	margin:0;
}

.formBox {
	border: 1px solid #F0027F;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10pt;
	color:#666;
}

.formBoxSmall {	width:150px; }

.formButton {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	background-color:#F0027F;
}

#pooh { display:none; }

select {
	border: 1px solid #F0027F;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:10pt;
	color:#666;
}

select#quickLinks {
	width:150px;
}

#globalOptions {
	margin-right:30px;
}

/* TOP LEVEL NAVIGATION */

#nav {
	height:27px;
	border-bottom:2px solid #0B1560;
}

#nav ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
	white-space: nowrap;
	/* border-bottom:1px solid #FFC75A */
}

#nav ul li {
	display: block;
	float: left;
	text-align: center;
	padding:0;
	margin:0;
}

#nav ul li a {
	background: transparent url("../images/nav-tab-pink.gif") top no-repeat;
	width: 110px;
	height: 22px;
	text-decoration: none;
	display: block;
	text-align: center;
	font-size:10pt;
	font-weight:bold;
	color:#fff;
	padding-top:5px;
}

#nav ul li a:hover {
	background: transparent url("../images/nav-tab-dkpink.gif") top no-repeat;
}

#nav a.activeSection	{
	background: transparent url("../images/nav-tab-dkblue.gif") top no-repeat;
}

/* /TOP LEVEL NAVIGATION */

/* SUB NAV */

#subnav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#subnav li {
	margin:0;
	padding:0;
	border-bottom:1px solid #ccc;
}

#subnav li a {
	font-size:10pt;
	display:block;
	padding:5px 0 0 10px;
	width:160px;
	height:2em;
	background-color:#804C82;
	text-decoration:none;
	color:#fff;
}

#subnav li a:hover {
	background-color:#49004D;
}

#subnav li a.activeSection	{
	background-color:#49004D;
	font-weight:bold;
}

/* /SUB NAV */

#left {
	width:170px;
	float:left;
}

#content {
	width:560px;
	float:left;
	padding:0px 0 20px 20px;
}

#footer {
	clear:both;
	text-align:center;
}

#subnav1 {
	padding:10px;
	background-color:#A480A6;
	border-bottom:1px solid #ccc;
}

#subnav2 {
	padding:10px;
	background-color:#B699B8;
	border-bottom:1px solid #ccc;
}

#subnav3 {
	padding:10px;
}

#left .leftHeading {
	margin:0;
	padding:0;
	color:#fff;
	font-weight:bold;
}

.button {
	font-weight:bold;
	text-align: center;
}

.button a {
	display:block;
	padding:0.4em;
	text-decoration: none;
	border:1px outset #ccc;	
}

.button a:link { 
	color: #fff;
	background-color: #F0027F;
}

.button a:visited { 
	color: #fff;
	background-color: #F0027F;
}

.button a:hover { 
	color: #fff;
	background-color: #c06;
}

.button a:active { 
	color: #fff;
	background-color: #c06;
}

/* CSS drop shadows from http://www.alistapart.com/articles/cssdropshadows/ */

.imageFrame {
  float:right;
  background: url("../images/shadowAlpha.png") no-repeat bottom right;
  margin: 10px 0 10px 10px;
  }

.imageFrame img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #F0027F;
  margin: -6px 6px 6px -6px;
}

.contentlist {
	border-top: 1px solid #F0027F;
	padding-top: 10px;
	
}

.contentlist a {
	text-decoration: none;
	font-weight: bold;
}

.contentlist a:link { color: #49004D}
.contentlist a:visited { color: #49004D}
.contentlist a:hover { color: #F0027F}
.contentlist a:active { color: #804C82}

.contentlist p {
	margin: 0px 0px 0px 0px;
}

.greytext {
	color: #999;
}

.greyheading {
	color: #777;
	font-weight:bold;
}

blockquote {
	background:url('../images/bq-bkgd.jpg') repeat-x bottom #fff;
	border: 1px solid #CFD1E0;
	color: #000;
	text-align: center;
	font-style:normal;
	padding: 2px;
}


/* Table Styling */

#myTable {
	width:99%;
	border:1px solid #49004D;
}

#myTable th {
	vertical-align:top;
	text-align:left;
	border-bottom:1px solid #0B1560;
	padding:0.3em;
	background:url('../images/th-bkgd.jpg') repeat-y right #0B1560;
	color:#fff;
}

#myTable td {
	vertical-align:top;
	border-bottom:1px solid #CFD1E0;
	padding:0.3em;
	background-color:#E6E7EF;
}

#myTable td em {
	color:#666;
}

#myTable .specialEvent {
	background-color:#E6E7EF;
}

#myTable .progTime {
	white-space: nowrap;
	background-color:#fff;
	color:#0B1560;
}

/* end Programme Table */

#content ul {
	list-style-image:url('../images/list-arrow.png');
}

li#smallText {
	list-style-image:url('../images/smalltexticon.gif');
}

li#mediumText {
	list-style-image:url('../images/mediumtexticon.gif');
}

li#largeText {
	list-style-image:url('../images/largetexticon.gif');
}

/* hr styling from http://www.saila.com/usage/tips/defn.shtml?hr */

hr {
	text-align: center;
	width: 100%;
	height: 1px;
	color: #F0027F;
	border: none;
} /* For Internet Explorer */


html>body hr {
 	margin-right: 0;
 	width: 100%;
 	height: 1px;
 	background-color: #F0027F;
 	border: none;
} /* For Gecko-based browsers */

html>body hr {
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #F0027F;
	border: 0px solid #F0027F;
} /* For Opera and Gecko-based browsers */

.subtext {
	font-size:9pt;
	color:#666;
}

#left .subtext { color:#333; }

.req {
	color:green;
}

.hideMe { display:none; }
