
/* 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: #052147;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #052147;
	margin: 0 0 0 0;
	
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #052147;
	margin-top: 2em;
	margin-bottom: 0.1em;
}

hr {
	height: 1px;
	margin: 0 0 0 0;
	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: #052147;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #7c0041;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #7c0041;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #7c0041;
	text-decoration: underline;
	font-weight: normal;	
}
a:link.darklink
{
	color: #052147;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover.darklink
{
	color: #7c0041;
	text-decoration: underline;
	font-weight: bold;
}

a:visited.darklink
{
	color: #7c0041;
	text-decoration: none;
	font-weight: bold;
}

a:active.darklink
{
	color: #7c0041;
	text-decoration: underline;
	font-weight: bold;	
}


/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.darkblue {
	background-color: #002653;
}
.wine
{
	background-color: #7c0041;
}
.medgray
{
    background-color: #A8A7A7;
}
.lightgray
{
    background-color: #C0C0C0;
}

.red
{
    background-color: #CC0000;
}


/* Borders  */

.bluebordertop {
	border-top-color: #081d54;
	border-top-width: 1px;
	border-top-style: solid;
}

.blueborderbottom {
	border-bottom-color: #081d54;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.whiteborderbottom {
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.blueborder {
	border-color: #081d54;
	border-width: 1px;
	border-style: solid;

}

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.imageborder_gray {/*The table will put a 4px gray border around images */
	border-color: Gray;
	border-width: 2px;
	border-style: ridge;
}

.whiteimageborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-color: #FFFFFF;
	border-width: 4px;
	border-style: solid;
}

/* Padding  */

.smpaddingtop
{
    padding-top: 3px;	
}
.smpaddingbottom
{
    padding-bottom: 3px;	
}
.smpaddingright
{
    padding-right: 3px;	
}
.smpaddingleft
{
    padding-left: 3px;	
}

.stdpadding
{
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-top: 7px;
	
}

.toppadding
{
	padding-top: 15px;
	
}

.bottompadding
{
	padding-bottom: 5px;
}

.leftpadding
{
	padding-left: 10px;
}
.lrgrightpadding
{
	padding-right: 45px;
}
.lrgleftpadding
{
	padding-left: 25px;
}
.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: normal;
	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: 150px;
	direction: ltr;
	font-family: Verdana;
	position: static;
	
	
}

/* images  */

.bg
{
    background-color: #737278;
    background-image: url(images/general/TBird_bg.gif);
    background-position: top;
    background-repeat: repeat-x;
}

.mainbg
{
    background-color: #002653;
    background-image: url(images/general/Tbird_mainbg.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;
}

