*
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Arial, Helvetica, Sans-Serif;
}

body, input, select, textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
}

ul
{
	margin: 0;
	padding: 0 0 10px 0;
}

li
{
	margin-left: 25px;
}

h1
{
	font: normal normal bold 18pt Georgia, Arial, Verdana;
	color: #fca22a;
}

h2
{
	font: normal normal normal 14pt Arial;
}

img
{
	border: none;
}

p
{
	padding: 0 0 10px 2px;
}

div#pageContainer
{
	width: 915px;
	padding: 3px 3px 3px 3px;
	margin: 1em auto;
	background-color: #000000;
}

div#subNav
{
	margin-left: -1px;
}

div#topPanel
{
	border-bottom: #000000 1px solid;
	background-image: url(../images/GRSC_Header4.jpg);
	background-repeat: no-repeat;
	height: 211px;
	}

div#centreHeader
{
	position: relative;
	background-color: #fff59e;
	height: 20px;
	top: 186px;
	padding-top: 5px;
}

div#centreHeader a
{
	text-decoration: none;
	color: #0000ff;
}

div#centreHeader a:hover
{
	color: #cc00ff;
}

div#iconBar
{
    float: left;
    margin-left: 2px;
}

div#iconBar a img
{
	float: left;
	padding-right: 3px;
}

div#iconBar a span
{
}

div#loginBar
{
    float: right;
    padding-right: 2px;
}

div#sideBar
{
	float: left;
	width: 170px; /*20%;*/
}

div#sideBar h1
{
	text-align: center;
}

div#sideBar .bottomBorder
{
	background: #ebecee url(../images/sidenav_bottom2.gif) no-repeat left bottom;
}

div#mainNav
{
	background: #ebecee url(../images/sidenav_top2.gif) no-repeat left top;
	margin: 5px 0 5px 0;
}

div#sponsors
{
	background: #ebecee url(../images/sidenav_top2.gif) no-repeat left top;
}

div#sponsors p
{
	margin: 10px 10% 0 10%;
}

div#sponsors div.logo
{
	margin: 20px 25%;
}

/*------------------------------*/
/*  Centre column (main content)
/*------------------------------*/
div#centreColumn
{
	float: right;
	width: 740px;
	margin: 5px 0px 5px 5px;
	background: #ebecee url(../images/content_top.gif) no-repeat left top;
}

div#centreColumn .contentHeader
{
	padding-left: 15px;
}

div#centreColumn .contentHeader h1
{
	clear: both;
	display: inline;
}

div#centreColumn .contentHeader .version
{
	float: right;
	margin: 5px 20px 0 0;
}

div#centreColumn .bottomBorder
{
	background: #ebecee url(../images/content_bottom.gif) no-repeat left bottom;
}

div.contentContainer
{
    margin: 5px;
    padding: 5px;
}

/*------------------------------*/
/*  page footer
/*------------------------------*/
div#footer
{
	border-top: #000000 1px solid;
	clear: both;
	margin: 5px 0 0 0;
	color: #ffffff;
}

div#footer p
{
	text-align: center;
	font-size: .6em;
	padding: 0;
}

.padding
{
	padding: .2em .2em .2em .2em;
}

p.footnote
{
	margin: 10px 0 0 0;
	font: normal normal bold .6em Georgia, Arial, Verdana;
	color: #0000ff;
}

table.grid
{
	width: 100%;
	background-color: #eeeeee;
	border: solid 1px #000000;
	margin-bottom: 10px;
}
table.grid td
{
	color:#8C4510;
	background-color:#fff59e;
	padding: 5px 3px;
}
table.grid tr.alt td
{
	background-color:#FFFFff;
}
table.grid tr.header td,
table.grid .header a,
table.grid tr.pager td,
table.grid .pager a
{
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
}
table.grid tr.pager td
{
	text-align: center;
}
table.grid tr.select td
{
	color: #ffffff;
	background-color:#738A9C;
}

div.gridtoolbar
{
	margin: 10px 0;
}

.announce
{
	border: none;
}

.announce h2
{
	font-weight: bold;
	display: inline;
	font-size:larger;
}

.announce_edit
{
	position: relative;
}

.announce_edit .clear
{
	clear: both;
	padding: .5em 0 0 0;
}

/* Styles for forms for viewing/editing data */
div.form
{
	margin-top: 10px;
	width: 100%;
	color: #8c4510;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
div.form h2
{
	text-align: center;
}
div.form dl
{
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #fff59e;
}
div.form dl.alt
{
	background-color: #ffffff;
}
div.form dd .label
{
	color: #000000;
	display: inline-block;
	width: 130px;
}
div.form div.buttonbar
{
	background-color:#FFFF80;
	padding: 3px 0;
}
div.form table caption
{
	width: 100%;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0;
}

.rss
{
	float: right;
	margin: -25px 5px 0 0;
}
.clear
{
	clear: both;
}

.help
{
	margin-bottom: 15px;
}

.help p
{
	margin-bottom: 0px;
}

.help ul
{
	margin: 0;
}

table.search
{
	border: solid 1px #cccccc;
	border-bottom: none;
	margin-bottom: 10px;
}
.search td
{
	color: #8c4510;
	background-color: #fff7e7;
	padding: 2px;
	border-bottom: solid 1px #cccccc;
}
.search caption
{
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: none;
	background-color: #eeeeee;
}

.download div
{
	margin-bottom: 15px;
	border: solid 1px #999999;
}

.download h2
{
	margin: 0;
	text-align: center;
	font-weight: bold;
	border: 1px solid #cccccc;
	border-bottom: none;
	background-color: #eeeeee;
}

/* Match reports */
#reports div
{
	margin-bottom: 15px;
}
#reports td
{
	color:#8C4510;
	background-color:#fff59e;
	padding: 5px 0 10px 0;
}
#reports td.alt
{
	background-color:#FFFFff;
}
#reports td span
{
	color: #999999;
	font-weight: bold;
}
#reports td p
{
	padding: 5px 10px 0px 10px;
	font-size: 0.9em;
}

/* Error messages for non-content pages */
.error
{
	color: #ff0000;
}
/* class to display messages advising JavaScript is disabled */
.nojs
{
	color: #0000ff;
}

