﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	
	
}

/* Links  */
/* For the header */
a:link.whitelink 
{
	color: #FFFFFF;
	text-decoration: none;
	
}

a:visited.whitelink 
{
	color: #FFFFFF;
	text-decoration: none;
}

 a:link.navbar
{
	color: #EDAC17;
	text-decoration: none;
	
}
a:visited.navbar
{
	color: #EDAC17;
	text-decoration: none;
}

a:active.navbar 
{
	color: #EDAC17;
	text-decoration: none;
}

a:hover.navbar 
{
	color: #FFFFFF;
	text-decoration: none;
}
a:link.mailto 
{
	color: #000000;
	text-decoration: underline;
	
}

a:visited.mailto 
{
	color: #000000;
	text-decoration: underline;
	}

a:active.mailto 
{
	color: #000000;
	text-decoration: underline;
	
}

a:hover.mailto 
{
	color: #000000;
	text-decoration: underline;
	}
	
.custompager a:link
{
    color: #FFFFFF;
    text-decoration: none;
}
.custompager a:visited
{
    color: #FFFFFF;
    text-decoration: none;
    }
.customurl a:link
{
    color: #000000;
    text-decoration: underline;
}
.customurl a:visited
{
    color: #000000;
    text-decoration: underline;
    }
a:link.basiclink
{
    color: #000000;
    text-decoration: none;
}
a:visited.basiclink
{
    color: #000000;
    text-decoration: none;
    }

/* Table Settings  */
/*
table.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default
{
	width: 594px;
}
*/
/* Colours  */
.darkgray {
	background-color: #1f1f1f;
}

.yellow
{
    background-color: #EDAC17;
}
.black
{
    background-color: #000000;
}

.white
{
	background-color: #FFFFFF;
}

.medblue {
	background-color: #BAD5E0;
}

.lightblue
{
	background-color: #DCEEF5;
}

.darkblue
{
	background-color: #314047;
}

.defaultblue
{
	background-color: #89A8B5;
}
.red
{
    background-color: #ec1c24;
}
.medgray
{
    background-color: #999999;
}
.lightgray
{
    background-color: #C2C2C2;
}
/* Borders  */

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.navbar
{
    font-size: 12px;
    color: #EDAC17;
    vertical-align: middle;
    font-weight:bold;
}

/* Padding  */
.floatright
{
    float:right;
    padding-right:5;
}
.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: 20px;
}

.rightpadding
{
	padding-right: 40px;
}

.extraspace 
{ 
    line-height: 2em;
    /*padding-left: 20px;*/  
}
/* Height  */

.stdformat {
	height: 25px;
}

.lrgformat {
	height: 40px;
}


/* Text Properties  */

.rentalheader
{
    background-color:#5A99BA;
    font-weight:bold;
}
.rentaltable
{
    line-height:1.5em;
}

.whitetext
{
	color: #FFFFFF;	
}

.darktext
{
	font-weight: bold;
}
.italictext
{ 
    font-style:italic;
}
.underline
{
    text-decoration:underline;
}
.smalltext
{
	font-size: 10px;	
}
.largetext
{
	font-size: 14px;	
}
.heading
{
    font-size: 20px;
    font-weight: bold;
}
.centertext
{
    text-align:center;
}
/* Header & Footer Backgrounds  */

.header {

	background-repeat: no-repeat;
}

.navbar

{
    background-image: url(images/Harding-layout_03.jpg);
}
.leftside
{
    background-image: url(images/Harding-layout_04.gif);
    background-repeat:repeat-y;
    
} 

.leftsidefront
{
    background-image: url(images/Harding-front_04.jpg);
    background-repeat:repeat-y;
    
}

.rightside
{
    background-image: url(images/Harding-layout_06.gif);
    background-repeat:repeat-y;
    
}
.rightsidefront
{
    background-image: url(images/Harding-front_06.gif);
    background-repeat:repeat-y;
    
}

.footer{
	background-repeat: no-repeat;
	width: 600px; 
	height: 15px;
	vertical-align:bottom;
}
.center
{
    text-align:center;
}
/* 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;
}
