#top-tabs {
	height: 22px;
	padding: 0 0 0 10px;
}

#top-tabs a {
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 0 1px 0 0;
	background: #f8f8f8;
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

	#top-tabs a:hover {
		background: #a0e448;
	}
	
	#top-tabs a.on {
		background: #a0e448;
		font-weight: bold;
	}
	
#container-1 {
	background: #a0e448;
	/*padding: 10px;*/
	border: 10px solid #a0e448;
}

#tabs-1 {
	height: 22px;
	padding: 7px 0 0 10px;
}

	#tabs-1 a {
		display: block;
		float: left;
		padding: 5px 10px;
		margin: 0 1px 0 0;
		background: #aef74e;
		text-decoration: none;
		color: #333;
	}
	
	#tabs-1 a:hover {
		background: #f1f1f1;
	}
	
	#tabs-1 a.on {
		font-weight: bold;
		background: #f1f1f1;
		color: #333;
		padding: 5px 10px;
	}
	
		#container-2 {
			background: #f1f1f1;
			/*padding: 10px;*/
			border: 10px solid #f1f1f1;
		}
		
		#container-2 h1 {
			position: relative;
			font-size: 12px;
			font-weight: bold;
			color: #333;
			border-bottom: 1px #ccc dotted;
			padding: 0 0 5px 0;
			margin: 20px 0 10px 0;
		}
		
			#container-2 h1 span {
				position: absolute;
				top: 0;
				right: 0;
			}
			
				#container-2 h1 span a {
					color: #333;
					text-decoration: none;
				}
				
				#container-2 h1 span a:hover {
					background: #006fc5;
					color: #fff;
				}
		
		
		
		
		
#tabs-2 {
	height: 22px;
	padding: 7px 0 0 10px;
}

	#tabs-2 a {
		display: block;
		float: left;
		padding: 5px 10px;
		margin: 0 1px 0 0;
		background: #e7e7e7;
		text-decoration: none;
		color: #333;
	}
	
	#tabs-2 a:hover {
		background: #fff;
	}
	
	#tabs-2 a.on {
		font-weight: bold;
		background: #fff;
		color: #333;
		padding: 5px 10px;
	}
	
		#container-3 {
			background: #fff;
			/*padding: 10px;*/
			border: 10px solid #fff;
		}
		
		#container-3 h1 {
			font-size: 12px;
			font-weight: bold;
			color: #333;
			border-bottom: 1px #ccc dotted;
			padding: 0 0 5px 0;
			margin: 20px 0 10px 0;
		
		}
		
		
		
.formcon {
	padding: 0 0 7px 0;
	position: relative;
}

.buttons {
	padding-top: 15px !important;	
}

	.formcon label {
		display: block;
		padding: 0 0 3px 0;
	}
	
	.formcon input,
	.formcon textarea,
	select,
	option {
		font-size: 12px;
		line-height: 14px;
		font-family: arial, verdana, sans-serif;
	}

	.perpage {
		position: absolute;
		top: 0;
		right: 0;
	}
	
.pagination {
	padding: 10px 0;
}

	.pagination a {
		padding: 0 1px;
		text-decoration: none;
		color: #333;
	}
	
		.pagination a:hover {
			text-decoration: underline;
		}