html {
  height: 100%;
}
body {
  font-family: Arial, Helvetica, Verdana, Tahoma;
  font-size: 13px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: white;
}
form {
  margin: 0;
  padding: 0;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}
input,select,textarea {
  font-size: 12px;
}
input[type=submit] {
  background:#e1e1e1 url(/static/images/button_bg.gif) left center repeat-x;
  border:1px solid #bfbfbf;
  border-right-color:#908d8d; 
  border-bottom-color:#908d8d;
}
.default_button {
  color:#ff6000;
  font-weight:bold;
}

input[readonly=readonly] {
  background: #fffad6;
}
a {
  color: blue;
}
h1 {
  font: bold 16px Arial,sans-serif;
  color:#8CC63F;
  margin: 10px 0px 10px 0px;
}
.h1_np {
  font: bold medium Arial,sans-serif;
  color: #c68038;
  margin: 0;
  padding: 0;
}
h2 {
  font: bold 14px Arial,sans-serif;
  color: #333;
  margin: 15px 0px 15px 0px;
  border-bottom: 1px solid #DDD;
}
h3 {
  font: bold 12px Arial,sans-serif;
  color: #999;
  border-bottom: 2px solid blue;
  margin: 10px 0px 10px 0px;
}
th {
  text-align: left;
}

#wrapper {
  width: 100%;
  height: 85%;
  margin-left: 0px;
/*  margin: 0 auto; */
  background: white;
}

#header {
  background: url(/static/images/header_bg.gif) repeat-x bottom left;  
  position: relative;
  margin: 0;
  margin-top: 15px;
  height: 58px;
  border-bottom: 1px solid #999;
}
#logo {
  position: absolute;
  background: url(/static/images/sourcedxlogosmall.png) no-repeat top left;
  margin-bottom: 10px;
  margin-left: 10px;
  height: 42px;
  width: 254px;
}
#logo a {
  display:block;
  height: 42px;
  width: 254px;
}
#footer {
  font: normal 12px Arial,sans-serif;
  width: 100%;
  text-align: center;
  border-top: 1px solid lightgrey;
}
#message_box {
  position: static;
  font: normal Arial,sans-serif;
  color: #333333;
  background: #fffec8;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffff00;
  padding: 3px 3px 3px 3px;
}
#search_results {
  font-size:12px;
}
#search_results td {
  padding:3px;
}
#search_results th {
  border-bottom: 1px solid #666;
  padding-bottom:10px;
}
#search_results a {
  text-decoration:none;
}
#search_results a:hover {
  background:lightyellow;
  text-decoration:underline;
}
#nav_links {
  position: relative;
  text-align:center;
  font: bold small Arial,sans-serif;
}
#nav_links ul, #nav_links li {
  display: inline;
  padding: 2px;
  margin: 0;
}
#nav_links li.active {
  font-weight: bold;
  color: red;
}
#nav_links a {
  color: blue;
}
.highlighted {
  background: #feffa5;
  font-weight: bold;
}
.label_tag {
  font-size: x-small;
  font-style: italic;
}

#sr_top_bar {
  padding: 4px;
  margin-bottom:5px;
  border-top: 1px solid lightblue;
  background: #e9e7ff;
}
.sr_line_item_light,
.sr_line_item_dark {
  border-bottom:1px solid #EEE;
  padding-top:5px;
  padding-left:5px;
  padding-right:5px;
  padding-bottom:10px;
}
.sr_line_item_light {
  background: #FFF;
}
.sr_line_item_dark {
  background: #f2f5f6;
}
.nav_title {
  color:#333;
  background: #DDD;
  font-weight:bold;
  margin-bottom:5px;
  padding:3px;
}

.t1 {
  background: white;
}
.t2 {
  background: #eee;
}
.info_text {
  color:#888;
}

.vlabel {
  color:#333;
  margin-bottom:3px;
}

.label {
  color:#666;
}
.zipsizer{width:12px;height:12px;position:relative;overflow:hidden}
.zipplus{position:absolute;left:-30px;top:0}
.zipmin{position:absolute;left:-42px;top:0}

