﻿body
{
	font-family: Arial, Helvetica, sans-serif;
}
h1
{
	color:#147fba;
	font-family:Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
}
h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h3
{
	color:#147fba;
	font-family: Arial;
	font-size: 12px;
}
p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #424A4A;
}
p.Indent
{
    margin-left : 40px;    
}
a:link 
{ 
	color: #000000; 
	text-decoration: none;
	cursor :pointer;
}
a:visited 
{ 
	color: #000000; 
	text-decoration: none;
}
a:hover 
{ 
	color: #3366CC; 
	text-decoration: none;
	cursor :pointer;
}
a:active 
{ 
	color: #000000; 
	text-decoration: none;
}
a.NoUnderline 
{
	text-decoration: none;
	border: 0 none;
	cursor : pointer;
}
a.NoUnderline:link 
{ 
	color: #000000; 
	text-decoration: none;
	border : none;
	cursor :pointer;
}
a.NoUnderline:visited 
{ 
	color: #000000; 
	border : none;
	text-decoration: none;
}
a.NoUnderline:hover 
{ 
	color: #3366CC; 
	border : none;
	text-decoration: none;
	cursor :pointer;
}
a.NoUnderline:active 
{ 
	color: #000000; 
	border : none;
	text-decoration: none;
}
a.NoUnderline img
{
	text-decoration: none;
	border: 0 none;
	cursor : pointer;
}
a.NoUnderline:visited img
{ 
	border : 0 none;
	text-decoration: none;
}
a.NoUnderline:hover img
{ 
	border : 0 none;
	text-decoration: none;
	cursor :pointer;
}
a.NoUnderline:active img
{ 
	border : 0 none;
	text-decoration: none;
}
table
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	border-style: none;
}
td
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.liItem
{
	background-color: #FFFFFF;
}
.liAlternatingItem
{
	background-color: #FFE6D7;
}
.liInsertItem
{
	border-bottom: ridge 3px #b2b2b2;
	background-color: #ebf6fb;
}
.liEditItem
{
	background-color: #edf5f6;
}
.liSelectedItem
{
	background-color: #FFFFFF;
}
.FormRowHeight
{
	height: 34px;
	vertical-align: middle;
}
.DivContentPadding
{
	padding: 15px;
}
.RowTableStyle
{
	width: 900px;
	background-color: #FFFFFF;
}
.RowSort
{
	background-color: #f0f0f0;
}
.DivDataPager
{
	text-align: left; 
	background-color: #f0f0f0; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000;
}
.CopyrightBackgroundStyle
{
	width: 900px;
	height: 42px;
	background-image: 'Images/Copyright.png' );
}
.BannerBackgroundStyle
{
    border-style: none;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    width: 900px;
    height: 309px;
    
}
.BannerLeft
{
    width:600px;
}
.BannerRight
{
    width :300px;
}
.OutlineVerticalStyle
{
	width: 1px;
    background-color: #b2b2b2;
}
.OutlineBackColour
{
	background-color: #b2b2b2;
}
.RightHandSideStyle
{
	width: 270px;
	vertical-align: top;
}
.RowMenuStyle
{
	width: 898px;
}
.LoginCol1Width
{
	width: 100px;
}
.LoginCol2Width
{
	width: 10px;
}
.LoginCol3Width
{
	width: 130px;
}
.CreateUserCol1Width
{
	width: 80px;
}
.CreateUserCol2Width
{
	width: 10px;
}
.CreateUserCol3Width
{
	width: 130px;
}
.ContactUs2Width
{
	width: 190px;
}
.IE8Fix
{
    z-index: 1000;
}
.VCentre
{
   vertical-align:middle;    
}