body { 
	background:			#87CEFA;
	color:				#0000AA;
	text-align:			center;
	font-family:		Tahoma, Verdana;
	}
img {
	border:				0;
	}
h1 {
	}
a {
	color:				#151B8D;
	}

/* The Players Table */
.divInvitations {
	margin-top:			1em;
	}
#tblInvitations {
	margin:				auto;
	}
#tblInvitations caption {
	font-size:			2.4em;
	font-weight:		bold;
	padding-bottom:		0.25em;
	}
.tdTitle {
	font-size:			1.5em;
	font-weight:		bold;
	text-align:			center;
	}
/* Borders to give the brick effect */
.tdLinks, .tdPlayer, .tdComment, .tdIndex {
	border-top:			0.0625em solid #FFFFFF;
	border-bottom:		0.0625em solid #202020;
	}
.tdLinks, .tdIndex  {
	border-left:		0.0625em solid #FFFFFF;
	border-right:		0.0625em solid #404040;
	}
.tdPlayer {
	border-left:		0.0625em solid #FFFFFF;
	text-align:			center;
	}
.tdComment {
	border-right:		0.0625em solid #606060;
	text-align:			left;
	}
/* Padding and fonts */
.tdLinks {
	padding-top:		0.0625em;
	padding-bottom:		0.1875em;
	text-align:			center;
	}
.tdPlayer, .tdComment {
	padding-top:		0.25em;
	padding-bottom:		0.375em;
	padding-left:		0.75em;
	font-size:			larger;
	font-weight:		bold;
	}
.tdIndex {
	width:				2em;
	padding-top:		0.0625em;
	text-align:			center;
	}
.tdName {
	padding-top:		0.0625em;
	padding-left:		0.75em;
	text-align:			center;
	}
.tdInvite {
	padding-top:		0.3125em;
	padding-left:		0.75em;
	padding-right:		0.75em;
	}
.txtComment {
	width:				20em;
	margin-bottom:		0.3125em;
	}
.btnInvite {
	margin-left:		0.6em;
	width:				4.25em;
	}

.tdRanking {
	padding-left:		0.5em;
	padding-right:		0.5em;
	text-align:			left;
	}
.tdRanking div {
	margin-bottom:		0.11em;
	border-bottom:		1px solid rgba( 255, 255, 255, 0.16);
	border-bottom:		1px solid rgba( 0, 0, 0, 0.06);
	padding-bottom:		0.11em;
	}
.tdRanking span {
	display:			inline-block;
	margin-right:		2em;
	width:				3.5em;
	text-align:			right;
	}

div .divWarning {
	margin-bottom:		1em;
	border:				0;
	background:			rgba( 255, 255, 255, 0.18);
	padding-top:		0.25em;
	padding-left:		0.5em;
	padding-right:		0.5em;
	color:				red;
	}
.divWarning > div {
	border:				0;
	padding-top:		0.5em;
	padding-bottom:		0.5em;
	color:				#0000AA;
	}
/* The colours */
.divInvitations {
	}
#tblInvitations {
	background:			#87CEFA; /* Page background */
	}
.tdLinks, .tdIndex, .tdPlayer, .tdComment {
	background:			#FF9020;
	color:				#B04010;
	}
.txtComment {
	background:			#FFD040;
	}
.btnInvite {
	background:			#FFC040;
	}

/* The link separators at the top of the Players Table */
.spnLinkSep {
	padding-left:		0.375em;
	padding-right:		0.375em;
	color:				#659AE6; /* Page color faded 75% */
	}

/* The Rules section below the Players Table */
#divRules {
	clear:				both;
	font-size:			1.125em;
	}
#divRules ul {
	padding-left:		4em;
	padding-right:		4em;
	}
#divRules li {
	margin-bottom:		1.25em;
	}
#divRules hr {
	margin-top:			1.5em;
	width:				60%;
	}
