/*
Main stylesheet
this controls dropmenu colours and look along on drop down menu*/
#dropmenudiv
{
	position: absolute;
	border: 1px solid #000000;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}
#dropmenudiv A
{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000000;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv A:hover
{
/*hover background color*/
	background-color: #FFFF00;
}
.menubar
{
	font-weight: bold;
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A:link
{
	font-size: 12px;
	text-decoration: none;
	background: transparent;
	color: #FFFFFF;
}
A:visited
{
	font-size: 12px;
	text-decoration: none;
	background: transparent;
	color: #FFFFFF;
}
A:hover
{
	font-size: 12px;
	text-decoration: none;
	background: #FFFFFF;
	color: #000000;
}
HTML
{
	scrollbar-base-color: #00CC99;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: #FEFEFE;
	scrollbar-shadow-color: #000000;
	scrollbar-dark-shadow-color: #808080;
	scrollbar-highlight-color: #FFFFFF;
}
/*This gives link properties*/
.nav
{
	color: #010103;
	font-size: 10pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.nav A
{
	color: #010101;
	font-size: 10pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.nav A:visited
{
	color: #000000;
	font-size: 10pt;
	text-decoration: none;
}
.nav A:hover
{
	color: #0000FF;
	font-size: 10pt;
	text-decoration: underline;
}
UL.square
{
	list-style-type: square;
	line-height: 2;
}
/*ticker is ticker table at top of page*/
.ticker
{
	border-width: 2px;
	padding: 1px;
	border-style: solid;
	border-color: #339966;
	background-color: #FFFFFF;
}
.tickertext
{
	font-size: 10pt;
	color: #008000;
	font-family: Arial, Helvetica, sans-serif;
}
/*Main page look and background*/
#main
{
	background: #F4F4F4 url(img/bg0.gif) repeat-y top center;
background-attachment:fixed;	
position: relative;
	color: #404040;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
	scrollbar-base-color: #00CC99;
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #B4BDB1;
	scrollbar-shadow-color: #000000;
/*scrollbar-lightshadow-color: black scrollbar-dark-shadow-color: #808080*/
	scrollbar-highlight-color: #FFFFFF;
/*scrollbar-3dlight-color: black*/
}


/*Other page backgrounds*/
#general
{
	background: #F4F4F4 url(img/bg5.gif) repeat-y top center;
	position: relative;
	font: smaller Verdana, Tahoma, Arial, sans-serif;
	margin: 0 auto;
	padding: 0;
}
/*advert logos position*/
.logo
{
	margin: 225px 0px 0px;
}
#wrap
{
background: #FFFFFF url(img/bgnet.jpg);
background-repeat:no-repeat;
background-position:top left;
	color: #404040;
	margin: 0 auto;
	width: 760px;
}
/*Header*/
.date
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	color: #BB9A9A;
}
/*Left and right sidebar space*/
#leftside
{
	position: relative;
	top: 5px;
	float: left;
	margin: 0 0 5px;
	width: 125px;
}
#rightside
{
	position: relative;
	top: 5px;
	float: right;
	line-height: 1.4em;
	margin: 0 0 5px;
	width: 125px;
}
/*Content of left and right columns*/
#leftside P
{
}
#rightside P
{
	font-size: 0.9em;
	text-align;left;
padding:0 2 0px;
}
#leftside P.notice
{
	font-size: 1em;
	font-weight: bold;
	color: #29292C;
	margin-top: 159px;
	text-decoration: none;
	background-color: #F3F3F3;
	border-left: 4px solid #CCCCCC;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 7px;
}
#leftside P.note
{
	font-size: 1em;
	text-align: left;
	background-color: #F3F3F3;
	border-left: 4px solid #CCCCCC;
	padding-top: 0;
}
#rightside P.notice
{
	font-size: 1.2em;
	font-weight: bold;
	color: #0000FF;
	margin-top: -25px;
}
#leftside P.logotext
{
	font-size: .90em;
	text-align: center;
	color: #787878;
	padding-top: 5;
	margin-bottom:0px;

}
#blinky
{
	color: #511FDF;
}
#rightside H2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #575760;
	text-align: left;

}
/*Main menu*/
#leftside UL.avmenu, #rightside UL.avmenu
{
	display: block;
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	width: 124px;
}
#leftside UL.avmenu LI, #rightside UL.avmenu LI
{
	display: inline;
	line-height: 1.4em;
	padding: 0;
	width: 124px;
}
#leftside UL.avmenu LI A, #rightside UL.avmenu LI A
{
	background-color: #00CC99;
	border-left: 4px solid #CCC;
	color: #FFFFFF;
	float: left;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	height: 19px;
	width: 124px;
	border: 0px solid #000000;
}
#leftside UL.avmenu LI A:hover, #leftside UL.avmenu LI A.current, #rightside UL.avmenu LI A:hover, #rightside UL.avmenu LI A.current
{
	background-color: #FFFF00;
	border-left: 4px solid #000000;
	color: #000000;
	width: 120px;
}
/*Main content*/
#content
{
	border-left: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	line-height: 2.4em;
	margin: 0 140px 5px;
	padding: 0 10px;
}
#content H2
{
	font-size: 1.6em;
	color: #008000;
	margin: 0 24px 10px 0;
	text-align: center;
}
#content H3
{
	color: #575760;
	text-decoration: underline;
	font-size: 11pt;
}
#content IMG
{
	background: #CCC;
	border: 4px solid #F0F0F0;
	color: #303030;
	margin: 0 0 0 12px;
}
#content LI, #content UL
{
	text-align: center;
	color: #030101;
}
#info
{
	font-weight: normal;
	font-family: Verdana;
	font-size: 9pt;
}
.fix
{
	font-size: 1em;
	color: #000080;
	font-weight: normal;
	text-align: center;
}
/*updated content on match report etc*/
#update
{
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

/*header*/
#header
{
	background: #FFF;
	margin-top: 10px;
}



/*Footer*/
#footer
{
	background: #FFFFFF url(img/footerbg.gif) repeat-x;

	border-top: 2px solid #E0E0E0;
	clear: both;
	color: #808080;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
	width: 760px;
height:130px;
	line-height: 1.5em;
	font-size: 0.9em;
}
#footer P
{
	margin: 0;
	padding: 0;
}
#author
{
	color: #7F7F7F;
	font-size: 7pt;
	text-align: right;
}
#footer A
{
	background-color: #;
	color: #808080;
	font-weight: 400;
	text-decoration: none;
}
#footer A:hover
{
	text-decoration: underline;
}
.modified
{
	color: #FFFFFF;
	font-size: 0.8em;
}
.table1
{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.table2
{
	font-size: 8pt;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.button
{
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #00CC99;
	font-size: 9pt;
}
/*Additional classes*/
