body {
width: 100%;
height: 100%;
margin: 8px 0 0 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
background: white url(http://www.mmillertrucking.com/images/mmt_bg.gif) repeat-y;
}
/* LINK STYLES */
a.head:link {text-decoration: none; color: #00C;}
a.head:active {text-decoration: none; color: #00C;}
a.head:visited {text-decoration: none; color: #00C;}
a.head:hover {text-decoration: none; color: #C00;}
a.line:link {text-decoration: underline; color: #00C;}
a.line:active {text-decoration: underline; color: #00C;}
a.line:visited {text-decoration: underline; color: #00C;}
a.line:hover {text-decoration: underline; color: #C00;}
/* PAGE LAYOUT */

/* WOOIE MODULE SECTION */
#wooMod { /* WOOIE LIST DIV */
margin: 0; 
padding: 0 0 0 0;
}
#wooMod h3 { /* DISPATCH PHONE */
margin: 0;
padding: 5px 0 2px 0; 
font-size: 16px; 
text-align: center;
clear: both;
color: black;
}
#wooMod #unavail { /* DETAIL LIST NO LONGER POSTED */
margin: 0;
padding: 0; 
background: white;
}
#wooMod #unavail p { /* DETAIL LIST NO LONGER POSTED */
margin: 0;
padding: 35px 0 50px 0; 
font-size: 12px; 
font-weight: bold; 
text-align: center;
}
#wooMod #topBar, #wooMod #midBar, #wooMod #footBar { /* LIST CAPS */
width: 100%;
height: 30px;
margin: 0;
padding: 0;
background: #00C;
}
#wooMod #topBar p, #wooMod #midBar p, #wooMod #footBar p { /* LIST CAP TEXT */
margin: 0;
padding-top: 5px;
text-align: center;
font-size: 16px;
font-weight: bold;
color: white;
}
#wooMod #footBar input { /* BACK BUTTON FOR DETAILS PAGE */
width: 160px;
height: 22px;
font-size: 12px;
font-weight: bold;
text-align: center;
color: #00C;
background: white; 
border: solid 2px black;
}
#wooMod table { /* LIST TABLE */
width: 100%;
margin: 0;
padding: 0;
}
#wooMod tr.header { /* HEADER ROWS */
background: #dadada;
}
#wooMod thead td { /* HEADER CELLS */
margin: 0;
padding: 0 0 1px 3px;
font-size: 11px; 
font-weight: bold; 
text-align: left; 
white-space: nowrap;
}
#wooMod tr.white { /* DATA ROWS */
background: white;
}
#wooMod tr.alt { /* DATA ROWS */
background: #f1f1f1;
}
#wooMod tbody td { /* DATA CELLS */
margin: 0;
padding: 1px 0 2px 3px; 
font-size: 13px; 
color: black; 
text-align: left;
vertical-align: top;
}
#wooMod tbody td span { /* PREVENT CONTACT PHONE FROM WRAPPING */
font-weight: bold;
white-space: nowrap;
}
#wooMod tbody td#none { /* NO LOADS OR TRUCKS LISTED */
margin: 0;
padding: 35px 0 50px 0; 
font-size: 14px;
font-weight: bold;
color: black; 
text-align: center;
}
#wooMod tbody td.comment { /* COMMENT TEXT WOOIE LIST ONLY */
padding: 3px 2px 2px 4px; 
font-size: 11px; 
color: black; 
text-align: left;
}
#wooMod tbody td.details { /* DETAIL| BID LINKS WOOIE LIST ONLY */
white-space: nowrap;
}
/* FOOT AND GENERAL */
.clear { /* KEEPS FLOATED ELEMENTS ENCLOSED */
clear: both; 
height: 1px; 
overflow: hidden;
}
.block { /* KEEPS HIDDEN FORM ELEMENTS HIDDEN */
display: none;
}

