body {
  margin: 0px;
  padding: 0px;
  font: 8pt arial, verdana, helvetica, sans-serif;
  background: #fff;
  line-height: 13px;
  color: #000;
}
* {
  margin: 0;
  padding: 0;
}
select {
  color: #000;
  font-weight: normal;
  font: 10pt arial, verdana, helvetica, sans-serif;
}
button {
  font: 8pt MS Shell Dlg, arial, verdana, helvetica, sans-serif;
}
input[type='submit'] {
  font: 10pt MS Shell Dlg, arial, verdana, helvetica, sans-serif;
  padding: 1px 2px;
}
input[type='text'] {
  height: 18px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 3px;
}
/*main (root) container for all pages*/
#page {
  width: 1225px;
  max-width: 1280px;
  min-width: 1225px;
  margin-top: 10px;
  margin-left: 10px;
}
#header {
  background: #fff;
  width: 100%;
  padding: 0px;
  padding-top: 0px;
  margin-right: auto;
  margin-left: auto;
}
#headerLogo {
  background-image: url('banner.png');
  background-position: right;
  background-repeat: no-repeat;
  width: 100%;
  height: 93px;
}
#brandLogo img{
  margin-top: 30px;
}
#rightHeader {
  float: right;
  text-align: right;
  height: 70px;
  width: 185px;
  padding-top: 10px;
  vertical-align: middle;
}
/*provide user specific info */
#userHeader {
  background: #a9a9a9;
  border:1px #bbb solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  width: 100%;
  padding-top: 3px;
  margin-top: 5px;
  font-size: 9pt;
}
#userHeader a {
  color: #fff;
}
#userHeader select, #userHeader input {
  color: #000;
}

#userHeader a:hover {
  color: white;
}
/*left part of user header*/
#userInfoLeft {
  display: block;
  float: left; 
  width: 35%;
  height: 35px;
  padding-left: 5px;
  text-align: left;
}
/*right part of user header*/
#userInfoRight {
  display: block;
  float: right;
  width: 60%;
  height: 20px;
  padding: 5px;
  text-align: right;
}
/*main content area for page*/
#content {
  float: left;
  margin-top: 17px; 
  width: 1000px;
  min-height: 737px;
}
/*bottom footer*/
#footer {
  width: 100%;
  clear: left;
  text-align: left;
  padding: 10px;
}

#footerBar {
  background: #6e6e6e;
  border:1px #bbb solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  width: 100%;
  padding-top: 3px;
  margin-top: 5px;
  font-size: 9pt;
}
#footerBar a {
  color: #fff;
}

#footerBar a:hover {
  color: white;
}

/********************** FORMS *****************************************/

.basicForm label, .basicForm input, .basicForm select {
  margin-bottom: 10px;
}
.basicForm label {
  display: block;
  float: left;
  text-align: right;
  width: 140px;
  padding-right: 10px;
  font-weight: bold;
  clear: left;
}
.basicForm input[type="submit"]{
  clear: left;
  margin-left: 150px;
}
.basicForm input[type="radio"]{
  margin-right: 4px;
}
.compressedForm2 {
  margin: 0;
  padding: 0;
  display: inline;
}
.compressedForm2 label, .compressedForm2 input, .compressedForm2 select, .compressedForm2 textarea {
  margin-bottom: 3px;
  padding: 0;
  font-size: 8pt;
  display: inline;
}
.compressedForm2 a {
  margin-left: 25px;
}
.compressedForm2 label {
  margin-right: 5px;
  width: 6em;
  float: left;
  clear: left;
}
.compressedForm2 button:first-child, .compressedForm2 input[type="submit"]{
  clear: left;
  margin-left: 6em;
}
.longLabel {
  padding-top: 15px;
  text-align: left;
  width: 100%;
  font-weight: bold;
}

.label {
  color: #000; 
}
/********************* END FORMS **********************************/

