/***********************************************************
 Common Elements
************************************************************/

a {color:#6C7F50;}
a:hover {color:#96B05E;}

/***********************************************************
 Page: List of Animals
************************************************************/
.list-body {
	background-color: #FCF9DC;
}
.list-table {}
.list-item {
	width:auto ;/*33.3%*/
	text-align: center;
	vertical-align: top;
}
.list-animal-photo-block {}
.list-animal-photo {
    border:3px solid #AAC87E!important;
    height: 100px;
}
.list-animal-info-block {
	display: table;
	width: 150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:3px;
	margin-bottom: 12px;
}

.list-animal-id {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color: #303054;
}

.list-animal-name {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C7F50;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.list-animal-sexSN, .list-animal-breed, .list-animal-age, .list-animal-detail 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 125%;
	color:#303054;
}




/***********************************************************
 Page: Animal Details
************************************************************/
.detail-body {
	background-color: #FCF9DC;
	font-family: Arial, Helvetica, sans-serif;
	color:#303054;
}
.detail-photo-links {
	font-size: 12px;
	font-weight:bold;
}
	
.detail-table {
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 20px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px; 
	position:absolute;
}

/*.detail-table-cell {
	width: 130px;
	height: 18px;
    border-style: solid;
    border-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-top-width: 1px;
    border-color: #BBBBBB;
    padding-right: 3px;
    padding-left: 3px;
}*/
.detail-label {
	width: 95px;
	height: 22px;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #BBBBBB;
    padding-right: 3px;
    padding-left: 0px;
    white-space: nowrap;
}

.detail-value {
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;    
    border-color: #BBBBBB;
    padding-right: 3px;
    padding-left: 3px;
    /*white-space: nowrap;*/
}

.detail-animal-name {
	font-family: Arial, Helvetica, sans-serif;
	color:#6C7F50; 
	font-size:18px;
	margin:0 0 6px 3px;
	font-weight:bold;
}
.detail-animal-photo {
	border:3px solid #AAC87E!important;
	/*width:350px;*/
	margin-bottom:4px;
}

.detail-animal-desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	margin-bottom: 7px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.detSize 
{
    visibility:hidden;
    height: 0px;
}

#tbl24PetWatch {margin-top:40px; }
