
/**
 * HTML Tags
 */

a {
  color: #f7931e;
  outline: none;
  text-decoration: underline;
}

body, html {
  text-align: center;
}

body {
  background: #000 url(/images/texture-bkg.jpg) center top no-repeat;
  min-width: 780px;
  color: #fff;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  margin: 0;
  padding: 15px;
}

h1, h2, h3, h4, h5, h6 {
  color: #f7931e;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

hr {
  height: 1px;
  border: 0 none;
  border-top: 1px solid #3a3a3a;
}

img {
  border: none;
}

p {
  margin-top: 16px;
  margin-bottom: 16px;
}


/**
 * Wrapper
 */

#wrapper {
  width: 960px;
  background: #dddddd;
  margin: 0 auto;
  text-align: left;
}


/**
 * Header
 */

#header {
  position: relative;
  height: 20px;
  padding: 0 20px;
}


/**
 * Utility
 */

#utility {
  float: right;
  color: #333;
  font-size: 11px;
  line-height: 20px;
  text-align: right;
  white-space: nowrap;
}

#utility a {
  color: #333;
  white-space: nowrap;
}


/**
 * Nav
 */

ul#nav {
  float: left;
  background: #dddddd url(/images/admin/corner.gif) right bottom no-repeat;;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 12px;
}

ul#nav li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul#nav li a {
  display: block;
  color: #303030;
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 20px;
  text-decoration: none;
}

ul#nav li a:hover {
  background: #e7e7e7;
  color: #f7931e;
}

ul#nav li.active,
ul#nav li.active a,
ul#nav li.active a:hover {
  background: #fff;
  color: #f7931e;
}


/**
 * Nav > Menus
 */

ul#nav li ul {
  display: none;
  position: absolute;;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 100;
}

ul#nav li:hover > ul {
  display: block;
  border-top: 1px solid #5c5d5f;
  border-right: 1px solid #3a3b3d;
  border-bottom: 1px solid #3a3b3d;
  border-left: 1px solid #5c5d5f;
  margin-left: -1px;
}

ul#nav li:hover > ul li {
  float: none;
  width: auto;
  height: auto;
}

ul#nav li:hover > ul li a {
  background: #444546;
  border-top: 1px solid #3a3b3d;
  border-bottom: 1px solid #5c5d5f;
  color: #f0f0f0;
  line-height: 28px;
  font-size: 13px;
  font-weight: normal;
}

ul#nav li:hover > ul li a:hover {
  background: #505152;
  color: #fff;
}


/**
 * Content
 */

#content {
  width: auto;
  min-height: 600px;
  background: #303030 url(/images/admin/background.gif) center bottom no-repeat;
  margin: 0 20px;
  padding: 60px;
}


/**
 * Mini View Table
 */

div.miniviewtable {
  margin: 16px 0px;
}

div.miniviewtable table {
  width: 100%;
  border-collapse: collapse;
}

div.miniviewtable table th {
  border-bottom: 1px solid #e9e9e9;
  padding: 2px 10px 2px 0px;
  text-align: left;
  white-space: nowrap;
}

div.miniviewtable table td {
  padding: 2px 10px 2px 0px;
  text-align: left;
  white-space: nowrap;
}


/**
 * Search
 */

#list #search {
  background: #161616;
  border: 1px solid #424242;
  font-weight: bold;
  padding: 10px;
  text-align: right;
}

#list #search a {
  float: left;
}

#list #search select {
  padding: 1px;
}


/**
 * List
 */

#list fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

#list table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

#list caption {
/*
    background-color: #000;
    border: 1px solid #424242;
    color: #FFF;*/
    font-weight: bold;
    text-align: left;
    padding: 6px;
}

#list table thead th,
#list table tbody td {
  border: 1px solid #ebebeb;
  color: #333;
  padding: 2px 8px;
  text-align: left;
  white-space: nowrap;
}

#list table thead th {
  color: #999a9a;
  background: #161616;
  border: 1px solid #424242;
  font-weight: normal;
  padding: 0;
  text-transform: capitalize;
  white-space: nowrap;
}

#list table thead th a {
  display: block;
  color: #ccc;
  padding: 4px 8px;
  text-decoration: none;
}

