body {
	margin:0px;
	background: url('gfx/background.jpg') repeat-x top;
}
body,li,p,blockquote,td,textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #555;
}

/************** New Css **************/

#container {
	width: 1010px;
	position: absolute;
	left: 50%;
	margin-left: -505px;
	background: url('gfx/container_back.jpg') repeat-y;
	float: left;
}

#top {
	float: left;
	width: 100%;
	height: 20px;
	background: url('gfx/top_back.jpg') bottom no-repeat;
}

#content {
	float: left;
	background: url('gfx/content_back.jpg') no-repeat top;
	width: 100%;
	position: relative;
}
#content #left {
	float: left;
	width: 189px;
	background: url('gfx/top_left.jpg') no-repeat;
}
#content #left #logo {
	width: 189px;
	height: 230px;
}
#content #left #logo a {
	display: block;
	width: 137px;
	height: 146px;
	margin: 12px 0px 0px 30px;
}
#content #left #logo img {
	border: 0px;
}
#content #left #menu {
	padding-left: 10px;
	float: left;
	position:relative;
}
#content #left #menu ul {
	padding: 0px;
	margin: 0px;
}
#content #left #menu li {
	list-style-type: none;
}
#content #left #menu li a {
	display: block;
	line-height: 23px;
	width: 167px;
	border-bottom: 1px dotted #ebcccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	padding-left: 12px;
	color: #9a0000;
	font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
}
#content #left #menu li a:hover, #content #left #menu li a.current {
	background: #f2eac2;
}
#content #left #menu li a.sub {
	font-size: 11px;
	padding-left: 18px;
	text-transform: none;
	width: 161px;
}
#content #club_seal {
	float: left;
	text-align: center;
	width: 189px;
	position: relative;
	padding: 10px 0px 10px 0px;
}
#content #right {
	float: right;
	width: 821px;
	background: url('gfx/right_back.jpg') no-repeat top center;
	margin-bottom: 16px;
}
#content #right #mainpic {
	margin-top: 58px;
	width: 811px;
	position: relative;

	/* Ie fix so always has min height! */
	min-height: 90px;
	height: auto !important;
	height: 90px;
}
#content #right #mainpic #title_back {
	opacity: 0.3;
	background: #fff;
	height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#content #right #mainpic #page_title {
	float: right;
	position: absolute;
	bottom: 20px;
	right: 0px;
	padding: 0px 20px 0px 20px;
	font-size: 30px;
	line-height: 40px;
	text-align: right;
	color: #fff;
	z-index: 1000;
	font-family: Arial, Verdana, sans-serif;
}
#content #right #mainpic #page_title_shadow {
	float: right;
	position: absolute;
	bottom: 18px;
	right: 0px;
	padding: 0px 18px 0px 20px;
	font-size: 30px;
	line-height: 40px;
	text-align: right;
	color: #333;
	z-index: 999;
	font-family: Arial, Verdana, sans-serif;
}
#content #right #main_body {
	float: left;
	width: 784px;
	margin-left: 20px;

	/* Ie fix so always has min height! */
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#content #right #main_body h1 {
	padding-bottom: 4px;
	border-bottom: 1px solid #ffcc00;
	font-weight: normal;
	width: 70%;
	font-size: 20px;
}
#content #right #main_body h2 {
	padding-bottom: 4px;
	border-bottom: 1px solid #ffcc00;
	width: 70%;
	font-size: 14px;
}
#content #right #main_body #main_left {
	float: left;
	width: 538px;

	/* Ie fix so always has min height! */
	min-height: 540px;
	height: auto !important;
	height: 540px;
}

