@CHARSET "UTF-8";
/**
 * @file Stylesheet for the NIEER Yearbook 
 *
 * Copyright 2010 - New Signature
 *
 * @author Andrew Marcus
 * @author Seamus Leahy
 */

body {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  
}

h1, h2, h3, h4, h5, h6 {
  padding: 5px 0;
  margin: 0;
  line-height: 1em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2e6e9e;
  text-decoration: none;
}

#content {
}

.hide {
  display: none;
}

.errors {
  padding: 5px;
  margin: 5px;
  font-size: 1.2em;
}

.errors .ui-icon-alert {
  float: right;
}

#wrapper {
  min-width: 100%;
  min-height: 600px;
  float: left;
  overflow: hidden;
}

/*-----------------------------------------------------------------------------
 * HEADER
 *---------------------------------------------------------------------------*/
#header {
  background-color: #6699cc;
  color: #fff;
  border-bottom: solid 1px #ccc;
  height: 113px;
}

#header h1 {
  font-weight: normal;
  font-size: 18px;
  padding: 5px 10px 5px 20px;
  font-family: "Arial Narrow";
  height: 76px;
}

#header #top-band {
  height: 27px;
  background-color: #dfebf7;
}

#header img {
  vertical-align: sub;
}

/*-----------------------------------------------------------------------------
 * TOOLBAR
 *---------------------------------------------------------------------------*/

#toolbar {
  padding: 2px 0 0;
  height: 30px;
  width: 100%;
  min-width: 700px;
  background: #eee;
  background: rgba(236,236,236,.9);
  border-bottom: solid 1px #ccc;  
  
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 5px rgba(0,0,0,.1);
  
  position: relative;
  left: 0;
  right: 0;
  z-index: 1005;
  
  font-size: 11px;
 
  margin-bottom: -32px;
  
}

#toolbar h2 {
  font-size: 1em;
  color: #888;
  padding: 0 10px 0 0;
}

#toolbar h2,
#toolbar h3 {
  float: left;
}

#toolbar h3 a {
}

#toolbar h3.form-expander.expanded {
  background-color: #fff;  
  -moz-box-shadow: 0 0 5px #E17009;
  box-shadow: 0 0 5px #E17009;
  -webkit-box-shadow: 0 0 5px #E17009;
  -o-box-shadow: 0 0 5px #E17009;
  padding: 4px;
  border: solid 1px #E17009;
}

#toolbar h3.form-expander a {
  padding-left: 20px;
  background-repeat: no-repeat;
  background-image: url("../images/show-icon.png");
  background-position: 0 -1px;  
}

#toolbar h3.form-expander.expanded a {
  background-image: url("../images/hide-icon.png");
}

#toolbar h2:hover a,
#toolbar h3:hover a {
  color: #50A3E7;
}

#toolbar h3 {
  padding: 5px;
  margin: 0 1px;
  font-size: 1.1em;
  color: #555;
  background-color: #f8f8f8;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  font-weight: normal;
}

#toolbar h3 img {
  vertical-align: middle;
  margin-right: 2px;
}

#toolbar h3.download {
}

#toolbar .group {
  float: left;
  margin-right: 5px;
  padding: 3px 5px;
  background-color: #e0e0e0;
  height: 22px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
}

#toolbar .group .group-label {
  color: #E17009;
  font-weight: bold;
  float: left;
  padding: 4px 5px 4px 0;

}
/*-----------------------------------------------------------------------------
 * SELECTORS
 *---------------------------------------------------------------------------*/
#form {
  position: absolute;
  z-index: 1001;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.5);
  margin-left: 10px;
  margin-top: 32px;
}

.form {
  padding: 5px;
  background: #eee;
  background: rgba(236,236,236,.9);
  border-bottom: solid 1px #ccc;
}

.form .selector {
  float: left;
  margin: 1px 0 1em;
  background-color: #fff;
  background-color: rgba(255,255,255,.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #e0e0e0;
  box-shadow: -2px -2px 10px #ddd;
  -webkit-box-shadow: -2px -2px 10px #ddd;
  -moz-box-shadow: -2px -2px 10px #ddd;
}

.form .selector .selector-column {
  list-style: none;
  width: 250px;
  margin: 0;
  padding: 0;  
  float: left;
  border: none 0;
  border-right: 1px solid #f4f4f4;
  position: relative;
}



.form .selector .selector-column h4 {
  font-size: 11px;
  font-weight: bold;
  padding: 2px 5px;
  color: #666;
  text-shadow: 0 1px 1px #fff;
  background-color: #eee;
}

.form .selector .selector-column ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}

