/*
----------------------------------------------------------
	Title Role main stylesheet.
	FileName:    screen.css
	Version:     1.00				26/10/2006
	Copyright Scion Solutions 2006 www.scion.co.uk
----------------------------------------------------------
*/

BODY {
	margin: 0px;
	margin-top: 1px;
	font-family: Helvetica, Arial, sans-serif;
  color: #7D7D7D;
	font-size: 0.75em;
	line-height: 1.5em;
	background-color: #FFF
}

IMG {
	border:0px
}

HR {
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #B9C2CE
}

a:link {
	text-decoration: none;
	color: #7D7D7D;
}

a:visited {
	text-decoration: none;
	color: #7D7D7D;
}

a:hover {
	text-decoration: none;
	color: #5D5D5D;
}

a:active {
	text-decoration: none;
	color: #5D5D5D;
}

#header {
  width: 795px;
	margin: auto
}

#menu {
  width: 800px;
	margin: auto
}

#content {
	margin: auto;
  width: 800px
}

#footer {
	margin: auto;
	margin-top: 2px;
  width: 800px;
  height: 28px;
  background-color: #FFF;
  background-image: url(/images/footer_bg.gif)
}

.homeLogos, .homeLogos2 {
	margin: auto;
	text-align:center;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
  width: 800px;
  background-color: #FFF;
  background-repeat: repeat-x;
}

.homeLogos2 {
  background-image: url(/images/logo_bg.gif);
}

.broadcastLogos {
	margin: auto;
	text-align:center;
	margin-top: 12px;
	margin-bottom: 2px;
	padding: 2px;
  background-color: #FFF
}

#testMode {
  font-size: 12pt;
  text-align: center;
  color: #F00
}

#indexNews {
  width: 330px;
  padding-left: 15px;
  padding-top: 25px;
  background-color: #FFF;
  background-image: url(/images/news_bg.gif)
}

#indexNews ul {
  margin-left: 10px;
  list-style-type: square
}

#indexNews img {
  margin-left: 5px
}

#pageContent {
  margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
  width: 560px
}

.pagination {
  margin: auto;
  width: 757px;
  height: 24px;
  text-align: center;
  background-image: url(/images/pagination_bgrnd.gif)
}

.indexCol{
  float: left
}

#fpShowreel {
  margin-left: 10px
}

.textEmphasis {
  font-weight: bold;
 	color: #F00
}

.userButton {
	color: #FFF;
	font-weight: bold;
	border: #000 1px solid;
  background-color: #7D7D7D
}