<!--
/* the body of the page */
body
{
	background-color: #FFFFFF;
	font-family: "trebuchet ms";
	font-size: 8pt;
	color: #000;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 1;
	margin-bottom: 1;/*
 background-image: url(../images/repeatable08.bmp);
 background-repeat:repeat ;
*/
}

/* non-hyperlink anchor tags */
A 
{
	color: #005d55;
	text-decoration: underline;
} 

/* hyperlink, hyperlink that has been visited */
A:link,A:visited
{
  text-decoration: underline;
  color: #005d55 ;
  background-color: Transparent ;
}

/* hyperlink being hovered over, hyperlink being pressed */
A:active,A:hover
{
  text-decoration: underline ;
  color: #005d55 ;
  background-color: transparent ;
}

/* items on page with class Button */
A.Button
{
	border-style: outset;
}

/* the base font of the page */
font
{
	font-family: "trebuchet ms";
	font-size: 10pt;
}

/* for text with class="Small" (customize this view)*/
font.Small
{
	font-size:8pt;
	text-align: left;
}

/* with class="Big" */
font.Big
{
  font-size:10pt;
}

/* results.asp, the "CURRENT SEARCH" title */
font.Title
{
	font-size:12pt;
	font-weight:bold;
	color: 005d55;
}

/* LostPet.asp */
font.CmdTitle
{
	font-size:18pt;
	font-weight:bold;
	color: 005d55;
}

/* rec_table.asp, the "click on picture" title */
font.Instructions
{
	font-size:10pt;
	font-weight:bold;
	color: 000;
}

/* these appear on the SearchNav pane */
font.Button
{
	font-weight:bold;
	text-decoration: none;
	color: 005d55;
}

/* these appear on the SearchNav pane */    
font.BigButton
{
	font-size:larger;
	font-weight:bold;
	text-decoration: none;
	color: 005d55;
}
        
/* disclaimers, generally */
font.Tiny
{
	font-size:10pt;
	padding: 2px;
}
    	
/* results.asp, the table containing the results */
table.ResultsTable
{
	font-size: 9pt;
	text-align: left;
	cell-spacing: 4;
	padding: 5;
}

/* results.asp, the table containing the max search link and the breed request link */
table.Command
{
	border-width : 1px;
	border-style : solid;
	text-align: left;
}

/* in results.asp, the title of the results grid */
td.TableTitle
{
	background-color: #ffffff ;
	color: #00877c ;
	font-weight: bold;
	border-width : 1px;
	border-style : solid;
	text-align: center;
}
/* in results.asp, the search results */
td.TableContent1
{
	background-color: #ffFFff;
	color: #002244 ;
	text-align: center ;
	border-width : 0px;
	border-style : solid ;
}
/* results.asp, the alternating rows */
td.TableContent2
{
	background-color: #ffffff;
	color: #002244 ;           
	text-align: center ;
	border-width : 0px;  
	border-style : solid;
}

/* detail.asp, the tables containing the animal info */
table.DetailTable
{
  	text-align: left;
 	cell-spacing: 4;
 	padding: 5;
	border-width : 1px;
	border-style : solid;
}
td.DetailDesc
{
	text-align:left;
	font-size: 10pt;
	padding-right: 5px;
	padding-left: 5px;
}

/* on Search.asp, the radiobutton containers */
td.Search
{
	background-color: #00FFFF;
	font-size: 10pt;
	text-align: left;
	width: 300px;
}

/* the success story at the top of the results page */
TEXTAREA.Success
{
	font-family: trebuchet ms;
	text-align: left;
	color: #ffffff;
	background-color: #5b1f69;
	border-style:none;
	border-width:1px;
	width: 300px;
	padding: 5px;
}

.CmdButton a
{
  color: #FFFFFF;
  border: 1px solid;
  background-color: #0000FF; /* #5A7798; */
  padding: 2px;
  padding-left: 3px;
  font: 22px Verdana, Arial, Helvetica, sans-serif;
  /*font-weight: bold;*/
  text-decoration: none;
  margin: 0px;
  border-color: #869CB4 #234A76 #234A76 #869CB4;
  text-align: left;
}
.CmdButton a:hover
{
  border: 1px solid;
  padding-left: 4px;
  padding-top: 3px;
  padding-bottom: 1px;
  padding-right: 1px;
  background-color:#FFFF00; /* #000099; /* #44658A; */
  border-color: #234A76 #869CB4 #869CB4 #234A76;
  color: #0000FF; /*#FFFFFF; */
  text-decoration: none;
} 

