/* CSS Document */

@import url(BaseFormat.css);	/* Standard element styles   */
@import url(OuterFrame.css);	/* The containing 3x3 table  */
@import url(NavMenu.css);		/* Vertical Menu Css Support */


/* The pageFrame is used to centre the table#outerContainer in IE */
div#pageFrame
{
	text-align: center;
}
table#outerContainer
{
	margin: 10px auto 0 auto;
	text-align: left;
}




/* Define the page header, this sits in table#outerContainer td.tc */
table#header
{
	background-color: #339900;
	color: #fff;
	margin-top: 20px;
}
table#header td.logo
{
	width: 250px;
}
table#header td.headerContent
{
	text-align: center;
	width: 460px;
}
img#logo
{
	margin-left: 15px;
}




/* Content Framework
**
** Note, we provide id access to the three main content areas
** td#leftCol, td#centerCol, td#rightCol 
*/
table#content
{
	margin-top: 10px;
}
table#content td
{
	vertical-align: top;
}
td#leftCol
{
	background-color: #fff;
	border-right: 1px solid #eaeaea;
	padding: 0 10px 30px 5px;
	width: 185px;
}
td#centerCol
{
	padding: 7px 5px 30px 5px;
	width: 320px;
}
td#centerCol div.bodyText
{
	background-color: #fff;
	margin: 0;
	padding: 0 10px 10px 10px;
}
td#rightCol
{
	background-color: #fff;
	border-left: 1px solid #eaeaea;
	padding: 0 5px 30px 10px;
	width: 165px;
}



/* Disclaimer */
div#disclaimer
{
	position: relative;
	color: #339900;
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	width: 750px;
}
div#w3c
{
	position: absolute;
	top: 10px;
	left: 20px;
}


/* Stylised panel for showing information blocks in sidebars
** Note that h1.panel provides similar bar styling for headings
** in the main content area (td#centerCol)
*/
table.panel
{
	border: 1px solid #ccddcc;
	margin-top: 7px;
	width: 100%;
}
table.panel th
{
	background-color: #82c163;
	background-image: url(Images/PanelHdrBkGrnd.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 10px;
	text-align: center;
}
table.panel td.content
{
	background-color: #ccffcc;
	font-size: 11px;
	padding: 5px 10px;
}

table.panel th h1, table.panel th h2, table.panel th h3, 
table.panel th h4, table.panel th h5, table.panel th h6
{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

table.panel.sponsors td.content img
{
	display: block;
	margin: 10px 0 0 0;
}

/* Center Column specific panel */
td#centerCol table.panel
{
	margin: 0 0 10px 0;
}
td#centerCol table.panel td.content
{
	background-color: #fafafa;
	padding: 5px 10px 10px 10px;
}


/* Results Table */
table.results
{
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   margin: 7px 0 0 0;
}
table.results th,
table.results td
{
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   font-size: 10px;
   padding: 3px 5px;
   text-align: center;
   white-space: nowrap;
}
table.results tr.subHeading th
{
	background-color: #ccffcc;
	background-image: none;
	color: #339900;
	font-weight: bold;
	text-align: left;
}

table.gallery
{
   border-left: 1px solid #ccc;
   border-top: 1px solid #ccc;
   font-size: 10px;
   font-family: Arial, Helvetica, sans-serif;
   margin: 7px 0 0 0;
   width: 100%;
}
table.gallery th,
table.gallery td
{
   border-right: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
   font-size: 10px;
   padding: 3px 5px;
   text-align: center;
   white-space: nowrap;
}
table.gallery th
{
	font-size: 12px;
}
table.gallery img
{
	display: block;
}
