body {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 62.5%;
	cursor: default;
	margin: 0px;
	padding: 0px;
	background: #0D0D0D;
}

#menu {
	width: 100%;
	text-align: center;
	margin: 23px 0px 20px 0px;
}

#container {
	width: 952px;
	margin: 0 auto;
	text-align: left;
	background: url(images/background_inner.png) repeat-y;
}

#header {
	float: left;
	width: 962px;
	height: 162px;
}

	h1 {
		padding: 0;
		margin: 0;
	}

#buttons {
	float: left;
	width: 938px;
	height: 23px;
	background: url(images/buttons.png) no-repeat;
	margin-left: 7px;
	text-align: center;
	padding-top: 10px;
}

	.spacer {
		margin: 0px 10px 0px 10px;
	}

div.headlines {
	width: 166px;
	height: 90px;
	background: url(images/navigation_box.png) repeat-y;
	margin: 0px 1px 0px 1px;
}	
	
	a.headlines, a.headlines:visited, a.headlines:active {
		color: #000;
		padding-left: 0px;
	}
	
	a.headlines:hover {
		color: #00622f;
	}	
	
#leftbar {
	float: left;
	width: 168px;
	margin: 3px 0px 0px 6px;
	background: url(images/navigation_background.png) repeat-y;
}
	
	.leftbar-margin {
		width: 166px;
		height: 19px;
		margin: 7px 1px 0px 1px;
	}
		
	#leftbar_nextlan_bg {
		width: 166px;
		height: 42px;
		margin: 0px 1px 0px 1px;
		background: url(images/leftbar_nextlan_box.png) no-repeat;	
	}
	
	#leftbar_servercss {
		width: 160px;
		height: 400px;
		margin: 5px 4px 0px 4px;
	}
	
	#leftbar_foot {
		width: 168px;
		height: 10px;
		margin: 0px;
		background: url(images/navigation_foot.png) no-repeat;
	}

#middle {
	float: left;
	margin: 3px 0px 0px 5px;
	width: 592px;
}

	#login {
		float: left;
		width: 530px;
		height: 21px;
		background: url(login/background.png) no-repeat;
		margin: 0px 1px 4px 1px;
		padding: 4px 10px 0px 50px;
	}
	
		#logged-left {
			float: left;
			width: 260px;
			padding: 2px 0px 0px 5px;
		}
		
		#logged-right {
			float: right;
			text-align: right;
			width: 255px;
			padding: 2px 10px 0px 0px;
		}
		
		div.logintext {
			float: left;
			width: 40px;
			height: 12px;
			padding: 3px;
			font-weight: bold;
		}
		
		#field {
			float: left;
			width: 190px;
		}

		.field {
			width: 80px;
			height: 14px;
			background: url(login/field.png) no-repeat;
			border: 0px;
			margin-right: 5px;
			padding: 2px;
		}
		
		.button {
			float: left;
			width: 54px;
			height: 15px;
			padding: 0px 0px 4px 7px;
			background: url(login/button.png) no-repeat;
			font-weight: bold;
			border: 0px;
			text-align: left;
			color: #000;
			margin: 1px 5px 0px 0px;
		}
		
		.regpw, a.regpw, a.regpw:hover, a.regpw:active, a.regpw:visited {
			float: left;
			width: 110px;
			height: 14px;
			padding-top: 1px;
			background: url(login/regpw.png) no-repeat;
			text-align: center;
			display: block;
			color: #000;
			margin: 1px 5px 0px 0px;
		}
		
	#spotlight {
		float: left;
		width: 568px;
		height: 242px;
		padding: 4px 5px 3px 17px;
		background: url(images/content_spotlight.png) no-repeat;
		margin-bottom: 4px;
	}

		#spotlight_container {
			float: left;
		}

		.spotlight_info {
			width: 150px;
			height: 212px;
			padding: 30px 4px 0px 14px;
		}
	
		.spotlight_image {
			width: 397px;
			height: 215px;
			padding-right: 3px;
			text-align: right;
		}
	
		#spotlight_pages {
			float: right;
			width: 308px;
			height: 27px;
		}

	#stats {
		float: left;
		width: 592px;
		height: 20px;
		background: url(images/content_stats.png) no-repeat;
		margin-bottom: 3px;
		text-align: center;
		padding-top: 6px;
	}
		.grey {
			color: #b2b2b2;
		}
		
		.blue {
			color: #4FCE55;
		}
		
		.darkblue {
			color: #207324;
		}
		
	#content {
		float: left;
		width: 592px;
	}
	
		div.top {
			float: left;
			width: 592px;
			height: 7px;
			background: url(images/content_top.png) no-repeat;
		}
		
		div.news_title {
			float: left;
			width: 592px;
			height: 102px;
			background: url(images/news_title.png) no-repeat;
		}
		
			div.news_rubricpic {
				float: left;
				width: 210px;
				height: 97px;
				padding: 5px 0px 0px 10px;				
			}
			
			div.news_headline {
				float: left;
				color: #10891F;
				font-size: 1.8em;
				width: 332px;
				height: 90px;
				padding-top: 12px;
				font-weight: bold;
			}
			
		div.content {
			float: left;
			width: 584px;
			padding: 4px 4px 15px 4px;
			background: url(images/content_background.png) repeat-y;
		}
		
		div.newscomments {
			float: left;
			width: 592px;
			height: 71px;
			margin: 0px;
			background: url(images/news_foot.png) no-repeat;
		}
			
			div.newsinfo {
				float: left;
				width: 100px;
				padding: 11px 0px 0px 20px;
			}
			
			div.newsinfos {
				float: left;
				width: 280px;
				padding-top: 11px;
				font-weight: bold;
			}
			
			div.gocomments {
				float: right;
				width: 167px;
				text-align: right;
				padding: 48px 25px 0px 0px;
				font-weight: bold;
			}
			
			div.news-bggrey {
				float: left;
				width: 564px;
				height: 22px;
				padding: 2px;
				background: #dbdbdb;
				border-left: 1px solid #939393;
				border-right: 1px solid #939393;
			}
			
		div.foot {
			float: left;
			width: 592px;
			height: 8px;
			background: url(images/content_foot.png) no-repeat;
		}

		div.teams {
			float: left;
			width:  244px;
			padding: 4px 26px 0px 26px;
		}
		
		div.teams-title {
			float: left;
			width: 244px;
			height: 92px;
			background: url(teams/teamname.png) no-repeat;
		}
		
			div.teams-nation {
				float: left;
				width: 234px;
				height: 16px;
				text-align: right;
				padding: 4px 10px 0px 0px;
			}
		
			div.teams-name {
				float: left;
				width: 200px;
				height: 32px;
				padding: 40px 0px 0px 44px;
				color: #fff;
			}
			
		div.teams-headlines {
			float: left;
			width: 244px;
			border-bottom: 1px dashed #000;
			text-align: center;
		}

		div.teams-allcontent {
			float: left;
			width: 590px;
			border-left: 1px solid #C2C2C2;
			border-right: 1px solid #C2C2C2;
		}
		
		div.teams-content {
			float: left;
			width: 240px;
			padding: 3px 2px 3px 2px; 
		}
		
