@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12pt;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-color: #d3d3d3;
	line-height: 1.7;
}

div.title_right input {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12pt;
	line-height: 28px;
	width: 673px;
	margin: 5px 5px 0px 0px;
	padding: 0px 0px 0px 5px;
	border: 1px #7bab3f solid;
}

div.content textarea {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12pt;
	width: 688px;
	height: 200px;
	margin: 0px;
	padding: 5px;
}

div.content input {
	font-family: 'Roboto', arial, sans-serif;
	font-size: 12pt;
	width: 700px;
	padding: 5px 0px;
}

	div.content input.login {
		font-family: 'Roboto', arial, sans-serif;
		font-size: 12pt;
		width: auto;
		padding: 5px;
	}

div.fold_left {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 20px;
	height: 15px;
	background-image: url(fold_left.png);
	background-repeat: no-repeat;
}

div.fold_right {
	position: absolute;
	top: 40px;
	right: 0px;
	width: 20px;
	height: 15px;
	background-image: url(fold_right.png);
	background-repeat: no-repeat;
}

div.clearleft {
	clear: left;
}

a:link, a:visited {
	color: #000000;
}

a:hover, a:active {
	text-decoration: none;
}

#container {
	position: absolute;
	left: 50%;
	top: 140px;
	width: 960px;
	margin-left: -480px;
}

#head {
	width: 960px;
	height: 200px;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

	#head img {
		position: absolute;
		top: -100px;
		left: 20px;
	}

	#head_title_right {
		position: relative;
		top: -60px;
		left: -20px;
		width: 760px;
		height: 80px;
		line-height: 80px;
		padding: 0px 20px 0px 220px;
		background-color: #98d44e;
		font-size: 40pt;
		text-shadow: 0px 1px 0px #ffffff;
	}
	
	#head_fold_right {
		position: absolute;
		top: 80px;
		right: 0px;
		width: 20px;
		height: 15px;
		background-image: url(fold_right.png);
		background-repeat: no-repeat;
	}
	
	#head_fold_left {
		position: absolute;
		top: 80px;
		left: 0px;
		width: 20px;
		height: 15px;
		background-image: url(fold_left.png);
		background-repeat: no-repeat;
	}

#navigation {
	position: relative;
	left: -20px;
	width: 960px;
	height: 40px;
	background-color: #272727;
	color: #ffffff;
	line-height: 40px;
	padding-left: 40px;
}

	#navigation a:link, #navigation a:visited {
		color: #ffffff;
		text-decoration: none;
		padding: 11px;
	}
	
	#navigation a:hover, #navigation a:active {
		color: #000000;
		background-color: #98d44e;
	}
	
	#navigation a.navi_active:link, #navigation a.navi_active:visited, #navigation a.navi_active:hover, #navigation a.navi_active:active {
		color: #000000;
		background-color: #98d44e;
	}

#content_container {
	padding: 20px;
	background-image: url(shadow.jpg);
	background-repeat: repeat-x;
	background-color: #ffffff;
}

	#content_left {
		width: 200px;
		margin-right: 20px;
		float: left;
	}
	
		div.title_left {
			position: relative;
			left: -40px;
			width: 200px;
			height: 40px;
			line-height: 40px;
			padding: 0px 20px 0px 20px;
			background-color: #98d44e;
			margin: 0px 0px 20px 0px;
		}
		
		#content_left ul {
			padding: 0px;
			margin: 0px;
			list-style-type: none;
		}
		
			#content_left ul li a:link, #content_left ul li a:visited {
				text-decoration: none;
				color: #000000;
				display: block;
				padding: 5px 10px;
				border-bottom: 1px #000000 solid;
			}
			
			#content_left ul li a:hover, #content_left ul li a:active {
				background-color: #cccccc;
				border-bottom: 1px #000000 solid;
			}
	
	#content_right {
		width: 700px;
		margin-left: 220px;
	}
	
		div.title_right {
			position: relative;
			left: 0px;
			width: 700px;
			height: 40px;
			line-height: 40px;
			padding: 0px 20px 0px 20px;
			background-color: #98d44e;
			margin: 0px 0px 20px 0px;
		}
		
		div.content {
			padding: 0px;
		}
		
			div.content img {
				border: 1px #000000 solid;
				width: 698px;
				margin-bottom: 20px;
			}
			
			div.content table img {
				border: 1px #000000 solid;
				width: 248px;
				margin-right: 20px;
			}

#foot {
	border-top: 5px #98d44e solid;
	background-color: #272727;
	padding: 20px 20px 5px 20px;
	margin-bottom: 40px;
}

	#foot_left {
		width: 200px;
		margin-right: 20px;
		float: left;
	}
	
	#foot_right {
		width: 700px;
		margin-left: 220px;
	}

/* Pagination
/********************************/
ul.pagination, ul.pagination li, ul.pagination li p table, p {
	margin: 0px;
	padding: 0px;
}

ul.pagination li {
	list-style: none;
}

.page_navigation , .alt_page_navigation{
	padding-bottom: 10px;
}

.page_navigation a, .alt_page_navigation a{
	padding: 3px 5px;
	margin: 2px;
	text-decoration: none;
	float: left;
	background-color: #98d44e;
	color: #000000;
}

.active_page{
	background-color: #ffffff !important;
	color: #000000 !important;
}	

.pagination, .alt_pagination{
	color: #000000;
}

.pagination li, .alt_pagination li, .pagination > p{
	margin: 0px;
	padding: 0px;
}