body {
  background: #ebe9dd repeat-y;
  font-family: verdana, helvetica, arial;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  }

td, div, li {
  font-family: verdana, helvetica, arial;
  font-size: 11px;
  margin: 0px 0px 0px 0px;
  }

/*Classes*/
  
.header {
  font-size: 11px;
  color: #627788;
  text-align: left;
  background: #ffffff;
  border-bottom: 1px dashed #000000;
  padding: 0px 2px 0px 2px;
  font-weight: 700;
  }

.formheader {
  font-size: 11px;
  color: #627788;
  text-align: left;
  font-weight: bold;
  }
  
.ticket {
	font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
  text-align: left;
  padding: 2px 5px 2px 5px;
  font-weight: 700;
  }

.citation {
	font: 12px arial, helvetica, sans-serif;
  background: #ffffff;
  padding: 2px 5px 2px 5px;
  }

.datatable {
  border: 1px solid #000000;
  }

.datatablenobot {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  }
  
.grandtotal {
	font: 12px arial, helvetica, sans-serif;
  font-weight: 700;
  background: #feedc2;
  padding: 5px 5px 5px 5px;
  border-top: 2px solid #000000;
  }

.subtotal {
	font: 12px arial, helvetica, sans-serif;
  font-weight: 700;
  background: #feedc2;
  padding: 5px 5px 5px 5px;
  border-top: 1px dotted #000000;
  border-bottom: 2px solid #000000;
  }

.divider {
  border-top: 1px solid #000000;
  background: #ffffff;
  }
  
.titlebar {
  background: #627788;
  }

.agency {
  background: #ffffff;
  }
  
.appdata {
  background: #bdbda3;
  padding: 5px 10px 5px 10px;
  }
  
a.cartitems {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  }
  
a.cartitems:hover {
  color: #ff0000;
  }
  
.instructions {
  font-size: 12px;
  font-weight: bold;
  }

.linkage {
  font-size: 11px;
  background: url(/appimages/chotpa/eng/linkback.gif) #ebe9dd no-repeat right;
  text-align: left;
  }
  
a.linkitems {
  text-decoration: none;
  color: #000000;
  }
  
a.linkitems:hover {
  color: #0000ff;
  text-decoration: underline;
  }


.dklttxt {
  background: #627788;
  color: #ffffff;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
  }

a.nounder {
  text-decoration: none;
  color: #22304b;
  font-size: 22px;
  }
  
a.nounder:hover {
  color: #ff0000;
  }
    
/*IDs*/
  
#data {
  border-left: 1px dotted #000000;
  background: #ffffff;
  }

#money {
  border-left: 1px solid #000000;
  background: #feedc2;
  text-align: right;
  }

#status {
  font-size: 14px;
  font-weight: bold;
  background: #feedc2;
  }