@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #333;
	background: #CCC;
	
	}

#wrapper p {
line-height: 2em;	
}

tr.even {
	background-color:#EEE;
	}

td{
	padding: 3px;
	border: 0;
	}

	
h1 {
	font-size: 1.5em;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 .5em 0;
	margin: 15px 0 0 0;
	line-height: 1.5em;
	}
	
	
h2 {
	font-size: 1.1em;
	border-bottom: 1px dotted #CCC;
	padding: 1em 0 .5em 0;
	line-height: 1.3em;
	}
	
a:link, a:visited, a:active{ color: #900;}	
a:hover {color: #333;}



#header_wrapper {
	
	position: fixed;
	background: transparent url('../images/bg.jpg') repeat-x;
	width: 100%;
	
	}

#header {
	width: 975px;
	height: 100px;
	margin: auto;
	}

#login {
	background: #900;
	float:right;
	color: #fff;
	padding:10px 15px 15px 15px;
	text-align:right;
	margin-bottom: -20px;
	border: 1px solid #fff;
	}
#login a {
	color: #fff;
	}
	
	#login a:hover{
	text-decoration:underline;
	}

#main-nav {
	padding: 0;
	margin: auto;
	background: url('../images/background_headerRepeater.gif') repeat-x;
	height: 58px;
	
	}
	
#main-nav ul {
	width: 975px;
	margin: auto;
	padding: 0;
	}

#main-nav li{
	list-style: none;
	float: left;
	height: 42px;
	margin: 10px 0 0 0;
	}
	
#main-nav ul li a{
	border-right: 1px solid #CCC;
	text-decoration: none;
	padding: 10px 12px 12px 12px;
	text-align: center;
	}
		
#main-nav ul li a.active {
	background: #fff;
	}
		
#main-nav ul li a:hover {
	background: #fff;
	}

		
#sddm ul {	
	position: absolute;
	visibility: hidden;
	background: #EAEBD8;
	width: auto;
	margin: 0;
	padding: 0;
	}
	
#sddm ul li {
	float: none;
	margin: 0;
	padding: 0;
	}
			
#sddm ul li a{
	text-align: left;
	border: 0;
	display: block;
	}
		
#wrapper {
	width: 975px;
	margin: auto;
	padding-top: 150px;
	background: #fff;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	}
		
#content-left {
	width: 635px;
	float: left;
	padding-right: 40px;
	}

#content-right {
	width: 300px;
	float: left;
	}
	
#footer-wrapper {
	margin-top: 10px;
	padding: 10px;
	border-top: 3px solid #CCC;
	background: #efefef;
	}
	
#footer {
	margin: auto;
	width: 975px;
	}
		
#footer a{
	color: #666;
	text-decoration: none;
	}
	
.pdf-icon  {
	margin: 0;
	padding: 0;
	}
		
.pdf-icon span {
	color: #333;
	font-size: 9px;
	}
	
.pdf-icon li{
	list-style:none;
	}
	
.pdf-icon li a { background: url('../images/PDF_Icon.gif') no-repeat; padding-left:20px;}	
	
.clear {clear: both;}
	
img {border: 0;}
	
.games a {
	display: block;
	float: left;
	text-align: center;
	width: 200px;
	height: 175px;
	text-decoration: none;
	}

	
.smallimage {
	padding:14px;
	border:1px solid #9f9f9f;
	background:#f8f8f8;
	}
	

.f-links {
	float: left;
	width: 240px;
	}
	


.collapsableContent {
	width:100%;
	display:none;
	}

h2.expandable {
	padding:10px 10px 10px 35px;
	background:url(../images/expand.png) no-repeat 0 7px;
	}

h2.expandable:hover {
	cursor:pointer;
}

h2.contractable {
	padding:10px 10px 10px 35px;
	background:url(../images/contract.png) no-repeat 0 7px;
	display:none;
	}

h2.contractable:hover {
	cursor:pointer;
	}



/*
================================
| Live Lines
================================
*/

#livelines {
	
	}

thead th,
tfoot th {
    color: white;
    background-color: #666;
	font-size: 10px;
}

tbody th {
    color: black;
    background-color: #B4B4B4;
	font-size: 10px;
	}


#liveLines table tbody th {
    width: 30%;
    text-align: left;
	font-size: 10px;
	height: 0;
}

#liveLines .first strong {
    font-weight: normal;
	font-size: 10px;
}

/* show which team is 'favourited' */
#liveLines .fav strong {
    font-weight: bold;
	
}

#liveLines table tbody td {
  
    text-align: center;
	font-size: 10px;
}

/* Live Lines module */
.feedBox th, 
.feedBox td {
    border-color: #eee;
} 

div.feedBox,
div.indexBox {
    width: 100%;
	overflow: auto;
    float: left;
    margin-bottom: 0.5em;

}
ul.gettingStarted {
	width:935px;
	margin-top:20px;
}

ul.gettingStarted li {
	display:block;
	width:230px;
	float: left;
	margin-right: 2px;
	
}

ul.gettingStarted li p {
	padding:10px 20px 10px 2px;

}

