/* CSS Document */

/* ***** Forms ***** */
form p {
	margin: 1px 0px;
}

form p label {
	display: block;
	float: left;
	padding-right: 10px;
	width: 90px;
}

form p input {
	width: 130px;
	
	border: 1px solid #c7c7c3;
	
	color: #474743;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
}
	
	/* Field Sizes and Types */
form p input.numeric { width: 60px; text-align: right; }
form p input.sml { width: 60px; }
form p input.lng { width: 200px; }

	/* Required and Read-Only Field Indicators */
form p.required input { background-color: #e7e7e3; }
form p.readOnly input { border: 0px none #000000; background-color: #ffffff; }

	/* Buttons */
form p input.btn {
	width: auto;
	
	border: 1px solid #5786bb;
	background-color: #5786bb;
	
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

	/* Unique Form Elements */
form p select.lstPeople {
	height: 80px;
	padding: 2px 0px 0px 2px;
	width: 320px;
	
	border: 1px solid #878783;
	
	color: #474743;
	font-family: arial,sans-serif;
	font-size: 8pt;
}

/* ***** Links ***** */
p.pk6Button {
	height: 30px;
	margin: 30px 0px;
}

a#btnPK6AddToOrder {
	display: none;
	height: 30px;
	margin: 0px 0px 0px 30px;
	width: 140px;
	
	background-image: url('../images/btnAddToOrder_sprite.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}
a#btnPK6AddToOrder:hover { background-position: left bottom; }

/* ***** Lists ***** */
ul#footballLadder {
	width: 200px;
}

ul#footballLadder li:hover {
	background-color: #CCCCCC;
}

ul#pick6DropZone {
	display: block;
	height: 150px;
	margin: 0px;
	padding: 0px;
	width: auto;
}

ul#pick6DropZone li {
	display: block;
	float: left;
	height: 150px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	width: 110px;
	
	background-image: none;
	
	font-size: 11px;
	text-align: center;
}

ul#pick6DropZone li.empty {
	background-color: transparent;
	background-image: url('../images/bgDropListItem.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

ul#pick6DropZone li div {
	height: 138px;
	padding: 5px;
	width: 98px;
	
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

ul#pick6DropZone li h4 {
	margin-top: 5px;
	
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
}

.clone {
	opacity: 0.5;
}

	/* Pick 6 Search Results */
ul.pick6SearchResults {
	margin: 0px;
	padding: 0px;
	
	list-style-type: none;
}

ul.pick6SearchResults li {
	float: left;
	height: 80px;
	width: 370px;
	margin: 0px 30px 10px 0px;
	padding: 0px;
	
	background-image: none;
	
}

ul.pick6SearchResults h4 {
	margin-bottom: 0px;
	
	font-size: 12px;
	font-weight: bold;
}

ul.pick6SearchResults a img {
	float: left;
	margin: 2px 10px 20px 0px;
	padding-bottom: 0px;

	border: 0px none #000000;
}

ul.pick6SearchResults a { font-weight: bold; }

/* ***** Tables ***** */
table.orderContents {
	border-collapse: collapse;
}

table.orderContents tfoot {
	border-top: 1px solid #cccccc;
}

table.orderContents th {
	padding: 3px 10px;
	
	background-color: #89a7ca;
	border: 0px none #000000;
	
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	
	vertical-align: bottom;
}

table.orderContents td {
	padding: 2px 10px;
	
	vertical-align: top;
}
table.orderContents th.numeric,
table.orderContents td.numeric { text-align: right; }
table.orderContents td.altCurrency { color: #878787; text-align: right; }
table.orderContents td.chk { text-align: center; }

table.orderContents td.orderItem {
	width: 300px;
	
	font-size: 14px;
	text-transform: capitalize;
}
table.orderContents tr.altRow { background-color: #e8e8e8; }

