﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}

.maintable
{
    background-color:#d8d6d4;
    color:#443126;
}

.backgroundtiles
{
    background-image:url(images/background.jpg);
    background-repeat:repeat;
}

/* Links  */

a:link
{
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #494949;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #000000;
	text-decoration: underline;
	font-weight: normal;	
}
a:link.darktext
{
	color: #443126;
	text-decoration: none;
	font-weight: bold;
	
}
a:hover.darktext
{
	color: #443126;
	text-decoration: underline;
	font-weight: bold;
}

a:visited.darktext
{
	color: #443126;
	text-decoration: none;
	font-weight: bold;
}

a:active.darktext
{
	color: #443126;
	text-decoration: underline;
	font-weight: bold;	
}

.activenavbar
{
    background-image: url(images/navbarh.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-color:#d8d6d4;
    height:50px;
    
    padding:0 7px 0 7px;
}
.navbaritem
{
    height:50px;
    font-size:14px;
    font-weight:bold;
    padding:0 7px 0 7px;
}
.navbar
{
    background-image: url(images/navbar.jpg);
    background-repeat:repeat-x;
    background-position:top;
    }


/* Table Settings  */

table.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default
{
	width: 594px;
}

/* Colours  */

.white
{
	background-color: #FFFFFF;
}

.medblue {
	background-color: #BAD5E0;
}

.lightblue
{
	background-color: #DCEEF5;
}

.darkblue
{
	background-color: #314047;
}

.defaultblue
{
	background-color: #89A8B5;
}
.darkgrey
{
    background-color:#a8a6a4;
}
/* Borders  */

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.brownborder {
	border-color: #443126;
	border-width: 1px;
	border-style: solid;
}

.blueborder {
	border-color: #443126;
	border-width: 1px;
	border-style: solid;
}

.whiteimageborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.pedigreeborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-left: solid 1px #443126;
	border-top: solid 1px #443126;
}
.pedigreerightborder {/*The table will put a 1px black border around images for hyperlinks*/
	border-right: solid 1px #443126;
}

.pedigreebottomborder {/*The table will put a 1px black border around images for hyperlinks*/

	border-bottom: solid 1px #443126;
}



/* Padding  */

.stdpadding
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.leftrightpadding 
{
	padding-left: 5px;
	padding-right: 5px;
}
.toppadding
{
	padding-top: 25px;
	
}
.bottompadding
{
	padding-bottom: 10px;
}

.leftpadding
{
	padding-left: 40px;
}

.rightpadding
{
	padding-right: 40px;
}


/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.whitetext
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}

.smalltext
{
	font-size: 10px;	
}
.largetext
{
	font-size: 14px;	
}

/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
    vertical-align:bottom;
}

/* 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;
}
