@import url("/common/css/pagebase.css");
@import url("forums.css");

#menu, .screen { display: none }
.print { display: block }

body#page {
	background-color: #ebebeb;
}

a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: #1b4587;
  text-decoration: none;
}

a:link, a:visited {
  border-bottom-color: #ccc;
}

a:hover, a:active {
  border-bottom-color: #333;
}

a.imagelink:link, a.imagelink:visited, a.imagelink:hover, a.imagelink:active {
  border-bottom-width: 0;
}

h1, h2, h3 {
  color: #314b86;
  font-weight: normal;
}

h1 { font-size: 140% }
h2 { font-size: 130% }
h3 { font-size: 120% }

table h2, table h3 {
  margin-top: 0.5em;
  margin-bottom: 0;
}
input {
	border-style: solid;
	border-color: #c9cac4;
}

.highlight { color: #64283c}

.wrap {
  margin: 0 0 0 0;
  border: 1px solid green;
  padding: 0 0 0 0;
}

#dates {
	position: absolute;
	float:  right;
	top:  105px;
	right:  20px;
}

/*
 *   news article page styles
 */

.newsfilter { float: right }

.headlinelist {
  float: right;
  width: 20em;
  margin: 10px;
  border: 1px solid black;
  padding: 10px;
}


/*
 *   contentspot link style overrides
 */

#creditlink {
display: none;}


/*
 *   page structure styles
 */

#pagetop {
	position: absolute;
	z-index: 1;
	top: 10px;
	left: 0;
	height: 165px;
	width: 90%;
	margin: 0 5% 0 5%;
	background-color: #1b4587;
	text-align: left;
}

#leftlogo {
	display: none;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  border-width: 0;
}
#middlelogo {
	display:  none;
  position: relative;
  z-index: 2;
  top: 55px;
  left: 160px;
}
#rightlogo {
  position: absolute;
  z-index: 1;
  top: 8px;
  right:  8px;
}
#pagetop a:link, #pagetop a:active, #pagetop a:visited, #pagetop a:hover {
  border: none;
}

#pagetop h1 { margin: 0 0 0 0 }

#body {
  position: absolute;
  top: 15px;
  left: 0;
  width: 90%;
  margin: 0 5% 0 5%;
  background-color: #FFFFFF;
}

#content {
  height: auto !important;
  padding:175px 0 0 0;
  border: none;
  text-align: left;
  line-height: 140%;
  color: #333333;
}

td #content {color: #333333;}

#content h1.page { margin-top: 0 }


/*
 *   right column
 */

#rightcolumn {
  display: none;
  height: auto !important;
}

#navigate {
  display: none;
}

#menu {
  position: relative;
  top: 25px;
  left: 15px;
  margin-right: 20px;
  text-transform: lowercase;
  font-variant: small-caps;
}

#menubar {
  width: 109px;
}

#menubar li.menuhead {
  border: none;
}

#menu a:link, #menu a:visited, #menu a:active {
  background-color: #6791be;
  color: #1e3056;
  font-weight: normal;
}

#menu .menubag a:link, #menu .menubag a:visited, #menu .menubag a:active {
  background-color: #1b4587;
  color: #FFF;
}

#menu a:hover, #menu .menubag li a:hover,
#menu a.hover:link, #menu a.hover:visited {
  background-color: #6791be;
	color: #FFF;
}

#menu .menubag {
  background-color: white;
}

#menu .menubag ul {
  border-color: #c1bfc8;
}

#menupad {
  top: -50px;
  left: -40px;
  width: 500px;
  height: 500px;
}

#menuoffset {
  top: 3px;
  left: 40px;
  height: 800px;
}

* html #menubar li.menuhead { border: 1px solid #6791be }
* html #menu .menubag li { border: 1px solid #1b4587 }


/*
 *   thumbnail and gallery styles
 */

.thumb {
  position: absolute;
  width: 125px;
  height: 125px;
  text-align: center;
}

.thumb img {
  border-style: none;
  margin-left: auto;
  margin-right: auto;
}

.piximage img { border-style: none }

.thumblist, .thumbnail { position: relative }
.thumblist .thumbback, .thumblist .selected, .thumblist .thumbforward { display: inline }
.thumblist img { border: 1px solid white; margin: 4px 1px }
.thumblist img.missing { border-color: #ddd }
.thumblist .selected img {
  border-color: white;
  opacity: 0.30;
  /* non-standard alpha settings - will not validate :) */
  -moz-opacity: 0.30;
  -khtml-opacity: 0.30;
  filter: alpha(opacity=30);
}
.thumblist a { border-bottom-width: 0 }
.thumblist a:hover img { border-color: #357910 }


/*
 *   in-page admin menu style overrides
 */

#pageadmin { top: 100px; right: 10px }


/*
 *   etc.
 */

.regform { text-align: center; margin-top: 1em }
.regform th, .regform td { vertical-align: top }
.regform th { text-align: right; white-space: nowrap }

#programme h4{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #70273a;
}
#programme h3 {
	padding: 10px 0 10px 5px;
	border-bottom:1px solid;
	border-top: 1px solid;
	border-color: #4b214c;
	color:  black;
	background-color: #e6e6e6;
}
.presenter {
	font-style: italic;
	display: none;
}

#medialoginbox, #medialogoutbox {
  margin: 2em;
  padding: 1em 2em;
  color: #e6e6e6;
  background-color: #1b4587;
}

#medialoginbox h1, #medialogoutbox h1 {
  color: #ffffff;
}

#medialoginbox div, #medialogoutbox div {
  margin: 0.2em 0;
}

#medialoginbox label, #medialogoutbox label {
  display: block;
  float: left;
  width: 10em;
  color: #e6e6e6;
}

#medialoginbox a, #medialogoutbox a {
  color: #ffffff;
}

#pagetail {
	display:  none;}