/******************** TABLES ************************************/
table.statusTable {
  width: 100%;
}
table.statusTable tr.header {
  width: 100%;
  color: white;
  background: #54614d;
  font-size: 9pt;
}
table.statusTable th {
  font-weight: normal;
  background: #336699;
}
table.statusTable tr {
  font-size: 9pt;
}
table.statusTable tr.odd {
  background: #E0E5D5;
}
table.statusTable tr.sum {
  background: #CCB67D;
  font-weight: bold;
}
table.statusTable tr.even {
  background: #fff;
}
table.status {
  border: 0px;
  border-collapse: collapse;
  font-size: 9pt;
  margin: 0px;
  padding: 0px;
}
table.status tr {
  font-weight: normal;
  margin: 0px;
  padding: 5px 0;
}
table.status th {
  border: 1px solid black;
  font-weight: normal;
  background: #336699;
}
table.status td {
  margin: 0px;
  padding: 5px 0;
}
table.status td.normal {
}
table.status tr.odd {
  background: #E0E5D5;
}
table.status tr.sum {
  background: #CCB67D;
  font-weight: bold;
}
table.status tr.even {
  background: #fff;
}
.basicTable, .buildingTable {
  width: 98%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: left;
  border-collapse: collapse;
  font-size: 8pt;
  color: #000;
  border: 1px  #aaa solid;
}
.basicTable th, .buildingTable th{
  font-size: 8pt;
  font-weight: bold;
  padding: 4px;
  background-color: #ccc;
}
.basicTable th > a, .buildingTable th > a {
  font-weight:bold !important;
  color: #000 !important;
  text-decoration: none !important;
}
.basicTable td, .buildingTable td {
  vertical-align: top;
  padding:4px;
}
.basicTable caption, .buildingTable caption {
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  font-size: 8pt;
  padding-top: 10px;
}
.basicTable tr.odd, .buildingTable tr.odd {
  background-color:#eee;
}
.basicTable tr.sum,.buildingTable tr.sum {
  background: #bbb;
  font-weight: bold;
}
.basicTable tr.even, .buildingTable tr.even {
  background: #fff;
}
.basicTable tr.rowMouseOver, .buildingTable tr.rowMouseOver {
  background-color: #ffff99;
  cursor: pointer;
}
.basicTable td.hidden, .buildingTable td.hidden {
  display: none;
}
.basicTable th.hidden, .buildingTable th.hidden {
  display: none;
}

.coolTable {
  width: 98%;
  padding: 0px;
  margin: 0px;
  border: 0px;
  text-align: left;
  border-collapse: collapse;
  font-size: 8pt;
  border: 1px  #B9C9FE solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.coolTable th{
  color: #003399;
  font-size: 8pt;
  font-weight: normal;
  padding: 4px;
  background-color: #B9C9FE;
}
.coolTable th > a {
  font-weight:normal !important;
  color: #003399 !important;
  text-decoration: none !important;
}
.coolTable td {
  vertical-align: top;
  color:#666699;
  padding:4px;
}
.coolTable caption {
  text-align: center;
  vertical-align: bottom;
  font-weight: bold;
  color: #aaa;
  font-size: 8pt;
  padding-top: 10px;
}
.coolTable tr.odd {
  background-color:#E8EDFF;
}
.coolTable tr.sum {
  background: #B9C9FE;
  font-weight: bold;
}
.coolTable tr.even {
  background: #fff;
}

/****************** END TABLES ********************************/

#content .part {
  padding: 20px 0px 20px 0;
  clear: left;
  margin: 0px;
  width: 100%;
}

#content .partTwoThird {
  float: left;
  padding: 20px 0px 20px 0;
  margin: 0;
  width: 67%;
}
#content .partHalf, #content .partHalfRight {
  float: left;
  padding: 20px 0px 20px 0;
  margin: 0;
  width: 47%;
}
#content .partThird, #footer .partThird {
  float: left;
  padding: 20px 0px 20px 0;
  margin: 0;
  width: 33%;
  text-align:center;
}
.partThird h2 {
  text-transform: uppercase;
}

/*
#content .partHalf:nth-child(2n) {
  float: right;
}
*/
#content .partHalfRight {
  float: right;
}
.clearthefloats {
  clear: both;
}
/* clearing */
.stretch, .clear {
  clear: both;
  height: 1px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1px;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}
