@charset "utf-8";
/* CSS Document */

.form {
	min-height: 1px;
	margin: 1em 0;
	color: #333;
	padding: 0;
	
	background: #eee;
	-moz-border-radius: 3px;
	border-bottom: 1px solid #ccc;
	
	padding: 1em;
	}
	
* html .form {
	height: 1px;
	}
	
.search_box {
	padding: .25em;
	width: 400px;
	}


.search_button {
	padding: 4px 5px;
	}
	
#content table {
	margin: 2em 0
	}
	
.searchResults {
	background: #eee;
	font-size: .875em;
	line-height: 1.4em;
	}

.searchResults td {
	border-bottom: 2px solid #fff;
	}

/* [ Pagination ] */
.pagination {
	padding: 0;
	margin: 0 0 40px;
	cursor: default;
	font-size: .875em;
	color: #555;
	}
	
	.page_buttons {
		margin: 5px -10px;
		position: relative;
		min-height: 1px;
		}
		
	* html .page_buttons {
		height: 1px;
		}
		
	* html .page_buttons:after {		content: ".";		height: 0;		visibility: hidden;		clear: both;	display: block;		}
		
	.pagination a {
		background: none;
		padding: 1px 5px;
		color: #777;
		margin: 0 2px;
		line-height: 16px;
		display:block;
		float: left;
		}
		
	.pagination a:hover
	 {
		color: #330000;
		background: #f4e0e0;
		text-decoration: none;
		-moz-box-shadow: 0 1px 0 #f2c7c7;
		}
		
	.pagination a.selected,
	.pagination a.selected:hover {
		color: #fff;
		background: #cc0000;
		-moz-box-shadow: 0 1px 0 #990000;
		}
		
	.pagination .nav {
		margin: 0 10px;
		}
		
	.pagination .disabled,
	.pagination a.disabled:hover {
		color: #ccc;
		margin: 0 10px;
		}
		
	.pageSeparator {
		float: left;
		margin: 0 5px;	
		}
		