
/* Site Font Declaration  */


body, p, table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #232f63;
}

p {
    margin-top: 1em;
    margin-bottom: 1em;
    }

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	font-style: normal;
	color: #232f63;
	line-height: 20px;
	margin: 0 0 0 0;
}
h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #232f63;
	margin-top: 2em;
	margin-bottom: 0.1em;
}

hr {
	height: 1px;
	margin: 0 0 0 0;
	border: 0px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px;
	border: solid;
	color: #052147;	
	
}


hr.white
{
    height: 1px;
	margin: 0 0 5 0;
	border: solid;
    color: #FFFFFF;
}

div.hr { 

width: 100%; 
height: 1px; 
background: #052147;
line-height: 1px; 
font-size: 1px; 

} 
		
/* Links  */

a:link
{
	color: #0a1750;
	text-decoration: underline;
	font-weight: normal;
	
}
a:hover
{
	color: #0a1750;/*#8e8d8d;*/
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #0a1750;/*#999999;*/
	text-decoration: underline;
	font-weight: normal;
}

a:active
{
	color: #0a1750;
	text-decoration: underline;
	font-weight: normal;	
}


/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.darkblue {
	background-color: #232f63;
}

.medgray
{
    background-color: #aeacad;
}
.lightgray
{
    background-color: #CCCCCC;
}

.red
{
    background-color: #CC0000;
}


/* Borders  */

.bluebordertop {
	border-top-color: #232f63;
	border-top-width: 1px;
	border-top-style: solid;
}

.blueborderbottom {
	border-bottom-color: #232f63;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborderright {
	border-right-color: #232f63;
	border-right-width: 1px;
	border-right-style: solid;
}
.whiteborderbottom {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborder {
	border-color: #232f63;
	border-width: 1px;
	border-style: solid;

}


.grayborder {
	border-color: #aeacad;
	border-width: 1px;
	border-style: solid;
}
.imageborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}



/* Padding  */

.smpaddingtop
{
    padding-top: 3px;	
}
.smpaddingbottom
{
    padding-bottom: 3px;	
}
.smpaddingright
{
    padding-right: 3px;	
}
.smpaddingleft
{
    padding-left: 3px;	
}

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	
}
.smleftrightpadding
{
	padding-left: 3px;
	padding-right: 3px;
	
}

.toppadding
{
	padding-top: 15px;
	
}

.bottompadding
{
	padding-bottom: 8px;
}

.leftpadding
{
	padding-left: 10px;
}
.lrgrightpadding
{
	padding-right: 30px;
}
.lrgleftpadding
{
	padding-left: 30px;
}
.rightpadding
{
	padding-right: 10px;
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}

.lrgleftrightpadding 
{
	padding-left: 10px;
	padding-right: 10px;
}


.topbottompadding
{
    padding-top: 3px;
    padding-bottom: 3px;
}
    
.lrgtoppadding
{
    padding-top: 20px;
	
}
.xlrgtoppadding
{
    padding-top: 90px;
	
}
.lrgrightpadding
{
	padding-right: 25px;
}

.lrgbottompadding
{
    padding-bottom: 20px;	
}

.lrgleftpadding
{
    padding-left: 20px;	
}

.smlinespacing
{
	line-height: 9px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.title
{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	color: #7c0041;
}

.whitetext
{
	color: #FFFFFF;	
}

.winetext
{
    color: #7c0041;
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 9px;	
}
.mediumtext
{
    font-size: 10px;
}
.largetext
{
	font-size: 14px;	
}
.xlargetext
{
	font-size: 16px;	
}
/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}



/* Standard Control Classes  */

.MultiTextBox{
	font-size: 10px;
	float: left;
	visibility: visible;
	padding-bottom: 2px;
	vertical-align: baseline;
	overflow: auto;
	width: 100%;
	color: black;
	direction: ltr;
	padding-top: 2px;
	font-family: Verdana;
	height: 68px;
	text-align: left;
}

.StdTextBox
{
	font-size: 11px;
	width: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	height: 16px;
}

.HomePageEmailTextBox
{
	font-size: 10px;
	width: 142px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	
	
}

/* images  */

.nav_bg
{
    background-color: #737278;
    background-image: url(images/general/nav_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}


/*Custom Classes - GPWebManager*/

.pedigreeborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-left: solid 1px #052147;
	border-top: solid 1px #052147;
}
.pedigreerightborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-right: solid 1px #052147;
}

.pedigreebottomborder {/*The table will put a 1px black border around images for hyperlinks*/

	border-bottom: solid 1px #052147;
}

/* PAGE TITLES AND HEADINGS */

#search 
{
   display: block;
   width: 148px;
   height: 29px;
   overflow: hidden;
   background: url(images/headers/Search_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
  
    }
    
#articles
{
   display: block;
   width: 148px;
   height: 29px;
   overflow: hidden;
   background: url(images/headers/LatestArticles_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
   cursor: hand;
    }
    
#referring
{
   display: block;
   width: 148px;
   height: 29px;
   overflow: hidden;
   background: url(images/headers/ReferringVets_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
   cursor: hand;
    }
    
#news
{
   display: block;
   width: 148px;
   height: 25px;
   overflow: hidden;
   background: url(images/headers/News_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
   cursor: hand;
    }
    
#case
{
   display: block;
   width: 148px;
   height: 25px;
   overflow: hidden;
   background: url(images/headers/CaseOfTheMonth_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
   cursor: hand;
    }
    
#email
{
   display: block;
   width: 148px;
   height: 25px;
   overflow: hidden;
   background: url(images/headers/EmailUpdates_header.gif) no-repeat;
   margin: 0;
   text-indent: -9999px;
   
    }
    
    .MainItem  /* SEPERATOR BETWEEN THE MENU BUTTONS */
{
	
	background-image: url(images/general/navicon.gif);
	background-repeat: no-repeat;
	
	
}
