/*
 * Main MARFLOW stylesheet
 * Copyright (C) 2004-2005 MARFLOW Computing GmbH.
 * All Rights Reserved.
 */

body
{ 
	/* some defaults */
	color: black;
	background: white;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/BGPaleGreyStone.gif);
}


/* General link styles */
a
{
	text-decoration: none;
}


/* Styles of the links in the navbar */
a.left:link, a.left:visited, a.left:active
{
	color: yellow;
}


a.left:hover		{
	color: red;
	text-decoration: underline;
}


/* Styles of the links in the main body */
a:link, a:visited, a:active, a.solutions:link, a.solutions:visited, a.solutions:active
{
	/*color: blue;		 color changed to match logo */
	color: #0A57A2;
	text-transform: capitalize;
}


a.validator:link, a.validator:visited, a.validator:active
{
	border: 0;
	background-image: url(/images/BGPaleGreyStone.gif);
}


a:hover, a.solutions:hover, a.mail:hover
{
	color: red;
	text-decoration: underline;
}


a.mail:link
{
	text-transform: none;
}


a.validator:link		{
	color: white;
	background-color: white;
}


/* Styles for links to external sites */
a.external:link		{
	color: maroon;
}


/* Header styles */
h1
{
	margin-top: 0px;
	padding-top: 20px;
	/*color: blue;*/
	color: #0A57A2;
	font-size: 200%;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	text-transform: capitalize;
}


h2
{
	color: #ff6666;
	text-align: center
}


h3
{
	color: red; /*rgb(70%,0%,0%); maroonish */
	text-align: center;
}


h3.lefttop
{
	padding-top: 30px;
}


h4
{
	text-align: center
}


/* Paragraph styles */
p
{
	margin-left: 10px;
	font-family: 'New Century Schoolbook', Garamond, 'Times New Roman', Times, serif;
}


p.slogan
{
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}


/* List styles */
li
{
	color: black;
	font-family: 'Times New Roman', Times, serif;
}


/* The copyright notice */
address.copyright
{
	color: #990000;
	font-size: smaller;
}


div.copyright
{
	float: right;
	width: 350px;
	padding: 5px;
}


/* Header navigation area */
#headernavigation
{
	color: black;
	/*background-color: blue;*/
	background-color: #0A57A2;
	/*height: 32px;*/
	position: relative;
	border: 0px;
	margin: 0px;
	padding: 0px;
}


/* Footer navigation area */
#footernavigation
{
	color: black;
	height: 80px;
	position: relative;
}


/* Side navigation area */
#leftnavigation	
{
	position: relative;
	float: left;
	width: 210px;
	padding: 5px;
	padding-top: 0px;
	margin-left: 0px;
	margin-top: 0px;
	color: black;
	/*background: blue;*/
	background-color: #0A57A2;
	border: 0px;
}


#langnavigation
{
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 66px;
	right: auto;
	background-color: #0A57A2;
	border: 0px;
}


#langnavigationtop
{
	position: absolute;
	top: 10px;
	bottom: auto;
	left: auto;
	right: 0px;
	background-color: #0A57A2;
	border: 0px;
}


#layout1
{
	position: relative;
	padding: 0px;
	margin: 0px;
	/*background: blue;*/
	background-color: #0A57A2;
}


/* content area */
#layout1 #content
{
	margin-left: 222px;
	padding-bottom: 20px;
	color: black;
}


#content
{
	background-image: url(/images/BGPaleGreyStone.gif);
}


/* For MARFLOW text */
.marflow
{
	/*color: blue;*/
	color: #0A57A2;
}


strong.marflow
{
	font-family: 'Avantgarde Md Bt', Avantgarde, Verdana, Geneva, Helvetica, sans-serif;
}


/* Images and icons */
img.construction
{
	height: 40px;
	width: 40px;
}


img.logo
{
	border: 0;
	margin: 0px;
	padding: 0px;
	height: 32px;
}


img.logo2
{
	border: 0;
	height: 28px;
}


img.slogan
{
	border: 0;
	height: 20px;
}


img.langicon
{
	border: 0;
	height: 16px;
	width: 24px;
	margin-left: 10px;
	margin-right: 10px;
}


/* Validator icons */
div.validator
{
	float: left;
	width: 200px;
	padding: 5px;
}


img.validator
{
	height: 31px;
	width: 88px;
	border-style: none;
	color: #C0C0C0;
}


div.headerseparator
{
	background: #FFCC99;
	height: 20px;
	width: 100%;
	position: relative;
	line-height: 10px;
	border: 0;
	margin-top: 0px;
	top: 0;
}


span.localdate
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	text-align: left;
	width: 222px;
	padding-left: 10px;
	padding-top: 5px;
	float: left;
}


span.separatortitle
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	vertical-align: middle;
	line-height: 20px;
}

