body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p, li, td {
	margin-top:0;
	font-size:12px;
	color:#333333;
	line-height:18px;
}
a {	
	color:#DF7401;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-weight:normal;
	font-size:24px;
	margin-top:0;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555555;
	font-weight:normal;
	font-size:18px;
	margin-top:0;
}
.small_text {
	font-size:11px;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#logo {
	padding: 5px 79px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
}
.oneColLiqCtrHdr #header {
	background-image:url(../images/header.jpg);
	background-repeat:repeat-x; 
	padding: 0 79px 0 40px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align:right;
	height:43px;
}
#header h1 {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin-top:0;
	padding-top:7px;
}

#nav {
	background-color:#555555;
	height:33px;
	margin: 3px 0 0 0;	
}

#nav img {
  float: left;
}

.oneColLiqCtrHdr #mainContent {
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 

#footer a {
	color:#333333;
	}

.DP-Footer {
background-image:url(../images/footer_logo_line.gif);
background-position:left top;
background-repeat:repeat-x;
font-size:10px;
padding-bottom:10px;
text-align:center;
}
#results_listing th {
	font-size:14px;
	color:#555555;
	padding:3px 10px;
	border-bottom:1px solid #999999;
	}
#results_listing td {
	padding:3px 10px;
}
#results_listing tr.gray {
	background-color:#F7F7F7;
}
#results_listing tr.gray td{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}
td.no_bottom_padding {
	padding-bottom:0;
	}
.border_bottom {
	border-bottom:1px solid #666666;
	}
.border_top {
  border-top:1px solid #666666;
  }
fieldset {
	background-color:#F7F7F7;
	margin-right:20px;
	margin-top:5px;
	
}
fieldset#search, fieldset#numsearch {
	width:670px;
}

legend {
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#DF7401;
	font-size:12px;
	font-weight:bold;
}


#pay_amount {
}

.total {
  font-weight: bold;
  font-size: larger;
}

.errorlist li {
  color: #aa0000;
  list-style-type: none;
  font-size: larger;
  font-weight: bold;
}

#cover{
  z-index:1;
  position:fixed;
  _position:absolute; /* hack for internet explorer 6*/
  height:100%;
  width:100%;
  top:0;
  left:0;
  background:#000000;
  opacity:0.6;
  filter:alpha(opacity=60);
  text-align: center;
}

#dialog{
  z-index:2;
  position:fixed;
  _position:absolute;
  margin-top:15%;
  margin-left:30%;
  margin-right:30%;
  left:0px;
  top:0px;
  background:#FFFFFF;
  border:7px solid #e3e3e3;
  width:40%;
  padding: 1em;
}

#dialog h3 {
  border-bottom: 1px solid #808080;
  text-align: center;
}

#conf_buttons {
  text-align: center;
}

#DP-Clue {
  background:#FFFFCC url(hint.gif) no-repeat scroll -10px 5px;
  border:1px solid #CC9933;
  display:none;
  margin-left:6px; 
  padding:0.5em;
  position:absolute;
  width:200px;
  font-size: small;
  z-index: 1;
}

#DP-Clue #DP-CluePointer {
  position: absolute;
  left: -10px;
  width: 10px;
  height: 19px;
  background: url(hint.gif) left top no-repeat;
  top: 0px;
}
