iframe {
  border: 0;
}

body.dashboard {
  width: auto;
  border: 0;
  padding: 0 10px 10px 10px;
  background: #809aa9;
}

#dashboard-header {
  overflow: hidden;
}

#dashboard-header h1.brand a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  background: transparent url('/sites/default/modules/dashboards/theme/images/aei-ct-sm-logo.gif') no-repeat;
  text-indent: -9000px;
  display: block;
  margin: 10px 0 0 0;
  width: 200px;
  overflow: hidden;
}

#dashboard-header h1.brand a:hover {
  text-decoration:none;
}

#dashboard-header h1.brand a .red {
  color: #850d00;
}

#dashboard-header ul.dashboard-links {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  clear: both;
}

#dashboard-header ul.dashboard-links li {
  padding: 8px 15px 8px 14px;
  z-index: 0;
  border: 0;
  border-bottom: 0;
  border-right: 1px solid #809aa9;
  background: #a8b9bf;
  display: block;
  float: left;
  cursor: pointer;
  margin: 0;
  margin-right: 0px;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #5a707d;
}

#dashboard-header ul.dashboard-links li:hover {
  //z-index: 2;
  position: relative;
  color: #0c536f;
}

#dashboard-header ul.dashboard-links li.active{
  z-index: 2;
  position: relative;
  background: #d2dadd;
  color: #0c536f;
  box-shadow: 1px -1px 3px #666;
  -moz-box-shadow: 1px -1px 3px #666;
  -webkit-box-shadow: 1px -1px 3px #666;
}

#dashboard-header ul.dashboard-links li a {
  text-decoration:none;
  color: #5a707d;
}

#dashboard-header ul.dashboard-links li:hover a, #dashboard-header ul.dashboard-links li.active a {
  text-decoration: none;
  color: #0c536f;
}

body.dashboard .container {
  width: 906px;
  height: 457px;
  margin: 0;
  min-height: 0;
  background: #d2dadd;
  overflow: hidden;
  box-sizing: content-box;
  padding: 10px 10px 10px 10px;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-shadow: 1px -1px 3px #666;
  -moz-box-shadow: 1px -1px 3px #666;
  -webkit-box-shadow: 1px -1px 3px #666;
  clear: both;
  z-index: 1;
}

body.dashboard #current_tab_link {
  position: relative;
  font-size: 14px;
  display: inline-block;
}

/* Move the share this links down to the very bottom */
body.dashboard .meta {
  position: absolute;
  top: 550px;
  left: -5px;
  width: 400px;
}

body.dashboard .dashboard-print {
  position: absolute;
  top: 553px;
  left: 150px;
}

body.dashboard .meta img {
  padding: 0;
  border: 0;
}

body.dashboard .meta ul, body.dashboard .meta ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.dashboard .meta ul .print_mail {
 display: none;
}


/* Some light box stylings */

#bottomNavClose {
  position: absolute;
  margin: 5px 5px;
  background: transparent url('/sites/default/modules/dashboards/theme/images/icon-close.gif') no-repeat;
  height: 26px;
}
#bottomNavClose:hover {
   background: transparent url('/sites/default/modules/dashboards/theme/images/icon-close.gif') no-repeat 0px -24px;
}

#imageData #bottomNav {
  height: 0px;
  margin: 0;
}

/* Hide the admin menu in the lightbox area */

body.dashboard.admin-menu {
  margin-top: 0 !important;
}

body.dashboard.admin-menu #admin-menu {
  display: none;
}

body.dashboard.admin-menu.standalone {
  margin-top: 20px!important;
}

body.dashboard.admin-menu.standalone #admin-menu {
  display: block;
}

#imageDataContainer {
  height: 0;
}

/* Dashboard content styles */

.dashboard-inner-header h1{
  color: #062132;
  
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0 0 0 10px;
  padding: 0;
  display: inline-block;
}

.dashboard .container .submitted {
  display: none;
}

.dashboard .updated {
  margin: 0 0 0 15px;
  color: #688394;
  font-size: 12px;
  display: inline-block;
}

.dashboard .main-page-link {
  float: right;
  font-size: 11px;
  padding-top: 4px;
  display: block;
}

.dashboard .main-page-link a {
  color: #5f7f8e;

  text-transform: uppercase;
  padding-right: 10px;
  margin-right: 2px;
  background: transparent url('/sites/default/modules/dashboards/theme/images/arrow-red2.gif') no-repeat right center;
}

.dashboard .dashboard-content {
  margin-top: 5px;
  background: #fff;
  display: block;
  height: 422px;
  overflow: auto;
  padding: 5px;
}

.dashboard-content table tbody {
  border: 0;
}

.dashboard-content h1 {
  background: #485f6d;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  padding: 5px;
  margin: 5px 0;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}

.dashboard-content table td {
  vertical-align: top;
  padding: 0 5px;
  width: 31%;
}

.dashboard-content #simple-page h2 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  font-family: georgia, serif;
  color: #003e5a;
  margin: 5px 0px;
}

.dashboard-content #simple-page h3{
  color: #003e5a;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: bold;
  margin: 5px 0px;
  line-height: normal;
}

.dashboard-content #simple-page h3 img {
  margin: 0 5px 5px 0;
}

.dashboard-content .time {
  color: #6b0500;
  font-size: 10px;
  font-family: 'Arial Black', Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 5px 0 0;
}
.dashboard-content img {
  border: 1px solid #cdcdcd;
  padding: 3px;
  text-align: center;
}

.dashboard-content p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #333;
  margin: 5px 0px;
  clear: both; 
}

.dashboard-content #simple-page ul li {
  margin-left: 15px;
  margin-bottom: 5px;
  line-height: normal;
  color: #333;
}

.dashboard-content #simple-page ul li a {
  color: #003e5a;
  font-size: 12px;
  font-weight: bold;
}

.dashboard-content #simple-page .content ul {
  margin: 5px 0 5px 0;
  padding: 0;
  clear: both;
}

.dashboard .loading {
  font-size: 11px;
  font-family: 'Arial Black', Arial, Helvetica, sans-serif;
  color: #999;
  margin: 200px auto;
  position: relative;
  height: 35px;
  width: 80px;
}

/* Submenu Styles */

ul.submenu {
  display:none;
  background: #809aa9;
  padding: 5px 10px;
  margin:-5px -5px 5px;
}

ul.submenu li.submenu-link {
  display:inline;
  margin-right:10px;
  font-size:13px;
  font-weight:bold;
}

ul.submenu li.submenu-link a {
    color:#fff;
}

ul.submenu li.submenu-link a.active {
    color:#ddd;
    text-decoration:underline;
}

.dashboard-print a {
  color: #111;
  font-size: 11px;
  background: #d2dadd;
  border-radius:4px;
  -moz-border-radius: 4px;
  padding: 2px 5px;
}

/*Print Styles*/

body.dashboard.print .container, body.dashboard.print .dashboard-content{
  height: auto;
}

body.dashboard.print .meta, body.dashboard.print .dashboard-print a {
  display: none;
}

body.dashboard.print #dashboard-header {
  margin-bottom: 5px;
}
