/* Pedigree table */
.sire{
	background: #B9D9FA;
}

.dam{
	background: #F9DDF5;
}

/*Content containers*/
.content_box{
	display: none;
	width: 720px;
	float: left;
	padding: 5px;
	padding-top: 20px;
	text-align: left;
}


/*Stats/Info Tables*/

table.default{
	width: 710px;
	line-height: normal;
	margin-bottom: 10px;
	position: top;
	top: 0px;
}

tr.default{
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.default td{
	padding: 3px;
}

td.title {
	color: white;
	font-weight: bold;
	background-color:#3300AA;
}

.colhead {
	text-align: center;
	background:#c1c1c1;
	color: #000;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.left{
	text-align:left;
}

.center{
	text-align: center;
}

td.comp_title{
	width: 400px;
}

td.dist{
	width: 40px;
}

td.rank{
	width: 28px;
}

td.c_rnk{
	width: 56px;
}

td.speed{
	width: 60px;
}

.oddrow {
	background-color: #FFF;
}

.evenrow {
	background-color: #ececec;
}

#buttons{
	width: 700px;
	float: left;
	padding: 10px;
	text-align: left;
}

#profile{
	padding: 5px;
}

.blue_box{
	border: 1px #3300AA solid;
}
.div_head{
	color: #ffffff;
	background-color: #3300AA;
	width: 726px;
	height: 20px;
	margin-bottom: 20px;
	padding-left: 4px;
	padding-top: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	font-weight: bold;
}
