/* reset.css -- borrowed from blueprint - http://www.blueprintcss.org */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1.5;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: none;
}

body {
  background: #eae7dc url(../images/background.png) repeat-x;
  font-family: georgia, times, "times new roman", serif;
  margin: 0;
}

a {
  color: #252525;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lucida Grande', Verdana, sans-serif;
}

h1 {
  font-size: 20px;
  font-weight: bold;
}

h2 {
  font-size: 18px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

h4 {
  font-size: 14px;
  font-weight: bold;
}

h5 {
  font-size: 12px;
  font-weight: bold;
}

h6 {
  font-size: 12px;
}

/* errors */
.errorExplanation {
  padding: 10px 10px 10px 94px;
  margin-bottom: 15px;
  font-weight: bold;
  border: 4px solid #771727;
  /*background-color: #eee;*/
  background-image: url(../images/alert.png);
  background-position: top left;
  background-repeat: no-repeat;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.errorExplanation h2, .errorExplanation p, .errorExplanation li {
  color: #771727;
}

.errorExplanation li {
  font-weight: normal;
}

.errorExplanation ul {
  list-style-type: none;
  margin-left: 10px;
}

div.box-outer-container {
  padding: 1px;
}

div.box-inner-container {
  padding: 10px;
  margin: 19px;
  /*background-color: #ddd;*/
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
}

div.box-inner-container .box-message {
  padding: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* form styles */

div.form-outer-container {
  padding: 1px;
}

div.form-inner-container {
  padding: 10px;
  margin: 19px; /*background-color: #ddd;*/
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
}

div.form-inner-container .instructions {
  padding: 10px;
  margin-bottom: 15px;
  font-weight: bold;
}

div.form-inner-container a {
  color: #174876;
}

div.form-inner-container .fieldset {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 1px solid #252525;
  margin-bottom: 15px;
}

div.form-inner-container .field {
  margin-left: 10px;
  margin-bottom: 15px;
}

div.form-inner-container .field label {
  color: #252525;
  display: block;
  font-size: 16px;
}

div.form-inner-container .field input[type=text], div.form-inner-container .field input[type=password], div.form-inner-container .field select, div.form-inner-container .field textarea {
  color: #252525;
  font-size: 16px;
  width: 520px;
  padding: 4px;
  border: 1px solid #999;
}

td.title-form div.form-inner-container {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
}

td.title-form div.form-inner-container div.field {
  padding: 0;
  margin: 0;
}

td.title-form div.form-inner-container div.field select, td.title-form div.form-inner-container div.field select {
  width: auto;
}

div.form-inner-container .field .checkbox {
  color: #252525;
  font-size: 16px;
  width: 520px;
  padding: 4px;
}

div.form-inner-container .field .checkbox input[type=checkbox] {
  margin-top: 6px;
  margin-right: 10px;
  float: left;
}

div.form-inner-container .field .checkbox label {
  float: left;
}

div.form-inner-container .field input[type=submit], div.form-inner-container div.field input[type=button], div.form-inner-container div.field a, .form-button {
  display: block;
  float: left;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 0;
  background: #174876 url(../images/ui-bg_highlight-soft_65_174876_1x100.png) 50% 50% repeat-x;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4em;
  outline: none;
  cursor: pointer;
  overflow: visible;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
}

div.form-inner-container div.field .button-link {
  vertical-align: middle;
}

/* tabel buttons */
table.buttons td input {
  margin-right: 10px;
}

/* utility styles */

.clear {
  clear: both;
}

/* semantic styles */

/* call out */

.callout {
  width: 960px;
  height: 46px;
  background: #eae7dc url(../images/top-background.png) 0 0 no-repeat;
  margin: 0 auto;
}

/* flash */
div.flash {
  position: absolute;
  height: 0;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
}

div.flash-content {
  color: #252525;
  padding: 5px;
  background-color: #fff5d3;
  margin: 0 auto;
  width: 250px;
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  border-left: 1px;
  border-bottom: 1px;
  border-right: 1px;
  border-style: solid;
  border-color: #252525;
}

div.flash-content span {
  white-space: nowrap;
}

/* user-info */

div.user-info-container {
  height: 30px;
}

div.user-info {
  width: 960px;
  height: 30px;
  margin: 0 auto;
  text-align: right;
  color: #ccc;
}

div.user-info .auth {
  float: right;
  margin-right: 10px;
}

div.user-info table {
  height: 30px;
}

div.user-info td {
  text-align: right;
  font-size: 14px;
  /*color: #C4BE9E;*/
}

div.user-info td a {
  /*color: #fff;*/
}

/* header */

div.header-container {
  height: 101px;
}

div.header {
  width: 960px;
  height: 101px;
  margin: 0 auto;
}

div.header-logo {
  width: 426px;
  height: 101px;
  float: left;
}

div.header-logo img{
  margin-top: 20px;
}

div.header-auth-search {
  width: 534px;
  height: 81px;
  margin-top: 20px;
  float: left;
  text-align: right;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
  color: #8c8c8c;
}

div.header-auth-search a {
  color: #000;
  text-decoration: none;
}

/* content */

div.menu-container {
}

div.menu {
  background: #C4BE9E url(../images/menu-background.png) 50% 0;
  width: 960px;
  height: 45px;
  margin: 0 auto;
  font-family: georgia, times, "times new roman", serif;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: .1em;
}

div.menu table {
  height: 40px;
  width: 930px;
  margin-left: 15px;
  margin-right: 15px;
}

div.menu table tr td {
  height: 40px;
  vertical-align: middle;
}

div.menu a {
  color: #fff;
  text-decoration: none;
}

/* content */

div.content-container {
}

div.content {
  background-color: #eae7dc;
  width: 960px;
  margin: 0 auto;
}

/* bread crumb */

div.bread-crumb {
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
  padding: 5px;
}

div.bread-crumb a {
  color: #252525;
}

div.bread-crumb.top {
  border-bottom: 1px solid #252525;
}

div.bread-crumb.bottom {
  border-top: 1px solid #252525;
}

/* page header */

div.page-header {
  border-bottom: 1px solid #252525;
  padding: 10px;
}

div.page-header table {
  width: 940px;
}

div.page-header h1 {
  color: #252525
}

div.page-header td.page-header-title {
  vertical-align: middle;
}

div.page-header td.page-header-button div{
  float: right;
}

div.page-body {
  min-height: 300px;
  padding: 15px;
}

/* footer */

div.footer-container {
  border-top: 2px solid #252525;
}

div.footer {
  width: 960px;
  margin: 0 auto;
}

div.footer-column {
  width: 320px;
  float: left;
}

/* menu blocks */
.menu-block {
  font-family: 'Lucida Grande', Verdana, sans-serif;
}

.menu-block p {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}

.menu-block li {
  display: block;
  list-style: none;
}

/* grid */

table.grid {
  width: 100%;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Lucida Grande', Verdana, sans-serif;
  font-size: 14px;
}

table.grid tr.header td {
  border-bottom: 1px solid #252525;
  padding: 5px;
  font-weight: bold;
}

table.grid tr.row td {
  padding: 5px;
  vertical-align: middle;
}

table.grid tr.even td {
  background-color: #f3f3f3;
}