* html > body .clearfix {
  display: inline-block;
  width: 100%;
}
* html .clearfix {
  /* Hides from IE-mac \*/
    height: 1%;
  display: block;
    /* End hide from IE-mac */
}
/* end clearing */
/* content definition list - used to group content */
#content dl {
  display: block;
  margin: 0px;
  padding: 0px;
  border: 1px solid #bbb;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
/* content definition term */
#content dt {
  display: inline;
  margin-left: 10px;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 9pt;
  font-family: Verdana, sans-serif;
  color: #444;
  position: relative;
  top: -.75em;
  background-color: #fff;
}
#content dd {
  margin: 0px;
  padding: 5px 10px;
  text-align: left;
}
fieldset {
  margin-bottom: 6px;
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 1em;
  margin-top: 1em;
  padding-top: 5px;
}
.roundedBox {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
  
/*.fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; }*/
legend {
  color: #22229C;
  font-size: 1.1em;
  font: 11px tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 3px;
  margin-bottom: 2px;
  margin-left: 5px;
  border-bottom: 0;
  width: auto;
}
.errorMessage {
  color: #F33;
  font-weight: bold;
  font-size: 1em;
}
.errorBox {
  border: red solid 1px;
  background-color: tomato;
  color: #000;
  font-weight: bold;
}
.message {
  color: #000;
  font-weight: bold;
  font-size: 1em;
}
.fieldError {
  color: #F33;
  font-weight: bold;
  font-size: 1em;
}
.highlight {
  color: red !important;
  font-weight: bold;
}
/********************** LINKS *************************/
a, a:link, a:visited, a:hover, a:active {
  font-weight: normal;
  color: blue;
}
a:hover {
  color: red;
}
a img {
  border: 0;
  text-decoration: none;
  text-transform: none;
  font-variant: normal;
}
/***************** END LINKS *****************************/

/**************** HORIZONTAL MENU*************************/
#navcontainer {
  width: 100%;
  z-index: 2;
  background-color: #ff000f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 8px;
  height: 22px;
}
#navlist li {
  margin: 0;
  padding: 0;
  height: 21px;
  width: 171px;
  display: block;
  float: left;
  position: relative;
  z-index: 3;
  vertical-align:middle;
  text-align:center;
  border-right: 1px #eee solid;
  text-transform: uppercase;
  font-size: 10pt;
}
#navlist > li:first-child{
  margin-left: 10px;
  border-left: 1px #eee solid;
}
#navlist li a, #navlist li a:link {
  color: #fff;
  background-color: #ff000f;
  text-decoration: none;
  padding: 5px 5px 3px 5px;
  display: block;
  font-weight: bold;
}
#navlist li a:hover, #navlist li a.over {
  color: #fff;
  background: #a9a9a9;
  font-weight: bold;
}
#navlist li a#current, #navlist li a#current:link {
  color: #fff;
  cursor: hand;
  font-weight: bold;
  background: #ff000f;
}
#navlist li a#current:hover, #navlist li a#current.over {
  background: #a9a9a9;
  color: #fff;
}
#navlist li ul {
  display: none;
  position: absolute;
  left: 0;
  z-index: 3;
  border: none;
  list-style-type: none;
  background-color: #f0f0f0;
}
#navlist li > ul {
  /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
  top: auto;
  left: auto;
  width: 100%;
}
#navlist li ul li {
  border: 0;
  border-top: 1px #eee solid;
  float: none;
  display: block;
  height: 20px;
  list-style-type: none;
  list-style: none;
  margin: 0;
  text-align: left;
  width: 100%;
  text-transform: none;
  font-size: 9pt;
}
#navlist li ul li a, #navlist li ul li a:link {
  background: #d2d2d2;
  color: #000000;
}
#navlist li ul li a:hover {
  background: #f0f0f0;
  color: #000000;
}
#navlist li.over ul, #navlist li:hover ul {
  display: block;
}
.compressedForm2 {
  margin: 0;
  padding: 0;
  display: inline;
}
.compressedForm2 label, .compressedForm2 input, .compressedForm2 select, .compressedForm2 textarea {
  margin-bottom: 3px;
  padding: 0;
  float: none;
  display: inline;
}
.compressedForm2 a {
  margin-left: 25px;
}
.compressedForm2 label {
  margin-right: 5px;
  width: 6em;
  float: left;
}
.linkList {
}
.linkList a {
  display: block;
  width: 95%;
  margin: 10px 0px 5px 0px;
  padding: 0px;
}
input.readonly {
  border: 0px;
}
/* END LINK LIST */
.contextMenus {
  position: absolute;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  border-color: #9d9d9d;
  visibility: hidden;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
}
tr.menuItem td {
  cursor: pointer;
  background-color: transparent;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 5px;
  text-valign: center;
  color: black;
  text-decoration: none;
}
tr.menuItemOn td {
  cursor: pointer;
  background-color: blue;
  font-size: 8pt;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 2px;
  padding-right: 5px;
  color: white;
}
#statusArea {
  position: absolute;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  border-color: #9d9d9d;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.mapLocationDiv {
  cursor: pointer;
}
.mapLocationDivOn {
  cursor: pointer;
  background-color: blue;
  color: white;
}
.contextEntry {
}
#warningArea {
  position: absolute;
  background-color: #ffffff;
  border-style: solid;
  border-width: 1px;
  padding: 2px;
  border-color: #9d9d9d;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
