/* Main Page*/

body {font-size: 100%; margin: 0px auto; padding: 0px; background: url(../img/background_1.gif) top center repeat-y; font-family: Verdana;}

.page-container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #005bbf;
	background-repeat: repeat-y;
	background-position: left top;
}

/* Header */
.header_text_box {
	width: 770px;
	top: 14px;
	position: absolute;
	z-index: 2;
	background-color: transparent;
	font-weight: bold;
}
.header_text {
	margin: 0px;
	padding: 0px;
	font-size: 9px;
	color: #daa520;
	float: right;
	font-family: Verdana;
	font-weight: normal;
}	
/* Top Links */
.top_links {
	clear: both;	
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	text-align: center;
	color: #FFFFFF;
	font-size: 10px;
}
.top_links ul {
	float: left;
	width: 770px;
	height:90%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-weight: normal;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #daa520;
	border-bottom-color:#daa520;
	font-family: Verdana;
	
}	
.top_links li {
	display: inline;
		
}

.top_links li a {
	display: block;
	float: left;
	height: 12px!important;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #005bbf;
	color: #454545;
	text-transform: none;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;
}
.top_links li a:hover {
	display: block;
	float: left;
	height: 12px!important;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px #005bbf;
	color: #454545;
	text-transform: none;
	text-decoration: none;
	font-size: 10px;
	color:#005bbf;
	background-color:#daa520;
	}
	
