/* CSS Document */

/* Dark Green: #060 */
/* Yellow: #fc0 */

body {
	margin: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	background-color:#fff;
}
h1,h2,p,div,li,td,th { font-family:Verdana, Arial, Helvetica, sans-serif;  }
h1,h2,p,ul,ol { margin-top:.5em; margin-bottom:.8em; }
h1 { font-size:16px; font-weight:bold; color: #000; text-align:center; }
h2 { font-size:14px; font-weight:bold; color: #000; }
h3 { font-size:13px; font-weight:bold; color: #000; }
p,div,li,td,th { font-size:13px; color:#060; }
.tiny { font-size:11px; }

li{ margin-bottom: 1.2em }

a:link, a:visited { color:#060; text-decoration:underline; }
a:active, a:hover { color:#000; text-decoration:underline; }

.green { background-color:#060; }

/* Menu Styles */
.menu-tl { background-image:url(images/menu_tl.gif); background-repeat:no-repeat; }
.menu-t { background-image:url(images/menu_t.gif); background-repeat:repeat-x; }
.menu-tr { background-image:url(images/menu_tr.gif); background-repeat:no-repeat; }
.menu-l { background-image:url(images/menu_l.gif); background-repeat:repeat-y; }
.menu-content { background-color:#fc0; }
.menu-r { background-image:url(images/menu_r.gif); background-repeat:repeat-y; }
.menu-bl { background-image:url(images/menu_bl.gif); background-repeat:no-repeat; }
.menu-b { background-image:url(images/menu_b.gif); background-repeat:repeat-x; }
.menu-br { background-image:url(images/menu_br.gif); background-repeat:no-repeat; }
#menu div {
	font-family:Arial, Helvetica, sans-serif;
	color:#060;
	line-height:1.8em;
	font-size:12px; 
	font-weight:bold; 
}
#menu .submenu { font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:1.5em; }
#menu a:link, #menu a:visited, #menu a:active { color:#060; text-decoration:none; }
#menu a:hover { color:#000; text-decoration:none; }

/* News Ticker Styles */
.ticker {
	margin:0px;
	margin-top: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000;
}
.ticker a:link, .ticki a:visited, .ticki a:active { color:#000; text-decoration:none; }
.ticker a:hover { color:#060; text-decoration:none; }

/* Fixture Table Styles */
.fixture-table {
	border-left: 2px solid #001A00;
	border-right: 2px solid #001A00;
	border-bottom: 1px solid #001A00;

}
.fixture-table th {
	background: #338533;
	font-size:11px;
	color: #fff;
	font-weight:bold;
	text-align:left;
	border-bottom: 1px solid #060;
}
.fixture-table td {
	font-size:11px;
	border-bottom: 1px solid #060;
}
.fixture-table .row1 { background: #d9e8d9; }
.fixture-table .row2 { background: #f2f7f2; }
.fixture-table .score1 { background: #ffdb4c; color: #000; font-weight:bold;}
.fixture-table .score2 { background: #ffe57f; color: #000; font-weight:bold;}
.fixture-table p, .fixture-table li { font-size:11px; }

/* Miscellaneous Style */
.copyright { font-size: 10px; color: #99A300; text-align:center; }

