/*DONEurope main css*/

@charset "utf-8";

/* basic elements */

body {
	background: #fff;
	overflow: auto;
	font: 11px/115% 'microsoft sans serif';
	text-align: center;
}

a:link {
	color: #663300;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}

a:active {
	color: grey;
	font-weight: bold;
	text-decoration: none;
}


p {
	font: 1em/1.5em georgia;
}

ol li {
	font: 1em/1.5em georgia;
}


h3 {
	font-size: 1.1em;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
}

h1{
	font: 2em/115% 'microsoft sans serif';
	font-weight: bold;
}

/*Specific divs */

#container {
	border: 2px solid #999966;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	text-align: left;
	background: #fff url('http://www.doncast.eu/secure/images/Trademark.gif') center bottom no-repeat;
}

#header {
	position: relative;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: #fff url('http://www.doncast.eu/secure/images/HeaderWheat1.gif') right bottom no-repeat;
}

#header h1 {
	font-size: 3em;
	color: #663300;
}

#header h3 {
	color: #663300;
}

#infoContainer {
	margin: 20px 10px 6px 10px;
}

#infoLang {
	margin: 20px 0px 6px 10px;
	background: url('http://www.doncast.eu/secure/images/LowerWheat1.gif') right bottom no-repeat;
}

#infoLang h3 {
	font-size: 1.1em;
	color: #663300;
}

#infoLang a {
	font: 1.4em/1.7em georgia bold;
}

#langTab {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 4px 0px;

	border-top: 1px solid #999966;
	border-bottom: 1px solid #999966;

	text-align: center;
	font-family: verdana;
	font-size: 0.8em;

	background: #e5e7b6;
}

#langSelect {
	text-align: right;
	}

#leftBlock {
	float: left;
	clear: right;
	padding-right: 30px;
	padding-left: 20px;
}

#middleBlock {
	width: 50%;
	padding: 0px 4px 0px 4px;
	float: left;
	z-index: 0;
}

#rightBlock {
	margin-right: 20px;
	z-index: 80;
}


#signUpBlock {
	width: 100%;
	float: left;
	text-align: right;
}

#greenBlock {
	width: 74%;
	background-color: #e5e7b6;
	border: 1px solid #999966;
	padding: 0px 8px;
	text-align: left;
}

#greenBlock h3 {
	text-align: center;
}

#mapLeftBlock {
	width: 180px;
	float: left;
	clear: right;
	padding-right: 30px;
	padding-left: 20px;
}

#mapBlock {
	width: 55%;
	padding-right: 20px;
	float: left;
	z-index: 0;
}

#viewText {
	width: 70%;
	padding-right: 20px;
	float: left;
	z-index: 0;
}

#tableBlock {
	width: 100%;
	clear: left;
	padding-right: 10px;
	float: left;
	z-index: 0;
}

/*Special for Tcode display on FieldAdded*/
#Tblock {
	width: 50%;
	background-color: #e5e7b6;
	border: 1px solid #999966;
	padding: 8px 6px 56px 6px;
	font: 11px/140% bold 'microsoft sans serif';
}

#Tlabel {
	text-align: right;
	font-weight: bold;
	float: left;
}

#Tcontent {
	display: inline;
	float: right;
}

/*Special for DON calc page (ssd.cfm)*/
#donBlock {
	width: 75%;
	padding-right: 10px;
	float: left;
	z-index: 0;
}

#contactLeft {
	width: 30%;
	float: left;
	padding-right: 10px;
}

#contactRight {
	margin-right: 20px;
}

#map {
	border: 2px solid #999966;
}


#buttonStyle {
	background: #999966;
	color: #ffffff;
	font-size: 1.2em;
	font-family: verdana;
	font-weight: bold;
}

#disabledButton {
	background: #D4D0c8;
	color: #ffffff;
	font-size: 1.2em;
	font-family: verdana;
	font-weight: bold;
}

#logo {
	clear: both;
	text-align: right;
}

#footer {
	text-align: center;
	color: #666633;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
}

#tinyText {
	font-size: 9px;
}

#tinyText a:link, #tinyText a:visited {
	color: #666633;
}

#tabheader {
	background: #993300;
	color: #fff;
	padding: 1px 2px 1px 2px;
	text-align: center;
}

#tab {
	border: 1px solid #993300;
}

/*SSD Divs*/

table.agronomy {
	border: 2px solid #999966;
	border-collapse: collapse;
}

table.agronomy th {
	text-align: center;
	font-weight: bold;
	border: 1px solid #999966;
	padding: 1px;
}

table.agronomy td {
	border: 1px solid #999966;
	padding: 1px 2px;
}

#results {
	font: 11px/170% 'microsoft sans serif';
	padding: 6px;
	text-align: left;
}

/* */


#formDiv {
	position: relative;
}

.formHint {
	display:none;
	position: absolute;
	right: -140px;
	width: 240px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
 	/*background-color: #ffc;
 	changed to below for IE6 fix*/
 	background: #ffc url('http://www.doncast.eu/secure/images/pointer.gif') no-repeat -100px -100px;
}


.formHint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('http://www.doncast.eu/secure/images/pointer.gif') left top no-repeat;
}


.formHint_tr {
	display:none;
	position: absolute;
	right: -250px;
	width: 240px;
	margin-top: -4px;
	border: 1px solid #c93;
	padding: 10px 12px;
 	/*background-color: #ffc;
 	changed to below for IE6 fix*/
 	background: #ffc url('http://www.doncast.eu/secure/images/pointer.gif') no-repeat -100px -100px;
}

 .formHint_tr .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url('http://www.doncast.eu/secure/images/pointer.gif') left top no-repeat;
}