/* -------------------------------------------------------
 :: e4u.css 4.01.18 :: REFERENCE e4u website style sheet
-------------------------------------------------------- */

BODY, P, TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #2b5433;
}

BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

P
{
	margin: 0px 0px 0px 0px;
	/*text-align: justify;*/
}

CODE
{
	font-size: 11px;
}

LEGEND
{
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

LABEL
{
	font-weight: bold;
}

HR
{
	height: 1px;
	acolor: #EEEEEE;
}

SUP
{
	font-size: smaller;
}	

SUB
{
	font-size: smaller;
}

IMG
{
	border-color: #000000;
}

/* REGULAR LINK */
A
{
	color: #2b5433;
	text-decoration: none;
	font-weight: bold;
}

A:link
{
}

A:visited
{
}

A:hover
{
	text-decoration: underline;
}

A:active
{
}

/* MAIN MENU */
.menu
{
}

A.menu
{
}

A.menu:link
{	
}

A.menu:visited
{
}

A.menu:hover
{
}

A.menu:active
{
}

/* e4u FORMATTING STYLES */

PRE /* FORMATTED */
{
}

ADDRESS /* ADDRESS */
{
}

H1 /* HEADING 1 */
{
	font-family: aTrebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #2b5433;
	font-weight: normal;
	margin-bottom: 10px;
}

H2 /* HEADING 2 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #2b5433;
	font-weight: bold;
	margin-bottom: 8px;
}

H3 /* HEADING 3 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #2b5433;
	font-weight: bold;
	margin-bottom: 7px;
}

H4 /* HEADING 4 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2b5433;
	font-weight: bold;
	margin-bottom: 7px;
}

H5 /* HEADING 5 */
{
}

H6 /* HEADING 6 */
{
}

UL /* UNORDERED LIST */
{
	margin: 5px 0px 5px 25px;
}

OL /* ORDERED LIST */
{
	margin: 5px 0px 5px 25px;
}

DIR /* DIRECTORY LIST */
{
}

MENU /* MENU LIST */
{
}

LI /* LIST ELEMENT */
{
}

DT /* DEFINITION */
{
}

DD /* DEFINITION */
{
}

/* FORMS */
FORM
{
	margin: 0px;
}	
		
INPUT
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

INPUT.text
{
	height: 19px;	
	border-width: 1px;
	border-color: #898989;
	border-style: solid;
	padding: 2px 4px 0px 4px;
}

INPUT.submit
{
	background-color: #b9d9c0;
	border-color: #2b5433;
	color: #2b5433;
	font-weight: bold;
}

INPUT.radio
{
	border-width: 0px;
};

INPUT.button
{
	border-width: 0px;
}

SELECT
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-width: 1px;
	border-color: #898989;
	border-style: solid;
	background-color: #FFFFFF;
}

TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-width: 1px;
	border-color: #898989;
	border-style: solid;
	padding: 2px 4px 2px 4px;
}

TEXTAREA.outlook
{
	font-family: Times New Roman;
	color: #000000;
	font-size: 12pt;
	border-style: groove 3px #CCCCCC;
	padding: 10px 10px 10px 10px;
}

/* PREDEFINED e4u CLASSES */		 
		 
.error
{
	font-weight: bold;
	color: #C00000;
}

.message
{
	font-weight: bold;
	color: #00C000;
}

.comment
{
	display: none;
}

.endPage
{
	display: none;
  page-break-after: always;
}

.download
{
	font-weight: normal;
}

.dictionary
{
	font-weight: bold;
}

.none
{
	font-size: 0px;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	line-height: 0em;
}

/* OTHER CLASSES */
.gray
{
	color: #535353;
}

.red
{
	color: #C00000;
}

.green
{
	color: #009900;
}

.orange
{
	color: #FFA801;
}

.lightgray
{
	color: #CCCCCC;
}

.white
{
	color: #FFFFFF;
}

.black
{
	color: #000000;
}

/* -------------------------------------------------------
					user styles
------------------------------------------------------- */

td.menuoff {
	background-color: #488e56;
}

td.smenuoff {
	background-image: url('../img/smenuoff.gif');
	padding-left: 15px;
	background-color: #5aa86a;
}

td.menuon {
	background-color: #194622;
	background-image: url('../img/menuon.gif');
}

td.smenuon {
	background-image: url('../img/smenuoff.gif');
	padding-left: 15px;
	background-color: #336d3f;
	abackground-image: url('../img/smenu-bgon.gif');
}

a.menuoff {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.menuon {
	color: white;
	text-decoration: none;
	font-weight: normal;
}

span.date {
	color: #5aa86a;
	font-weight: bold;
}