.top_links a:visited {
	display: block;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-right: solid 1px rgb(54,83,151);
	color: #454545;
	font-weight:normal;
	text-transform: none;
	text-decoration: none;
	font-size: 10px;
	font-family: Verdana;
	font-weight:bold;
}
/* Space Bars */
.space_bar {
	clear: both;
	width: 770px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255,255,255);
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.space_bar1 {
	clear: both;
	width: 770px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #005bbf;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}



/* Left Box */
.left_box {
	overflow: hidden;
	clear: both;
	float: left;
	width: 170px;
	min-height: 500px;
	border-right-width:1px;
	margin: 0px;
	padding: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-size: 9px;
}
.left_box ul {
	width: 175px;
	margin: 0px 0px 20px 0px;
	padding-top: 3px;
	padding-bottom:3px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}	

	
.left_box li {
list-style:none; 
}
.left_box li.header{
	margin: 0px;
	height: 12px!important;
	background-color: #005bbf;
	color: #daa520;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: normal;
}


.left_box li a {
	display: block;
	height: 12px !important;
	margin: 0px;
	color: #454545;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	background-color: #FFFFFF;
	font-family: Verdana;
	list-style-type: none;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 16px;
	background-image: url(../img/gold_bullet.gif);
	background-repeat: no-repeat;
	background-position: 5px ;
	left: 4px;
}
 
.left_box li a:hover{
	display: block;
	height: 12px!important;
	font-weight: bold;
	font-size: 10px;
	color:#333333;
	background-color:#daa520;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.left_box li a:visited{
	display: block;
	height: 12px!important;
	font-weight: bold;
	font-size: 10px;
	color:#005bbf;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 20px;
}


.left_box_textbox{
	margin: 0px;
	background-color: rgb(255,255,255);
	font-family: Verdana;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	}
	
.left_box_textbox p{
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.left_box_textbox a{
	margin: 0px 0px 10px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #005bbf;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
.left_box_textbox a:hover{
	margin: 0px 0px 10px 0px;
	font-family: Verdana;
	font-size: 10px;
	color: #cc9933;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

/* Page Content*/
.page_content a {
	display: block;
	min-height: 1.7em;
	height: 12px !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	color: #005bbf;
	text-decoration: none;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
.page_content a:hover{
	display: block;
	min-height: 1.7em;
	height: 12px!important;
	font-weight: bold;
	font-size: 10px;
	color:#daa520;
	text-decoration: none;	
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page_content a:visited{
	display: block;
	min-height: 1.7em;
	height: 12px!important;
	font-size: 10px;
	color:#daa520;
	font-weight: bold;
	background-color: #ffffff;
	text-decoration: none;	
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page_content {
	float: right;
	width: 575px;
	margin: 0px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.page_content-container {
	clear: both;
	float: left;
	width: 590px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
}
.page_content-container-1col {
	overflow: hidden;
	width: 418px;
	margin: 5px;
	padding: 0px;
	font-family: Verdana;
	font-size: 11px;
	left: 10px;
}
.page_content_header {
	overflow: hidden;
	width: 575px;
	color: #005bbf;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.page_content_container_3col_left {
	overflow: hidden;
	float: left;
	width: 270px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
.page_content_container_3col_center {
	overflow: hidden;
	float:left;
	width: 127px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.page_content_container_3col_right {
	overflow: hidden;
	float: right;
	width: 270px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: auto;
	top: 1px;
	vertical-align: top;
}
.page_content_container_3col_left ul {
	width: 270px;
	margin: 0px 0px 00px 0px;
	padding: 0px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}	
.page_content_container_3col_left li 
{list-style:none; 
margin: 0px; 
padding: 0px;
}
.page_content_container_3col_left li.header{
	margin: 0px;
	height: 12px!important;
	background-color:#005bbf;
	color: #daa520;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: normal;
}
.page_content_container_3col_center ul {
	width: 125px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}	
.page_content_container_3col_center li 
{list-style:none; 
margin: 0px; 
padding: 0px;
}
.page_content_container_3col_center li.header{
	margin: 0px;
	height: 12px!important;
	background-color:#005bbf;
	color: #daa520;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: normal;
}
.page_content_container_3col_right ul {
	width: 270px;
	margin: 0px 0px 00px 0px;
	padding: 0px;
	background-color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}	
.page_content_container_3col_right li 
{list-style:none; 
margin: 0px; 
padding: 0px;
}
.page_content_container_3col_right li.header{
	margin: 0px;
	height: 12px!important;
	background-color:#005bbf;
	color:#daa520;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	vertical-align: middle;
	line-height: normal;
}
.page_container_3col_text {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	color: #454545;
	font-weight: normal;
	}

.page_container_3col_text_bold {
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 10px;
	color: #454545;
	font-weight: bold;
	
}
.page_content_textbox {
	margin: 0px;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	font-weight: normal;
	width: 575px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Right Box */
.right_box a {
	display: block;
	min-height: 1.7em;
	height: 12px !important;
	height: 1.7em;
	line-height: 1.7em;
	margin: 0px;
	color: #005bbf;
	text-decoration: none;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 
.right_box a:hover{
	display: block;
	min-height: 1.7em;
	height: 12px!important;
	font-weight: bold;
	font-size: 10px;
	color:#daa520;
	text-decoration: none;	
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_box a:visited{
	display: block;
	min-height: 1.7em;
	height: 12px!important;
	font-size: 10px;
	color:#daa520;
	font-weight:bold;
	background-color: #ffffff;
	text-decoration: none;	
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_box {
	overflow: hidden;
	float: right;
	width: 160px;
	min-height: 500px;
	margin: 0px;
	text-align: left;
	color: #CC8F00;
	font-family: Verdana;
	font-size: 9px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.right_box_header{
	background-color: #005bbf;
	color: #daa520;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.right_box_textbox {
margin: 0px; 
padding: 2px 10px 3px 10px; 
color: #454545; 
font-size: 10px;}

.right_box_textbox p{
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	font-style: normal;
	font-weight: normal;
}
.right_box_textbox1 {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	color: #454545;
	font-size: 10px;
	background-image: url(../img/pat_book.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.right_box_textbox1 p{
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	font-family: Verdana;
	font-size: 11px;
	color: #454545;
	font-style: normal;
	font-weight: normal;
}
.right_box_textbox2 {
	margin: 0px;
	padding: 2px 10px 3px 10px;
	color: #454545;
	font-size: 10px;
	background-image: url(../img/mirfield_50no.gif);
	background-repeat: no-repeat;
}

.right_box_textbox2 p{
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 3px 10px;
	font-family: Verdana;
	font-size: 10px;
	color: #454545;
	font-style: normal;
	font-weight: normal;
}	
/* Headings */
h1 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 160%;}
h2 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 150%;}
h3 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 140%;}
h4 {margin: 1.0em 0px 0.5em 0px; font-weight: bold; font-size: 130%;}
h5 {margin: 0px 0px 0.2em 0px; font-weight: bold; font-size: 130%;}
h6 {margin: 0px 0px 0.2em 0px;font-weight: bold; font-style: italic; font-size: 130%;}

/* Footer */
.footer {
	clear: both;
	width: 770px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: #005bbf;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #daa520;
}
/*Miscellaneous*/

.maintext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.sub_header {
	margin: 0px;
	padding: 0px;
	color: #daa520;
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana;
}
.sub_header1 {
	margin: 0px;
	padding: 0px;
	color: #005bbf;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	}
.small_header {
	margin: 0px;
	padding: 0px;
	color: #daa520;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana;
}
.bodytext {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
}
.tabletext {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #454545;
}
.tabletextbold {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #454545;
}
.bodytextbold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #454545;
	font-weight: bold;
}
table {
		border:1px solid #cccccc;
		border-collapse:collapse;
		font-family:verdana;
		font-size:60%;
	
	}
	td,th{
		border:0px solid #ffffff;
		border-collapse:collapse;		
		border-right:0px;
		border-bottom:0px;
	
			
	}
	
	#pos #t #pl #w #l #a #pt
	
                    	
	#versus,#venue,#comp,#mcc,#opps,#pts,#report
	#date,#versus,#result	
	  
	caption	{
		background:#ffffff;
		font-size:140%;
		border:0px solid #000;
		border-bottom:none;
		padding:5px;
		text-align:left;
	}
	thead th{
		font-size:10px;
		color:#daa520;
		background:#005bbf;
		text-align:center;		
				
	}
	tbody th{
		text-align:left;
	 	
		
		
	}
	tfoot td{
		text-align:center;
		font-weight:bold;
		background:#ffffff;		
		border-top-color:#cccccc;
		border-top-width:thin;
		
		
	}
	tbody td{
			
	}
	tbody tr.odd td{
		background:#cccccc;
	}
