@charset "utf-8";
/* CSS Document */

.petsMainHeaderRow {
	color: #ffffff;
	font-weight: bold;
	background-color: #630b00;
}

.petHeadingRows {
	color: #ffffff;
	font-weight: bold;
	background-color: #b57574;
}

.blankTableRow {
	color: #630b00;
	background-color: #ffffff;
}

.imageFloatRight {
	position: relative;
	float: right;
	margin: 0 0 10px 15px;
}
.imageFloatLeft {
	position: relative;
	float: left;
	margin: 0 15px 10px 0;
}
h1 {
	font-weight: bold;
	letter-spacing: 0;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 15px;
}
hr {
	background: #c19d7a;
	color: #c19d7a;
	height: 1px;
	width: 100%;
	clear: both;
}

.available {
	background: #00a651;
	color: #fff;
}

.onHold {
	background: #fff200;
	color: #000;
}

.adopted {
	background: #ed1c24;
	color: #fff;
}

.hr {
	background: #c19d7a;
	color: #c19d7a;
	height: 1px;
	width: 100%;
	clear: both;
}
