/*
 * (c) Andy Race
 * $Id: cdnl.css 110 2009-05-29 23:48:28Z andy $
 */

.popup {
	border-bottom-color: #33CC00;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}

.error {
	color: #CC3333;
	font-size: larger;
}

.titled {
	border-bottom-color: #CCCCCC;
	border-bottom-style: groove;
	border-bottom-width: thin;
	cursor: help;	
}

table.leagueTable {
	color: #3399FF;
	border-collapse:collapse;
	text-align: center;
	white-space: nowrap;
	/* Don't set Width:100% as the table ends up at the bottom of the page */
	width: 99%; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	overflow:auto;
}
table.leagueTable td {  }
table.leagueTable th {  background-color: #EEEEEE; white-space: nowrap}
table.leagueTable td.division { font-size: larger; color: #666666; background-color: #FEF0CF}
table.leagueTable td.played { font-size: larger}
table.leagueTable td.points { font-size: larger; color: #FF6666 ; border-color: black black #0000CC}
table.leagueTable td.position { color: #66CCFF}
table.leagueTable td.name { text-align: left}
table.leagueTable tr.firstRow td {
 border-color: #999999 black #666666; border-style: solid; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px;
background-color: #FEF0CF;
}
table.leagueTable tr.r1 td {
	background-color: #FEF0CF;
}
table.leagueTable tr.r2 td {
	background-color: #FEE8C0;
}
table.leagueTable tr.divider td {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	background-color: #FEF0CF;
	border-bottom-color: #999999;
	border-top-color: #999999;
}
/*
.linkbox a:active { color: #3399FF; font-style: normal; text-decoration: none }
.linkbox a:link { color: #3399FF; font-style: normal; text-decoration: none }
*/
table.scheduleTable {
	color: #3399FF;
	border-collapse:collapse;
	text-align: center;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: larger;
	/* Don't set Width:100% as the table ends up at the bottom of the page */
	width: 99%; 
}
table.scheduleTable tr.error {
	background-color: #FF5353;
}
table.scheduleTable tr.myTeam {
	background-color: #FFCC66;
}
table.scheduleTable tr.myTeam td.score {
	background-color: #FFCC00;
	text-align: center;
}
table.scheduleTable tr.friendly {
	font-size: smaller;
}
table.scheduleTable td.date {
	background-color: #FFE1C4;
	text-align: center;
}
table.scheduleTable td.score {
	background-color: #CCCCCC;
	text-align: center;
}
table.scheduleTable td.errorScore {
	background-color: #FF3300;
	text-align: center;
}
table.scheduleTable tr {
	height: 1px;
}

table.calendarTable {
	color: #3300FF;
	border-collapse:collapse;
	text-align: left;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0;
	padding: 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-indent: 5px;
	background-color: #FFFFCC;
	font-size: larger;
}
table.calendarTable tr.calendarLeague {
	background-color: #EAFFFF;
}
table.calendarTable td.description {
	width: 100%;
}
table.calendarTable td.date {
	color: #6600CC;
}
table.calendarTable tr {
}
table.calendarTable td {
	border-top-color: #00CC00;
	border-top-style: solid;
	border-top-width: 1px;
	white-space: nowrap;
}
table.calendarTable tr.calendarPremier {
	background-color: #EAEAFF;
}
table.calendarTable tr.calendarCounty {
	background-color: #CEFFFF;
}
#printPreview img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: middle;
	position: relative;
}

cite {
	color:#999;
}
