body {
margin: 0px;
background: url('../images/bg.gif') top repeat-x #477934;
text-align: center;
}

body, div, td {
font-family: arial;
font-size: 13px;
color: #000;
}

a {
color: #2B4920;
}

th {
text-align: left;
}

hr {
height: 1px;
color: #ccc;
}

h1, h2, h3, h4, h5, h6 {
font-family: arial;
font-weight: normal;
margin: 0px 0px 5px 0px;
}

h1 {
font-size: 24px;
color: #2E4F22;
margin-bottom: 10px;
}

h2 {
font-size: 16px;
}

h3 {
color: #2E4F22;
font-weight: bold;
font-size: 14px;
text-decoration: none;
}

label {
display: block;
font-size: 11px;
margin-top: 5px;
}

input, select, textarea {
font-family: arial;
font-size: 11px;
font-weight: bold;
}

input submit {
color: #ff0;
}

.submit {
background: #002C5E;
color: #fff;
font-size: 10px;
border: 0px;
padding: 3px;
cursor: pointer;
text-transform: uppercase;
}


a.topmenu, a.topmenu:hover, a.topmenu-on, a.topmenu-on:hover, a.member {
position: relative;
z-index: 50;
font-family: arial;
font-size: 12px;
font-weight: bold;
color: #FFF;
height: 25px;
line-height: 24px;
padding: 0px 10px 0px 10px;
text-decoration: none;
margin-bottom: 0px;
/*background: url('../images/bg_menu_bord.gif') right no-repeat;*/
border-right: 1px solid #547193;
float: left;
}

a.topmenu-on, a.topmenu-on:hover {
background: url('../images/bg_menu_on.gif') repeat-x;
color: #002C5E;
}

a.member, a.member:hover {
color: #AFBECF;
background: url('../images/bg_menu_member.gif') repeat-x;
padding-left: 18px;
}

a.member-on, a.memeber-on:hover {
background: url('../images/bg_menu_member_on.gif') repeat-x;
padding-left: 18px;
}



a.submenu, a.submenu:hover, a.submenu-on, a.submenu-on:hover, a.submenu-last {
font-family: arial;
font-size: 11px;
font-weight: bold;
text-decoration: none;
color: #666;
display: block;
padding: 1px 0px 2px 12px;
margin-left: 4px;
width: 180px;
line-height: 21px;
border-top: 1px solid #ddd;
background: url('../images/submenu_arrow_off.gif') no-repeat;
}

a.submenu:hover {
color: #000;
}

a.submenu-on, a.submenu-on:hover {
background: url('../images/submenu_arrow_on.gif') no-repeat;
color: #2e611b;
}

a.submenu2, a.submenu2:hover, a.submenu3, a.submenu3:hover, a.submenu4, a.submenu4:hover {
font-family: arial;
font-size: 11px;
font-weight: normal;
text-decoration: none;
color: #444;
margin-left: 25px;
height: 16px;
width: 135px;
}

a.submenu3, a.submenu3:hover {
margin-left: 25px;
}

a.submenu4, a.submenu4:hover {
margin-left: 35px;
}

a.submenu2:hover, a.submenu3:hover, a.submenu4:hover {
}

a.submenu-last {
border-bottom: 1px solid #ddd;
}

div.form_error, div.form_error_noborder {
color: #a22;
border: 1px solid #a22;
padding: 5px;
margin-bottom: 15px;
}

div.form_error_noborder {
border: none;
padding: 5px 0px 0px 0px;
margin-bottom: 5px;
}

div.form_error h2, div.form_error_noborder h2 {
margin: 0px 0px 3px 0px;
}

.input_error {
border: 1px solid red; 
}

.date {
color: #666;
font-size: 10px;
}
.paths {
font-size: 10px;
}

.footer {
font-size: 10px;
}

.cursor {
cursor: pointer;
}

/* LAYOUT */

div#container {
	width: 926px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

div#container .top {
	width: 926px;
	height: 176px;
	background: url('../images/top.png') no-repeat;
}

div#container .top img {
	margin-top: 18px;
	height: 131px;
	margin-left: 18px;
}

div#container .top .menu {
	float: left;
	width: 890px;
	height: 27px;
	margin-left: 18px;
	background: url('../images/bg_menu.gif') repeat-x;
}

div#container .main {
	float: left;
	width: 926px;
	background: url('../images/middle.png') repeat-y;
	overflow: hidden;
}

div#container .main div.submenu {
	width: 195px;
	margin-left: 18px;
	margin-top: 20px;
	float: left;
	text-align: left;
}

div#container .main .content {
	width: 475px;
	float: left;
	margin-top: 20px;
	margin-left: 5px;
	padding-bottom: 15px;
	text-align: left;
}

div#container .bottom {
	float: left;
	height: 132px;
	width: 926px;
	background: url('../images/bottom.png') no-repeat;
}

div#container .bottom img {
	margin-left: 29px;
	margin-top: 12px;
}

div#container .main .submenu table {
	font-size: 11px;
	width: 185px;
	border-collapse: collapse;
	border-top: 1px solid #c9d6c4;
}

div#container .main .submenu h1 {
	font-size: 14px;
	margin-left: 4px;
	font-weight: bold;
}

div#container .main .submenu th {
	font-weight: bold;
	text-align: left;
	padding: 2px;
	padding-left: 4px;
	border-bottom: 1px solid #c9d6c4;
	width: 32px;
	vertical-align: top;
}

div#container .main .submenu td {
	font-size: 11px;
	text-align: left;
	padding: 2px;
	padding-right: 0px;
	border-bottom: 1px solid #c9d6c4;
}

div#container .main .submenu a.nextweek {
	font-size: 12px;
	margin-left: 10px;
}

div#container .main .submenu table.news {
	font-size: 11px;
	border:0;
	margin-left: 10px;
}

div#container .main .submenu table.news td {
	font-size: 11px;
	text-align: left;
	padding: 0px;
	border:0;
}

div#container .main .submenu a.morenews {
	font-size: 12px;
	font-weight: bold;
}

div#container  .rightcol {
	margin-top: 20px;
	width: 200px;
	float: right;
	margin-right: 20px;
	color: #898989;
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

div#container img {
	margin-top: 5px;
}


div.marquee {
	margin-top: 5px;
	margin-bottom: -10px;
	width: 480px;
	height: 34px;
	background: url(../images/bg_loop.jpg) no-repeat;
	text-align: center;
}

div.marquee marquee {
	float: left;
	width: 472px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	margin-left: 4px;
	margin-right: 4px;
}

div.marquee a {
	color: #666;
	text-decoration: none;
}


div#map {
	width: 448px;
	height: 398px;
	border: 1px solid #000;
}


/* FT-LIGAN */

#ftligan td { padding: 3px 0; }

div#groups div { float: left; width: 200px; margin: 0 10px 10px 0; border: 1px solid #EAEAEA; font-size: 12px; }
div#groups div div { padding: 3px; border:0; margin: 0; }
div#groups div td { font-size: 11px; padding: 2px 2px 2px 4px; }
div#groups span { display: block; font-weight: bold; font-size: 13px; }

div#group table, .ftteams { width: 100%; }
div#group td, div#group th, .ftteams td, .ftteams th { font-size: 12px; padding: 2px; vertical-align: top; }
div#group th.head { padding-top: 10px; border-top: 1px solid #CCC; }
div#group tr.headers th, .ftteams th { border-bottom: 1px solid #EAEAEA; }
div#group tr.leader td { border-bottom: 1px solid #000; }
div#group tr.nrtwo td { border-bottom: 1px dashed #000; }