/* Mass Reset
----------------------------------------------- */
html * {
	font-family: Verdana, "Arial Unicode MS", Tahoma, "Lucida Sans Unicode", Helvetica, serif;
}

body, h1, h2, h3, h4, h5, h6, dl, dd, dt, table, td, th, tr, form {
	margin: 0;
	/*
	padding: 0;
	*/
}
/* main tags */
body {
	font-family: inherit;
	/* We need Unicode fonts for int'l -- was "Lucida Grande" */
	font-size: 0.8em;
	line-height: normal;
	color: #325F96;
	height: 100%;
}
h1 {
	margin: 0.5em 0;
	font-size: 1.85em;
	font-weight: normal;
	color: #FF0000;
} 
h2 {
	margin: 2em 0 1em 0;
} 
p {
	font-size: 1em;
}
table, form {
	color: #325F96;
}
table {
	font-size: 1em;
} 
td {
	vertical-align:top;
	/* was this before IE7 but pblm with some js code that needs it to be 0...
		padding: 0.5em;
	padding: 0;
	*/
	font-size: 1em;
	/* border-bottom: 1px solid gray; */
}
.label {
	font-weight: bold;
}
code {
	font-size: 1em;
	font-family: "Trebuchet MS";
}
pre {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-family: "Trebuchet MS";
}
/* main blocks
----------------*/
div#masterblock {
	border: 0px dotted gray;
	height: 100%;
	min-width: 980px;
	min-height: 100%;
	/*
	min-height: 100%;
	*/
}
div#masterblock div#pageheader {
	border: 0px solid red;
	/* background-image: url(../img/deco/bg_logo_01_en.png); */
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
	height: 146px;
	clear: both;
	padding: 0.5em 1em 0 1em;
}
div#masterblock div#mainmenu {
	color: white;
	background-image:url(../img/deco/bg_menu_01.png);
	background-repeat:repeat-x;
	background-position:top;
	height: 35px;
	padding: 0em 2em 1em 2em;
	vertical-align: middle;
	border: none;
	white-space:nowrap;
}
div#masterblock div#container {
	background-image: url(../img/deco/bg_windmill_01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	min-height: 100%;
	border: 0px dotted gray;
	clear: both;
}
div#masterblock div#maincontent, div#masterblock #footer {
	margin-left: 3.0em !important; /*FF*/
	margin-left: 3.7em;
	margin-right: 265px;
}
div#masterblock div#maincontent {
	height: 50%;
}
div#masterblock #footer {
	border: none;
	color: white;
	font-size: 0.8em;
	width: auto;
	height: auto;
	padding: 0.5em 2em 1em 2em;
	margin-top: 0em;
	background-image:url(../img/deco/bg_footer_01.png);
	background-repeat:no-repeat;
	white-space:nowrap;
	/*clear: both;*/
}
div#masterblock #footer a, div#masterblock div#mainmenu a {
	color: white;
	text-decoration: none;
}
div#tools1 {
	border: 0px dotted yellow;
	background-color: transparent;
	padding: 0.25em 0 0 0;
	margin: 0;
}
div#tools1 a {
	text-decoration:none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

div#tools2 {
	border: 0px dotted lime;
	text-align: right;
	width: auto;
	height: auto;
	white-space: nowrap;
	margin-bottom: 1em;
}
div#tools3 {
	border: 0px dotted gray;
	text-align: right;
	font-size: 1.0em;
	font-weight: bold;
	width: auto;
}
div#tools3 table {
	text-align: right;
	margin-top: 1.2em;
}
div#tools3 td {
	border: none;
	font-weight: inherit;
	text-align: left;
	padding-left: 1em;
	vertical-align: middle;
}
div#tools3 th {
	text-align: center;
	vertical-align: middle;
	padding: 0.25em 0;
}
div#tools3 a {
	text-decoration: none;
	color: #325F96; /* blue */
	font-weight: bold;
}
div#tools3 a:hover {
	text-decoration: none;
	color: red; /* blue */
	font-weight: bold;
}
/* Main Navigation
----------------------------------------------- */	
div#navBar {
	float: left;
	height: 30px;
	margin: 0;
	white-space:nowrap;
	text-decoration: none;
}
div#navmenu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
div#navmenu ul li {
	border: 0px solid lime;
	display: block;
	float: left;
	height: 100%;
	list-style-type: none;
	line-height: normal;
	font-size: 1.28em;
	font-weight: bold;	
	text-align: center;
	padding-top: 0em;
	padding-bottom: 0.5em;
	padding-right: 0em;
	padding-left: 0em;
	margin: 0 0.5em;
}
div#navmenu ul li a:link,  
div#navmenu ul li a:active, 
div#navmenu ul li a:visited {
	display: block;
	padding-top: 0em;
	padding-bottom: 0.3em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	/* not used anymore 3/1/2006
	background-color: #0062B1; or #2E7FC1;
	background-image:url(../img/deco/bg_menu_element_off_01.png);
	background-repeat: repeat-x;
	background-position: top;
	*/
	margin: 0;
	line-height: 2em;
}
div#navmenu ul li a:focus, div#navmenu ul li a:active {
	background-color: red;
	background-image:url(../img/deco/bg_menu_element_on_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	display: block;
	color: white;
	}
div#navmenu ul li a:hover {
	background-color: red;
	background-image:url(../img/deco/bg_menu_element_on_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	display: block;
	color: white;
}
div#navmenu ul li.MenuActive a:visited {
	background-color: red;
	background-image:url(../img/deco/bg_menu_element_on_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom:0.1em;
}

