/* !Leagues Page CSS */

div#selections {
	position: absolute;
	top: 10px;
	right: 10px;
}

div.subCol_1 {
	position: relative;
	width: 380px;
	height: auto;
	float: left;
}

div.subCol_2 {
	position: relative;
	width: 190px;
	height: auto;
	margin-left: 380px;
	padding-left: 10px;
	text-align: right;
}

/* !Table - Additional Information */

table.leagueDetails {
	display: block;
	width: 100%;
	margin: 1em 0;
	border: none;
}

table.leagueDetails tr {
	border: none;
}

table.leagueDetails tr th {
	padding-top: 2px;
	font-weight: bold;
}

table.leagueDetails tr td {
	padding: 2px 0 0 1em;
	font-weight: normal;
	text-align: left;
}

table.leagueDetails tr.tableTitle th {
	width: 360px;
	padding-bottom: 0;
	background: #d9c06f;
	border: 1px solid #000;
	font-size: 12px;
	font-variant: small-caps;
	letter-spacing: 1em;
	text-align: center;
}

table.leagueDetails tr.tableTitle th  h4 {
	padding-bottom: .25em;
}


table.leagueDetails tr.tableTitle + tr th,
table.leagueDetails tr.tableTitle + tr td {
	padding-top: 1em;
}

/* !Various Field Formats */

h2.leagueTitle {
	font-size: 1.6em;
}

h3#usefulLinks {
	padding: 1em 0 .5em;
}

span.imgCaption {
	width: 100%;
	overflow: hidden;
	font-size: .915em;
	font-style: italic;
	text-align: right;	
}

/* !Home Page */

div#content.league.home div#mainPic {
	width: 320px;
	height: 240px;
	float: right;
	margin-left: 10px;
	border: 1px solid black;
}

div#content.league.home p {
	font-size: 1.3em;
}
