*{
	list-style:none;
	margin:0px;
	padding:0px;
}

	
#menu {
	width: 180px;
	border-style: solid solid none solid;
	border-color: #4E4F50;
	border-size: 1px;
	border-width: 1px;

	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #4E6984;
	display: block;
	background: url(images/menu1.gif);
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color: #26370A;
	background: url(images/menu1.gif) 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #26370A;
	background: url(images/menu1.gif) 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}


BODY {
LEFTMARGIN:0;
TOPMARGIN:0 ;
MARGINWIDTH: 0; 
MARGINHEIGHT: 0;
	background-image: url(images/site_bg.gif) ;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: 0% 0%;
	font-size:x-small;
	voice-family:"\"}\"";
	voice-family:inherit;
	font-size:small;
}


p {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align : left;
}

p.title {
	FONT-SIZE: 15px; 
	COLOR: navy; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
	text-align : left ; 
	font-weight:bold;
	padding-top: 5px;
	padding-left: 5px;
}

p.dog_name {
	FONT-SIZE: 19px; 
	color: #3E5068;
	font-weight:bold;
	padding-left: 5px;
	padding-top: 5px;

}

.dog_properties {
	FONT-SIZE: 11px; 
	color: #3E5068;
	font-weight:normal;
	text-align : right;

}

p.breed {
	FONT-SIZE: 12px; 
	color: #3E5068;
	font-weight:normal;
	padding-left: 5px;

}

.dog_data {
	FONT-SIZE: 11px; 
	color:#3E5068;
	font-weight: bold;
}

.dog_exported {
	FONT-SIZE: 14px; 
	color: red;
	font-weight: bold;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

div.leftpad {
    padding-left: 3px;
}

.border
{
   border: 1px solid gray;
  
}

img.dogborder
{
   border: 1px solid navy;
}

img.randompic
{
   border: 1px solid gray;
   margin-bottom: 5px;
}

td
{
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif; text-align : left;
}


a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

table.white {
  background-color: white;
  align : center;
}

td.left {
	background-image: url('/images/left_bg.jpg') ;
	background-repeat: repeat-y;
}

td.right {
	background-image: url('/images/right_bg.jpg') ;
	background-repeat: repeat-y;
}

td.line{
	background-image: url('/images/line.jpg') ;
}


/* scroll */ 

#scrlContainer{
    position:relaive;
	left:0;
	top:0;
	visibility:hidden;
	color: white;
	FONT-SIZE: 14px; 
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
	overflow:hidden;
	width:660px;
	height:15px;
	
	
}
#scrlContent{
	position:relative;
	left:50;
	top:-1;
	white-space:nowrap;
}
	