.form .selector .selector-column ul li {
  display: block;
  list-style: none;
}

.form .selector .selector-column ul li.index {
  font-weight: normal;
  font-size: 10px;
  border-top: solid 1px #ccc;
  color: #666;
  cursor: default;
  text-shadow: 1px 1px 1px #ddd;
  padding-top: 6px;
  margin-top: -2px;
}

#fields-selector.form .selector,
#programs-selector .selector {
  width: 502px;
}

.form .selector ul li {
  padding: 2px 5px 3px 5px;
  margin: 0 0 2px 0;
  position: relative;
  border: none 0;
  cursor: pointer;
}

.form .selector ul li .title {
  font-weight: bold;
}

.form .selector ul li .count {
  padding-left: 1px;
  font-weight: normal;
  font-size: 0.8em;
  color: #333;
}

.form .selector ul li .action {
  float: right;
  font-size: 0.8em;
  font-weight: normal;
  padding: 2px 0;
}

.form .selector ul li .action a {
  padding: 0 6px;
  background-color: #eee;
  background-color: rgba(255,255,255,.5);
  margin-bottom: 1px;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border: solid 1px #fff;
}

.form .selector ul li .action a:hover {
  background-color: #999;
  color: #fff;
  border-color: #888;
}

.form .selector ul li .check {
  position: relative;
  width: 16px;
  float: left;
}

.form .selector ul li.selectable .title {
  font-size: 0.9em;
  margin: 0.25em 0 0 24px;
  display: block;
}

/* Colors */

.form .selector ul li.expandable {
  background: #dfeffc;
  font-weight: bold;
}

.form .selector ul li.expandable a {
  color: #2e6e9e;
  text-decoration: none;
}

.form .selector ul li.expandable:hover {
  background: #bde0fc;
}

.form .selector ul li.selectable {
  background: #f5f5f5;
  padding-bottom: 10px;
}

.form .selector ul li.selectable a {
  color: #e17009;
  text-decoration: none;
}

.form .selector ul li.selectable:hover {
  background: #dfeffc;
}

.form .selector ul li.selected {
  background: #fbf0a3;
}

.form .selector ul li.selected:hover {
  background-color: #fae570;
}

.form .selector ul li.expanded {
  background: #f5f5f5;
}

.form .selector ul li.expanded a {
  color: #e17009;
}

.form .selector ul li.empty {
  color: #666;
  font-weight: normal;
  padding: 20px 10px;
  margin: 30px 5px;
  background-color: #fafafa;
  border: solid 1px #f4f4f4;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-box-shadow: 0 0 5px #f0f0f0;
  text-shadow: 0 0 5px #ddd;
}

.form .selector ul li.no-program a {
  color: #666;
  font-weight: normal;
  font-style: italic;
}

/* Buttons */

.form .submit-buttons {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: solid 1px #e0e0e0;
  box-shadow: -2px -2px 10px #ddd;
  -webkit-box-shadow: -2px -2px 10px #ddd;
  -moz-box-shadow: -2px -2px 10px #ddd;
}


.form .submit-buttons a {
  display: inline-block; 
  position: relative;
  padding: .4em 1em;
  margin-right: .1em; 
  text-decoration: none !important; 
  cursor: pointer; 
  text-align: center; 
  zoom: 1; 
  overflow: visible;
    
  background-color: #666;
  color: #ddd;
  font-weight: bold;
  border: solid 1px #606060;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 1px 1px 1px #333;
}

.form .submit-buttons a:hover,
.form .submit-buttons a:focus {
  text-shadow: -1px -1px 1px #222;
  background-color: #555;
}

.form .submit-buttons a:active {
  background-color: #444;
  color: #fff;
}

.form .submit-buttons a.disabled {
  background: #ccc;
  text-shadow: none;
  color: #606060;
  border-color: #bbb;
  cursor: not-allowed;
  outline: none;
}


/*-----------------------------------------------------------------------------
 * TABLE
 *---------------------------------------------------------------------------*/
#table {
  padding-top: 40px;
}
#table table {
  border-collapse: collapse;
  margin-right: 50px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  -moz-box-shadow: 0 0 50px #ddd;
  
}

#table table thead th,
.header-float {
  min-width: 100px;
  font-weight: normal;
  vertical-align: top;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0,0,0,.07);
  border-right-width: 0;
}

th.header-float {
  border-style: solid;
  border-color: #000;
  border-width: 2px;
  background-color: #FAE570;
  color: #000;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.75);
  box-shadow: 0 0 3px rgba(0,0,0,.75);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.75);
  -o-box-shadow: 0 0 3px rgba(0,0,0,.75);
  opacity: .9;
}



