body {
margin: 0px 0px 0px 0px;
background-color: #FFF;
background-image: url(images/tile2.jpg);
background-repeat: repeat;
background-position: top left;
background: #FFF url(images/tile2.gif) repeat top left;
font-size: 10pt;
font-family: Verdana, Helvetica, Arial, sans-serif;
color: #006;
}

div#main {
margin: 10px 25px 5px 25px;
padding: 5px 25px 5px 25px;
border-left: solid 1px #006;
border-right: solid 1px #006;
background-color: #FFF;
}

#main p {
text-align: justify;
}

table.box {
border-top: solid 2px #C1CDE7;
border-right: solid 2px #C1CDE7;
border-bottom: solid 2px #C1CDE7;
border-left: solid 2px #C1CDE7;
text-align: center;
}

div#footer {
text-align: center;
font-size: 8pt;
}

img.border {
border-top: solid 1px #006;
border-bottom: solid 1px #006;
border-left: solid 1px #006;
border-right: solid 1px #006;
}

img.title2 {
float: left;
margin: 20px 20px 10px 25px;
padding: 0px 0px 0px 5px;
border-right: solid 2px #405AC6;
}

img.title {
float: left;
border-right: solid 2px #405AC6;
margin-right: 20px;
margin-bottom: 10px;
}

img.right {
float: right;
margin-left: 20px;
margin-bottom: 10px;
border-top: solid 1px #006;
border-bottom: solid 1px #006;
border-left: solid 1px #006;
border-right: solid 1px #006;
}

h2 {
font-family: Times New Roman, Times, serif;
background-color: #405AC6;
color: #FFF;
font-variant: small-caps;
font-weight: normal;
padding: 0px 10px;
display: inline-block;
}

td.up {
border-top: 1px solid #006;
border-left: 1px solid #006;
}
td.down {
border-left: 1px solid #006;
border-bottom: 1px solid #006;
}
td.left {
border-left: 1px solid #006;
}
.pedigree td {
text-align: left;
}

ul.float {
margin-left: 0px;
padding-left: 0px;
width: 100%;
}
ul.float li {
list-style: none;
float: left;
padding-right: 35px;
text-align: center;
height: 200px;
width: 120px;
font-size: 8pt;
}
  
ul.float p {
margin-top: 5px;
}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #FFF;
 border: 1px solid #330;
 margin-right: -1px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #006;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #0E268D;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #405AC6;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

table.update {
	margin: 0 auto;
}

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

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

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

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

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

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

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;
}

td.dotpt {
	width: 80px;
}

td.dotpt div {
	width: 80px;
	white-space: nowrap;
	overflow: hidden;
}

td.dotpt div span {
color: #AA9;
font-family: Arial, helvetica, sans-serif;
}

table#summary1, table#summary2, table#summary3, table#summary4, table#summary5, table#summary6, table.contact {
	margin: 0px auto;
}
table.tablesorter input {
	font-size: 12px;
}
table.tablesorter p, table.tablesorter form {
	margin: 0;
	padding: 0;
}
table.tablesorter {
	margin:10px 0pt 15px;
	font-size: 12px;
	text-align: left;
}
table.tablesorter thead th {
	background-color: #128;
	color: #FFF;
	font-size: 12px;
	padding: 4px 20px 2px 4px;
	text-align: left;
}
table.tablesorter tfoot td {
	background-color: #128;
	color: #FFF;
}
table.tablesorter thead tr .header {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	/* color: #FFF; */
	padding: 2px 4px 2px 4px;
	background-color: #EFF;
	vertical-align: top;
}
table.tablesorter tbody td.sold {
background: #EFF url('images/smallsold.png') no-repeat center center;
}
table.tablesorter tbody td.under {
background: #EFF url('images/underoffer.png') no-repeat center center;
}
table.tablesorter tbody tr.odd td.sold {
background: #CEF url('images/smallsold.png') no-repeat center center;
}
table.tablesorter tbody tr.odd td.under {
background: #CEF url('images/underoffer.png') no-repeat center center;
}
table.tablesorter tbody tr.odd td {
	background-color:#CEF;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #239;
}

div.package {
	padding: 0px 50px;
}
.aqua {
color: #099;
}
.red {
color: #F00;
}