#content #right #main_body #welcome_text {
	float: left;
	width: 538px;
}
#content #right #main_body #team_select a.selected,
#content #right #main_body #latest_news a.selected{
	text-decoration: underline;
}
#content #right #main_body #latest_news div.section,
#content #right #main_body #team_select div.section {
	width: 5000px;
	position:relative;
	float: left;
	list-style: none;
}
#content #right #main_body #latest_news ul {
	padding: 0px;
	margin: 0px;
}
#content #right #main_body #latest_news div.section .sub,
#content #right #main_body #team_select div.section .sub{
	position:relative;
	color: #000;
	float: left;
	width: 211px;
	list-style: none;
}
#content #right #main_body #latest_news #news_scroll,
#content #right #main_body #latest_news #team_scroll,
#content #right #main_body #team_select #team_scroll {
	width: 211px;
	margin: 0px 6px 0px 6px;
	padding: 0px;
	overflow: hidden;
}
#content #right #main_body #latest_news,
#content #right #main_body #team_select {
	float: right;
	width: 223px;
	background: url('gfx/news_back.jpg') no-repeat;
	padding: 0px;
	margin: 0px;
	font-size: 1px;
}
#content #right #main_body #team_select h3,
#content #right #main_body #latest_news h3 {
	display: block;
	line-height: 24px;
	width: 211px;
	color: #ffcc00;
	margin: 4px 0px 0px 6px;
	padding-left: 4px;
	font-size: 12px;
}
#content #right #main_body #team_select h3 a,
#content #right #main_body #latest_news h3 a {
	color: #ffcc00;
	text-decoration: none;
}
#content #right #main_body #team_select h4,
#content #right #main_body #latest_news h4, 
#content #right #main_body #latest_news p {
	font-size: 10px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	width: 190px;
}
#content #right #main_body #latest_news h4 {
	margin-top: 6px;
	color: #333;
}
#content #right #main_body #latest_news p.readmore {
	text-align: right;
	width: 190px;
}
#content #right #main_body #latest_news p.readmore a {
	text-decoration: none;
}
#content #right #main_body #team_select div {
	float: left;
	width: 100%;
}
#content #right #main_body #team_select div.match {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 7px 0px 0px 0px;
}
#content #right #main_body #team_select div.date {
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0px 0px 0px;
}
#content #right #main_body #team_select div.notes {
	font-size: 9px;
	margin: 7px 0px 0px 18px;
	width: 180px;
	color: #555;
}
#content #right #main_body #team_select ul {
	padding: 0px;
	margin: 0px;
}
#content #right #main_body #team_select ul.start {
	float: left;
	margin: 6px 0px 0px 18px;
	width: 87px;
}
#content #right #main_body #team_select ul.subs {
	float: right;
	margin: 6px 6px 0px 0px;
	width: 93px;
}
#content #right #main_body #team_select li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 9px;
}
#content #right #main_body #team_select #news_bottom {
	float: left;
}
#content #right #main_body #team_select #news_bottom,
#content #right #main_body #latest_news #news_bottom {
	background: url('gfx/news_bottom.jpg') no-repeat;
	width: 223px;
	height: 10px;
	margin-top: 12px;
}
#content #right #main_body .fixtures {
	border: 1px solid #bebebe;
	background: #eeeeee;
	width: 100%;
}
#content #right #main_body .fixtures th {
	text-align: left;
	border-bottom: 1px solid #bebebe;
}
#content #right #main_body .fixtures th.big_date {
	border: 0px;
	background: #ddd;
}
#content #right #main_body .fixtures b.heading2 {
	font-size: 11px;
}

#report #score {
	padding: 8px;
}
#report #score table td {
	font-size: 24px;
}
#report #date {
	font-size: 18px;
	text-align: center;
}
#report #sponsor {
	font-size: 14px;
	text-align: center;
	padding: 8px;
}
#report #sponsor a {
	color: #666;
}
#report #sponsor a:hover {
	color: #9c0000;
}
#report #review {
	text-align: justify;
}
#report #back_link {
	margin-top: 10px;
}

#footer {
	float: left;
	width: 100%;
	background: #fff url('gfx/footer.jpg') no-repeat;
}
#footer_text {
	font-size: 10px;
	color: #888;
	float: right;
	width: 57%;
	text-align: right;
	padding-top: 30px;
	padding-bottom: 12px;
	padding-right: 30px;
}

#evergreen {
	float: left;
	text-align: right;
	width: 189px;
	text-align: center;
	margin-top: 12px;
}

/*********************************/

h1,h2,h3,h4,h5 {
	font-family: Verdana, Arial, sans-serif; color: #9a0000; 
}
.fade {
	background: url(/gfx/heading_fade.jpg) repeat-y;
	padding:2px 0 2px 10px;
}

th {
	font-size:8pt;
}
table.mini_fixt td {
	font-size: 10px;
}

.sitemenu {
	font-size:9pt;
}

