/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DOMAIN	::	www.hdn.dk
##	DESC	::	Default canvas-layout styles...
##	AUTHOR	::	MQ
##	DATE	::	12.06.2007
##	NOTES	::	Mainly using padding instead of margin because of stupid IE error when floating...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	MISC DEFAULT STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
html {
	height: 100%;
}
body {
	background-color: #FFFFFF;
	height: 100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: center;
}
a {
	color: #E31C17;
	text-decoration: none;
}
a:hover  {
	color: #E31C17;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #7E7E7E;
	margin-bottom: 10px;
}
p {
	
	text-align: left;
	margin-bottom: 10px;
}
table {
	border: none;
	border-collapse: collapse;
}
img {
	border: 0;
}
.mute {
	color: #AAA;
	font-weight: normal;
}

.clearBoth {
	clear: both;
	max-height: 1px;
	line-height: 1px;
	height: 1px;
}
.err {
	background-image: url(../_images/gfx/plussigns_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 28px;
	color: #BD0004;
}
.hidden {
	display: none;
}

.contactIcon {
	background-repeat: no-repeat;
	height: 12px;
	padding: 0px 0px 0px 14px;
}
#imgList li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 1px;
	width: 102px;
	min-height: 100px;
	height: 100px;
	text-align: center;
	cursor: move;
}
#imgList li .imgContainer {
	margin: 0px 0px 5px 0px;
	min-height: 77px;
	height: 77px;
	border: 1px solid #F4F4F4;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	DEFAULT BOXES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#container {
	position: relative;
	margin: 0 auto;
	width: 782px; /* remove 2 pixels */
	min-height: 100%;
}
* html #container {
	height: 100%;
}
/*
##	TOP, LOGO, HEADER BOXES...
*/
#top {
	position: relative;
	width: 780px; /* remove borders from header, logo, banner and remove 2 pixels from width of #top */
	height: 204px;
	margin: 20px 0px 4px 0px;
	/*border-bottom: 1px solid #E31C17;*/
	text-align: left;
	background-image: url(../_images/gfx/topBgBottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#header {
	position: relative;
	width: 780px;
	height: 30px;
	vertical-align: top;
}
#logoAgco {
	position: relative;
	width: 128px;
	height: 164px;
	border: 1px solid #CCCCCC;
	float: left;
	text-align: center;
	background: #FFFFFF;
}
#logoAgco img {
	margin-top: 40px;
}
#banner {
	position: relative;
	width: 650px;
	height: 166px;
	text-align: left;
	float: left;
}

/*
##	MENU BOXES...
*/
#wrapper {
	position: relative;
	background-image: url(../_images/gfx/siteBgTwoColumn.gif);
	width: 780px;
	text-align: left;
}
#wrapper img {
	margin: 2px;
}
#menu {
	position: relative;
	width: 128px;
	/*min-height: 300px;*/
	background-color: #7E7E7E;
	float: left;	
}
#menu ul {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	border-top: 1px solid #E9E9E9;
}
#menu ul li {
	width: 128px;
	height: 16px;
	border-bottom: 1px solid #E9E9E9;
	margin: 0;
	padding: 0px;
	text-align: left;
}
#menu a {
	width: 113px;
	height: 16px;
	color: #E9E9E9;
	text-decoration: none;
	font-weight: normal;
	padding-left: 15px;
	display: block;
}
* html #menu a {
	width: 113px;
}
#menu a:hover {
	background: #E31C17;
	text-decoration: none;
}
#menu a.active {
	background: #E31C17;
	text-decoration: none;
}
/*
##	CONTENT COLUM BOXES...
*/
#leftColumn {
	position: relative;
	width: 271px;
	background: url(../_images/gfx/corner.gif) top right no-repeat;
	margin-right: 0px;
	float: left;
	padding: 20px;
}
#rightColumn {
	position: relative;
	width: 301px; 
	background: url(../_images/gfx/corner.gif) top right no-repeat;
	float: left;
	padding: 20px;
}
#oneColumn {
	position: relative;
	width: 612px;
	float: left;
	background: url(../_images/gfx/corner.gif) top right no-repeat;
	background-color: #E9E9E9;
	padding: 20px;
}
/*
##	FOOTER BOXES...
*/
#footer {
	position: relative;
	width: 780px;
	height: 30px;
	margin: 4px 0px 20px 0px;
	border-top: 6px solid #616161;
	text-align: left;	
}
#footer p {
	margin: 0;
	padding: 5px;
	font-size: 10px;
	float: left;
}
#footer p.copy {
	float: right;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FORM STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
input,
textarea {
	width: 100%;
	color: #475054;
	font-size: 10px;
	border: 1px solid #D9D9D9;
}
textarea {
	height: 225px;
	overflow: auto;
}
input.submit {
	margin: 4px 0px 4px 0px;
	width: auto;
	background-color: #D9D9D9;
	border: 1px solid #5B6366;
}
/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FORM DISPLAY STYLES...
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.displayForm h3 {
	clear: both;
	padding: 5px 0px 5px 0px;
}
.displayForm table th {
	vertical-align: top;
	background-color: #DDE9F0;
	margin: 0px 0px 1px 0px;
	padding: 2px 2px 0px 2px;
	width: 160px;
	text-align: right;
}
.displayForm table td {
	vertical-align: top;
	padding: 2px 2px 0px 2px;
	background-color: #FFFFFF;
	width: 775px;
}
.displayForm input {
	width: 350px;
	font-size: 10px;
}
.displayForm input.input1 {
	width: 30px;
	text-align: center;
}
.displayForm dl dd input.file {
	width: 240px;
	height: 19px;
}
.displayForm input.checkbox {
	width: auto;
}
.displayForm input.submit {
	padding: 2px;
	color: #292B2A;
	border: 1px solid #7F9DB9;
	font-size: 10px;
	font-weight: bold;
	background-color: #DDE9F0;
	text-align: center;
	width: auto;
}
.displayForm textarea {
	height: 600px;
}
.displayForm textarea.textarea1 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 75px;
	overflow: auto;
	border: 1px solid #7F9DB9;
	font-size: 11px;
}
.displayForm textarea.textarea2 {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 200px;
	overflow: auto;
	border: 1px solid #7F9DB9;
	font-size: 11px;
}

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
##	FORM DISPLAY STYLES [Box selection]
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
*/
#catContainer {
	width: 525px;
}
.displayForm .checklist {
	height: 100px;
	width: 150px;
}
/*
.displayForm dl dt.file,
.displayForm dl dd.file {
	height: 350px;
}
.displayForm dl dd.relation .checklist {
	height: 200px;
	width: 300px;
}
.displayForm dl dt.imgUpload,
.displayForm dl dd.imgUpload {
	height: 104px;
}
div.autocomplete {
	position: absolute;
	background-color: #F4F4F4;
}
div.autocomplete ul {
}
div.autocomplete ul li.selected {
	background-color: #DDE9F0;
}
div.autocomplete ul li {
	display: block;
	padding: 1px;
	cursor: pointer;
	font-size: 10px;
}
*/

