* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*border: 1px solid red;*/
}

body {
	background-color: #7d6f6c;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}


div.main {
	width: 990px;
	border: 2px solid #447677;
	margin-left: 5px;
	margin-top: 6px;
	background-color: #c3d4dc;
	padding: 15px;
}

div.disclaimer {
	color: white;
	width: 990px;
	padding: 5px;
	margin-left: 5px;
}

div.disclaimer a {
	color: white;
}


div.categorySearch {
	background-color: #00a3b6;
	padding-top: 5px;
	/*height: 160px;*/

}

div.categorySearchHidden {
	display: none;
	background-color: #00a3b6;
	font-weight: bold;
	padding-top: 5px;
	/**height: 30px;*/
}

div.textSearch {
	background-color: #61bbc9;
	height: 30px;
	padding-top: 2px;
	padding-left: 3px;
}

div.textSearch td {
	vertical-align: middle;
	text-align: right;
	color: white;
	font-weight: bold;
	padding-right: 40px;
}

div.result {
	background-color: #c3d4dc;
	/*height: 385px;*/
	overflow: auto;
}

div.navigationbackground {
	background-color: #c3d4dc;
	padding: 0px;
}

div.navigation {
	padding: 4px;
}

div.navigation.little {
	height: 36px;
}

div.navigation.full {
	display: none;
	height: 136px;
}

table.category {
	border-collapse: collapse;
	color: white;
	font-weight: bold;
	margin-left: 5px;
}

select.categorySelect {
	background-color: #d8d4d3;
	color: black;
	font-weight: normal;
	margin: 0px;
	width: 193px;

}



table.categorySelectBoxes {
	padding: 0px;
	border: 1px solid #b7ffff;
}

img {
	/*border: 1px solid yellow;*/
	border: 0px none;
}

input {

	font-weight: normal;
}

td {
	padding: 5px;
}

td.categorySelectIllustration {
	vertical-align: bottom;
	/*border-bottom: 1px solid #b7ffff;*/
	padding-bottom: 5px;
}

td.navigationCell {

	padding: 3px;
	vertical-align: middle;
	font-weight: normal;
	width: 280px;
	overflow: auto;
}

div.navCell {
	padding: 0px;
	margin: 0px;
	height: 120px;
	overflow: auto;
	width: 100%;
}

table.navigationTable.large td {
	vertical-align: top;
}

td.navigationCell.lightBackground {
	background-color: #ffedbb;
	border-left: 1px solid #447677;
	border-right: 1px solid #447677;
}

td.navigationCell.toggleExpand {
	width: 21px;
	border-right: 1px solid #447677;
}

td.navigationCell.guideIcon {
	width: 21px;
}

table.navigationTable {
	border-collapse: collapse;
	width: 100%;
	height: 100%;

	margin: 0px;
	background-color: #ffda77;
	border: 1px solid #447677;
}

table.searchCriteria {
	width: 100%;
	border-bottom: 1px dashed #447677;
}

a {

	color: #329fa6;
}

div.culture {
	background-color: white;

	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #cad1d7;
}


table.treatmentSituation {
	width: 100%;
	background-color: #dbe6ec;
	color: black;
	border-collapse: collapse;
}

table.treatmentSituation td {
	border-right: 1px solid #cad1d7;
	border-left: 1px solid #cad1d7;
	border-bottom: 1px solid #cad1d7;

}

tr.treatmentSituationHeading td {
	font-weight: bold;
}

tr.treatmentSituationLightBackground td {
	background-color: #e3eaf2;
}

table.searchCriteria td {

	vertical-align: top;
}

tr.treatmentSituationLightBackground td.emptycell {
	background-color: #f1f4f8;
}

td.lightBlue {
	background-color: #f1f4f8;

	vertical-align: top;
}

td.mediumBlue {
	background-color: #e3eaf2;

	vertical-align: top;
}

tr.treatmentSituationLightBackground td.firstMatchPrep {
	border-top: 1px dashed #cad1d7;
}

tr.treatmentSituationLightBackground td.lastMatchPrepCell {
	border-bottom: 1px solid #9aa1a7;
}

div.alert {
	z-index: 100;
	background-color: white;
	position: fixed;
	width: 350px;
	height: 180px;
	top: 300px;
	left: 200px;
	padding: 20px;
}

#frontpageUpdateBox {
	background-color: #00A3B6;
	border: 0px none;
	margin-top: 20px;
	padding: 5px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	font-weight: bold;
	text-align: center;
}

#frontpageUpdateBox a {
	color: white;
	text-decoration: underline;
}

#cookieInfo {
	display: none;
	position: fixed;
	bottom: 0px;
	opacity: 0.5;
	background-color: #000000;
	color: white;
	font-weight: bold;
	padding: 10px 60px;
	margin: 0px;
}





#cookieCloseBox {
	position: relative;
	right: 0px;
	padding-left: 20px;
	padding-right: 0px;
	float: right;
	width: 80px;
	cursor: pointer;
	font-size: large;
}

#cookieCloseBox:hover {
	text-decoration: underline;
}