/*
Design by Maa Designs
http://www.maadesigns.co.uk
*/


body {
	background: #eeeeee;
}


/* Header */

#logo {
	width: 530px;
	height: 40px;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
}

/* Splash */

#image {
	width: 550px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 2px solid #000000;
}

/* Content */

#body {
	width: 548px;
	height: auto;
	border-top: 2px solid #000000;
}

#body .story {
	padding: 20px 10px 20px 10px;
}

#body h3 {
	text-align: left;
	font-size: 1.1em;
	font-weight: bold;
	color: #000088;
}

#body .xsmall {
	text-align: left;
	font-size: 0.8em;
	color: #000088;
}


#body .emphasis {
	font-weight : bold;
	font-size : 1.0em;
	color : #000088;
}

#body a {
	text-decoration: none;
	color: #000080;
}



#body a:hover, #body .active a {
	color: #FF0000;
}

#body .lmtable {
	font-size : 0.8em;
}

#body .lmtitle {
	font-weight : bold;
	font-size : 1.0em;
	color : #000088;
}
#body .lmauth {
	font-style : italic;
}
#body .lmabs {
	color : #000088;
	background : #EEEEFF;
}
#body .lmref {
	color : #000000;
	background : #EEEEFF;
}
#body .dischead {
	color : #000080;
	background : #EEEEFF;
	text-align: center;
	font-size: 0.9em;
}
#body .discheadl {
	color : #000080;
	background : #EEEEFF;
	text-align: left;
	font-size: 0.9em;
}

#body .disctxt {
	color : #000080;
	background : #FFEEFF;
	text-align: left;
	font-size: 0.8em;
}
#body .scoretxt {
	color : #000080;
	background : #EEEEFF;
	text-align: center;
	font-size: 0.8em;
	width: 70px;
}
#body .scoreinp {
	color : #000080;
	background : #FFEEFF;
	text-align: center;
	width: 70px;
}
#body .scorenote {
	color : #000080;
	background : #EEEEFF;
	text-align: left;
	font-size: 0.8em;
	font-style: italic;
}


/* bot*/

#bot {
	width: 540px;
	background : #ffffff;
}

.boxTable         {background-color: #D0D2A0; color: #60630D; font-family: "Verdana"; font-size: 11px; }
.boxTableTitle1   {background-color: #000088; color: #FFFFFF; font-family: "Verdana"; font-size: 11px; font-weight: bold;}
.boxTableContent1 {background-color: #EEEFD1; color: #60630D; font-family: "Verdana"; font-size: 11px; }


/* Ticker Vertical */
	#TickerVertical {
		width: auto;
		height: auto;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: auto;
		color: #6F4503;
		text-align: left;
		font-size: 0.9em;
		margin: 0;
		padding: 0px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000088;
			background: #EEEEEE;
			font-size: 1.0em;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			color: #000088;
			font-size: 1.2em;
			text-decoration:none;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:hover {
			color: #FFFFFF;
			background: #000088;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000088;
			font-size: 0.8em;
			margin:6px 0 14px 0;
		}