.green   { color: #115511 }

.little { font-size: 80% }

A:link    { color: #111111; text-decoration: none; }
A:visited { color: #111111; text-decoration: none; }
A:hover   { color: #9a0000; text-decoration: none; }

A:link.noul    { text-decoration: none }
A:visited.noul { text-decoration: none }
A:hover.noul   { text-decoration: none }

A:link.menu    { text-decoration: none; color:#EEEEEE; font-size:95% }
A:visited.menu { text-decoration: none; color:#EEEEEE; font-size:95% }
A:hover.menu   { text-decoration: none; color:#FFFFCC; font-size:95% }

.wight { color:#FFFFFF; }
A:link.wight    { color:#FFFFFF; }
A:visited.wight { color:#FFFFFF; }
A:hover.wight   { color:#CCCCCC; }

.heading1 { font-size:150% }
.heading2 { font-size:125% }

.row_blue   { background-color:#000099 }
.row_white  { background-color:#FFFFFF }

.rhspanel { background-color: #EEFFEE }

input, textarea, select {
	font-family: Verdana, Geneva, sans-serif;
	border-width:1;
	background-color:#DDDDDD;
	color: black;
}
input:focus, textarea:focus
  { background : #EEEEFF;
    color : black; }

.proceed { background-color:#00AA66; color:white }

.searchinp { width:300px; }

h3.si_heading {
	background:#EEEEEE;
	margin-top:5px;
	margin-bottom:0px;
}

input.form_button {
	padding-bottom:23px;
}
.form_button {
	color: #666666;
	height:2em;
	padding:4px;
	margin: 0px;
	text-align:center;
	text-decoration: none;
	border: 1px solid black;
	border-top-color: #aaa;
	border-left-color: #aaa;
	border-bottom-color: #555;
	border-right-color: #555;
	background-color: #eeeeee;
	font-weight: bold;
	-moz-border-radius: 6px;
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}
.form_button:hover { color:#0000FF; background-color:#DDDDDD }

li.spaced {
	margin-bottom:10px;
}

.infobox {
	display: none;
	margin-left:10px;
	border:2px solid;
	padding:10px;
	background: #F6F7FB url(/gfx/drfc_back.jpg) top right no-repeat;
	float:right;
	width:35%;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.infobox2 {
	margin-left:10px;
	border:2px solid #CCCCCC;
	padding:10px;
	background: #F6F7FB url(/gfx/drfc_back.jpg) top right no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.rhs {
	padding: 0 0 10px 10px;
	width:180;
	background: #EEEEEE url(/gfx/heading_back3.png) repeat-x top;
}
.rhs_heading {
	padding: 13px 0px 10px 0px;
	color:white;
	/*
	font-weight:bold;
	*/
	font-size:13pt;
}
A:link.arhs    { text-decoration: none; color:white }
A:visited.arhs { text-decoration: none; color:white }
A:hover.arhs   { text-decoration: none; color:#FFFFCC }

.hlight0 { background: #FFFF00 }
.hlight1 { background: #CCFFCC }
.hlight2 { background: #CCCCFF }
.hlight3 { background: #FFCCCC }

.contact_col {
	font-size:70%;
	color:#666666;
}


/***************
 * Banner Home Page Css
***************/

#banner_right_0 {
	position: absolute;
	background-color: #fff;
	background-image: url(/gfx/main_pic.jpg);
	background-repeat: no-repeat;
	width: 811px;
	height: 272px;
	float: right;
	z-index: 100;
}

#banner_right_1 {
	background-image: url(/gfx/main_pic1.jpg);
	background-repeat: no-repeat;
	width: 811px;
	height: 272px;
	position: absolute;
	display: none;
	float: right;
}

#banner_right_2 {
	background-image: url(/gfx/main_pic2.jpg);
	background-repeat: no-repeat;
	width: 811px;
	height: 272px;
	position: absolute;
	display: none;
	float: right;
}

#banner_right_3 {
	background-image: url(/gfx/main_pic3.jpg);
	background-repeat: no-repeat;
	width: 811px;
	height: 272px;
	display: none;
	position: absolute;
	float: right;
}

/* Homepage Logos table formatting */

#logotable th {
	text-align:right;
	padding:20px 10px 0 0;
}
