﻿
/* Site Font Declaration  */

body, p, table {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
}
img
{
    border:0;
    }
/* Links  */

a:link
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}

a:visited
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a:active
{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;	
}
a.whitelink:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a.whitelink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.whitelink:visited
{
    color: #FFFFFF;
}
a.whitelink:active
{
    color: #FFFFFF;
}
a.darkwhitelink:link
{
    color: #FFFFFF;
    text-decoration: none;
    font-weight:bold;
    font-size:12px;
}
a.darkwhitelink:hover
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight:bold;
    font-size:12px;
}
a.darkwhitelink:visited
{
    color: #FFFFFF;
    font-weight:bold;
    font-size:12px;
}
a.darkwhitelink:active
{
    color: #FFFFFF;
    font-weight:bold;
    font-size:12px;
}
/* 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;
}
.tableBackground
{
    background-color: #102146;
}
.fronttableblue
{
     background-color:#036592;
}
/* Borders  */

.blackborder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

.whiteborder {
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid;
}

.blueborder
{
    border-color: #1c3a7a;
    border-width: 4px;
    border-style: solid;
}
.lightblueborder
{
    border-color: #038ecd;
    border-width: 4px;
    border-style: solid;
}

/* Alignment */

.center
{
    text-align:center;
}

/* 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;
	
}
.lrgtoppadding
{
	padding-top: 70px;
	
}
.bottompadding
{
	padding-bottom: 10px;
}

.lrgleftpadding
{
	padding-left: 40px;
}
.leftpadding
{
	padding-left: 25px;
}
.smleftpadding
{
	padding-left: 15px;
}
.smtoppadding
{
    padding-top:10px;
}
.smbottompadding
{
    padding-bottom:10px;
}
.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;	
}
.twelvepx
{
	font-size: 12px;	
}
.heading
{
  font-size: 14px;
  font-weight:bold;  
}
.medheading
{
  font-size: 16px;
  font-weight:bold;  
    }
.bigheading
{
  font-size: 22px;
  font-weight:bold;  
}
/* 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;
}
.HomePageTextBox
{
    width:210px; 
    height:18px; 
    border: 2px solid #de4f30;
    
}