/* --   Dark Blue:  #334D66;  Page bkg blue: #026BD6;  background light blue: #E1E9FA;    buttons over blue: #66AEF7;    -- */


/* -- Coloured Scroll Bars -- */
body 
{
	scrollbar-face-color: #026BD6;
	scrollbar-shadow-color: #6E99C3;
	scrollbar-highlight-color: #E1E9FA;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #66AEF7;
	scrollbar-arrow-color: white;
} 

table 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #334D66;
}
td 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #334D66;
	text-decoration: none;
}

body 
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #334D66;
	text-decoration: none;
}
.H1
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	color: #3026BD6;
	font-weight: bold;
}

/* --  standard links -- */
.link {
	font-size: 12px;
	text-decoration: underline;
	color: #2B5FAC
}
.link:visited {
	font-size: 12px;
	text-decoration: underline;
	color: #5181C9;
}
.link:hover {
	font-size: 12px;
	text-decoration: underline;
	color: Aqua;
}

/* -- green text links -- */
a.footer {
	font-size: 11px;
	text-decoration: underline;
	color: white;
}
a.footer:visited {
	font-size: 11px;
	text-decoration: underline;
	color: silver;
}
a.footer:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #ADD8E6;
}
.footer
{
	font-family: arial, helvetica, sans-serif;
	font-size: 11.5px;
	color: white;
}
/*-- Table  Green --*/
.tdcolorgreen
{
	background-color: #00A66A;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding : 3pt;
}

.raisedButton {
	BORDER-RIGHT : silver 1px solid;
	PADDING-RIGHT : 1px;
	BORDER-TOP : silver 1px solid;
	PADDING-LEFT : 1px;
	PADDING-BOTTOM : 1px;
	BORDER-LEFT : silver 1px solid;
	CURSOR : default;
	PADDING-TOP : 1px;
	BORDER-BOTTOM : silver 1px solid;
	TEXT-ALIGN : center;
}
INPUT.textfield  {
	font-size : 11px;
	color : #00814E;
	background-color : white;
}
INPUT.checkbox  {
	font-size : 11px;
	float : none;
	color : #00814E;
	background-color : white;
}
SELECT.selectfield  {
	font-size : 11px;
	color : #00814E;
	background-color : white;
}
INPUT.button  {
	font-size : 11px;
	font-weight: bold;
	color : #00814E;
	background-color : white;
}
