/* CSS Document */



body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400; font-size: 14px;
	color: #000000; 
	text-align: center;
	background-color: #000000;
}

p {  margin-top: 0em; margin-bottom: 0.4em}


h1 {
	font-size: 1.6em; margin-top: 0px; margin-bottom: 0.5em; text-align: center
	}
	
h2 {
	font-size: 1.4em; margin-top: 0.2em; margin-bottom: 0.5em
	}
	
h3 {  font-size: 1.2em; margin-top: 0.2em; margin-bottom: 0.5em}
h4 {  font-size: 1.0em; margin-top: 0.2em; margin-bottom: 0em}

a:link {  text-decoration: underline; color: #30C}
a:active {  text-decoration: underline; }
a:hover {  text-decoration: none}
a:visited { }

img {border: 0;}

hr {
	color: red;
	height: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.smalltxt {  font-size: x-small}

.out {  color: #666666; text-decoration: line-through}

.BodyIndent {
	margin-left: 20px;
	margin-bottom: 50px;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #00CC00;
	border-bottom-color: #00CC00;
}

.centreLineBg { background-image: url(../images/line-red-bg.gif); background-repeat: repeat-y; background-position: center}

table.WedPool {
	width: 100%;
	border-collapse: collapse;
	background-color: #CCFFFF;
	border: 1px #000000 solid;
	vertical-align: top;
	margin-bottom: 7px;
	margin-top: 7px;
}

table.WedPool td.corner  {
width: 43%    
	}	
	
table.WedPool th {
    text-align: left;
	color: black;
    padding: 0.1em 0.2em 0.1em 0.3em;
	border: 1px solid;
    background: #FFFFFF;
	border-color: black #00FF00}
table.WedPool td {
    text-align: left;
    border: 1px solid;
    padding: 0.1em 0.2em 0.1em 0.3em;
	border-color: #00CC00 #00FF00}
table.WedPool .winner {
    background: #99FFFF;
	font-weight: normal}
table.WedPool tfoot td {
    background: #FFF;
	font-size: x-small	}
table.WedPool .tableSecBreak{
    background: #FFF;
	font-size: x-small	}


.line-above {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

.player-iconRed {
	margin-right: 4px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #FF0000;
	vertical-align: baseline;
}

.player-iconBl {
	vertical-align: baseline;
	margin-right: 4px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #0000FF;
}

.rounds-links {
	background-color: #FFFF00;
	text-align: center;
}


.highlight-txt {  font-style: italic; color: #FF0000}


.BreakNews {
	background-color: #FFFF00;
	border: 2px solid #FF0000;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.BreakNewsScroll {
	overflow: auto;
	/*width: 585px;*/
	height: 150px;
	background-color: #00FF00;
	border: 2px inset silver;
	padding-top: 0.4em;
}

.BreakNewsScroll p {
/*	width: 545;
*/	border-bottom: 1px solid #FF0000;
	margin-right: 0.4em;
	margin-left: 0.4em;
	padding-bottom: 0.4em;
}
.winner-final {
	background-color: #FFFF00;
	letter-spacing: .2em;
	line-height: 1.3em;
}






/*START of Styles for PAGE LAYOUT*/

/*.heading {
  text-align: center;
}
*/


#container {
	width: 990px;
	/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
	/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
	background-color: #00CC00;
}


#left {
	float: left;
	width: 145px;
}
#right {
	float: right;
	width: 145px;
}

#title{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#middle_container {
	float: left;
	width: 700px;
}
#middle_main {
	padding: 0 30px 20px;
	width: 640px;
	background-color: #00FF00;
	background-image: url(../images/cushion-left_right.gif);
	background-repeat: repeat-y;
	}
* html #middle_main {
	width: 700px;
	/*w\idth: 650px;*/
	}


#custiontopBg {
	height: 38px;
	width: 700px;
	background-color: #00FF00;
	background-image: url(../images/cushion-top.gif);
	background-repeat: no-repeat;
}

#right_text {
	width: 135px;
	margin-left: 5px;	
	}
	
#left_text {
	width: 135px;
	margin-left: 5px;
	}


#footer {
	padding-top: 20px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
}

#footer a:link { color: #FF0000;
}


table.threeColLayout {
	width: 100%;
	border-collapse: collapse;
	
}


/*END of Styles for page layout*/
