body {
	background-image: url(../images/shared/background_gen.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #000000;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 4px;
}
.smalltext {
	font-size: 10px;
}


.shadows {
	background-image: url(../images/shared/background_content_gen_shadows.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.border_grey_1px {
	border: 1px solid #666666;
}
.back_shelter {
	background-image: url(../images/shared/background_shelter.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.border_grey_1px_no_top {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.back_paddock {
	background: url(../images/shared/backround_paddock.jpg) no-repeat bottom;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 10px 5px;
}

.form {
	border: 1px solid #999999;
	background-color: #FFFFFF !important;
	color: #000000;
	font: 11px Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
}
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	color: #0000FF;
}
a:active {
	color: #FF0000;
}
.highlight_box {
	background: #EEEEEE;
	border: 1px dotted #FF0000;
}
.highlight_box_text {
	font-size: 10px;
	margin: 10px;
}
#weights td, #dimensions td{
	border: 1px solid #333;
}
