﻿
/*table
{
	width:400px;
	background-color : Aqua;
	text-align:center;
	border-style:none;
	border:0;
	padding:0;	 
}
div
{
	width:200px;
	background-color: Lime;
	text-align:left; 
	border-top-width:1px; border-top-style:solid; border-top-color: #004a84;
	border-left-width:1px; border-left-style:solid; border-left-color: #004a84;
	border-right-width:1px; border-right-style:solid; border-right-color: #004a84; 
	border-bottom-width:1px; border-bottom-style:solid; border-bottom-color: #004a84;
}

.Text{font-family: Arial, Geneva, Verdana, Helvetica, Charcoal, Sans-Serif; margin-top: 0px; margin-bottom: 0px;}
.10{font-size: 10px;}
.12{font-size: 12px;}
.Green{color:Green}
.Red{color:Red}
.Bold{font-weight: bold}
.Underline{text-decoration: underline;}*/
body {
	font-family: Arial, Geneva, Verdana, Helvetica, Charcoal, Sans-Serif;
	font-size:9pt;
	text-align:left;
	background-color:#EEF3E2;
	color:#247925;
	margin-top: 0px; 
	margin-bottom: 0px;
    }
.bg { background-color:#EEF3E2 }

.BackgroundColour1 {background-color:#E6E7E9;}
.BackgroundColour2 {background-color: #EEFFEF;}
.BackgroundColour3 {background-color:#98be04;}
.TextColour1 {color: #004a84;}
.TextColour2 {color: #0070C0;}
.TextGrey {color: gray;}
.dateInput
{
	width:100% !important;
	height:100% !important;
	}	
.BorderBlack { border:solid 1px #000000;padding:0.2% 0.2% 0.2% 0.2%;}
.BorderColour1 { border:solid 1px #247925; padding:0.2% 0.2% 0.2% 0.2%;}
.BorderColour2 { border:solid 1px #cc0033;padding:0.2% 0.2% 0.2% 0.2%;}

.DotsBelow {
	border-bottom:dotted 1px #247925;}	
	
	.ul
{
margin-bottom: 0px;
margin-top: 0px;	
}
	
.Text8 {font-size:8px;  color:#247925;font-weight:normal;}
.Text9 {font-size:9px; color:#247925;font-weight:normal;}
.Text10 {font-size:10px;color:#247925;font-weight:normal;}
.Text11 {font-size:11px;color:#247925;font-weight:normal;}
.Text12 {font-size:12px;color:#247925;font-weight:normal;}
.Text14 {font-size:14px;color:#247925;font-weight:normal;}
.Text16 {font-size:16px;color:#247925;font-weight:normal;}
.Text8Bold {font-size:8px; color:#247925; font-weight:bold;}
.Text9Bold {font-size:9px;color:#247925;font-weight:bold;}
.Text10Bold {font-size:10px;color:#247925;font-weight:bold;}
.Text11Bold {font-size:11px;color:#247925;font-weight:bold;}
.Text12Bold {font-size:12px; color:#247925;font-weight:bold;}
.Text14Bold {font-size:14px;color:#247925;font-weight:bold;}
.Text16Bold {font-size:16px; color:#247925;font-weight:bold;}

.TextUnderline {text-decoration:underline;}
.TextColor{ color:#247925;}
/*#fullpageContainer {
	FONT-SIZE: 75%; MIN-HEIGHT: 600px; BACKGROUND: url(../images/site_objects/bg_fullpageContainer.gif) repeat-x left top; FLOAT: left; WIDTH: 539px
}*/
.MainTable
{
	vertical-align:top;
	background-color:#EEF3E2;
}
.SubTable
{
	vertical-align:top;
	height:inherit;
	font-size:10pt;
	color:#247925;
}
	
.TableBorder
{
	
	border-top-width:1px;
    border-top-style:solid;
    border-top-color: #247925;
    border-left-width:1px;
    border-left-style:solid;
    border-left-color: #247925;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color: #247925; 
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-bottom-color: #247925;
}
.TableBorder1
{
	border-bottom-color:#247925;
	border-bottom-width:1px;
	border-bottom-style:solid;
	overflow:hidden;
	}
	
.TablethinBorder
{
	border-top: #247925 thin dotted;
	font-size:10pt;
	color:#247925;
	background-color:#FFFFFF;
}
.TableHeading
{
	background-color:#EEFFEF;
	font-size:xx-small;
    vertical-align:top;
    Border-bottom: #004a84 1px solid;
    overflow:hidden;
	}
.DivCellBorder
{
	border-right: #99cc66 1px solid;
	border-top: #99cc66 1px solid;
	border-left: #99cc66 1px solid;
	border-bottom: #99cc66 1px solid;
}
.TableCellBorder
{
	border-right: #247925 2px solid;
	border-top: #247925 2px solid;
	border-left: #247925 2px solid;
	border-bottom: #247925 2px solid;
}
.MasterPage
{
	background-color: #EEF3E2;
	}

.Button
{
	Height:25px;
	background-color:Green;
	font-weight:bold;
	color:White;
	
	}
	.Text12redBold
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	color: red;
}