@charset "utf-8";


body {
	color: black;
	background-color: white;
	font-family: Arial,Helvetica,sans-serif;
	font-size: small;
}

p,
li,
dt,
dd,
td,
th,
label,
caption,
address {
}

q {
	font-style: italic;
}

a {
	color: black;
	text-decoration: none;
}

a img {
	border: none;
}

sup {
	font-size: 0.7em;
	vertical-align: text-top;
}

sub {
	font-size: 0.75em;
	vertical-align: sub;
}

strong a {
	border-bottom-style: solid !important;
}

strong.noun {
	font-weight: bold;
/*	text-transform: uppercase;*/
	font-variant: small-caps;
}

em.noun {
	font-style: italic;
/*	text-transform: uppercase;*/
	font-variant: small-caps;
}


.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

.figure {
	overflow: hidden;
	margin: 3px 10px 3px 5px;
	color: #666;
	font-size: 0.85em;
	font-style: italic;
	line-height: normal;
}

.figure.left {
	float: left;
	margin-left: 0;
}

.figure.right {
	float: right;
	margin-right: 0;
}

.category {
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	line-height: 100%;
}

.red {
	color: #e60003;
	color: #c00;
}

.jersey {
	color: #830;
}

.required {
	font-weight: bold;
}

.name {
}

.comment {
	font-size: 0.85em;
	line-height: 100%;
}

.hint {
	text-decoration: underline;
}

em.cattle,
em .cattle,
strong.cattle,
strong .cattle {
	font-style: normal;
/*	text-transform: uppercase;*/
	font-variant: small-caps;
}

.cattle strong {
	white-space: nowrap;
}

.cattle.figure,
.cattle.figure img {
	width: 200px;
}

img.icon {
	vertical-align: middle;
}


/**
 * header
 */
#header {
	margin: 0 0 5px 0;
	padding: 0;
}

#navbar {
	margin: 0;
	padding: 0;
}

#banner {
	height: 92px;
	margin: 5px 0 0 0;
	padding: 0;
}

#bulls {
	position: relative;
	float: right;
	right: 15px;
	width: 275px;
	height: 112px;
}


/**
 * logo
 */
#logo {
	width: 316px;
	height: 89px;
	margin: 4px 0 0 15px;
}


/**
 * footer
 */
#footer {
	clear: both;
	margin: 0;
	padding: 0;
	color: #ccc;
}


/**
 * copy
 */
#copy {
	color: #ccc;
	font-size: 0.85em;
}

#copy a {
	color: #ccc;
}


/**
 * main
 */
#main {
}


/**
 * content
 */
#content {
	margin: 0;
	padding-bottom: 10px;
}

#content h1 {
	clear: left;
	color: #e60003;
	font-size: 1.6em;
}

#content h2 {
	clear: left;
	margin: 0;
	font-size: 1.35em;
}

#content h3 {
	margin: 5px 0;
	font-size: 1.25em;
}

#content h4 {
	margin-bottom: 0;
	font-size: 1.03em;
	font-weight: 200%;
}

#content h5 {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: 200%;
}

#content p {
	margin: 0 0 10px 0;
}

#content table {
	margin: 0 0 15px 0;
	border-collapse: collapse;
	caption-side: bottom;
}

#content caption {
	margin-bottom: 10px;
	font-weight: bold;
	text-align: left;
}

#content caption .comment {
	font-weight: normal;
}

#content p {
	line-height: 150%;
}

#content ul,
#content ol {
	margin: 0 0 15px 0;
	padding: 0 0 0 25px;
}

#content dl {
	margin: 0 0 15px 0;
}

#content li {
	margin-top: 3px;
	margin-bottom: 3px;
	list-style-type: square;
	line-height: normal;
}

/* events */
.event {
}

.event dt {
	clear: left;
	float: left;
	width: 100px;
	margin-bottom: 10px;
	font-weight: bold;
}

.event dd {
	overflow: hidden;
	width: 520px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 2px;
}

.event dd img {
	float: left;
	margin: 0 5px 3px 0;
	margin: 2px 5px 3px 0;
}

.event dd a:hover {
	background: none;
}

.event dd a img {
	border: none;
}


/* list */
.list {
	float: left;
	padding: 5px 10px;
	background: #f8f8f8;
}

.list h4 {
	color: #444;
}

.list h5 {
	color: #444;
}

.list ul {
/*	border-bottom: 1px solid white;*/
}

.list ul li {
	clear: left;
}

.list ul li a.figure {
	display: block;
	float: left;
	width: 100px;
	margin: 0 8px 4px 0;
	border: none !important;
}

.list ul li a.figure:hover {
	background: none;
	text-decoration: none;
}

/* profile */
.profile {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
}

#content .profile h3 {
	margin-bottom: 0;
}

#content .profile p {
	margin-top: 0;
	margin-bottom: 10px;
}

.profile div {
	float: left;
	width: 175px;
	margin: 0;
	padding: 0;
}

.profile .figure {
	float: left;
	width: 90px;
	margin-right: 5px;
}

.profile .figure img {
	width: 90px;
}


/**
 * table
 */
td.cattle {
	font-style: italic;
}

th {
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0 0 0 4px;
}

/* table */
#content p.table.comment {
	margin: 0;
}

/*
#content div.table {
	margin: 0;
	padding: 0;
	width: 649px;
	overflow: auto;
}
*/

.table th,
.table td {
	font-size: 0.85em;
	border-bottom: 1px solid silver;
	text-align: center;
	vertical-align: middle;
}

.table th {
	color: black;
	background: #afc0d4;
}

.table thead th {
	padding: 4px 1px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: left;
	line-height: 90%;
}

.table tbody {
/*	overflow: auto;*/
}

