body {

	background-color: #000000;
	font-family: Tahoma, Arial;
	font-size: 14px;
	color: #FFFFFF;

}


table {

	font-size: 14px;
	border-spacing: 0px;
	_border-collapse: collapse;
	border-width: 0px;

}


.gameListing {

	width: 550px;
	font-size: 14px;

}


.gameHome {

	background-color: #FFFFFF;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: right;
	font-weight: bold;
	height: 30;

}


.gameAway {
	
	background-color: #FFFFFF;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: left;
	font-weight: bold;
	height: 30;
	
}


.vs {

	width: 50px;
	color: #000000;
	background-color: #EBEBEB;
	text-align: center;

}


.gameInfo {

	text-align: center;
	font-size: 12px;
	padding: 3px;
	color: #000000;
	background-color: #CCCCCC;

}


.divider {

	font-size: 3px;
	background-color: #990000;
	color: #990000;
	height: 3px;

}

.spacer {

	font-size: 3px;
	background-color: #000000;
	color: #990000;
	height: 3px;

}


.winPick_home {

	background-color: #97FFCB;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: right;
	font-weight: bold;
	height: 30;

}


.winPick_away {

	background-color: #97FFCB;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: left;
	font-weight: bold;
	height: 30;

}


.locked_home {

	background-color: #FFC1C1;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: right;
	font-weight: bold;
	height: 30;

}


.locked_away {

	background-color: #FFC1C1;
	background-position: right center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 250px;
	text-align: left;
	font-weight: bold;
	height: 30;

}


.selection {

	display: none;

}


.linkBox {

	width: 190px;
	background-image: url('../images/boxBg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 13px;
	padding: 6px;

}

input, select, textarea {

	font-family: Tahoma, Arial;
	font-size: 13px;
	padding: 3px;

}

form {

	margin: 0px;
	padding: 0px;

}

.textSpacer {

	font-size: 3px;

}

a:link, a, a:active, a:visited {

	color: #990000;
	text-decoration: none;

}

a:hover {

	color: #CC0000;
	text-decoration: underline;

}

.bodyTable {

	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;

}

.error {

	font-weight: bold;
	color: #CC0000;

}

.record {

	font-size: 23px;
	font-weight: bold;
	color: #CC0000;

}


.bodyTable_self {

	padding: 5px;
	color: #000000;
	background-color: #97FFCB;

}

.percent {

font-size: 11px;

}

.pickPercent {

	border-style: dotted;
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	padding-bottom: 0px;

}

.pickLastPercent {

	border-style: dotted;
	border-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333333;
	border-bottom-width: 1px;
	padding-bottom: 0px;

}

.pickListing {

	background-color: #FFFFFF;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 100px;
	height: 30;

}

.pickListing_locked {

	background-color: #FFC1C1;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 100px;
	height: 30;

}

.pickListingMine {

	background-color: #EBEBEB;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 5px;
	color: #000000;
	width: 100px;
	height: 30;

}

.outcome {

	background-color: #FFFFFF;
	width: 50px;
	text-align: center;
	color: #000000;

}

.loss {

	color: #CC0000;
	font-size: 20px;
	font-weight: bold;

}

.win {

	color: #009900;
	font-size: 20px;
	font-weight: bold;

}

.tie {

	color: #000000;
	font-size: 20px;
	font-weight: bold;

}

.pickImage {

	vertical-align: middle;

}