/**
This is a GENERIC CSS template that can be applied
to different website.  i.e. NOT website specific,
general format concept. ie. font, default colors etc.
**/

/** HTML BODY **/
body
{
	padding: 0px;
	margin: 0px;
	color: black;	
	font-size: 10pt;
	font-family: Verdana;	
}
hr
{
	border-top: 1px solid #2C6842;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

table, tr, td
{
	font-size: 10pt;
	font-family: Verdana;	
}

/** LINK INFORMATION **/
A:link, A:active, A:visited {
   color: blue;
   text-decoration: none;
}

A:hover {
   color: blue;
   text-decoration: underline;
}

/** FORM ELEMENTS **/
input
{
	border: solid 1px gray;
	background-color: White;	
	font-family: Verdana;	
	behavior: url(include/script/css_input.htc);
}

input.button
{
	border: solid 1px gray;
	background-color: #E5E5E5;	
	font-weight: bold;
	font-size: 9pt;
}

/** Image Link **/
A.imagelink:Hover img
{		
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

/** Generic Elements **/
.Alert,
.alert
{
	color: Red;
}

.alertsection,
.AlertSection
{	
	padding: 7px;
	background-color: #FFD2D2;
	border: solid 1px red;
	color: Red;
}