@charset "utf-8";
/* CSS Stylesheet for Squad and WAGs Corner page only */

table#sq, table#ats {
	width: 720px;
	margin-left: 30px;
	margin-bottom: 30px;
	font-size: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	color: #333333;
	border-spacing: 0;
	border: 0;
}

table#ats {
	width: 400px;
}

table#sq thead tr th, table#ats thead tr th {
	border-bottom: 1px solid #072029;
	background: #05414A;
	height: 23px;
	color: #FFFFFF;
}

table#sq td, table#ats td {
	background: url(../images/bg-table_fr.png) repeat-x top left;
	height: 22px;
}

table#sq td.sq-num, table#ats td.ats-num {width: 57px; border-right: 1px dotted #072029; font-weight: bold;}
table#sq td.sq-name, table#ats td.ats-name {width: 179px; font-weight: bold;}
table#sq td.sq-pos, table#ats td.ats-pos {width: 92px; border-left: 1px dotted #072029;}
table#sq td.sq-ass {width: 64px; border-left: 1px dotted #072029;}
table#sq td.sq-apps, table#ats td.ats-apps {width: 64px; border-left: 1px dotted #072029;}
table#sq td.sq-goals, table#ats td.ats-goals {width: 64px; border-left: 1px dotted #072029;}
table#sq td.sq-cards {width: 64px; border-left: 1px dotted #072029;}
table#sq td.sq-motm {width: 64px; border-left: 1px dotted #072029;}
table#sq td.sq-rating {width: 64px; border-left: 1px dotted #072029;}

table#sq td.sq-name a, table#sq td.sq-view a, table#ats td.ats-name a {
	color: #333333;
	text-decoration: underline;
}

table#sq td.sq-name a:hover, table#sq td.sq-view a:hover, table#ats td.ats-name a:hover {
	color: #30BC76;
	text-decoration: none;
}

ul#wag-list {
	margin-left: 65px;
	font-size: 0.8em;
	list-style: none;
	margin-bottom: 50px;
}

ul#wag-list li {
	line-height: 19px;
}

form#player-select {
	margin-left: 30px;
}

form#player-select option {
	width: 150px;
	padding: 1px;
	color: #666666;
}