#rightbar {
	float: left;
	width: 168px;
	margin: 3px 0px 0px 5px;
	background: url(images/navigation_background.png) repeat-y;
}
	
	#rightbar_sponsors {
		width: 166px;
		height: 28px;
		margin: 0px 1px 0px 1px;
		background: url(images/rightbar_sponsors.png) no-repeat;
	}
	
		.sponsors {
			width: 166px;
			height: 73px;
			margin: 0px 1px 0px 1px;
			border-top: 2px solid #15681A;
			text-align: center;
		}

	#rightbar_supporters {
		width: 166px;
		height: 28px;
		margin: 0px 1px 0px 1px;
		background: url(images/rightbar_supporters.png) no-repeat;
	}
	
	#rightbar_lancenter {
		width: 166px;
		height: 28px;
		margin: 0px 1px 0px 1px;
		background: url(images/rightbar_supporters.png) no-repeat;
	}
		
	#rightbar_foot {
		width: 168px;
		height: 10px;
		margin: 0px;
		background: url(images/navigation_foot.png) no-repeat;
	}

div.navigation-margin {
	width: 166px;
	margin: 0px 1px 0px 1px;
}
	
#footer {
	clear: both;
	background: url(images/footer.png) no-repeat;
	width: 952px;
	height: 25px;
}

img {
	border: 0;
}

div.title {
	float: left;
    font-size: 1.1em;
    background: url(images/title_bg.png) no-repeat;
	color: #000000;
	width: 575px;
	height: 23px;
	padding: 7px 0px 0px 15px;
    font-weight: bold;
	overflow: hidden;
	border-left: 1px solid #C2C2C2;
	border-right: 1px solid #C2C2C2;
}

a, a:visited, a:active {
    color: #148345;
    text-decoration: none;
    font-weight: bold;
	cursor: pointer;
}

a:hover {
/* Original Color: #78cbff */
    color: #000;
    text-decoration: none;
    font-weight: bold;
	cursor: pointer;
}


a.pagelink:link, a.pagelink:visited { 
	font-weight: bold; 
	color: #2AAC16; 
	background: #fff;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	border: 1px solid #2AAC16;
}

a.pagelink:hover, a.pagelink:active {
	font-weight:bold; 
	color: #000000;
	background: #fff;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	border: 1px solid #000000;
} 
 
.pagelink { 
	font-weight: bold; 
	color: #2AAC16; 
	background: #fff;
	text-decoration: none; 
	padding: 2px 5px 2px 5px; 
	border: 1px solid #2AAC16;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}

a.titlelink:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana;
}

option, textarea, input, select, file {  
    font-family: Verdana, Arial, Helvetica, sans-serif; 
    font-size: 1em; 
    color: #269216; 
    background-color: transparent; 
    border: 1px solid #269216;
	cursor: pointer;
}
			
.form_off {  
    color: #000000; 
    background-color: transparent; 
    border: 1px solid #2AAC16;
}

.form_on {  
    color: #000000; 
    background: transparent; 
    border: 1px solid #2AAC16;
}

.input { 
    background-color: transparent; 
    margin-top: 0px;
    margin-bottom: 0px;
}
