/*===========================================================================*

	written by:
	* julian at visuallizard dot com
	updated by:
	* max at visuallizard dot com

	(c)2009 - visuallizard.com

*===========================================================================*/
iframe#calc-iframe {
	display: block;
	margin: 0 0 0 0px;
	padding: 0;
	border: none;
	height: 100%;
}

body {
	background: none;
	font-size: 10px;
	text-align: left;
}

.block { display: block; }
.inline { display: inline; }
.hidden { display: none; }

.left { text-align: left; }
.right { text-align: right; float: right;}
.center { text-align: center; }

input, select, textarea {
	display: block;
	font: 1em/1.3em Verdana, Arial, Helvetica, sans-serif;
}

	input.inline, 
	select.inline, 
	textarea.inline {
		display: inline;
		margin-right: 0.5em;
	}
	
	div.datetime input, 
	div.datetime select {
		display: inline;
	}
	
h1, h2, h3, h4, p, ul, ol, form {
	margin: 0 0 1em 0;
}

h1 {
	font-size: 2.6em;
	line-height: 1em;
	color: #282828;
	text-transform: uppercase;
	font-family: "Frutiger Light","Myriad Pro", Arial, Helvetica, Verdana, sans-serif;
	letter-spacing: 0.04em;
	margin-bottom: 0.75em;
}
h2 {
	font-family: "Frutiger Bold","Myriad Pro", Arial, Helvetica, Verdana, sans-serif;
	font-size: 2em;
	line-height: 1.1em;
	letter-spacing: 0.005em;
	color: #8baea2;
	margin-bottom: 0.15em;
}
img {
	display: block;
	border: 0;
}

acronym {
	border-bottom: 1px dotted #333;
	cursor: help;
}


p, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.425em;
	color: #141414;
}
	ul, ol, dd {
		margin-left: 2.75em;
		padding: 0;
	}
	ul {
		list-style-type: circle;
	}
	ol {
		list-style-type: decimal;
	}

	ul ul {
		margin-left: 1em;
		margin-bottom: 0;
	}

a {
	 overflow: hidden; }
/* 	color: #8baea2;  */ /* lighter blue */
	color: #7d9c91;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

p.java-required {
	background: #fff;
	margin-top: 70px;
	font-size: 1.4em;
}

/*=============================================================================*
	Applet FORM
*=============================================================================*/
form.applet-controls {
	width: auto;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0;
}
form.applet-controls label {
	display: none;
}
form.applet-controls input {
	float: left;
	margin: 0 15px 0 0;
	padding: 2px 5px;
}
form.applet-controls input:hover {
	
}

