﻿body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
margin:0;
padding:0;
background-color:#F0E0E0;
}

a:link {  color: #00F; text-decoration: none;}
a:visited {  color: #00F; text-decoration: none;}
a:hover {  color: #00F; text-decoration: underline;}
a:active {  color: #666666; text-decoration: none;}

a.ticker:link {  color: #D6363A; text-decoration: none; font-weight: bold}
a.ticker:visited {  color: #D6363A; text-decoration: none; font-weight: bold}
a.ticker:hover {  color: #000000; text-decoration: none; font-weight: bold; background-color: #FF8080}
a.ticker:active {  color: #666666; text-decoration: none; font-weight: bold}


h1 {
	font-size: medium;
	font-weight: bold;
}

h2 {
	font-size: small;
	font-weight: bold;
}

/* Turn off borders for clickable images. */
a img {
	border:0;
}

.centred {
	text-align: center
}

.redtext { 
    color: #D6363A;
}

.emphRED {
	font-weight: bold;
	color: #D6363A;
}

.emphBLACK {
	font-weight: bold; 
	color: #000000
}

.fixturetitle { 
	font-size: medium; 
	color: #D6363A; 
	font-weight: bold
}

.raiders_fixture{
	background: #ECA5A4; 
	color:#000000
}

.night_games {
	background: #777777; 
	color:#ffffff
}

/* Image placement stuff. */
.leftImage {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
}
.rightImage {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
}
.clearImage {
	clear:both;
	margin-top:0;
	margin-bottom:0;
}
.captionRight {
	text-align:left;
	margin-top:0;
}
.captionLeft {
	text-align:right;
	margin-top:0;
}

.captionLeftalignLeft {
	text-align:left;
	margin-top:0;
}

/* Horizontal rules */
hr.redrule {
	color: #d6363a;
	background-color: #d6363a;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
}

hr.home {
	color: #d6363a;
	background-color: #d6363a;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
}

/* These are deprecated. */
.pagetitle {  font-size: medium; font-weight: bold; color: #000000}

#maincontainer{
width: 780px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-color:white;

}

#topsection{
height: 94px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 200px; /*Width of left column*/;
	margin-left: -780px; /*Set left margin to -(MainContainerWidth)*/;
	background: #403F41;
}

#footer{
	clear: left;
	width: 100%;
	color: #000;
	padding: 0;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 15px;
}

#footer a {
	float:left;
}

#footer p{
	text-align: right;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.sidebarmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: bold 10px Verdana;
width: 180px; /* Main Menu Item widths */
border-bottom: 1px solid #ccc;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:active{
background-color: black; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
background-color: black; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:link{
background-color: black; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: white;
}

.sidebarmenu ul li a:hover{
background-color: #D6363A;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 170px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Holly Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */

