/** Basic Page Elements **/
body {
  font-family: Verdana, Helvetica, sans-serif;
  background: #fff;
  color: #000;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.7em;
}

h2 {
  color: #875c75;
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.4em;
}

h3 {
  color: #000;
  font-size: 1.2em;
}

p {
  line-height: 1.2em;
  font-size: 1.1em;
  margin: 0 0 .5em 0;
  padding: 0;
}

a:link, a:visited, a:active, a:hover {
  color: #1233df;
}

img { border: 0; }

code { font-size: 1.4em; }

li, dd {  margin-bottom: 1em; }

li p { margin: .3em; }

dt { font-weight: bold; }

dl.indent { margin-left: 1em; }

dl.indent dd { margin-bottom: .5em; }

ul.nopadding {
  margin: 0 0 0 10px;
  padding: 0;
}

ul.nopadding li {
  padding: 0;
  margin: 0;
}
  

/** form elements **/
legend {
  font-size: 1.1em;
  color: #000;
}

legend.big { font-size: 1.3em; }

fieldset.collapsible legend {
  background: url(/i/opentriangle.gif) top left no-repeat;
  padding-left: 15px;
}

fieldset.collapsed legend {
  background: url(/i/triangle.gif) top left no-repeat;
}

fieldset.collapsed {
  border-width: 2px 0 0 0;
}

input {
  margin: 2px 0;
  vertical-align: middle;
}

input.form_password,
input.form_text {
  font-size: 1.2em;
}

.buttons input {
  font-size: 1em;
  margin-right: 10px;
}

textarea { margin: 0; }

legend { font-weight: bold; }

form {
  margin: 0;
}

form table {
  width: 100%;
  border-collapse: collapse;
}

form td {
  padding: 5px 0;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

form td.buttons, form tr.noborder td, form td.noborder {
  border-bottom-width: 0;
}

form div.buttons,
form td.buttons {
  background: #eff0f6;
  padding: 3px 10px;
}

form div.top.buttons {
  margin-bottom: 10px;
}

form div.bottom.buttons {
  margin-top: 10px;
  border-top: 1px solid #ccc;
}

form div.top.buttons,
form td.top.buttons {
  border-bottom: 1px solid #ccc;
}

.defaultBtn {
  font-weight: bold;
}

form td.indent,
form td.label {
  font-weight: bold;
  width: 18em;
  padding: 5px 5px 5px 10px;
}

form td.indent {
  font-weight: normal ;
  padding-left: 25px;
}

form td.padded {
  padding: 5px 5px 5px 10px;
}

fieldset {
  margin-bottom: 10px;
  padding: 0;
}

form p.help {
  padding-top: 3px;
  font-weight: normal;
  font-size: .9em !important;
  line-height: normal;
  margin: 0;
}

form p.help img {
  vertical-align: middle;
  padding: 1px;
}

form p.help input { font-size: 1em; margin: 0; padding: 0; }

form span.error, form span.marker {
  color: #f00;
}

input.error, textarea.error, select.error {
  border: 2px solid #f00;
}

label {
  margin-left: 5px;
  font-weight: bold;
}

.indicator {
  vertical-align: middle;
}

/** page layout **/
#topbar {
  height: 100px;
}

#topbar .red { color: #ac0000; }

#topbar .topbarInfo {
  float: right;
  padding: 10px;
}

#localMode {
  margin-top: .2em;
}

.topbarInfo select {
  font-size: 1em;
  margin-top: .5em;
}

#version {
  color: #ccc;
  text-align: center;
  margin-top: 5px;
}

#logo {
  float: left;
}

#title {
  float: left;
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", serif;
  margin: 15px 0 0 15px;
}

#title a {
  text-decoration: none;
  color: #030465;
}

#title div { margin-top: 10px; }

#wrapper {
  background: url(/i/gradient_bar.gif) top left no-repeat;
  margin-top: 10px;
  padding: 30px 10px 10px 10px;
  position: relative;
}

#middle {
  margin-left: 15em;
  padding-left: 10px;
}

#leftcol {
  position: absolute;
  top: 30px;
  left: 10px;
  width: 15em;
}

/** IE 6 is funny here for some reason */
* html #leftcol { left: 0; }

/** Navigation **/
#nav {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav li { 
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #090768;
}

#nav a {
  display: block;
  background: #2d3380;
  border-left: 10px solid #090768;
  color: #fff;
  font-size: 1.1em;
  padding: 5px;
  text-decoration: none;
}

#nav li a:hover, #nav li a.active {
  border-left-color: #ad1f1e;
  background: #ac4543;
}

ul.pageLinks {
  list-style: none;
  padding: 0;
  margin: 0 0 .5em 0;
  height: 1.3em;
}

ul.pageLinks li {
  display: inline;
  font-weight: bold;
  font-size: 1.1em;
}

ul.pageLinks select {
  font-size: 1em;
}

/** data tables **/
table.paged {
  width: 100%;
  border-collapse: collapse;
}

table.limitedWidth {
  width: 40em;
}

table.preview, table.dataInput, table.dataDisplay {
  width: auto;
  border-collapse: collapse;
  background: #fff;
}

td.num, td.num input {
  text-align: right;
}

table.paged {
  border-bottom: 2px solid #eee;
}

table.paged th {
  background: #eee;
  color: #555;
  margin: 0;
  padding: 0 4px;
  font-weight: normal;
  font-style: italic;
  text-align: left;
}

table.preview th, table.dataInput th, table.dataDisplay th {
  background: #eee;
  color: #555;
  font-weight: bold;
  text-align: center;
  border: 1px solid #000;
  padding: 2px;
}

table.dataInput th {
  border-width: 0;
  padding: 5px;
  text-align: left;
}

td.rowNum {
  background: #eee;
  text-align: center;
  width: 2em;
}

table.paged td.tableCorner { padding: 0; }
table.paged div.tableCorner {
  height: 1px;
  overflow: hidden; /* IE hacks */
  font-size: 1px;
  background: #2d3380;
  margin: 0 1px;
}

table.paged th.title {
  color: #fff;
  background: #2d3380;
  text-align: left;
  padding: 2px 10px;
}

th.title div { float: left; }
th.title .results { float: right; }

table.paged th a {
  color: #555;
  text-decoration: underline;
}

tr.odd { background: #fff; }
tr.even { background: #eee; }
tr.deleted td { color: #555; }

table.paged td, table.preview td {
  padding: 2px 4px;
}

table.dataDisplay td {
  padding: 2px 8px 2px 0;
}

table.dataInput td {
  padding: 5px;
}

table.dataInput input {
  margin: 0;
}

table.paged tfoot td {
  text-align: center;
  font-size: 1.1em;
}

table.paged tfoot td a {
  padding: 2px 4px;
}

table.paged tfoot td a:hover {
  background: #2D3380;
  color: #fff;
  text-decoration: none;
}

td.centered {
  text-align: center;
}

td.no_results {
  text-align: center;
  font-style: italic;
}

img.bullet {
  vertical-align: bottom;
}

.sortup {
  background: url(/i/famicons/bullet_arrow_up.png) 100% 50% no-repeat;
  padding-right: 16px;
}

.sortdown {
  background: url(/i/famicons/bullet_arrow_down.png) 100% 50% no-repeat;
  padding-right: 16px;
}

table.preview td {
  border: 1px solid #000;
}

/** messages **/
.messages {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.messages li {
  margin: 0 auto;
  padding: 5px;
  color: #222;
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 1.1em;
}

.messages li.error {
  background: #eec4ca;
  border: 1px solid #813e48;
}

.messages li.info {
  background: #fad163;
  border: 1px solid #ffb800;
}

img.message {
  display: block;
  float: left;
  padding-right: 4px;
  margin: auto 0;
}

/** wizard bar **/
ul.wizard_bar {
  list-style: none;
  margin: 10px 0 20px;
  padding: 0 0 0 1em;
  border-top: solid 3px #ddd;
}

ul.wizard_bar li {
  display: inline;
  height: auto;
  background: #fff;
  color: #000;
  border: 1px solid #090768;
  text-align: center;
  margin-right: 2em;
  padding: .5em 1em .5em;
  font-size: 1.1em;
}

li.previous_step {
  background: #e7e8f6 !important;
  color: #555 !important;
}

li.active_step {
  font-weight: bold;
}

/** notice box **/
.notice {
  border: 1px solid #090768;
  background: #e7e8f6;
  padding: 3px;
  margin: 10px 0;
  width: 30em;
}

/** help box **/
.help_box {
  border: 1px solid #fad163;
  background: #ffeec2;
  padding: 5px;
  margin-bottom: 10px;
}

#help_close {
  float: right;
}

/** progress bar **/
#progress_box {
  position: relative;
  width: 420px;
  height: 100px;
}

/** wait indicator **/
#wait_indicator {
  padding: 10px;
  margin-top: 15px;
  background: url(/i/wait_indicator.gif) top left no-repeat;
}

#wait_indicator h3 {
  display: inline;
  margin-left: 20px;
  padding-left: 10px;
  font-size: 1.3em;
}

/** misc page styles **/
#dataTables div {
  margin-bottom: 5px;
}

/** login pgae **/
#Form_Page_UserLogin {
  width: 400px;
  margin: 0 auto;
}

#Form_Page_UserLogin td {
  padding: 5px;
}

#Form_Page_UserLogin .form_password,
#Form_Page_UserLogin .form_text {
  width: 230px;
}