.table td {
	padding: 0 1px;
	white-space: nowrap;
}

.table .odd td {
}

.table .evn td {
	background: #e8f0f8;
}

.table th.idx {
	text-align: right;
	padding-right: 4px;
}

/* catalogue */
.catalogue .name {
	text-align: left;
/*	width: 170px;*/
	white-space: nowrap;
}

.catalogue .pedigree {
	width: 7.8em;
}

.catalogue .num {
	white-space: nowrap;
}

.catalogue .odd td {
	background: white;
}

.catalogue .evn td {
	background: #e8f0f8;
}

.catalogue .lpi,
.catalogue .rzg {
	font-weight: bold;
}

.catalogue th,
.catalogue td {
	padding: 0 1px;
	border-left: 1px solid #afc0d4;
	border-right: 1px solid #afc0d4;
	border-bottom: 1px solid #afc0d4;
	text-align: center;
	vertical-align: middle;
}

.catalogue td.idx,
.catalogue th.idx {
	text-align: right;
}

.catalogue td {
	font-size: 0.75em;
}

.catalogue td.num {
	text-align: right;
}

.catalogue td.num.perc {
	text-align: left;
}

.catalogue td.name {
	line-height: 140%;
}

.catalogue td.name .order {
	float: right;
	margin: 2px 1px 0 0;
	padding: 1px;
	border: none !important;
	line-height: normal;
}

.catalogue thead th,
.catalogue tfoot th,
.catalogue tbody th {
	font-size: 0.85em;
}

.catalogue thead td,
.catalogue tfoot td {
	font-size: 0.8em;
}

.catalogue thead tr.tbody td,
.catalogue tfoot tr.tbody td {
	font-size: 0.75em;
}

.catalogue thead th,
.catalogue tfoot th,
.catalogue tbody th,
.catalogue thead td,
.catalogue tfoot td {
	color: black;
	background: #afc0d4;
	text-align: left;
	line-height: normal;
}

.catalogue thead th,
.catalogue tfoot th {
	background: #8c9aaa;
	text-align: center;
}

.catalogue thead th,
.catalogue tfoot th,
.catalogue thead td,
.catalogue tfoot td {
	border-top: 2px solid #afc0d4;
}

.catalogue thead td,
.catalogue tfoot td {
	border-bottom: 2px solid #afc0d4;
}

.catalogue thead td.pedigree,
.catalogue tfoot td.pedigree {
	text-align: center;
}

.catalogue tbody .date {
	text-align: right;
}

.catalogue tbody td.pedigree {
	font-style: italic;
}

/* beef */
.beef {
	display: inline-block;
	margin: 0 5px;
	text-align: center;
}

.star {
	display: inline-block;
	width: 35px;
	height: 32px;
	overflow: hidden;
	margin: 2px 2px;
	color: white;
	background: url("../../../pic/stars.png") no-repeat center center;
	font-weight: bold;
	text-align: center;
	line-height: 37px;
	cursor: arrow;
}
.s1 { background-color: #e86a34; }
.s2 { background-color: #7dc345; }
.s3 { background-color: #6288c8; }
.s4 { background-color: #e7575e; }


/**
 * form
 */
form {
}

form div {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 170%;
}

fieldset {
	padding: 5px 10px;
/*	border: 1px solid #d0d0bf;*/
}

fieldset ul {
	margin: 0 0 0 10px;
	padding-left: 20px;
}

fieldset table {
	margin-left: 5px;
}

legend {
	margin-bottom: 4px;
	color: #b00;
	font-size: 0.85em;
	font-weight: bold;
}

legend .comment {
	font-weight: normal;
}

.recommended {
	font-weight: bold;
}

label.label {
	display: block;
	clear: both;
	float: left;
	width: 80px;
}

select {
	padding: 0;
}

select,
textarea,
input.text {
	border: 1px solid #7f9db9;
	vertical-align: middle;
}

textarea,
input.text {
	margin: 1px 0;
	padding: 2px;
}

input.radio {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

/* button */
button {
	width: 90px;
	line-height: 100%;
	vertical-align: bottom;
}

div.button {
	margin: 20px 0 10px 0;
}

input.button {
	width: 80px;
/*
	padding: none;
	border: none;
	color: #c00;
	background: none;
*/
	vertical-align: bottom;
}


/**
 * error
 */
#content .error h3 {
	margin-bottom: 0;
}

#content .error p {
	margin-top: 0;
	line-height: 100%;
}

.error p,
.error label,
p.error,
td.error,
span.error,
label.error {
	color: #e60003;
	font-weight: bold;
}

.error input,
.error textarea,
input.error,
select.error,
textarea.error {
	padding: 2px;
	border: 1px solid #e60003;
}

/**
 * programs
 */
#programs {
	float: right;
	width: 100px;
	text-align: right;
}

#programs img {
	margin: 0 0 5px 0;
}

#programs a {
	border: none !important;
}

#programs a:hover {
	background: none;
}


/*
 *catalogue
 */
#content { border: none; }

#content div.catalogue.head { width: 873px; }

#content div.catalogue,
#content div.catalogue table { margin: 0 !important; }

#content div.catalogue.head tbody { visibility: hidden; }
#content div.catalogue.head tbody th,
#content div.catalogue.head tbody td { height: 0px !important; padding-top: -10px; border-color: white; border-top-width: 0px; border-bottom-width: 0px; white-space: nowrap; }

#content div.catalogue.body tfoot { visibility: hidden; }
#content div.catalogue.body tfoot th,
#content div.catalogue.body tfoot td { height: 0px !important; padding-top: -10px; border-color: white; border-top-width: 0px; border-bottom-width: 0px; }

#content div.catalogue.body tbody td { padding-bottom: 2px; }