/* Common */
body
{
	color: #FFF;
	/* background: #5b7ca8;	*/
	/* text-align: center;	*/
	font-family:Arial;
	
	background: #435b7c;
	background-image: url(bkg.png);
	background-repeat: repeat-x; 
}
img	{	border:none;	}
h2	{	text-align:center;	}
a {	text-decoration: none;	}
a:link {	color: #DEF;	}
a:visited {	color: #DEF;	}
a:hover {	color: #FF0;	}


/* Generic Table A */
table
{
	border-spacing: 0;
}
table td
{
	border-top: 1px solid #5b7ca8;
}
table td, table th
{
	padding: 10px;
}


/* Sub-Container (Colored Div) */
#subcontainer
{
	/* background:#69C; */
	border: 1px solid #069;
}


/* Scoreboard Panel */
table#scoreboardpanel
{
	border-right: 2px solid #069;
}


/* Award Panel */
table#awardpanel
{
	border: 0;
}
table#awardpanel td
{
	/* background: #69C; */
	border: 0;
	border-top: 1px solid #8BE;
}
table#awardpanel th, table#awardpanel td, #subcontainer
{
	background: #69C;
}
table#awardpanel td
{
	color: #147;
}



/* Profile Panel */
table#profilepanel
{
	border-bottom: 1px solid #5b7ca8;
}
table#profilepanel td.row1, table#profilepanel td.row2
{
	border: 0;
	background: #e1eeff;
}
table#profilepanel th
{
	border-bottom: 1px solid #5b7ca8;
}


/* Table Striping */
td.row1, tr.row1	{	background: #e1eeff;	}
td.row2, tr.row2	{	background: #cae1ff;	}


/* Generic Table B */
table
{
	background: #69C;
}
th.table_title
{
	font-size:x-large;
	color: #FFF;
}
td
{
	color: #000;
	border:0;
}


/* Table Links */
table a {	text-decoration: none;	}

table a:link {		color: #006;	}
table a:visited {	color: #006;	}
table a:hover {		color: #36F;	}

table th a:link {	color: #BDF;	}
table th a:visited {	color: #BDF;	}
table th a:hover {	color: #FF0;	}

table#awardpanel a:link, table#awardpanel a:visited
{
	color: #BDF;
}
table#awardpanel a:hover
{
	color: #FF0;
}

/* Award Panel Titles (Special Case) */
table#awardpanel div.awardtitlelink a:link, table#awardpanel div.awardtitlelink a:visited
{
	font-weight: bold;
	color: #258; /* Lighter than the expected #147, partially because of bolding, I think */
}
table#awardpanel div.awardtitlelink a:hover
{
	color: #FF0;
}

span.red	{	color: #A00;	}
span.yellow	{	color: #AA0;	}
span.green	{	color: #070;	}

span#scrapedetails {	color: #247; }