/* END MAP CONTEXT MENU */
#nav {
  height: 768px;
}
.popUpMessageSubject {
  font-weight: bold;
  font-size: 9pt;
  text-decoration: underline;
  padding-bottom: 5px;
}
.popUpMessageText {
  font-size: 8pt;
  padding-bottom: 10px;
}
.sortable a {
  color: #000;
}
#zoom{
  background: #ccc url('cc_to_ee_to_cc_50.png') repeat-x;
  border:1px #bbb solid;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 52px; 
  color: #aaa;
  margin-bottom: 10px;
  padding-left: 8px;
}
#zoom select {
  max-width: 315px;
}
#zoom table td {
  text-align: left;
  font-weight: bold;
}
#currentPath {
  margin-bottom: 5px;
}
#currentPath a {
  font-weight: bold;
}
.exportlinks {
  padding-top: 10px;
}
.luminaireTable {
  margin-top: 10px;
  border: 1px solid black;
}
.luminaireTable td {
  border: 1px solid black;
}
option.imagebacked, option.selectall, select.imagebacked option {
  padding: 2px 0 2px 20px;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  vertical-align: middle;
}
/* To remove dotted focus borders */
:focus {
  -moz-outline-style: none;
}
.infoBox {
  background-image: url(iconInformation.png);
  background-color: #E8EDFF;
  border: 1px solid #336699;
  color: #000;
  background-repeat: no-repeat;
  background-position: 1px 2px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  text-align: left;
  padding-left: 20px;
  padding-top: 5px;
  min-height: 30px;
}

.linkBoxRight {
  display: block;
  float: right;
  width: 160px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
  vertical-align: middle;
  border: 1px #B9C9FE solid;
  border-radius: 5px;
  -webkit-border-radius: 5px; 
}
.linkBoxRight a, .linkBoxRight a:hover {
  color:#003399;
  font-size: 8pt;
  font-weight:bold;
  text-decoration: none;
  padding-left: 5px;
}

.linkBoxRight h2 {
  background-color:#B9C9FE;
  color:#003399;
  font-size: 8pt;
  font-weight:bold;
  padding:4px;
  margin-bottom: 4px;
  border-radius-topright: 5px;
  border-radius-topleft: 5px;
  -webkit-border-radius-topright: 5px;
  -webkit-border-radius-topleft: 5px;
}

.pagePhoto {
  margin-top: 17px;
  float: right;
}

a.linkButton {
  background: #ff000f url(../gfx/overlay.png) repeat-x;
  display: -moz-inline-stack;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}

a.linkButton:before {
  content:"\25BA  ";
}

a.linkButton:hover {
  background-position: 0 -150px;
  background-color: #cc000c;
}

a.linkButton:active {
  background-position: 0 100%;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.7);
}

#checkboxes {
  display: inline;
  float: left;
  line-height: 20px;
}
#checkboxes label {
  text-align: left;
  float: none;
  display: inline;
  padding-left: 5px;
  font-weight: normal;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}