#row-float {
  text-align: right;
  padding: 5px;
  font-size: 11px;
}

#table table thead th.program-header {
  vertical-align: middle;
}

#table table thead tr.grouping th {
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}



#table th span.ui-icon,
.header-float span.ui-icon {
  float: right;
}

#table tbody tr.no-program {
  font-style: italic;
}

#table tbody tr.no-program td.value,
#table tbody tr.no-program td.value a {
  color: #666;
  font-style: italic;
}

#table td.value {
  padding: 5px;
  color: #000000;
  font-weight: normal;
}

#table tbody td.long-text {
  min-width: 200px;
  /* font-size: 10px; */
}

#table td.percent {
/*  text-align: right; */
}

#table td.integer {
/*  text-align: right; */
}

/* For now, don't highlight booleans
#table td.boolean {
  background-repeat: no-repeat;
  text-indent: 16px;
  background-position: 2px 2px;
}
#table td.boolean_1 {
  background-image: url("../images/true.png");
}

#table td.boolean_0 {
  background-image: url("../images/false.png");
}
*/

#table tbody th,
#table tbody td {
  font-size: 11px;
  vertical-align: top;
  
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #ccc #eee;
}

#table tbody th {
  text-align: right;
  padding: 5px;
  background-color: #eee;
  text-shadow: 1px 1px 2px rgba(0,0,0,.07);
  font-weight: bold;
  border-right: 1px solid #999;
}

#table tbody tr.even td {
  background-color: #fafafa;
}

#table tbody tr.hover td {
  background-color: #ECF7FF;
  border-bottom-color: #999;
  border-bottom-width: 1px;
  border-top-color: #999;
}

#table tbody tr.hover th {
  background-color: #FAE570;
  border-bottom-color: #999;
  border-bottom-width: 1px;
  border-top-color: #999;
  font-weight: bold;
}

#table thead tr th.col-hover {
  background-color: #FAE570;
  border-right-color: #999;
  border-right-width: 1px;
  border-left-color: #999;
  color: #000;
}

#table tbody tr td.col-hover {
  background-color: #ECF7FF;
  border-right-color: #999;
  border-right-width: 1px;
  border-left-color: #999;
}

#table tbody tr td.last.col-hover,
#table thead tr th.last.col-hover{
  border-right-width: 3px;
}

#table table thead tr.grouping th,
#table table tbody td.first,
#table table thead th.first {
  border-left-width: 3px;
}

#footer {
  margin-bottom: 50px;
  padding: 0 10px;
  font-size: 11px;
  color: #333;
}

#footer .no-program-states {
  font-weight: bold;
}

/*-----------------------------------------------------------------------------
 * NO TABLE
 *---------------------------------------------------------------------------*/
#no-table {
  margin: 100px 75px;
  border: solid 1px #ddd;
  background-color: #f4f4f4;
  font-size: 20px;
  padding: 20px;
  color: #555;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 0 0 10px #eee;
  -webkit-box-shadow: 0 0 10px #eee;
  -moz-box-shadow: 0 0 10px #eee;
  text-shadow: 1px 1px 2px #ddd;
}

#no-table table.key .color {
  width: 25px;
  border: solid 1px #999;
}

#no-table table.key {
  border-spacing: 6px;
}

#no-table h2 {
  font-weight: normal;
}

#no-table a {
  color: #000066;
}

#no-table .no-program-states {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  border-top: solid 1px #ddd;
}
/*-----------------------------------------------------------------------------
 * JQUERY UI OVERRIDE
 *---------------------------------------------------------------------------*/
.ui-widget {
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.ui-state-default, 
.ui-widget-content .ui-state-default {
  background-image: none;
  background-color: #e3f1fc;
}

.ui-state-hover {
  background-color: #bde0fc;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight {
  background-color: #fbf0a3;
}

.ui-state-highlight.ui-state-hover {
  background-color: #fae570;
}

.ui-button {
  background-color: #666;
  color: #ddd;
  border: solid 1px #606060;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-shadow: 1px 1px 1px #333;
}

.ui-button:hover,
.ui-button:focus {
  text-shadow: -1px -1px 1px #222;
  background-color: #555;
}

.ui-button:active {
  background-color: #444;
  color: #fff;
}

.ui-button.ui-priority-primary {
  font-weight: bold;
  color: #fff;
}




.no-program-states {
  margin: 1em 0;
  font-style: italic;
}