div#footer ul {
	display:inline; padding: 0; margin: 0;
}
div#footer ul li {
	display:inline;
}
div#footer ul li a:visited {
	padding-top: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom:0.3em;
}
div#footer ul li a:hover {
	background-image:url(../img/deco/bg_menu_element_on_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-bottom:0.3em;
	color: white;
}
div#footer ul li.MenuActive a {
	background-image:url(../img/deco/bg_menu_element_on_01.png);
	background-repeat: repeat-x;
	background-position: top left;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-bottom:0.3em;
}
	


/* Various
----------- */
.forprint {
	display: none;
	margin:0;
	padding:0;
	width:0;
	height:0;
}
.small {
	font-size: smaller;
}
.help {
	color: inherit; /* was light blue #0099FF before going back to default color */
	line-height:normal;
	font-size: 0.85em;
}
.help a {
	font-size: inherit;
}
div.help {
	border: 1px solid #325F96; /* was light blue #0099FF before going back to default color */
	padding: 0.5em 0.75em;
	margin: 0.5em 0 2em 0;
	width:auto !important; /* was 97% for IE6+ */
	width:auto;
}
div.dev {/* used to format some blocks containing notes from the developer */
	padding: 0.3em 0.5em;
	border: thin solid #CCCCCC;
	color: gray;
	font-size:0.85em;
	margin: 1em 1em;
	line-height:normal;
	background-image: url(../img/deco/icon_dev_note_01.gif);
	background-position: top left;
	background-repeat:no-repeat;
	text-indent: 100px;
	width: auto;
}
div.dev ul {
	padding: 0 1.75em;
	text-indent: 0;
}
div.left {
	float: left;
	margin-right: 1em;
}
div.right {
	float: right;
	margin-left: 1em;
}

.dotted {
	padding: 0.5em;
	border: thin dotted #CCCCCC;
}
.required {
	color: red;
	font-weight: bold;
}
.hide {
	display: none;
}
.warning {
	color: red;
}
div.warning {
	border: 2px solid red;
	padding: 1em 0.5em 1em 2em;
	margin: 0.5em 0 2em 0;
	background-image: url(../img/deco/icon_warning_02.gif);
	background-position: top left;
	background-repeat:no-repeat;
	background-color: white;
	color: inherit;
	font-weight: bold;
	width: 40em;
}
div.backtotop {
	text-align: right; 
}
div.backtotop a {
	background-image: url(../img/deco/arrow_blue_to_top_02.gif); 
	background-repeat:no-repeat; 
	background-position:right; 
	padding-right: 2em; 
	margin: 0 0.5em;
	text-decoration: none;
	color: #86AAD7; /* blue mid */
}
div.backtotop a:hover {
	color: white;
	background-color: #B7CDE8; /* blue light */
}
a.recommend:link, a.recommend:visited {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
a.recommend:hover {
	padding-bottom:0.3em;
	color: #E5F41C;
	text-decoration: none;
	background-color: transparent;
}

/* FORMS */
div#maincontent form {
	width: 98%;/* not 100% because what's on the right which is a faded background of the windmill */
}
td.help {
	background-color: #EDF4FC;
	color: black;
	width:20em;
	border: 0px dotted green;
	padding: 0.5em 1.5em;
	font-size: 0.8em;
}
div.form {
	background-color: #D9F2FF;
	border: 1px solid gray;
	padding: 0 2em 2em 2em;
}
input, textarea, select {
	font-family: inherit; 
	font-size: inherit;
}
input, textarea {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
input {
	height: inherit;
}
textarea {
	width: auto;/* for FF2 & IE7 */
	width: 96%;/* IE6 will read this */
	/* font-family: Verdana, "Arial Unicode MS", Tahoma, "Lucida Sans Unicode", Helvetica, serif; 
	as IE6+ doesn't inherit correclty */
}
.textfield {
	width: 100%;
}
form#formLanguageChoice select option {
	background-color:#325F96;
	color: white; /* blue */
}
.tooltip {
	cursor: help;
	vertical-align: middle;
}
.adjustToBulb { /* used to adjust the height of labels having a side icon, in forms.*/
	display: block; height: 20px;
}

/* used in preview page */
table.preview {
	width: 100%;
}
table.preview td {
	font-family: Verdana, "Arial Unicode MS", Tahoma, "Lucida Sans Unicode", Helvetica, serif;
	font-size: 0.85em; 
	vertical-align: top;
	padding: 0 2em;
	background-color: inherit;
}
table.preview fieldset {
	border: 1px solid gray;
	background-color: white;
	margin-bottom: 2em;
	padding: 1em;
	line-height: 1.3em;
	width: auto;
	/* hack for IE7 */
	position: relative;	margin-top:0em; padding-top: 2em;
}
table.preview legend {
	font-size: 1em;
	font-weight: bold;
	color: white;
	border: 1px solid black;
	background-color: gray;
	padding: 0.2em 1em;
	line-height: normal;
	/*
	margin-bottom: 1em;
	*/
	/* hack for IE6 + IE7 */
	position:absolute; top: -1em; left: 1em;
}
table.preview label {
	font-weight: bold;
}
table.preview fieldset div.align2legend {
	padding: 0em 1em 1em 0.6em;
}
table.padding tr td {
	padding: 0.5em;
}
