/***********************************************************
 Common Elements
************************************************************/

/***********************************************************
 Page: List of Animals
************************************************************/
/* begin new styles */
* {
webkit-box-sizing: border-box;
moz-box-sizing: border-box;
box-sizing: border-box;
}
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background:#fff;
	display: block;
}
tr {
display:inline;	
}
table 
.list-body {
	background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow-x: hidden;
}
.list-body table {background-color:#eee;}
td.list-item {
width:50%;
min-width:269px;
float:left;
text-align: center;
vertical-align: top;
}
td.list-item:nth-of-type(odd) {
clear:left;
}
table:before, table:after, {
content: " ";
display: table;	
}
table:after {
	clear:both;
}


.list-animal-photo-block {}

.list-animal-photo {
    border-style: none;
    border-width: 0;
    height: 100px
}

.list-animal-info-block 
{
	display: table;
	width: 130px;	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 12px;
	margin-left: auto;
}

.list-animal-id {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 70%;
	line-height: 125%;
	color: #666666;
}

.list-animal-name {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	color: #666666;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}

.list-animal-sexSN, .list-animal-breed, .list-animal-age, .list-animal-detail, .list-animal-breed, .list-animal-foundtype
{
	margin-top: 3px;
	margin-bottom: 3px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 70%;	
	color: #666666;
}

/***********************************************************
 Page: Animal Details
************************************************************/

.detail-body #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:nth-child(2) td {width:100%!important;}
.plPhotos {
    padding: 3px 0 3px 3px;
    width: 95%;
    box-sizing: border-box;
}
.detail-body {
	background-color: #fff;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
}
.detail-body table:first-of-type  tbody tr td {width:100%;float:left}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(2) {background-color:#fff;}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:first-child td:nth-child(odd) {width:100%!important;min-width:200px;float:left;}

/*.detail-body  #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:first-child td {width:100%!important;min-width:200px!important;}*/
.detail-body td img#imgAnimalPhoto {width:100%;height:auto;overflow:hidden;}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(3) {
    background-color: #ECEFF6!important;
    width: 100%;
	max-width: 470px;
    padding: 4px;
    box-shadow: inset 0px 0px 0px 7px #fff;
}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(3) table {
	
}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(3) tr:first-of-type,
 {/*display:none;*/}
.detail-link {
	font-size: 80%;
}

.detail-photo-links {
	font-size: 80%;
}
	
.detail-table {
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 0px;
    border-bottom-width: 1px;
    border-right-width: 1px;
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 70%;
	margin-bottom: 6px;
	margin-right: 0px;
	margin-top: 0px;
	width:100%;	 
}
table.detail-table  tr {
width:100%;
}
table.detail-table  tr td {
max-width:50%;
min-width: 50%;
float:left;
}
.detail-body #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:first-child td table.detail-table tr td, .detail-body  #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:first-child td:nth-child(odd) table.detail-table tbody tr#trAnimalID td.detail-label:nth-child(odd) {
width:50%;
max-width:50%;
min-width: 50%;
float:left;
}
.detail-body  #DefaultLayoutDiv > table:nth-of-type(2) tbody tr:first-child td:nth-child(odd) table.detail-table tbody tr#trAnimalID td.detail-label:nth-child(odd) {
width:50%;
float:left;	
}
.detail-label {
	height: 18px;
    border-style: solid;
    border-top-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-color: #BBBBBB;
    white-space: nowrap;
	text-align:left!important;
}

.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-left: 3px;
	height:18px;
    white-space: nowrap;
}

.detail-value-checkbox 
{
	font-family: Consolas, Courier;
}
tr#trBreed {height:32px;}
tr#trBreed td.detail-label, tr#trAge td.detail-label {height:32px!important;}
tr#trBreed td.detail-value, tr#trAge td.detail-value {height:32px!important;white-space:normal;overflow:hidden;}
.detail-animal-name {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: large;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:3px; 
	margin-left:3px
}

.detail-animal-photo {
	border-width: 0;
}

.detail-animal-desc {
	font-family: "Verdana", "Helvetica", "Arial", sans-serif;
	font-size: 70%;
	line-height: 150%;
	margin-bottom: 8px;
    padding: 8px 8px 8px 12px;
}

.detSize 
{
    visibility:hidden;
    height: 0px;
}

.button{
	border:0px;
	display:block;
	width:104px;
	height:17px;
	padding-top:1px;
	background:#f68428 url(../images/bg-button_104x18.png) no-repeat top left;
	
	font-family: "Arial", sans-serif;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	color:white;
}
button.button{
	padding-top:0px;
	height:18px;
}
a.button:hover {
	color:white;
	text-decoration: underline;
}
.button.green{
	background-color:#a9b93c;
}	
.button.orange{
	background-color:#f68428;
}	
.button.blue{
	background-color:#37bcdf;
}	
.button.brown{
	background-color:#663700;
}
.navHeaderText
{
    font-family: "Arial", sans-serif;
	font-size:12px;
}
div#tblPetangoStore {margin-left:5px;}
.hidden { display: none; }
#petango_ad {display:none;}