﻿body
{
	background-color: Black;
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

.GeneralTable
{
    width: 800px;
    border: 0px solid white;
    text-align: left;
    font: Arial, Verdana;
}

.MainBodyTable
{
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	text-align: left;
	background-color: White;
}

.MainBodyHeaderCell
{
	height: 140px;
	background-image: url(images/Header.png);
	background-repeat: no-repeat;
}

.MainBodyCell
{
	background-image: url(images/WhiteTopShader.png);
	background-repeat: no-repeat;
}

.HeaderTable
{
	border: 0px solid black;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
	height: 140px;
}

.HeaderTableCellOne
{
	width: 423px;
	vertical-align: top;
}

.HeaderTableCellTwo
{
	width: 259px;
	vertical-align: middle;
}

.HeaderTableCellThree
{
	width: 318px;
	vertical-align: middle;
}

.MainMenuTable
{
	height: 57px;
	width: 1000px;
	background-image: url(images/MenuBack.png);
	background-repeat: no-repeat;
}

.SolidBlockMenu
{
list-style-type: none;
height: 57px;
margin: auto;
}

.SolidBlockMenu li{
float: left;
}

.SolidBlockMenu li a{
background-image: url(images/MenuSep.png);
background-repeat: no-repeat;
background-position: right;
padding-right: 32px;
padding-left: 32px;
display: block;
line-height: 57px;
text-decoration: none;
font-family: Arial, Verdana, Helvetica;
font-size: 16px;
font-weight: bold;
color: white;
}

.SolidBlockMenu li a:visited{
color: white;
}

.SolidBlockMenu li a:hover, .solidblockmenu li .current{
color: yellow;
}

a.Button {
    /* Sliding right image */
background: transparent url('images/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
height: 34px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}
a.Button span {
/* Background left image */ 
background: transparent url('images/button_left.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.Button:hover span{
text-decoration:underline;
}


.InputTableRowHeaders
{
	color: white; 
	font-weight: bold; 
	text-align: right; 
	background-color: Gray; 
	width: 200px;
}


.TableHeader
{
    background-image: url(images/tableheaderback.png);
    background-repeat:repeat-x;
    height: 30px;
    font: 14px;
    font-weight: bold;
    color: White;
}

.TableListItem
{
}

.TableListAlternateItem
{
    background-color: #dfefe4;
}

.LoginFieldLabel
{
    color: #286239;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}

.LoginFieldEmailAddress INPUT 
{ 
    border: 1px solid grey;
} 

.LoginFieldPassword INPUT
{
    border: 1px solid grey;
    text-align: left;
}

.Footer
{
	color: White;
	font-family: Arial, Verdana, helvetica;
	font-size: 11px;
	height: 52px;
	background-image: url(images/FooterBack.png);
	background-repeat: no-repeat;
}

h1
{
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	font-weight: bold;
}

h2
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
}


.TableSection
{
	background-image: url(images/tablesectionback.png);
	background-repeat: repeat-x;
	height: 190px;
	color: White;
}

.TableSection h1
{
	display: inline;
	color: White;
}

.TableSection h2
{
	display: inline;
	color: White;
}

.MainPageLogin
{
	background-image: url(images/MainPageLoginBack.png);
	background-repeat:repeat-x;
	width: 250px;
	color: #286239;
}

.MainPageLogin h1
{
	display: inline;
	font-size: 20px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	color: #286239;
}

.sf_newsTitle
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.sf_newsTitle h2
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.sf_newsTitle a
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.sf_newsTitle a:visited
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
	text-decoration: none;
}

.sf_newsTitle a:hover
{
	font-size: 16px;
	font-family: Arial, Verdana, Helvetica;
	color: #467654;
	display: inline;
	font-weight: bold;
	text-decoration: underline;
}

h4
{
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #467654;
	display: inline;
}

.GreenText
{
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #467654;
	display: inline;
}

.GreenTextBold
{
	font-family: Arial, Verdana;
	font-size: 14px;
	color: #467654;
	display: inline;
	font-weight: bold;
}

.GreenTextBoldBig
{
	font-family: Arial, Verdana;
	font-size: 16px;
	color: #467654;
	display: inline;
	font-weight: bold;
}