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

-----------------------[ (c)2004 nataniel@xpect.pl ]--- */

BODY, P, TD
{
	font-weight: normal;
}

BODY, TD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

THEAD td
{
	font-weight: bold;
	border-bottom: 1px solid #000;
}

BODY
{
	color: #000000;
	margin: 0px 0px 0px 0px;
	background-color: #031662;
	background-repeat: repeat-x;
}

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

CODE
{
	font-size: 11px;
}

FIELDSET
{
	color: #333333;
	padding: 15px 15px 15px 15px;
}

LEGEND
{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 7px 3px 5px;
}

LABEL
{
	font-weight: bold;
}

HR
{
	height: 1px;
	color: #CCCCCC;
}

SUP
{
	font-size: smaller;
}	

SUB
{
	font-size: smaller;
}

IMG
{
	border-color: #000000;
}

BLOCKQUOTE
{
	color: #333333;
	margin-right: 0px;
	margin-left: 15px;
	padding-left: 5px;
	border-left: 2px solid #333333;
}

/* REGULAR LINK */
A
{
	text-decoration: none;
	color: #0000C0;
}

A:link
{
}

A:visited
{
}

A:hover
{
	text-decoration: underline;
	color: #CC0000;
}

A:active
{
}

DIV.main A
{
	font-size: 11px;
	background-image: url('../img/link.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
}

TD.main A
{
	font-size: 11px;
	background-image: url('../img/link.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
}

DIV.white A
{
	font-size: 11px;
	background-image: url('../img/link-white.gif');
	background-repeat: no-repeat;
	padding-left: 7px;
	color: #f9e546;
}

TD.white A
{
	font-size: 11px;
	color: #f9e546;
}

.white A:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

/* NO > LINKS */
A.clean
{
	background-image: none !important;
	padding-left: 0px !important;
	font-size: inherit !important;
}

LI A
{
	background-image: none !important;
	padding-left: 0px !important;
	font-size: inherit !important;
}

/* MAIN MENU */
.menu
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000C0;
	padding: 2px 2px 2px 4px;
	width: 100%;
	display: block;
}

A.menu
{
	text-decoration: none;
	color: #0000C0;
}

A.menu:link
{	
}

A.menu:visited
{
}

A.menu:hover
{
	color: #CC0000;
	text-decoration: none;
	background-color: #EEEEEE;
}

A.menu:active
{
}

/* SMALL LINKS */
.small
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

A.small
{
	font-weight: normal;
	text-decoration: none;
}

/* HELP */
A.help
{
	text-decoration: none;
}

A.help:link
{
	color: #4B4B4B;
	font-weight: normal;
}

A.help:visited
{
	color: #4B4B4B;
	font-weight: normal;
}

A.help:hover
{
	color: #4B4B4B;
	font-weight: normal;
}

/* e4u FORMATTING STYLES */

.white P
{
	color: #FFFFFF;
	font-weight: bold;
}

PRE /* FORMATTED */
{
}

ADDRESS /* ADDRESS */
{
}

H1 /* HEADING 1 */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 2;
}

H2 /* HEADING 2 */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 2;
}

H3 /* HEADING 3 */
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}

H4 /* HEADING 4 */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
	margin-top: 4;
	margin-bottom: 4;
}

H5 /* HEADING 5 */
{
}

H6 /* HEADING 6 */
{
}

UL, OL /* LIST */
{
	margin: 0 0 5px 0; padding: 0 0 0 30px;
}

LI /* LIST ELEMENT */
{
	margin: 0; padding: 0; line-height: 1.4em;
}

DIR /* DIRECTORY LIST */
{
}

MENU /* MENU LIST */
{
}

DT /* DEFINITION */
{
}

DD /* DEFINITION */
{
}

/* FORMS */
FORM
{
	margin: 0px;
}	
		
INPUT
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-width: 1px;
	border-color: #7F9DB9;
	border-style: solid;
	padding: 1px 4px 0px 4px;
};

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

INPUT.button
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFC30B;
	border-color: #575757;
}

INPUT.submit
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFC30B;
	border-color: #575757;
	font-weight: bold;
}

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

TEXTAREA
{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	border-width: 1px;
	border-color: #7F9DB9;
	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;
}

/* SALESLETTER */
/*
DIV.main P:first-child
{
	margin-top: 15px;
	text-indent: 5px;
}

DIV.main P:first-child:first-letter
{
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	font-size: 25pt;
}

DIV.main P:first-child:first-line
{
	line-height: 100%;
	text-transform: uppercase;
	font-weight: bold;
}
*/

/* OTHER CLASSES */
.subtitle
{
	font-size: 12px;
	color: #666666;
}

.gallery
{
	padding: 5px 5px 5px 5px;
	/* border: 0px #cccccc solid; */
}

.menu_bar_inactive
{
	background-color: #CCCCCC;
}

.menu_bar_active
{
	background-color: #C90104;
}

.dark_box
{
	background-color: #990000;
}

.new_article
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00000;
}

.gray
{
	color: #535353;
}

.red
{
	color: #C00000;
}

.green
{
	color: #009900;
}

.orange
{
	color: #FFA801;
}

.lightgray
{
	color: #CCCCCC;
}

.white
{
	color: #FFFFFF;
}

.black
{
	color: #000000;
}

H2 A
{
	font-size: 14px;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 2;
	padding: 0px;
}
