/* minimal stylesheet */ 

body,h1,h2,h3,h4,h5,h6,p,form, table, fieldset {margin:0;padding:0; }

html {
  height:100%;
  margin-bottom:1px;
}

/* body
--------------------------------------------------*/
body {
  background-color:#FFFFFF;
  color: #333;
  margin:0;
  padding:15px 0;
  font-family:'Trebuchet MS', Verdana, sans-serif;
  font-size:75%;
  line-height:1.6em;
  text-align:left;
}


/* nav-link
--------------------------------------------------*/
#nav-top  {
  margin:0 auto;
  border: 0;
  float:right;
  line-height:2em;
  text-align:right;
  text-transform:uppercase;
  font-weight:bold;
  padding: 0px 0px 25px 0px;
}

#main {
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

#side-panel {
  width: 700px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: yellow;
}

/* footer */
#footer {
font-size: 1em;
clear:both;
margin:0 auto;
padding: 30px 20px 30px 20px;
background: #ffffcc;
color: #999999;
padding:30px 30px 0 30px; /* -top  right bttm   left   */ 
width: 770px;
}

		/* typography */
h1 {
font-family: Georgia, serif;
font-weight: normal;
font-size: 150%;
padding: 30px 0 10px 0;
color: #73868c;
text-align: center;
padding: 0;
margin: 0;
position:absolute;
left:420px;
top:40px;
}


h2 {
font-family:'Trebuchet MS', Verdana, sans-serif;
font-size: 150%;
padding: 30px 0 10px 0;
color: #333;
}


h3 {
font-family:'Trebuchet MS', Verdana, sans-serif;
font-size: 125%;
padding: 20px 0 10px 0;
color: #73868c;
}

/* links
--------------------------------------------------*/

a:link, a:visited {
color: blue;
background : inherit;
text-decoration : none;
}

a:hover {
background : inherit;
text-decoration : underline;
}	

a.highlight {color:#006699;}

a.highlight:hover {#222222;}

a img {border:none;}

/* paragraphs, lists, etc
--------------------------------------------------*/
div.block {padding:10px 10px 10px 10px;}
/*div.background {color:white;} */

p {
  margin:0;
  padding:0 0 10px 0;
}

 /* line */
span.line {
  height: 16px;
  border-left: 1px solid #666;
  padding-left: 6px;
}


  /* ---- specific to RoR -- */


#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #000000;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

.flash {
  color: #333;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
#error_flash {
  background-color: #fbb;
  border-bottom: 1px solid #eaa;
}
#info_flash {
  background-color: #bfb;
  border-bottom: 1px solid #aea;
}
#notice_flash {
  background-color: #bbf;
  border-bottom: 1px solid #aae;
}

.error { background-color: #fbb; }

.nested-view .active-scaffold-header div.actions a {
  float: right;
}

.active-scaffold .description {
  color: #666;
}

span.radioLabel {
  margin-right: 1em;
}

.active-scaffold table {
/*	border-collapse: collapse;*/
}

.active-scaffold tr.record td.error {
	background-color: #fcc;
}

.active-scaffold tr.even-record td.error {
	background-color: #fdd;
}


form.new_import {
  padding: 0.5em;
}

.active-scaffold .new-view form.new_import {
  margin: 1em 0 2em 0;
}

.active-scaffold .show-view form.new_import {
  margin: 2em 2em 1em 1em;
}

.active-scaffold .show-view dl {
  display: block;
  width: 40em;
}

.active-scaffold .show-view dl dd {
  width: 20em;
}
.active-scaffold .show-view dl dd a.approve {
  margin-left: 1em;
  margin-right: 0.5em;
}

.active-scaffold .show-view dl:after {
  content: '\2060';
  display: block;
  clear: left;
}

#upload_and_history {
  border: 1px solid black;
  clear: both;
  float: right;
}

