/* All pagen in this website are linked to this stylesheet */

body{ font-family: Arial      ; font-size: 12pt;  font-weight:  bold; color: #000000; text-align: left	;
		margin-top:0px; margin-bottom:0px; background-image: url("images/bkgrd.jpg") }
/* Page Header */
h1	{ font-family: "Arial Black"; font-size: 24pt;  font-weight:  normal; color: #008000; text-align: left;
		margin-top:6px; margin-bottom:1 }
/* Dog Names */
h2	{ font-family: Arial      ; font-size: 18pt;  font-weight:  bold  ; color: #000099; text-align: center;
		margin-top:0px; margin-bottom:4px }
/* Header for popup pages */
h3	{ font-family: Arial      ; font-size: 14pt;  font-weight:  bold  ; color: #008000; text-align: left }
/* Main menu on left - intended for active links */
h4	{ font-family: Arial      ; font-size: 10pt;  font-weight:  bold  ; color: #990000; text-align: left;
		margin-top: 12px; margin-bottom: 6px; border-bottom:4px solid #008000; padding-top:3px; padding-bottom:3px }
/* Main menu on left - intended for inactive lines, i.e. current page */
h5	{ font-family: Arial      ; font-size: 10pt;  font-weight:  bold  ; color: #C0C0C0; text-align: left;
		margin-top: 12px; margin-bottom: 6px; border-bottom:4px solid #008000; padding-top:3px; padding-bottom:3px }
/* Page footer including bottom links */
h6	{ font-family: Arial      ; font-size: 9pt ;  font-weight:  normal; color: #000000; text-align: center }

/* Image borders aroung dog pictures only */
img.dogs { border: 5px ridge #990000 }

/* Table rules applied to the main table contains the entire page */
table.main { border: 0 ; width: 780px ; border-collapse: collapse }

/* Table rules for the inline tables displaying the dogs on the Male and Female pages */
table.dogs { border: 0 ; width: 100%  ; border-collapse: collapse }


/* Cell rules applied to the main table in all pages */
td.header { width: 780px ; vertical-align: top ; text-align: left }
td.menu   { width: 150px ; vertical-align: top ; text-align: left }
td.spacer { width: 20px  ; vertical-align: top ; text-align: left }
td.body   {
	width: 610px;
	vertical-align: top;
	text-align: center
}
td.footer { width: 630px ; vertical-align: top ; text-align: left }
td.dogs   { width: 295px ; vertical-align: top ; text-align: left }

/* Horizontal line separating the dogs the on Male and Female pages */
hr.dogs  { color:#000099; height: 4px }

/* Controls the behavior of all the text links on the website except the menu links below */
a:link			{ color: #000099 ; text-decoration: underline }
a:visited		{ color: #000099 ; text-decoration: underline }
a:hover			{ color: #990000 ; text-decoration: underline }

/* Control the behavior of the main menu column on the left side of all pages (not used with buttons)*/
a:link.menu		{ color: #000000 ; text-decoration: none }
a:visited.menu	{ color: #000000 ; text-decoration: none }
a:hover.menu	{ color: #990000 ; text-decoration: none ; font-style: normal}


/*----------------------------------------------------------*/
/*  Contact Form section                                    */
/*----------------------------------------------------------*/

.cf_image
{
  font-family: Arial; font-size: 12pt; font-weight: normal; color: #000000; text-align: left;
  background-image: url(images/puppies/pup-00_new.jpg);
  background-repeat: no-repeat;
  background-position: right 70px;
}

/*  ~~~~~  Field Name Properties / Table 1  ~~~~~  */
.cf_FNPT1 {width: 70px;}

/*  ~~~~~  Field Name Properties / Table 2  ~~~~~  */
.cf_FNPT2 {width: 110px;}

/*  ~~~~~  Asterisk Properties  ~~~~~  */
.cf_AP
{
  width: 10px;
  font-family: Arial; font-size: 20px; font-weight: normal; color: #008000;
  line-height: 20px; padding-top:9px;
  text-align: center;
}

/*  ~~~~~  Input Filed Properties  ~~~~~  */
.cf_IFP
{
  font-family: Arial; font-size: 16px; font-weight: normal; color: #000000;
  padding-left: 3px; padding-top: 0px;
  text-align: left;
}

/*  ~~~~~  Error Message / Name Field Properties  ~~~~~  */
.cf_EMNFP {height: 18px; font-size: 1px;}

/*  ~~~~~  Error Message / Asterisk Field Properties  ~~~~~  */
.cf_EMAFP {font-size: 1px;}

/*  ~~~~~  Error Message / Text Field Properties  ~~~~~  */
.cf_EMTFP
{
  font-family: Arial; font-size: 12px; font-weight: normal; color: #ff0000;
  line-height: 12px;
  vertical-align: top;
}

.main tr .body .dogs {
	text-align: center;
}

