body
{
	margin: 0px;
	background-color: #4F67A0;
	font-family: Verdana;
	font-size: 11px;
}

#game_main
{
	width: 100%;
	padding: 1px;
}

#game_content
{
	padding-top: 50px;
	text-align: center;
}

#game_header
{
	height: 80px;
	width: 100%;
	background-image: url("/games/Pro Rugby Manager 2005/images/header_back.gif");
}

#game_menu
{
	float: left;
	width: 325px;
	height: 80px;
	background-image: url("/games/Pro Rugby Manager 2005/images/header_menu_back.gif");
}

#game_header_title
{
	margin-left: 50px;
	margin-top: 8px;
	float: left;
	color: white;
	font-size: 20px;
	font-weight: bold;
}

#game_header_right
{
	float: right;
	width: 141px;
	height: 80px;
	background-image: url("/games/Pro Rugby Manager 2005/images/header_right_back.gif");
}


/* table.results { border-style: solid; border-width: 1px; border-color: white; border-collapse: collapse; } */
/* table.results { border-width: 0px; border-spacing: 1px; } */
table.results th {
	background-image: url("/games/Pro Rugby Manager 2005/images/table_th_back.gif");
	height: 26px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	border-style: solid;
	border-color: white;
	border-width: 0px;
	border-left-width: 1px;
	border-right-width: 1px;
}
table.results tr.pair { background-color: #4B5D91; height: 25px; }
table.results tr.impair { background-color: #3A4D86; height: 25px; }
table.results td { padding-left: 20px; padding-right: 20px; color: white; font-size: 11px; }
table.results td.winner { font-size: 20px; color: white; font-weight: bold; }
table.results td.loser { font-size: 18px; color: white; }

h1 { margin-top: 10px; }

div.th_back_left
{
	float: left;
	width: 12px;
	height: 26px;
	background-color: white;
}
div.th_back_right
{
	float: right;
	width: 12px;
	height: 26px;
	background-color: white;
}

button.game_menu
{
	background-image: url("/games/Pro Rugby Manager 2005/images/button_back.gif");
	height: 18px;
	font-size: 10px;
	width: 128px;
	margin-left: 6px;
	border-type: solid;
	border-width: 1px;
	border-color: #C18030;
	margin-bottom: 2px;
}

a
{
	color: white;
}
