html, body{
	background:#000;
	margin: 0;
	padding: 0;
	height: 100%;

}


.clearfix:after {
	clear: both;
	display: block;
	content: " ";
	height: 0px;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide these rules from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
li.clearfix {
	display: list-item;
}
/* End hide from IE-mac */


h3.blink{
	text-decoration: blink;
	font:normal bold 8pt arial, helvetica, sans-serif;
	display: inline;
	color: #000;
	margin: 0;
}

p.notice{
	text-decoration: none;
	font:normal normal 9pt arial, helvetica, sans-serif;
	color: #000;
	text-align: center;
	
}

img{
	display:block;
}

div#all{
	position: relative;
	margin: 0;
	padding: 0;
	min-width: 1000px;
	width: 100%;
	background: #d1dadb;
	min-height: 100%;
	height: auto;
}

div#top{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 50px;
	background:#bdcacd url(img/logo.png) no-repeat center;
	text-align: center;
	border-bottom:10px solid #485b60;
}


div#site{
	width:1000px;
	margin: 0 auto;
	padding-bottom: 30px;
	border-left: 1px solid #485b60;
	border-right: 1px solid #485b60;
	border-bottom: 5px solid #485b60;
	background: #fff;
}
div#menu{
	float: left;
	position: relative;
	width:150px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	border-right: 1px solid #485b60;
	border-bottom: 1px solid #485b60;
	background: #fff;
}

div#center{
	text-align: center;
	float: left;
	position: relative;
	margin-left: 0px;
	padding-top: 25px;
	padding-bottom: 45px;
	width: 698px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}
div#menuz{
	float: right;
	position: relative;
	width:150px;
	border-left: 1px solid #485b60;
	border-bottom: 1px solid #485b60;
	background: #fff;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 8pt;
}

ul.navbar{
	background: #bdcacd;
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
}

ul.navbarz{
	background: #bdcacd;
	list-style-type: none;
	padding: 10px 0px 10px 0px;
	margin: auto;
	text-align: center;
}

ul.navbar li{
	padding: 1px 12px 1px 12px;
	text-decoration: none;
	color: #f0f0f0;
}
ul.navbarz li{
	text-decoration: none;
}
a{
    text-decoration: none 
}
a:link {
    color: #000; 
}
a:visited {
    color: #000;
}
ul.navbar li a:hover{
    text-decoration: underline;
    color: #009900;
}



table.tscore{
	margin: auto;
	border-collapse: collapse;
	width: 586px;
}

tr.pro{
	background: #fff;
}

tr.contra{
	background: #f5fafa;
}
td{
	padding: 1px 12px 1px 12px;
	color: #6d929b;
}
td a:hover{
    text-decoration: none;
    color: #009900;
}
td.head{
	text-align: left;
	height: 18px;
	font-weight: bold;
	background: #6d929b;
	color: #fff;
}

td.headfront{
	text-align: left;
	height: 16px;
	font-weight: normal;
	background: #d0e4e4;
	color: #000;
}
td.results{
	text-align: left;
	height: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
td.date{
	text-align: left;
	height: 16px;
	font-style: italic;
	color: #000;
	background: #d0e4e4;
}


td.status{
	height: 15px;
	text-align: left;
	color: #000;
	width: 50px;
}

td.teamh{
	height: 15px;
	text-align: right;
	color: #000;
	width: 160px;
}
td.teama{
	height: 15px;
	text-align: left;
	color: #000;
	width: 210px;

}

td.stand{
	height: 15px;
	text-align: center;
	color: #000;
	width: 70px;
}
