html {
    height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	scrollbar-3dlight-color:#887e63; 
    scrollbar-darkshadow-color:#887e63; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#e5dcc4; 
	scrollbar-track-color:#f9f7f2; 
	scrollbar-arrow-color:#ff9400;
}
body{
    height:100%;
	background: #FFFFFF url(../../img/tile-bg.gif) repeat-x;
	text-align: center;
	padding:0;
	margin:0;
}
html>body .wrapper{
	height: auto;
}
.wrapper{
	width:776px;
	background: url(../../img/tile-page1.gif);
	height:99.9%;
	min-height:100%;
	margin:auto;
	text-align: center;
	position:relative;
}
.content {
    padding : 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	scrollbar-3dlight-color:#887e63; 
    scrollbar-darkshadow-color:#887e63; 
    scrollbar-highlight-color:#FFFFFF; 
    scrollbar-shadow-color:#FFFFFF;
	scrollbar-face-color:#e5dcc4; 
	scrollbar-track-color:#f9f7f2; 
	scrollbar-arrow-color:#ff9400;
}
.content a:link, .content a:visited {
    font-size: 11px;
	text-decoration: none;
	color: #e37600;
}
.content a:hover, content a:active {
	text-decoration: underline;
	color: #ed9200;
}
.titles-lowercase {
    font-size: 11px;
	color: #e17f00;
	font-weight: bold;
}
.titles-caps{
    font-size: 10px;
	color: #e17f00;
	font-weight: bold;
}
.footer {
	padding-right:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #efebe1;
}
.footer a:link, .footer a:visited {
    font-size: 10px;
	text-decoration: none;
	color: #5e5743;
}
.footer a:hover, .footer a:active {
	text-decoration: none;
	color: #000000;
}
.bottom {
	position: absolute;
	bottom:0px;
	height:16px;
	width:100%;
    left: 0px;
}
.shadow {
   filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#faf5e6', Positive='true') 
}
.images{
  border:solid 1px #c6ba99;
  padding:1px;
  background:white;
}
img { 
behavior: url(includes/js/iepngfix.htc); 
}
.table{
font-size: 10px;
  border-left:solid 1px #c5b897;
  border-bottom:dotted 1px #8b7640;
  border-top:dotted 1px #8b7640;
}
.table-header{
   font-size: 10px;
   color: #e17f00;
   font-weight: bold;
   padding-left:10px;
   background: url(../../img/tile-table-header.gif);
   height:23px;
   border-left:solid 1px #f7f3ef;
   border-top:solid 1px #f7f3ef;
   border-right:solid 1px #c5b897;
   border-bottom:dotted 1px #8b7640;
}
.table-light{
  padding-left:10px;
  background-color: #f7f3ef;
  height:24px;
  border-left:solid 1px #f7f3ef;
  border-right:solid 1px #c5b897;
}
.table-dark{
  padding-left:10px;
  background-color: #e9e2d4;
  height:24px;
  border-left:solid 1px #f7f3ef;
  border-right:solid 1px #c5b897;
}
div#show {
border:solid 1px #c6ba99;
padding:1px;
background:white;
margin:0 auto;
width:300px;
float:left;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../../img/form-shadow.gif);
	padding: 3px; 
    border: solid 1px #c5b897;
	
}
.submit {
background-color: #e9e2d4;
border: 0px;
}
.small {
    font-size: 10px;
	color: #e17f00;
	font-weight: normal;
}
.rowtrucks{
	width:100%;
	height:250px;

}
.singletruck{
	float:left;
	width:160px;
	margin-right:6px;
	margin-bottom:8px;
}
.rowpager{

	float:right;
	text-align: right;
	right: 0px;
}

.pager{
	width:25px;
	height:21px;
	margin-right:5px;
	float:left;
	background-image:url(../../img/button-pager.gif);
	text-align:center;
	padding-top:3px;
	background-repeat: no-repeat;

}
.pagerover{
	width:25px;
	height:21px;
	margin-right:5px;
	float:left;
	background-image:url(../../img/button-pager-over.gif);
	text-align:center;
	padding-top:3px;
	background-repeat: no-repeat;
}

div.pager a:link, div.pager a:visited{
	color:#333333;
	text-decoration:none;
	height:100%;
	width:100%;
	display:block;
}

div.pager a:hover{
	text-decoration:none;
	background-image:url(../../img/button-pager-over.gif);
	background-repeat: no-repeat;
	background-position: 0px -3px;
}