#upload_and_history .hidden-upload {
  text-align: right;
}
.active-scaffold .show-view form.new_import input[type=submit], #import-spreadsheet input[type=submit] {
  min-width: 6em;
}
#upload_confirm input[type=submit] {
  min-width: 7em;
  margin: 2px;
}
#upload_confirm form a.cancel {
  font-size: 110%;
  font-weight: bold;
  padding: 2px;
  text-decoration: none;
}
#upload_confirm form a.cancel:hover {
  background-color: #ff8;
}

#import-options {
  list-style: none;
  margin: 0.5em 0;
}

#import-spreadsheet h4, #import-spreadsheet h5 {
  margin-bottom: 1em;
}

.import-instructions table.excel-example { border-collapse: collapse; margin: 0 auto; background: #FFF; width: inherit; }
.import-instructions table.excel-example tbody { border: medium solid black; }
.import-instructions table.excel-example td { font-weight: bold; border: thin solid #CCC; padding: 2px; color: black; }
.import-instructions table.excel-example td.row, .excel-example td.col { background: #BBB; color: black; text-align: center; }
.import-instructions table.excel-example td.col { min-width: 5em; }
.import-instructions table.excel-example td.row { height: 1em; }
.import-instructions table.excel-example .example { font-weight: normal; font-style: italic; font-family: monospace; font-size: 120%; }
.import-instructions table.excel-example td div.note { display: inline; position: relative; }
.import-instructions table.excel-example td div.note div { 
  display: block; 
  position: absolute;   
  left: 0em; 
  top: -2em;
  width: 2em; 
  height: 1.5em; 
  border: thin solid black; 
  background: green; 
  -moz-border-radius: 1em; 
  -webkit-border-radius: 1em; 
  padding-top: 0.25em;
  padding-bottom: 0.25em; 
  text-align: center;
  font-weight: bold;
  font-style: normal;
  font-size: 9pt;
  font-family: 'Trebuchet MS', Verdana, sans-serif;
  color: yellow;
}

.import-instructions ol {
  list-style: decimal;
  padding: 0 0 0 2em;
}
.import-instructions p {
  padding: 0 0 10px;
}

.active-scaffold .show-view dd.messages-view {
  max-height: 10em;
  min-width: 30em;
  overflow: auto;
}
.import-messages {
  list-style: none;
  padding-left: 1em;
	font-size 0.7em;
}

form#login {
}
form#login ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
form#login li {
  margin: 0 0 0 1em;
  padding: 0.5em 0;
}
form#login label {
  clear: left;
  float: left;
  font-weight: bold;
  margin-right: 1em;
  text-align: right;
  width: 6em;
}
form#login input {
  width: 12em;
}
form#login input[type="submit"] {
  margin: 1em 0 0 9em;
  width: auto;
}

.approval_selection {
  font-size: 110%;
  font-weight: bold;
  margin-left: 2em !important;
  margin-top: 0;
}
.approval_selection p {
  margin: 0;
  padding: 0;
}
.approval_selection ul {
  list-style: none;
  margin-top: 0;
  padding: 0;
	display: inline;
}
.approval_selection ul li {
	display: inline;
	
}
.approval_selection li.approve-link {
  margin-left: 2em;
}

/* import box */
div.import-summary {
	border: 1px solid black; 
	margin: 10px 40px 10px 40px; 
	padding: 5px;
}

div.import-summary .filename {
	font-size: 1.5em;
	font-weight: bold;
	color: black;
}

div.import-summary .date {
	padding-left: 15px;
	font-size: 0.9em;
	color: gray;
}

div.import-summary .bid {
}

div.import-summary .status {
	float: right;
	width: 10em;
	font-size: 1.2em;
	text-align: right;
	padding-right: 5px;
}
div.import-summary .no-data {color: gray;}
div.import-summary .fully-approved {color: green}
div.import-summary .partially-approved {color: orange}
div.import-summary .unapproved {color: red}


div.import-summary .review {
	float: left;
	padding: 0 15px 10px 20px;
}
div.import-summary .details {
}
div.import-summary .data-links {
	font-size: 1.2em;
}
div.import-summary .details {
	float: right;	
}
div.import-summary .hidden-upload {
	margin: 18px 5px 8px 5px;
	text-align: center;
}
div.hidden-upload .link {
	font-size: 1.3em;
}
div.hidden-upload .filebox {	
}
div#start-new {
  height: 100px;
  margin: 50px 10px 0 10px;
}
div#start-new .hidden-upload {
	font-size: 1.6em;
	text-align: left;
	margin-top: 70px;
}

