/* CSS Document */

body {
		background-color: #c8c8c8;
		margin: 0px;
		font-family: Helvetica, Geneva, Arial, Verdana, Arial, sans-serif;
		
}

.maintable {
		width:797px;
		border: none;			
			}
			
.top_td {
		height: 10px;
		width: 796px;
		border: 0;
	}
	
.logo_td {
	vertical-align: top;
	padding-top: 3px;
	width: 261px;
	border-left: 2px solid #c8c8c8;
	
	}
.navigation_td {
	vertical-align: top;
	text-align:left;
	padding-top: 3px;
	}
	
.maincontent {
	padding-top: 10px;	
	text-align: left;
	vertical-align: top;
	width: 525px;
	background-color: #FFFFFF;
	font-size: 11px;
	height:100%;
	border-left: 1px solid #c8c8c8;
}
.right_latestnews {
	vertical-align: top;
	background-color: #a3a3a3;
	background-image: url(images/bg_right.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	border: none;
	text-align:left;
	height:145px;
	width: 261px;
	
}
.right_nextgame {
	padding-top: -5px;
	margin-top: -5px;
	padding-left: 15px;
	background-color: #a3a3a3;
	background-image: url(images/bg_right_nextgame.jpg);
	background-repeat: no-repeat;
		
	font-size: 10px;
	border: none;
	vertical-align: middle;
	text-align:left;
	height: 145px;
	width: 261px;
}

.sub_navigation {
	text-align:left;
}
.right_links {
	vertical-align: middle;
	text-align:left;
	padding-top: 10px;
	background-color: #c8c8c8;
	background-image: url(images/bg_links.gif);
	background-repeat: no-repeat;
	border: none;
	
}
.footer {
	background-color: #c8c8c8;
	height: 10px;

}

.pagetitle {
	font-size: 13px;
	font-weight: bold;
}

.smalltext {
	font-size: 9px;
	color:#999999;
}

.newsitem {
	font-weight: normal;
	color: #a31818;
	text-decoration:none;
}

a {
	color: #a31818;
	text-decoration: none;
}

a:hover {
	color: #a31818;
	text-decoration: underline;
}

a.newsitem {
	font-weight: none;
	color: #a31818;
	text-decoration: none;
}

a.newsitem:hover {
	font-weight: none;
	color: #a31818;
	text-decoration: underline;
}
a.subnavi {
	font-weight: none;
	color: #a31818;
	text-decoration: none;
}
a.subnavi:hover {
	font-weight: none;
	color: #a31818;
	text-decoration: underline;
}
a.report_shortcut {
	font-weight: none;
	color: #000000;
	text-decoration: none;
}
a.report_shortcut:hover {
	font-weight: none;
	color: #000000;
	text-decoration: underline;
}


.inputfield {
	font-family: Arial, sans-serif;
	font-size: 11px;
    width: 270px;
    background-image: url(images/input_bg_off.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border-top: 1px solid #a31818;
    border-right: 1px solid #ff2b2b;
    border-bottom: 1px solid #ff2b2b;
    border-left: 1px solid #a31818;
}
.inputfield:focus {
    background-image: url(images/input_bg_on.gif);
    background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.textfield {
	font-family: Arial, sans-serif;
	font-size: 11px;
    width: 270px;
	height:150px;
    background-image: url(images/input_bg_off.gif);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    border-top: 1px solid #a31818;
    border-right: 1px solid #ff2b2b;
    border-bottom: 1px solid #ff2b2b;
    border-left: 1px solid #a31818;
}
.textfield:focus {
    background-image: url(images/input_bg_on.gif);
    background-repeat: repeat-x;
	background-color: #FFFFFF;
}