#list table thead th a:hover {
  color: #ccc;
}

#list table thead th a.active {
  background: #000;
  font-weight: bold;
}

#list table tbody tr.alt {
  background: #f3f3f3;
}


/**
 * Manage
 */

#manage {
  background: #1d1d1d;
  border: 1px solid #424242;
  padding: 15px;
}

#manage fieldset {
  background: #161616;
  border: none;
  padding: 15px;
  margin: 0 0 15px 0;
}

#manage fieldset legend {
  color: #f7931e;
  font-size: 16px;
  font-weight: bold;
  padding-top: 15px;
}

#manage fieldset p {
  margin-top: 0;
}

#manage fieldset div {
  margin-bottom: 6px;
}

#manage fieldset div label {
  clear: left;
  float: left;
  width: 100px;
  font-weight: bold;
  line-height: 20px;
  margin-right: 8px;
  text-align: right;
}

#manage fieldset div input[type="text"],
#manage fieldset div input[type="password"],
#manage fieldset div.auto input[type="file"],
#manage fieldset div textarea {
  width: 400px;
  padding: 2px;
  border: 1px solid #b4b4b4;
}

#manage fieldset div select {
  width: 406px;
  padding: 0;
  border: 1px solid #b4b4b4;
}

#manage fieldset div.auto input[type="text"],
#manage fieldset div.auto input[type="password"],
#manage fieldset div.auto input[type="file"],
#manage fieldset div.auto select,
#manage fieldset div.auto textarea {
  width: auto;
}

#manage fieldset.buttons {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#manage fieldset.buttons img {
  vertical-align: middle;
}

#manage fieldset.buttons input {
  width: auto;
  vertical-align: middle;
}


/**
 * ADD / VIEW / EDIT / DELETE
 */

a.add {
  color: #ffffff;
}

a.view {
  color: #005500;
}

a.edit {
  color: #3399cc;
}

a.delete {
  color: #990000;
}


/**
 * Wireframe Borders
 */

.wireframe_header {
  position: relative;
  z-index: 10;
  padding-left: 8px;
  font-size: 12px;
  margin-top: 16px;
}

.wireframe_header span {
  padding: 0px 8px;
  background: #ffffff;
  color: #d5540e;
  font-weight: bold;
}

.wireframe_border {
  border: 1px solid #d9d9d9;
  margin-top: -8px;
  margin-bottom: 16px;
  padding: 0px 15px;
}

.wireframe_controls {
  float: right;
  width: 120px;
  background: #f0f0f0;
  border-left: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 4px 0px;
  margin-right: -15px;
  text-align: center;
}


/**
 * Checker
 */

#checker {
  margin-top: 4px;
  margin-left: 12px;
}

#checker a {
  /* color: #fff; */
}



/**
 * Paginator
 */

.paginator {
  text-align: center;
}


/**
 * Footer
 */

#footer {
  height: 20px;
  color: #707070;
  font-size: 11px;
  line-height: 20px;
  padding-left: 20px;
}


/**
 * Messages
 */

#success {

}

#notice {

}

#help {

}

#message {
  background: #ffffff;
  border: 1px solid orange;
  color: orange;
  margin: 16px 0px;
  padding: 10px;
}

#errors {
  background: #fff2f2;
  border: 1px solid red;
  color: red;
  margin: 16px 0px;
  padding: 10px;
}


/**
 * Misc
 */

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.stretch {
  width: 99%;
}

.nopadding {
  padding: 0;
}

.yes {
    color: #00EE00;
}

.error, .no {
  color: red;
  font-weight: bold;
}

.questions {
    display: none;
}

.highlight {
  background-color: yellow;
}

.frame {
  border: 1px solid #424242;
  background: #1d1d1d;
  padding: 10px;
}

.label {
    width: 200px; 
    display: block; 
    clear: left;
    float: left;
    font-weight: bold;
}

.frame #list fieldset {
    border: 1px solid #424242;
    padding: 8px;
}

.frame #list fieldset legend {
    font-weight: bold;
    color: #f7931e;
}

.frame #list fieldset label {
    padding: 3px 10px;
}

