/* Rob's styles that are not in phase4.css */
.squarebox table  {
	border-collapse:separate;
}

.selecttable table#selectmenus tr td {
	padding:5px;
}

table#playertable tr td {
	padding:3px;
}

.squarebox h3 {
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	color:#ff0000;
	margin:0 0 3px;
}

/*
.factbox {
	margin-left:80px;
	clear:left;
}
*/

.selecttable {
	width:336px;
	min-height:525px;
	height:auto !important;
	height:525px;
}

.selecttable .header {
	width:316px;
}

.selecttable table {
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #cccccc;
	margin-bottom:10px;
	margin-left:4px;
}

.selecttable table#selectmenus {
	color:#FF3300;
	width:326px;
	margin-left:4px;
}

.selecttable table#playertable th {
	font-size:12px;
	padding:3px;
}

.selecttable table#playertable {
	font-size:13px;
}

.selecttable table#playertable {width:326px;}


/* Chris's styles */
#playertable .ui-draggable, #pitch .ui-draggable {
	cursor:pointer;	
}

#playertable .ui-draggable-dragging {
	background:#e5e5e5;
	cursor:move;
}

#pitch .drophover {
	background:url(/resources/images/phase4/best11/Your11-rollover.png) no-repeat;
	_background:url(/resources/images/phase4/best11/Your11-rollover.gif) no-repeat;
}

#pitch .drophover .playername, #pitch .drophover .cupyear, #pitch .drophover .teamshirt, #pitch .drophover .ranking {
	display:none;
}

#pitch .card {
	z-index:1000;
}

#pitch .card .ui-draggable-dragging {
	background:#fff;
	overflow:hidden;
	height:81px;
	cursor:move;
}

.leftcontent .btn_reset {
	float:right;
	margin:10px 18px 0 0;
}

.stpcontent p {
	margin:0 0 10px;	
}

.stpcontent p strong {
	font-weight:700;
}

#finishpitch {
	background:url("/resources/images/best11/greatest-11-start.gif") no-repeat;
	height:538px;
	left:16px;
	position:absolute;
	width:399px;
	z-index:1000;
}

#finishpitch .share-links {
	list-style-type:none;
	margin:10px 0;
	padding:0 0 10px;
	border-bottom:1px solid #787878;
	overflow:hidden;
}


#finishpitch .share-links li {
	float:left;
	height:22px;
	margin:0 5px 0 0;
}

#finishpitch a.return {
	font-weight:700;
	color:#787878;
	text-decoration:none;
	padding:0 16px 0 0;
	position:static;
	background:url("/resources/images/best11/link-arrow.gif") no-repeat right center;
}

#finishpitch a.return:hover {
	text-decoration:underline;
}

