/* CSS Document */

table.puppyList {
	width:100%;
	border:1px solid #CCC;	
}
table.puppyList tr {
	vertical-align:top;
	}	
table.puppyList th {
	background-color:#d2edf6;	
	padding:0 3px;
	border-bottom:1px solid #ccc;
	font-size:1em;	
	}	
table.puppyList td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	vertical-align:top;
	padding:0 1px;
	}

table.smallText tr {
	vertical-align:top;
	border-top: 1px solid #999999;
	}	
table.smallText td {
	vertical-align:top;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
	}
	
/* Sortable tables */
table.sortable a.sortheader {
	background-color:#FFFF99;
    color:#000000;
    font-weight: bold;
	text-align:center;
    text-decoration: none;
    display: block;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}

a.topnav {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
	font-weight:bold;
}
a.topnav:link, a.topnav:visited {
    color:#FFFFFF;
    text-decoration: none;	
}
a.topnav:hover {
    color: #666666;
    text-decoration: underline;
}
a.topnav:active {
    color: #000000;
    text-decoration: underline;
}

