/* Basic HTML Element Style */
body 
{
	color: #000040;
/*	background-color: #0703BB;*/
	background-color: #E9E9DF;
	font: 1em/1.2 verdana, tahoma, arial, sans-serif;
	text-align: center;
	margin: 0em;
	padding: 0em;
}

h1 
{
	font: italic 20pt georgia, 'times new roman', serif;
	margin: 0px;
}
h2 
{
	margin: 0px;
	font: italic 18pt georgia, 'times new roman', serif;
}

#headerDate 
{
	text-align: right;
}

h3 {
	font: 18pt georgia, 'times new roman', sans-serif;
}
h4, h5 {
	font: italic normal 12pt verdana, tahoma, arial, sans-serif;
	margin: 0px;
}

/*Structural elements */
#shadowbox
{
	position: relative;
	color: black;
	margin: 0;
	padding: 0;
}

#container 
{
	position: relative;
	color: #000040;
	
	
	text-align: left;
	/*background-color: #fec930;  sort of rich orange colour */
}

#banner
{
	color: #001;
	padding: 0 1em 0em 1em; 
	margin: 0;
	font-size: 12pt;
/*	border-bottom: 1px solid #000080;*/
}

#banner h1
{
/*	border: 1px solid black;*/
}

#nonBanner
{
	position: relative;
	margin: 0;
	padding: 0;
/*	border: 1px solid red;*/
/*	background-image: url(images/lamps.jpg);*/
}

#rightCol
{
	display: none;
}


#mainMenu
{
	display: none;
}


/* *********************************************************** */

#bodyText
{
	position: relative;
	top: 0px;
	left: 0px;
	padding: 10px 20px 100px 20px;
	background-color: white;
/*	border-top: 1px solid black;*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

#bodyText.narrowCol
{
	margin: 0 380px 0 0;
	padding: 10px;
}

#bodyText p
{
	margin: 0 0 5px 0;
	
}

#bodyText p:first-letter
{
/*	font-size: 200%;
	line-height: 100%;*/
}

#bodyText h1
{
	font-size: 200%;
	line-height: 1;
	padding: 10px 0 15px 0;
}
#bodyText h2
{
	font-size: 140%;
	line-height: 1;
	padding: 5px 0 5px 0;
	margin-top: 5px;
}

#bodyText a.blockLink
{
	display: block;
	text-align: right;
}

#bodyText a:hover
{
	color: red;
}

#bodyText img
{
	display: block;
}

.newsItem
{
	border-top: dashed 2px silver;
	margin-top: 10px;
}

table
{
	width: 100%;
}


/*
td.photoFrame a:link, td.photoFrame a:visited
{
	border: 2px solid blue;
	margin: 3px;
}

td.photoFrame a:hover
{
	border: 2px solid red;
	margin: 3px;
}
*/

.newsItem p
{
/*	text-align: justify;*/

	
}

.newsItem ul
{
	margin-left: 25px;
	padding-left: 0;
}

.newsItem img
{
	display: block;
	margin-bottom: 5px;
/*	border: none;  */
}

.clearer 
{
	clear: right; 
	line-height: 0; 
	height: 0;
/*	border: 1px solid red;*/ 
/*	width: 100%;*/
}

.newsPhoto
{
	top: 10px;
	position: relative;
	display: block;
	float: right;
	padding: 0 0 2px 0;
	margin-left: 5px;
	margin-bottom: 10px;
	background-color: #e8e8e8;
	font-size: 12px;
	font-style: italic;
	text-align: right;
}

/* *********************************************************** */

#footer
{
	background-color: black;
	color: white;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0; 
	
	font-size: 12px; 
}

#footer a
{
	display: inline;
	background-color: #000;
	color: yellow;
}

/* ************************************************************ */
/* The events list box */

#eventsList
{
	position: relative;
	margin: 0;
	padding: 0;
}

/* Title of the events list box */
#eventsList h1
{
	color: white;
	background-color: black;
	padding: 3px;
	font-size: 18pt;
	text-align: center;
	margin: 0;
}

#eventsList a:link
{
	text-decoration: none;
	color: #A52A2A;
}
#eventsList a:hover
{
	text-decoration: underline;
	color: #CD3939;
}
#eventsList a:visited
{
	text-decoration: underline;
	color: #A52A2A;
}

#eventsList ul
{
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	top: 0;
	height: 500px;
	overflow: auto;
}

#eventsList li
{
	margin-bottom: 10px;
	padding: 0 0 5px 3px;
	border-bottom: 1px dashed gray;
	width: 95%;
}

/* Event Info */
#eventsList div
{
/*	border: solid 1px blue;*/
	margin: 1pt;
	padding: 0;
	font-weight: bold;
}
#eventsList div.eventTitle
{
	font-size: 14pt;
	font-weight: bold; 
}
#eventsList div.eventDate
{
	font-size: 10pt;
	font-style: italic;
}
#eventsList div.eventVenue
{
	font-size: 10pt;
	font-style: italic;
}
#eventsList div.eventInfo
{
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
	margin-left: 30px;

}

/* ******************************************************************************* */


p.contactItem
{
	padding-left: 60px;
	text-indent: -60px;
	padding-bottom: 20px;
	
}

/* *********************************************************** */

#bodyText .entryForm a
{
	text-decoration: none;
}


#bodyText .entryForm img
{
	vertical-align: middle;
	display: inline;
	border: none;
	margin-top: 10px;
}

.entryForm a
{
	display: inline;
}
/*
img#abcd
{
	display: inline;
	border: none;
}*/


/* *********************************************************** */
/* Carnival Week Stuff */

.weekday
{
	background-color: #e0e0f0;
	margin-top: 20px;
	padding: 0;
}

.weekday h2
{
	padding: 5px;
	text-align: center;
	background-color: #000;
	color: #FEC93C;
}

.weekday ul
{
	margin-top: 0;
	margin-bottom: 0;
}

.weekday .event
{
	background-color: #d0d0e0;
	padding: 10px 10px 10px 20px;;	
	margin-bottom: 5px;
}

.weekday .event h3
{
	color: #000040;
	font-size: 120%;
	padding: 0;
	margin: 0 0 0 -10px;
}

.weekday .event .sponsor
{
	font-style: italic;
	text-align: right;
}
/* *********************************** */
table.resultTable
{
	margin-top: 10px;
/*	border: 1px black solid;*/
	padding: 0;
	table-layout: fixed;
	border-collapse: collapse;
	page-break-inside: avoid;
}

.resultTable td
{
	padding: 3px 3px 6px 3px;
	margin: 0;
	width: auto;
	border: 1px solid black;
	color: black;
}

td.resultClass
{
	width: auto;
	font-size: 120%;
}

td.resultTrophy
{
	text-align: right;
	font-weight: bold;
	width: auto;
}

col.rankCol
{
	
	width: 10%;
}

#adverts
{
	display: none;
}
