﻿BODY {
	/*background: url(../img/bg.jpg) white top center repeat-y;*/
	font-size: 10px;
	text-align: center;
	margin: 0 auto;
	font-family: helvetica, Arial;	
}
DIV#logoHolder {
	background: url(../img/top_logo.gif) white top left no-repeat;
	width: 960px;
	height: 93px;
	padding-bottom: 1px;
	text-align: right;
}
DIV#logoHolderAGCO {
	background: url(../images/top_logoAgco.gif) white top left no-repeat;
	width: 960px;
	height: 93px;
	padding-bottom: 1px;
	text-align: right;
}

DIV#logoHolderPhilips {
	background: url(../images/top_logoPhilips.gif) white top left no-repeat;
	width: 960px;
	height: 93px;
	padding-bottom: 1px;
	text-align: right;
}

DIV#logoHolderDanxTest {
	background: url(../images/top_logoDanxTest.gif) white top left no-repeat;
	width: 960px;
	height: 93px;
	padding-bottom: 1px;
	text-align: right;
}

DIV#textContainer {
	border: solid 1px #c5c5c5;
	margin: 1px 1px 1px 1px ;
}
DIV.textInner {
	font-size: 12px;
	font-weight: normal;
	padding: 10px;
}
DIV#main {
	width: 962px;
	margin: 0 auto;
	border: solid 1px #c5c5c5;
}
DIV#contentHolder {
	text-align: left;
	width: 961px;
}
BODY IMG {
	border: 0px;
	display: inline;
}
DIV#menuHolder {
	width: 959px;
	background: url(../img/button_bar.jpg);
    float:left;
    line-height:normal;	
	height: 32px;
	clear: both;
	margin: 0px 0px 0px 1px;
}
#menuHolder ul {
	margin:0;
	padding:0;
    list-style:none;
}
#menuHolder li {
    float:left;
    margin:0;
    padding:0;
	border-right: 1px solid white;
	background: url(../img/button_bar.jpg);
}
#menuHolder li.active:hover {
	background: url(../img/button_bar_rev.jpg);
}
#menuHolder li a{
    margin:9px 20px 8px 20px;
    padding:0;
}

#menuHolder a {
	display:block;
	text-decoration: none;
	font-size: 12px;
	text-transform:uppercase;
	color: white;
	font-weight: normal;
}
#menuHolder a.ghosted {
	color: #EEEEEE;
}
DIV#cells {
	color: #444444;
	clear: both;
}
DIV.boxes {
	background: url(../img/bare.jpg) repeat-x;
	float: left;
	width: 237px;
	height: 163px;
	margin: 1px 0px 0px 1px;
	border: solid 1px #c5c5c5;	
}
DIV#clock DIV.innerBg {
	width: 237px;
	height: 163px;
	background: transparent url(../img/clock.gif) no-repeat bottom right;
}
DIV#package DIV.innerBg {
	width: 237px;
	height: 163px;
	background: transparent url(../img/parcel.gif) no-repeat bottom right;
}
DIV#controltower DIV.innerBg {
	width: 237px;
	height: 163px;
	background: transparent url(../img/controltower.gif) no-repeat bottom right;
}
DIV#login DIV.innerBg {
	width: 237px;
	height: 163px;
}
DIV#login {
}
DIV.boxInner {
	padding: 12px;
	font-size: 12px;
}
DIV.inputFields INPUT {
	width: 208px;
	font-size: 12px;	
	border: solid 1px silver;
}
DIV.fastTrackField INPUT {
	width: 100px;
	font-size: 12px;	
	border: solid 1px silver;
}
#btn_FastTrack {
	width: 70px;
	height: 20px;
	border: solid 1px silver;
	font-size: 12px;
	background-color: transparent;
}
DIV.boxInner INPUT#loginButton {
	width: 50px;
	height: 20px;
	border: solid 1px silver;
	font-size: 12px;
	background-color: transparent;
}
DIV.boxInner DIV.header {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 10px;
}
DIV.boxInner DIV.inputFields {
	padding-bottom: 2px;
	text-align: left;
}
DIV#footer {
	border: solid 1px #c5c5c5;
	background: #dbdbdb;
	bottom: 0px;
	text-align: center;
	padding: 10px 0px;
	font-size: 11px;
	color: #333;
	margin: 0px 1px 1px 1px;
}
DIV.boxInner UL {
	padding: 0px;
	margin: 0px;
	margin-left: 8px;
	padding-left: 8px;
}
DIV.boxInner UL LI A, A.normalLink {
	color: black;
	text-decoration: none;
}
DIV.boxInner UL LI A:hover, A.normalLink:hover {
	color: #333333;
	text-decoration: underline;
}
DIV.headerLarge {
	font-size: 13px;
	font-weight: bold;
}
