﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	border: 0px;
	color: White;
	line-height:1.5em;
   
}

image
{
    border: 0;
    padding: 0;
}
.center
{
    text-align:center;
    
}
.top
{
    vertical-align:top;
}
.bottom
{
    vertical-align:bottom;
}
.floatleft
{
    float:left;
}
.left
{
    text-align:left;    
}

/* 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.mailto
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}
a:hover.mailto
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight:normal;
}
a:visited.mailto
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}





.fphead
{
    font-weight:bolder;
    line-height:1em;
}
.fptext
{
    font-size:16px;
    color:white;
    font-family:Georgia, Verdana, Arial, Helvetica;
    line-height:2em;

}
/* Table Settings  */

table.main {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

table.default
{
	width: 594px;
}

/* Colours  */
.summitgrey
{
    background-color: #4D4D4F;
}

.repeaterimage
{
    background-image: url("images/general/backrepeater.gif");
    background-repeat: repeat;
    }

.white
{
	background-color: #FFFFFF;
}

.medblue {
	background-color: #BAD5E0;
}

.lightblue
{
	background-color: #DCEEF5;
}

.darkblue
{
	background-color: #314047;
}

.defaultblue
{
	background-color: #89A8B5;
}
.black
{
    background-color: #000000;
}
.noborder
{
    border-width:0px;
}
/* Borders  */

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}



/* 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;
}
.smleftpadding
{
    padding-left: 20px;
}

.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;
}

