body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-image:url(logistics_images_rockfarm_layout/bg_pattern.gif);
	background-repeat:repeat;
}
.box_hdr_text {
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}
.nav img {
	display:block;
	width:145px;
	position:relative;
}
.td {
	background-color:#FFFFFF;
}
A:link, A:visited, A:active {
	color:#990000;
	text-decoration:underline;
}
A:hover {
	color:#333333;
}
.systemError {
	color:#FF0000;
}
ul.pde a:link,
ul.pde a:visited,
ul.pde a:hover,
ul.pde a:active{
	color:#990000;
	text-decoration:underline;
}
ul.pde,ul.pde li{
	margin:0;
	padding:0;
	list-style:none;
}
ul.pde{
	text-align:left;
	/*margin:.5em auto;*/
	background:#ffffff;
	width:700px;
}
ul.pde ul{
	margin:0 0 0 1em;
	padding:0;
}
ul.pde li{
	 line-height : 20px;
	margin:0;
	padding-left: 18px;
	padding-bottom:5px;
}
/* dynamically added to LIs with nested ULs */
ul.pde li.parent{
	padding-left:0;
	padding-bottom:5px;
}
ul.pde li.parent img{
	border:none;
	padding-right:5px;
}
/* dynamically added to LIs with nested ULs and STRONG elements in them */
ul.pde li.current li{
	padding-left:0;
	padding-bottom:5px;
}
/* The class to hide nested ULs */
.hide{
	   position:absolute;
	   top:0;
	   left:-4000px;
}

/* The class to show nested ULs */
.show{
	   position:static;
	   display: table;
	   top:0;
	   left:1em;
}
.contactField {
	border:1px solid #990000;
	height:15px;
	width:150px;
}
.contactFieldsmall {
	border:1px solid #990000;
	height:15px;
	width:100px;
}
.contactRows {
	height:25px; 
	border-bottom:1px solid #CCCCCC;
	font-weight:bold;
}
.contactRequired {
	color:#CC0000;
	font-size:14px;
}