﻿body
{	
	font-family: Verdana;
	font-size: 12px;
	margin: 1px 0px 0px 1px;			
	background-image: url(images/Background.png);
	background-repeat: repeat;
}

a.MiniButton
{
	border:solid 1px black;
	padding: 3px 3px 3px 3px;
	margin: 1px 1px 1px 1px;
	text-decoration: none;
	background-color: #fae5ca;
	color: #27407b;
}
a.MiniButton:hover 
{
	color: Black;
}
a.MiniButton:visited 
{
	color: #27407b;
}

a.button, a.buttonDisabled 
{
	text-align: -moz-center;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	background-color: transparent;
	background-image: url(images/buttonBackground.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 25px;	
	padding: 4px 0 0 0;
	text-align: center;
	color: Black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.buttonDisabled 
{
	background-position: 0 -62px;
}

a.button:hover 
{
	background-position: 0 -31px;
}

.dropdown
{
	background-color: #fae5ca;
	color: #27407b;
}

.titlebreak
{
	height: 10px;
	width: 946px;
	clear: both;
	background-image: url(images/Aluminium.gif);
	background-repeat: repeat-x;
	margin-top:6px;	
}

h1
{
	font-weight: bold;
	font-size: 18px;
	color: #27407b;
}

.NewsHeading
{
	border-bottom: solid 1px #27407b;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.NewsText
{
	border-bottom: solid 1px #27407b;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.infobox
{
	width: 120px;
	height: 74px;
	text-align: center;
	font-size: 9px;
	font-family: Verdana;	
	padding-top: 1px;
	background-image: url(images/infobox.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
}

.logo
{
	float:left;
	padding-left:40px;
	padding-right:40px;
}

.latestScoresBox
{
	float:left;
	width:240px;
	height:100%;
	background-image: url(images/latestScore.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.latestScoreRight
{
	padding-right: 5px;
}

.latestScoreLeft
{
	padding-left: 5px;
}

.latestScoreMiddle
{
	padding-left: 2px;
	border-left: solid 1px black;
	border-right: solid 1px black;
}

.content
{
	float:left;
	padding-left:40px;
	padding-top:5px;
	width:786px;	
}

ul.nav
{
	list-style-type:none;
	margin: 0;
	padding-top:5px;
	padding-left:0px;
}

ul.nav li a
{
	display: block;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #27407b;
	width: 98px;
	height: 24px;
	padding-left: 22px;
	padding-top: 6px;
	margin: 2px 0px 2px 0px;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

ul.nav li.sel a
{
	background-image: url(images/buttonSel.gif);
}

ul.nav li a:visited
{
	color:#27407b;
}

ul.nav li a:hover
{
	color: red;
}

tr>td.BoxingTop
{
	background-image: url(images/Upper.png);
	background-repeat: repeat-x;
}
.BoxingTop
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Upper.png', sizingMethod='scale');
}
tr>td.BoxingBottom
{
	background-image: url(images/Lower.png);
	background-repeat: repeat-x;
}
.BoxingBottom
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Lower.png', sizingMethod='scale');
}
tr>td.BoxingLeft
{
	width:38px;background-image: url(images/Left.png);
	background-repeat: repeat-y;
}
.BoxingLeft
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Left.png', sizingMethod='scale');
}
tr>td.BoxingRight
{
	width:38px;background-image: url(images/Right.png);
	background-repeat: repeat-y;
}
.BoxingRight
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/Right.png', sizingMethod='scale');
}
.BoxingInner
{
	padding: 10px 10px 5px 15px;
	width:950px;background-color: #f8d198;
	background-image: url(images/fade.gif);
	background-repeat: repeat-x;
}
tr>td.BoxingCornerTopLeft
{
	background-image: url(images/Corner_UpperLeft.png);
}
tr>td.BoxingCornerTopRight
{
	background-image: url(images/Corner_UpperRight.png);
}
tr>td.BoxingCornerBottomLeft
{
	background-image: url(images/Corner_LowerLeft.png);
}
tr>td.BoxingCornerBottomRight
{
	background-image: url(images/Corner_LowerRight.png);
}