/* Textual Elements */
body, table
{
	font-family: Helvetica, Verdana, Arial, Times New Roman;
	font-size: x-small;
	scrollbar-base-color : #E1E1E1;
	scrollbar-arrow-color : #F9BC62;
	margin: 10px 0px 0px 0px;
}

.heading
{
	font-size: larger;
	text-decoration: overline underline;
	font-weight: bolder;
	color: #CC3300;
}

.ebvVal, .avgVal
{
	font-size: xx-small;
}

/* Links */
a
{
	color: #CC3300;
}

a:hover
{
	cursor: hand;
	color: #003399;
	text-decoration: underline;
}

a.invislink, form
{
	margin: 0px;
}

a.sidelink, a.adminlink
{
	font-size: xx-small;
	color: #CC3300;
}

a.sidelink:hover, a.adminlink:hover
{
	font-size: xx-small;
	color: #003399;
}

/* General  Elements */
input, option, textarea
{
	font-family: Arial;
	font-size: x-small;
}

option.selected
{
	background-color: orange;
	color: white;
}

input.login, input.ebv, input.avg
{
	font-size: 7pt;
}


input.inputButton
{
	font-family: Arial;
	font-size: xx-small;
	border: 1px solid #CC3300;
}

.sidebar ul li
{
	list-style : disc url(images/li.gif);
}

.loginbox ul li 
{
	float: left;
	list-style : none none;
	font-size: xx-small;
}

.loginbox ul li span.right
{
	float: right;
	list-style : none none;
}

/* Containers */
div
{
	float: left;
}

div.loggedin
{
	float: right;
	font-size: xx-small;
}

table
{
	border: 1px solid #000000;
}

th
{
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
}

th.ebv, th.avg input.ebv
{
	font-size: 7pt;
}

table.bullPedigree
{
	border: 0px;
	font-size: 7pt;
	font-weight: bold;
	color: #CC3300;
}

.docContainer
{
	float: left;
	border: 0px;
	margin: 0px;
}

.navElements
{
	float: left;
	padding: 1px 1px 1px 1px;
	border: 1px dashed #666666;
	width: 780px;
	background-color: #ffffff;
}

.sideContainer
{
	float: left;
	width: 10%;
}

.topHeader
{
	font-size: 1em;
	width: 225px;
	color: white;
	background : black no-repeat right;
	background-image: url(images/right.gif);
	padding-left : 10px;
	padding-bottom : 0px;
}


.mainContentArea
{
	padding: 2px 2px 2px 6px;
	font-size: x-small;
}

.leftNavContainer
{
	width: 147px;
	font-size: xx-small;
	height: 100%;
	background-color: #ffffff;
}

.rightNavContainer
{
	font-size: 0px;
}

.sideBarContainer
{
	height: 100%;
	background-color: #D3D3D3;
	border-right: 1px dashed #637AE9;
	width: 137px
}

.sideBar
{
	width: 100%;
	padding: 2px 2px 2px 2px;
}

.loginBox
{
	width: 127px;
	padding: 2px 2px 2px 2px;
	background-color: #D9C9C9;
}

.footerBox
{
	font-size: xx-small;
	background-color: Silver;
	text-align: center;
	color: Gray;
	height: 14px;
	width: 100%;
}

div.row
{
  clear: both;
  padding: 1px 4px 1px 4px;
  width: 100%;
}

span.label
{
  float: left;
  text-align: right;
  width: 50%;
}

span.forminput
{
  float: right;
  width: 50%;
  text-align: left;
}


/* Navigational Elements */
.logo
{
	width: 147; height: 140;
	background-image: url(images/bulllogo.gif);
}

.sitename
{
	width: 381; height: 39;
	background-image: url(images/sitename.gif);
}

.topspacer
{
	width: 248; height: 17;
	background-image: url(images/button_top_spacer.gif);
}

.home
{
	width: 67; height: 22;
	background-image: url(images/home.gif);
}

.home_on
{
	width: 67; height: 22;
	background-image: url(images/home_on.gif);
}

.bulls
{
	width: 56; height: 22;
	background-image: url(images/bulls.gif);
}

.bulls_on
{
	width: 56; height: 22;
	background-image: url(images/bulls_on.gif);
}

.cows
{
	width: 56; height: 22;
	background-image: url(images/cows.gif);
}

.cows_on
{
	width: 56; height: 22;
	background-image: url(images/cows_on.gif);
}

.contact
{
	width: 68; height: 22;
	background-image: url(images/contact.gif);
}

.contact_on
{
	width: 68; height: 22;
	background-image: url(images/contact_on.gif);
}

.bottomspacer
{
	width: 1; height: 22;
	background-image: url(images/button_lower_spacer.gif);
}

