body {
	background-color: #000000;
	text-align: center;
	font-family: Tahoma;
}

#header {
	border-radius: 150px 150px 0px 0px;
}

#menuOuter {
	margin: auto;
	width: 1200px;
	height: 90px;
	background-image: url('../img/menubg.png');
}

#menuInner {
	position: relative;
	width: 1200px;
	height: 90px;
}

#menuInner a {
	display: block;
	position: absolute;
	top: 20px;
	width: 300px;
	height: 60px;
}

#menuInner a:hover {
	background-position: 0 -60px;
}

#menuInner a:nth-child(1) {
	left: 0px;
	background-image: url('../img/menu_home.png');
}

#menuInner a:nth-child(2) {
	left: 300px;
	background-image: url('../img/menu_broodmares.png');
}

#menuInner a:nth-child(3) {
	left: 600px;
	background-image: url('../img/menu_yearlings.png');
}

#menuInner a:nth-child(4) {
	left: 900px;
	background-image: url('../img/menu_foals.png');
}

#mainContainer {
	position: relative;
	margin: auto;
	width: 1200px;
}

#innerContainer {
	position: absolute;
	left: 320px;
	top: 0;
	width: 880px;
	height: 100%;
	background: linear-gradient(to right, #000000 0%,#333333 100%);
}

#pageHeader {
	padding: 10px;
	width: 860px;
	float: right;
}

#pageFooter {
	clear: both;
	height: 20px;
	padding: 5px;
	background-color: #444444;
	text-align: center;
	font-family: Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
}

#leftImg {
	float: left;
}

#popupPedigree, #popupFoalList {
	position: absolute;
}

.pedigreeButton, .foalListButton {
	cursor: pointer;
}

div.horseListContainer {
	margin: auto;
	background-color: #000000;
	width: 850px;
	padding-top: 10px;
	padding-bottom: 25px;
	border-radius: 20px;
}

table.horseList {
	width: 850px;
	margin: auto;
	border-collapse: collapse;
	text-align: left;
	border-radius: 10px;
}	

table.horseList td:nth-child(1) {
	width: 210px;
}

table.horseList td {
	height: 25px;
	border: 1px solid #000000;
	font-family: Tahoma;
	padding: 2px;
	font-size: 9px;
	word-wrap: nowrap;
}

table.horseList div {
	position: relative;
	text-align: center;
	margin: auto;
}

table.horseList td:nth-child(1) img {
	padding-top: 1px;
	margin-right: 5px;
	float: left;
}

td.vtop {
	vertical-align: top;
}

tr.header td {
	font-size: 12pt;
	color: #FFFFFF;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.center {
	text-align: center;
}

span.earningrecord {
	font-size: 7pt;
}

tr.odd td {
	background-color: #EEEEEE;
}

tr.even td {
	background-color: #DDDDDD;
}

#legend {
	border-collapse: collapse;
	width: 255px;
	text-align: left;
	margin-left: 17px;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

#legend td:nth-child(1) {
	text-align: left;
}

#legend td:nth-child(2) {
	text-align: right;
	padding-right: 49px;
}

#legend img {
	vertical-align: middle;
}

#newsItems {
	text-align: left;
	font-size: 10pt;
	margin-right: 10px;
}

#newsItems li {
	margin-top: 10px;
	margin-bottom: 10px;
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: inline-block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  border: 0;
  }