
	@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

	body {
		
		font-family: 'Oswald', sans-serif;
		font-weight:300;
		
	}
	
	.abamenu {

		width: 830px;
		border-bottom: 1px solid #666666;
		padding-left: 10px;

	}

	.repopt {

		display: block;
		padding:7px;
		width: 135px;
		float:left;
		border:1px solid #666666;
		border-bottom:0px;
		text-decoration:none;
		font-weight: bold;
		font-size:13px;
		color: #000000;
		text-align:center;

	}

	.abamenu .acopt {

		background: #FFF;
		border-bottom:1px solid #ffffff;
		margin-bottom: -1px;

	}

	.abamenu .inacopt {

		background: #cccccc;

	}
	
	p b {
		
		font-weight:400;
		
	}
	
	p, h1, h2, h3, h4 {
		
		margin: 0;
		
		
	}
	
	td, th {
		
		font-family: 'Tahoma', sans-serif;
		font-size: 12px;
		
	}
	
	.lal {
		
		text-align:right;
		
	}
	
	#header, #main, #footer, #menu {
		
		margin:0 auto;
		clear:both;
		
	}
	
	#header, #footer, #menu {
		
		width:900px;
		
	}
	
	
	
	#main {
		
		width:860px;
		min-height:360px;
		background: #ccc;
		padding:20px;
	}
	
	#menu {
		
		background: #401C00;
		height: 28px;
		display: table;
		font-weight:400;
	}
	
	#menu ul {
		
		display: table-row;
		
	}
	
	#menu li {
	
		color:white;
		display: table-cell;
		text-align:center;
		padding: 5px 0px;
		font-size: 14px;
	
	}
	
	#menu li a {
		
		color: white;
		
	}
	
	#footer {
		
		font-size: 13px;
		text-align: center;
		margin-top:20px;
		
	}
	
	a {
		
		text-decoration:none;
		
	}
	
	#logtable {
		
		
		margin-top:12px;
		float:right;
		font-size:13px;
		
	}
	
	#logtable input {
		
		border: 1px solid #CCC;
		height:19px;
	}
	
	#userbox {
		
		background: #401C00;
		width: 250px;
		height:70px;
		float:right;
		text-align:right;
		padding: 10px;
		font-size:15px;
		color:white;
		font-weight:300;
		
	}
	
	#hlogo {
		
		width: 84px;
		height: 84px;
		border-radius:50%;
		position: absolute;
		z-index:2;
		margin-left:-50px;
		margin-top:-10px;
		border: 3px solid #401C00;
	}
	
	#userbox a {
		
		color:yellow;
		
	}
	

	
	h1 {
		
		font-weight:300;
		font-size: 26px;
		
	}
	
	h2 {
		
		font-weight:300;
		font-size: 22px;
		
	}
	
	.ptitle {
		
		margin-top:0px;
		
	}
	
	
	.ibox {
		
		width:820px;
		background: white;
		padding:10px;
		margin-bottom:20px;
		
	}
	
	.hbox {
		
		width:820px;
		padding:10px;
		margin-bottom:20px;
		
	}
	
	.in {
		
		background:white;
		
	}
	
	
	.out {
		
		background:#ddd;
		
	}
	
	.horsepic {
		
		width:100px;
		height:100px;
		border: 1px solid #ccc;
		float:left;
		margin-right:20px;
		
	}
	
	.dt {
		
		margin-bottom:20px;
		
	}
	
	.ot {
		
		margin-bottom:10px;
		
	}
	
	.st {
		
		margin-bottom:5px;
		
	}
	
	.biginp {
	
		width: 300px;
		height: 30px;
		padding-left:10px;
		font-size: 14px;
	
	}
	
	.medinp {
	
		width: 300px;
		height: 25px;
		padding-left:10px;
		font-size: 14px;
	
	}
	.medinp2 {
	
		width: 200px;
		height: 25px;
		padding-left:10px;
		font-size: 14px;
	
	}
	
	.shortinp {
	
		width: 150px;
		height: 25px;
		padding-left:5px;
		font-size: 14px;
	
	}
	
	.microinp {
	
		width: 75px;
		height: 25px;
		padding-left:5px;
		font-size: 14px;
	
	}
	
	.microinp2 {
	
		width: 50px;
		height: 25px;
		padding-left:5px;
		font-size: 14px;
	
	}
	
	#sugbox {
		
		background:white;
		border: 1px solid #666;
		position:absolute;
		display:none;
		
		
	}
	
	#sugbox p {
	
		padding-left:5px;
		margin: 5px;
		cursor:pointer;
		font-size: 12px;
		font-family: sans-serif;
	
	}
	
	#sugbox p:hover {
	
		background: #aaa;
	
	}
	
	.boxsearch {
		
		height:25px;
		
	}

	.fulltable {
		
		width:100%;
		
	}
	
	th {
		
		border-bottom:2px solid black;
		text-align:left;
		
	}
	
	td {
		
		border-bottom:1px dotted #666;

	}

	
	tbody tr:nth-child(even) {
		
		#background:#ddd;
		
	}
	
	.tbut {
		
		text-align:center;
		width:150px;
		height: 60px;
		background:white;
		display: block;
		font-weight:bold;
		padding-top:15px;
		margin: 0 15px 15px 0;
		float: left;
		
	}
	
	.tbut2 {
		
		text-align:center;
		width:135px;
		height: 50px;
		padding:10px;
		background:white;
		display: block;
		font-weight:bold;
		padding-top:15px;
		margin: 0 15px 15px 0;
		float: left;
		
	}