body { font-family: sans-serif;
   color: black;
   background-color:#F7FBEF;
   font-size: 12pt;
}

.newVehicle .label {
	padding: 0.5em;
	vertical-align: top;
	text-align: right;
	color: black;
}

.newVehicle .field {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: left;
	vertical-align: top;
	color: black;
}

.newVehicle .error {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: red;
}

table.vehicleOptions {
	color: black;
	border: 1px dotted gray;
	font-size: 8pt;
}
/*
.vehicleOptions span {
	color: black;
} */

/*
#searchform {
	background-color: #FFF5EE;
	margin: 0;
	padding: 1em;
	border: 1px dotted #CD000F;
	width: 13em;
	float: left;
} */

#searchform td {
	color: black;
}


#searchform span {
	display: inline;
} 

/*
#searchform input {
	display: block;
	margin-bottom: 1em;
	width: 13em;
} */
/*
#searchform select {
	margin-bottom: 1em;
	width: 13em;
} */


#searchform div input {
	display: inline;
	width: auto;
} 
/**
#searchform { 
position: absolute;
    		  top: 0; 
             left: 0;
          background-color: #CD000F;
             width: 330px;
             color: white;
             padding: 0 10px 0 10px;
}
*/

fieldset { margin: 1.5em 0 0 0;
           padding: 0; 
           border-style: none;
}

legend { margin-left: 1em;
         color: white;	
         font-weight: bold; 
}

fieldset ol { padding: 1em 1em 0 1em;  
	          list-style: none; 
	          display: inline; 
}

fieldset li { padding-bottom: 1em;
             
}

fieldset.submit { border-style: none;
                  padding-left: 11em; 
                  margin: 0; 
}

label { float: left;
        width: 10em; 
        margin-right: 1em;
        text-align: right; 
}

#resultpane {
	position: relative;
	margin-right: 16em; 
}

#resultpane .navpages {
	text-align: center;
	margin-bottom: 1em;
}

#resultpane .navpages p {
	display: inline;
}

#resultpane .navpages form {
	display: inline;
}

#resultpane .navpages select {
	display: inline;
	width: 4em;
	margin: 0px;
	padding: 0px;
}
.success { color: green; font-weight: bold; }

#resultpane .vehicle {
/*	border: 1px dotted #edd1d1; */
/*	border-top: 1px dotted #CD000F; */ 
/*    background-color: #FFF5EE; */
    background-color: #F7F7F7;
    margin: 0px;
    margin-bottom: .5em;
    padding: 0px;
/*    display: table; */
  	width: 980; 
}
/*          
#resultpane .vehicle .text {
	font-face: arial, sans-serif;
	font-size: small; 
	padding: 10px 10px 10px 5px; 
	display: table-cell;
} */
          
#resultpane .vehicle img {
	/*
	width: 160px; 
	height: 120px;
	*/ 
	margin: 0px;
/*	padding: 0px 10px 10px 10px;  */
	display: table-cell; 
/*	float: right; */
}
               
               
.detail { border: 1px dotted #CD000F;
          width: 600px; 
          height: 360px; 
          padding: 10px; }
          
.detail img { width: 300px; }

.resultslink { text-align: right;  }

.expand {
	cursor: pointer;
	color: #CD000F;
}

table.admin-list { clear: right;
                   width: 100%; 
                   line-height: 1.4em; 
                   border-collapse: collapse;
                   background-color: white;
                   border-spacing: 1px;
                   color: black;
                   font: .75em/1.75em Verdana, sans-serif; 
	
                                       
}

table.admin-list th { text-align: left;
                     padding-bottom: 1em;
                     background: white /* #F1F1F1 */; 
                     } 
                     
table.admin-list tbody td  { border: 1px dotted #858585 ;
                           padding: .5em; } 


.ck-resultsStatus {
	text-align: center;
	display: block;
	float: left;
}

.ck-resultsPerPage {
	text-align: center;
	display: block;
	float: right;
}

.ck-pages {
	text-align: center;
	display: block;
}

table.vehicleInfo {
	font-family: arial, sans-serif;
	font-size: small; 
        color: black;
     /*   width: auto; */
	/* padding: 10px 10px 10px 5px;
	display: table-cell; */
}

/*table.vehicleInfo td {
     vertical-align: top;      
     padding-top: 10px;
     padding-left: 10px; 
}
/*
table.vehicleInfo td.imgCell {
     padding-top: 3px;
     right: 2px;
} */

.submitButtons {
    display: inline;
    position: relative;
    top: -1px;
}

.navigationWidget {
	border: 1px dotted #E6E6E6; 
	background-color: #F7F7F7;
	padding: 5 10 5 10;
	margin-bottom: .5em;
	width: 960;
}

table.outer {
	border: 1px dotted #edd1d1;
}

table .outer tr {
    margin: 0;
    padding: 0;
}

table .inner {
 /*   border: 1px dotted red; */
    padding-top: 10px;
    padding-bottom: 10px; 
    padding-left: 3px;
    border-collapse: collapse;
}

table td {
  /*  border: 1px dotted red; */
    padding: 5px;
    height: 17px;
    vertical-align: top;
}

table .vehicle {
    font: small Arial, Helvetica, Verdana, sans-serif;
    color: black;
}

table td img {
  /*  float: right; */
 
}

.email {
 /*   display: inline;
    position: static;
    float: none; */
}

img.at {
  /*  vertical-align: middle;	*/
 /*   position: static; */
      padding: 0;
      position: relative;
      bottom: -1px; 
}

img.vehiclePhoto {
      float: right;	
}

img.vehiclePreviewPhoto {
      float: right;	
      width: 140;
}

.expand {
    cursor: pointer;
    color: #CD000F;
}
