/*
    Change History
    
    Date        Author      Description
    --------    ------      ---------------------------------------------------
    01/15/09    Paul        *   Removed grey border-bottom from H2 tag.  This was adding
                                an unneeded line under the title in the PetDetail page.
                            *   Added img.RedBorder for volunteer photos.

    01/18/09    Mark        *   Set span.Boy & span.Girl to Verdana to match rest of site
                                text.
                                
    01/21/09    Paul        Renamed img.RedBorder to img.VolThumb to encompass more properties.

    09/11/09    Mark        Updated a:hover, BigRed, MediumRed, & SmallRed to use the correct red
			    color: 990000.
*/
BODY
{
  font-family:         Arial;
  color:               #000000;
  font-size:           9pt;
}

img {
border: none;
margin: 5px;
}

img.VolThumb {
border: 1px solid #CC0000;
width: 175px;
}

img.NoMarginImage {
border: none;
margin: 0px;
}

li {margin: .7em 0}

/* Standard Page Links - Navy - Navy - Red - Navy 
a:link { text-decoration: none; color: #333C65; font-size: 10pt; font-weight: bold;}
a:visited { text-decoration: none; color: #333C65; font-size: 10pt; font-weight: bold;}
a:hover { text-decoration:underline; color: #990000; font-size: 10pt; font-weight: bold;}
a:active { text-decoration: none; color: #333C65; font-size: 10pt; font-weight: bold;}
*/

.BigRed {font:arial, helvetica 16px bold; color:#990000; font-size: 16pt; font-weight: bold;}
.MediumRed {font:arial, helvetica 16px bold; color:#990000; font-size: 12pt; font-weight: bold;}
.SmallRed {font:arial, helvetica 16px bold; color:#990000; font-size: 9pt; font-weight: bold;}

span.Boy     { font: verdana; font-weight: bold; background-color: #99CCFF }
span.Girl    { font: verdana; font-weight: bold; background-color: #FF99FF }

.SmallRedNormal
{
    font-family: Arial, Helvetica, sans-serif;
    color: #CC0000;
}

.footernav {
	position: absolute;
	float: right;
	text-align: right;
	margin-left: 380px;	
	margin-top: 0px;
	padding: 0px;
}

/* Static Menu Links */
a.topmenulinks:link { text-decoration: none; }
a.topmenulinks:visited { text-decoration: none; }
a.topmenulinks:hover { text-decoration: none; }
a.topmenulinks:active { text-decoration: none; }

/* Dynamic Menu Links */
A.DynamicMenuLinks:link { text-decoration: none; }
A.DynamicMenuLinks:visited { text-decoration: none; }
A.DynamicMenuLinks:hover { text-decoration:none; }
A.DynamicMenuLinks:active { text-decoration: none; }

h1 {
	font-family: verdana;
	font-size: 24px;
	text-align: right;
	vertical-align: text-bottom;
	margin: -6px 0px 4px 0px;
	color: #990000;
	border-bottom: 3px solid #990000;
}

h2 {
	font-family: verdana;
	font-size: 12px;
	margin: 2px 0px 0px 2px;
	padding: 0px 0px 0px 0px;
	color: #990000;
	/* border-bottom: 2px solid #cccccc; */
}

/* for modules that don't use ContentPage.master (SiteMap, PetDetail, etc.)
Use this until those modules can be changed to use h1 instead. */
.PageTitle
{
	font-family: verdana;
	font-size: 24px;
	text-align: right;
	vertical-align: text-bottom;
	margin: -6px 0px 4px 0px;
	color: #990000;
	border-bottom: 3px solid #990000;
}

/* contentcontainer without the fixed width */
.contentcontainer1 {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0px;
	height: auto;
}

/* leftmenucontainer without the fixed width */
.leftmenucontainer1 {
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 0px;
	padding: 0px;
	float: left;
}