.not-ready    { color: red; }
.ready        { color: orange; }
.mec-approved { color: green; }
.ineligible   { text-transform:uppercase; }


#breadcrumbs {
  background: #eee;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
	margin-top: 1em;
  padding: 0.25em 1.5em;
  font-size: 1.2em;
}
#breadcrumbs label {
  font-family: Georgia,"Times New Roman",serif;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 3px;
}
/*#breadcrumbs img {
  vertical-align: middle;
  padding: 0 0.3em;
}*/
/*#breadcrumbs strong {
  font-weight: normal;
}*/
div#browse-search {
  float: right;
  font-size: 1.2em;
  width: 45%;
}


/*drop-down browse menu*/
#navbar {
	 float: right;
	 font-size: 1em;
	 font-weight: bold;
   margin: 0 20px 0 30px;
   padding: 0;
   height: 1em; 
}
#navbar li {
   list-style: none;
   float: left; }
#navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #7FCDFE
   text-decoration: none; 
}
#navbar li ul {
   display: none; 
	 width: 9em;
   background-color: #7FCDFE;
 	 z-index: 10;
}
#navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0; 

}
#navbar li:hover li, #navbar li.hover li {
   float: none;

 }
#navbar li:hover li a, #navbar li.hover li a {
   background-color: #7FCDFE;
   border-bottom: 1px solid #fff;
   color: #000; }
#navbar li li a:hover {
   background-color: #8db3ff; }
   
.import-messages li.error { font-weight: bold; color: #800000; }
.import-messages li.error .message {  font-style: italic; }
.import-messages li.warning { display: none; }

.import-messages.collapsed li {
  display: none;
}

.import-messages.collapsed li.first {
  display: list-item;
}

.import-messages span.sheet {
  font-weight: bold;
}

.import-messages span.toggle {
  margin-left: 1em;
  color: blue; text-decoration: underline; cursor: pointer;
}

.two-column .left-column {
  float: left;
  padding-right: 1%;
  width: 49%;
}
.two-column .right-column {
  float: left;
  padding-left: 1%;
  width: 49%;
}

#activity-dashboard ul {
  list-style: none;
  padding-left: 2em;
}
#activity-dashboard ul > li {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em;
}
#activity-dashboard ul > li > ul {
  padding-left: 0;
}
#activity-dashboard ul > li > ul > li {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}
#activity-dashboard .none {
  font-style: italic;
  font-weight: normal;
}

#activity-dashboard ul.table {
  display: table;
}
#activity-dashboard li.row {
  display: table-row;
}
#activity-dashboard span.cell {
  display: table-cell;
  padding: 2px 0 2px 1em;
}
#activity-dashboard span.cell:first-child {
  padding-left: 0;
}
#activity-dashboard span.installations {
  font-size: 95%;
}

#activity-dashboard #recent-activity h3 {
  color: #333;
}
#activity-dashboard #recent-activity table {
  border-collapse: collapse;
  width: 100%;
}
#activity-dashboard #recent-activity thead tr {
  /*background-color: #ccf;*/
  border-bottom: 1px solid #333;
}
#activity-dashboard #recent-activity thead tr th {
  padding: 0px 8px;
}
#activity-dashboard #recent-activity tbody tr td {
  padding: 2px 8px;
}

#recent-activity h3.open {
  background: url('../images/black_arrow_down.gif') no-repeat scroll 0px 27px transparent;
  padding-left: 18px;
}
#recent-activity h3.closed {
  background: url('../images/black_arrow_right.gif') no-repeat scroll 4px 23px transparent;
  padding-left: 18px;
}

#activity-dashboard ul#tasks > li {
  font-size: 1.2em;
}

#duplicate-installations ul {
  list-style: none;
  padding-left: 0;
}
#duplicate-installations li.mfi {
  margin-top: 2em;
}

