html, body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	background-color: #DDD;
	color: #444;
	margin: 0;
	padding: 0;
	min-width: 850px;
	height: 100%;
}

div#wrap {
	width: 850px;
	margin: 0px auto;
	min-height: 100%;
	background-color: #FFF;
}

#header a img {
	border: none;
	float: left;
}

#content {
	padding: 30px;
}

h3 {
	background: transparent url('../images/hbar.gif') repeat-y top left;
	color: #FFF;
	font-weight: bold;
	padding: 1px 0px 1px 5px;
	height: 20px;
}

h3 div, div.date {
	display: inline-block;
	width: 115px;
	height: 22px;
	text-align: center;
	background: transparent url('../images/date.png') no-repeat top left;
	font-size: 10px;
	color: #FFF;
	font-weight: bold;
	padding: 2px 5px 0px 0px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #666;
	margin-top: -30px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

input.custom {
	height: 22px;
	background: transparent url('../images/bk.gif') repeat-x center center;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #FFC;
	margin: 1px;
	padding: 0px 6px 2px 6px;
}

input.custom:hover {
	cursor: pointer;
	background: transparent url('../images/bar.gif') repeat-x center center;
}

div#nav {
	background: transparent url(../images/bk.gif) repeat-x top left;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	position: relative;
	float: left;
}

#nav ul li img {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 3px 15px;
	color: #FFF;
	text-decoration: none;
}

#nav ul li a.here, #nav ul li a:hover {
	text-decoration: underline;
}

#nav ul ul li {
	position: relative;
	white-space: nowrap;
	line-height: 30px;
	left: 0px;
	width: 100%;
	background-color: #697a6a;
	overflow: hidden;
	height: 0;
	transition: height 0.5s;
}
#nav ul ul {
	-webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.75);
	position: absolute;
	top: 25px;
	left: 0px;
	float: none;
	/* display: none; */
	z-index: 999;
}
#nav ul li:hover ul li {
	height: 30px;
	border-top: 1px solid #ccc;
}
#nav ul ul li:hover {
	background-color: #697a6a;
}
table.update {
	margin: 0 auto;
}

.update div {
	white-space: nowrap;
	overflow: hidden;
}

.update input, input.custom {
	font-size: 11px;
}

.update th {
	border: none;
	text-align: center;
	padding-top: 20px;
}

.leftimage {
	float: left;
	padding: 0px 10px 10px 0px;
}

.rightimage {
	float: right;
	padding: 0px 0px 10px 10px;
}

.leftimage p, .rightimage p, .centerimage p, .inner p {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	margin-top: 3px;
	line-height: 120%;
}

.blktext td {
	color: #333;
}

table.pedigree {
	margin: 0 auto;
	line-height: 17px;
}

.pedigree td {
	text-align: left;
}

td.up {
	border-top: 1px solid #AA9;
	border-left: 1px solid #AA9;
	height: 8px;
	width: 25px;
}
td.down {
	height: 8px;
	border-left: 1px solid #AA9;
	border-bottom: 1px solid #AA9;
	height: 8px;
	width: 25px;
}
td.leftside {
	border-left: 1px solid #AA9;
}
td.spacer {
	width: 40px;
}
td.new {
	height: 8px;
	width: 25px;
}

/* tables */
table#summary1, table#summary2, table#summary3, table#summary4 {
	margin: 0px auto;
}
table.tablesorter p, table.tablesorter form {
	margin: 0;
	padding: 0;
}
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background: transparent url('bg2.gif') repeat-x center center;
	/* background-color: #063; */
	color: #FFF;
	font-size: 8pt;
	padding: 4px 20px 4px 4px;
	text-align: left;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: bottom;
}
table.tablesorter tbody td.sold {
	background: #FFF url('../images/smallsold.png') no-repeat center right;
}
table.tablesorter tbody td.under {
	background: #FFF url('../images/underoffer.png') no-repeat center right;
}
table.tablesorter tbody tr.odd td.sold {
	background: #EFE url('../images/smallsold.png') no-repeat center right;
}
table.tablesorter tbody tr.odd td.under {
	background: #EFE url('../images/underoffer.png') no-repeat center right;
}
table.tablesorter tbody tr.odd td {
	background-color:#EFE;
}
table.tablesorter thead tr .headerSortUp {
	background: url('asc.gif') no-repeat center right;
}
table.tablesorter thead tr .headerSortDown {
	background: url('desc.gif') no-repeat center right;
}

div.inner {
	display: inline-block;
	padding: 0px 5px;
}

div.java {
	text-align: right;
	padding: 3px 5px 0px 0px;
	color: #FFF;
}

form#myForm { display: block; margin: 20px auto; background: #DDD; border-radius: 10px; padding: 15px }
#progress { margin: 0 auto; position:relative; width:400px; border: 1px solid #ddd; padding: 1px; border-radius: 3px; }
#bar { background-color: #B4F5B4; width:0%; height:20px; border-radius: 3px; }
#percent { position:absolute; display:inline-block; top:3px; left:48%; }

#contactform input[type='text'], #contactform textarea {
	width: 300px;
}
.red {
	color: #F00;
	font-weight: bold;
}

