
@charset "utf-8";
/* the body of the page */

body {background-color: #fff;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;
color: #333;
font-style: normal;
line-height: 1.5em;
font-weight: normal;
font-variant: normal;
margin: 0;
padding: 0;
border: none;
border-collapse: collapse;}

img {border: none;
border-collapse: collapse;}

form {background-color: #ABC4C8;
color: #000;
/*font-size:100%;
*/;
font-weight: bold;}

/* non-hyperlink anchor tags */

A {color: #1b616d;
text-decoration: underline;
background-color: #CCFFFF;
padding: 5px;}

/* hyperlink, hyperllink that has been visited */

A:link, A:visited {text-decoration: underline;
color: #1b616d;
background-color: Transparent;}

/* hyperlink being hovered over, hyperlink being pressed */

A:active, A:hover {}

/* items on page with class Button */

A.Button {
display: inline-block;
white-space: nowrap;
margin-bottom: 5px;
border: 5px #666 double;}

/* the base font of the page */

font {font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 65%;
font-weight: normal;}

font.Instructions {font-size: 115%;
font-weight: bold;}

/* for text with class="Small" (customize this view)*/

font.Small {font-size: 9pt;}

/* with class="Big" */

font.Big {font-size: 12pt;}

/* results.asp, the "CURRENT SEARCH" title */

font.Title {font-size: 140%;
font-weight: bold;
color: #1b616d;}

/* these appear on the SearchNav pane */

font.Button {font-weight: bold;
text-decoration: none;}

.Button{
background-color:red;}

/* these appear on the SearchNav pane */

font.BigButton {font-size: larger;
font-weight: bold;
text-decoration: none;}

/* disclaimers, generally */

font.Tiny {font-size: xx-small;
font-weight: normal;}

/* results.asp, the table containing the results */

table.ResultsTable {width: 95%;
text-align: center;
margin: 0 auto;
padding: 0;
border-bottom: 1px #515151 solid;
border-left: 1px #515151 solid;
border-right: 1px #515151 solid;
border-collapse: collapse;}

/* results.asp, the table containing the max search link and the breed request link */

table.Command {border: none;
border-collapse: collapse;}

/* in results.asp, the title of the results grid */

td.TableTitle {background-color: #ABC4C8;
color: #1b616d;
font-weight: bold;
border: 1px #515151 solid;
text-align: center;
white-space: nowrap;
padding: 8px;
height: 30px;}

/* in results.asp, the search results */

td.TableContent1 {background-color: #FFFFFF;
color: #000000;
text-align: center;
border: 1px #515151 solid;
padding: 5px 10px;}

/* results.asp, the alternating rows */

td.TableContent2 {background-color: #dfe9ea;
color: #000000;
text-align: center;
border: 1px #515151 solid;
padding: 5px 10px;}

.ResultsTable img {display: block;
white-space: nowrap;
margin: 5px;
padding: 5px;
border: 1px black solid;}

.DetailDesc{padding-left:10px; padding-top:10px; vertical-align:top;}

/* on Search.asp, the radiobutton containers */

td.Search {color: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 130%;
background-color: #ABC4C8;}

/* the success story at the top of the results page */

TEXTAREA.Success {font-family: arial;
text-align: center;
color: #000099;
background-color: #dfe9ea;
border-style: none;
border-width: 1px;}