/*------------------------------------------*/
/* Styles for Crappie Central Records Pages */
/*------------------------------------------*/
	
	.all_content {
		background:#F7F7F7 url("bckg_page.png") repeat 0 0;
		max-width: 1200px;
		margin: auto;
		text-align: center;
	}
	.table_container {
		background : #252C2F;
		max-width: 100%;
		max-height: 400px;
		margin: auto;
		border: 1px solid #808080;
		color: #000000;
		overflow: auto;
	}
	.fishtable {
		table-layout: fixed;
		background : #F6F6F6;
		border-collapse : collapse;
		border: 0px solid #400000;
		width: 100%;
		height: 100%;
		margin: 0px;
		font-size: 10;
		font-family: Tahoma, Geneva, sans-serif;
		text-align: left !important;
	}
	.radio_span {
		margin: 40px;
	}
	tr {
		margin: 0;
		height: 10px !important;
		padding: 0;
		border: 0;
	}
	td {
		padding: 0, 2px;
		border: 1px solid 400000;
		font-weight: 400;
		color: #000000;
		margin: 0;
		height: 10px !important;
	}
	th {
		background : #E0E6F8;
		height : 18px;
		border: 1px solid 400000;
		font-weight: 600;
		font-size: 14;
		text-align: left !important;
	}
	th.state, td.state {
		width: 11%;
	}
	th.weight, td.weight {
		width: 11%;
	}
	th.size, td.size {
		width: 8%;
	}
	th.lake, td.lake {
		width: 20%;
	}
	th.name, td.name {
		width: 17%;
	}
	th.date, td.date {
		width: 10%;
	}
	th.species, td.species {
		width: 8%;
	}
	th.photo, td.photo {
		width: 15%;
	}
	th.scrollbar {
		width: 16px;
	}
	tr:nth-child(even){background-color: #EEEEEE}
	tr:hover{background-color:#F2F5A9}
	body {
		line-height:1.231;
		background:#E3E3E3 url("bckg_page.png") repeat 0 0;
		color:#252C2F;
		font: 13px Helvetica,Arial,Verdana,sans-serif;
		margin:0;
		padding:0;
		overflow-y:scroll
	}
	.yellowHover:hover {
		background-color: yellow;
	}