/*******************************************/
/* jasper.css                                                                   */
/*                                                                                  */
/* When the only thing left to do is just start from scratch.*/
/*******************************************/

* {
  margin: 0;
  padding: 0;
  }

.guardFix tr{height:25px;line-height:25px;}
.guardFix tr select{width:252px;}
.guardFix #emailText{margin-left:22px;display:block;}


img {
  border: 0;
  }

input[type="text"], input[type="password"], textarea, select {
  border: 1px solid #6D8BA0;
  }

#paramsSelect select, .formTable select {
  width: 200px;
  margin-bottom: 7px;

  }

#rptContainer table {
 width: 95%;
}

.paramsSelect {
  width: 22%;
  margin-bottom: 7px;
}

#paramsSelect input[type="text"]  {
  width: 200px;
  margin-bottom: 7px;
  }

.formTable label {
  float: left;
  font-weight: bold;
  width: 12em;
  }
  
  .formTable label.auto{
  font-weight:normal;
  float:none;
  }

.formTable select {
  width: 195px;
  }

.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="file"] {
  width: 195px;

  }

.formTable textSmallInputLength{
  width: 20px;
 }

.formTableShort label {
  float: left;
  font-weight: bold;
  width: 12em;
  }

.formTableShort select {
  width: 175px;
  }

.formTableShort input {
  width: 175px;

  }

.formTable input.textInputLength{
  width: 195px;
  }

.formTable input.textPctInputLength{
  width: 50px;
  }
  
.formTable #fixedCash {
  display: inline-block;
  margin-left: 10px;
}
.formTable #fixedCash label {width:25px;}
.formTable textArea.textAreaInputLength{
  width: 195px;
  }

.formTableLong label {
  float: left;
  font-weight: bold;
  width: 12em;
  }

.formTableLong select {
  width: 250px;
  }

.formTableLong input[type=text], .formTableLong input[type="password"], .formTableLong input[type="file"] {
  width: 250px;
  }

.formTableLong input.textInputLength{
  width: 250px;
  }


.formTableLong textArea.textAreaInputLength{
  width: 250px;
  }

.refineTable select {
  width: 170px;
  }

/*Added by Cole Parker for overridding in PMO CSS for large fiels*/
div.tableSelect {
  width: 95%;
  margin: 0 auto;
}


body {
  min-width: 780px;
  color: #000;
  font-size: 80%;
  font-family: Tahoma, Verdana, Arial, sans-serif;
  }

table {
  font-size: 100%;
  background: transparent;
  }

tr {
  vertical-align: top;
  }

td {
  vertical-align: top;
  }

td.bottom {
  vertical-align: bottom;
  }

.listTable {
  background-color: #f3f7f8;
  }

.listTable  th {
  text-align: left;
  padding: 1px;
  border-bottom: 1px solid #757575;
  }

.listTable tr.OddRow td {
  background-color: #fff;
  }

.listTable tr.EvenRow td {
  background-color: #f4f4f4;
  }


.listTable td.TwoRow {
  padding: 2px;
  border: 0px solid #fff;
  }

a {
  color: #6D8BA0;
  }

a.headerlink {
  padding-left:12px;
  background:transparent url("/icons/IconLinkBlack.gif") left no-repeat;
  text-decoration: underline;
  color:#757575;
  border-bottom: 1px;
  }

* html body a.headerlink {
  text-decoration: underline;
  }

a.headerlink:hover {
   color:#A08BB1;
  }

ul, ol {
  margin-left: 1em;
  }

.itemDroppped {
     margin: 0;
    padding: 0;
    list-style-type:none;
  }

h1 {
  font-size: 22px;
  }

.icon {
  background: none;
  background-image: url("/icons/cb_bg_circle.gif");
  background-repeat: no-repeat;
  }

.iconGrey {
  background: none;
  background-image: url("/icons/cb_bg_circlelight.gif");
  background-repeat: no-repeat;
  }

.iconFaded {
  background: none;
  background-image: url("/icons/cb_bg_circlegrey.gif");
  background-repeat: no-repeat;
  }

.iconX {
  background: none;
  background-image: url("/icons/cb_bg_circleXgrey.gif");
  background-repeat: no-repeat;
  }

.iconRed {
  background: none;
  background-image: url("/icons/cb_bg_circlered.gif");
  background-repeat: no-repeat;
  }

a.external {
  background: url("/icons/external.gif") center right no-repeat;
  padding-right: 13px;
  }
/*---------------------------------------------------*/
/* =Colors                                           */
/*                                                   */
/* The palette used by the Building Engines Software */
/* Use these classes for EVERYTHING YOU CAN, and if  */
/* you're going to change them, change them here     */
/*---------------------------------------------------*/
.pastelBlue       { background-color:#CFEEF3; }
.pastelRed        { background-color:#F1CAC0; }
.pastelGreen     { background-color:#D3E8CB; }
.pastelYellow     { background-color:#FBFFD6; }
.pastelOrange     { background-color:#FFE2A1; }
.pastelPurple     { background-color:#F1C6F3; }
.standardGrey     { background-color:#E1E1E1; }
.darkGrey           { background-color:#D3D3D3; }
.lightGrey        { background-color:#EFEFEF; }
.alertBack        { background-color:#E18787; }
.whiteBack       { background-color:#FFFFFF; }

.alertText       { color:#B10000; }
.greyText        { color:#757575; }
.slateBlue       { color:#6D8BA0; }
.slateGrey       { color:#8d8d8d; }
.alertRed        { color:#B36753; }
.greenText       { color:#688968; }
.yellowText      { color:#FF9900; }
.blackText      { color:#000000; }
.redText        { color:#FF0000; }

/*-------------------*/
/* =Shortcut Classes */
/*-------------------*/
.blockHidden   {display: none;}
.clearBoth     {clear:both;}
.floatLeft     {float:left;}
.floatRight   {float:right;}
.floatNone     {float:none;}
.alignCenter   {text-align:center;}
.alignLeft     {text-align:left;}
.alignRight   {text-align:right;}
.vCenter    {vertical-align:middle;}
.vTop       {vertical-align:top;}
.nowrap     {white-space:nowrap;}
.indent     {margin-left:1em;}
.indentRight  {margin-right:1em;}

.bold       {font-weight:bold;}
.italic     {font-style:italic;}
.clean       {list-style-type:none;}

.m         {margin:7px;}
.mTop       {margin-top:7px;}
.mRight     {margin-right:7px;}
.mBottom     {margin-bottom:7px;}
.mLeft       {margin-left:7px;}
.mSides      {margin: 0 4px 0 4px;}
.noMargin     {margin:0;}

.noPadding     {padding:0;}
.p        {padding: 7px;}
.pTop      {padding-top: 7px;}
.pBottom    {padding-bottom: 7px;}
.pLeft      {padding-left: 7px;}
.pRight      {padding-right: 7px;}
.smallerText  {font-size:85%;}
.largerText  {font-size:115%;}

.relative    {position: relative}
.tinyLabel    {width:5em;}
.smallLabel    {width:8em;}
.largeLabel    {width:12em;}
.hugeLabel    {width:16em;}
.overflow    {overflow-x: hidden; overflow-y: scroll; -webkit-overflow-scrolling: touch;}
.pointer     {cursor:pointer;}

.pixelFix    {border-left: 1px solid #fff;
         border-right: 1px solid #fff;}
.mainFrame    {border-left: 1px solid #b1b1b1;
         border-right: 1px solid #b1b1b1;
         position: relative;}
.alertFrame    {border-left: 1px solid #e18787;
         border-right: 1px solid #e18787;
         position: relative; }
.blueback {background: url('/icons/bluebackgrad.gif') repeat-x;}
.greenback {background: url('/icons/greenbackgrad.gif') repeat-x;}
.redback {background: url('/icons/redbackgrad.gif') repeat-x;}
.headerback{background: url('/icons/greyback.gif') repeat-x;}
.overflowXY    {overflow-x: scroll; overflow-y: scroll; }

.heading { font-family: Arial; font-weight: bold; font-size: 16px; }
.border{ border: 1px solid #6D8BA0; }
.instructionBox {   position: absolute;
                  right:4000px;
                  top:120px;
                  border: 3px solid #c6c6c6;
                  width: 350px;
                  padding: 7px;
                  z-index: 999;
                  background-color: white;
                  background: url('/icons/greyback.gif') repeat-x;}
.buttonBar {
  text-align: center;
  width:80%;
  position: relative;
  }

.buttonBar img{
    vertical-align: bottom;
}

.bei_actionbutton img {
    vertical-align: middle;
    margin-top: 3px;
}

.buttonBarFlipped {
  background: url('/icons/buttongrad.gif') repeat-x;
  text-align: center;
  position: relative;
  padding-top: 2px;
  margin: 0 4px 0 4px;
  }

.shadowBox {
  opacity: .55;
  -moz-opacity:.55;
  }

.warning,li.warning,a.warning, a:link.warning, a:visited.warning, a:active.warning, a:hover.warning {
  font-family: tahoma, verdana, arial, geneva, sans-serif;
  color: red;
  }

.warnText {
  font-family: tahoma, verdana, arial, geneva, sans-serif;
  color: orange;
}


/* Header and Footer Stuff */

#headerBlock {
  background: #0066CC;
  color:#fff;
  border-bottom:2px solid #000;

  margin: 0;
  width: 100%;
  font-family: Arial, sans-serif;
  }
#headerBlock a {color:#fff;}

#headerBlock #logoBlock {
  margin:0 0em 1em 1em;
  float: left;
  display: inline;
  background: transparent;
  }
#headerBlock #logoBlock img {
  padding: .5em;
  background-color: #EEEEEE;
  margin:0 1em 0em .25em;
  background: transparent;
  border: 0;
  display: inline;
  }

#headerBlock #logoBlock h1 {
  font-family:Times, serif;
  font-size:2.5em;
  background: transparent;
  margin-right: 9em;
  }
#headerBlock #logoBlock a:link,
#headerBlock #logoBlock a:visited,
#headerBlock #logoBlock a:hover {text-decoration:none;}

#headerBlock #leftHeader  {
  position: relative;
  font-size: 120%;
  float: left;
  }
#headerBlock #rightHeader {
  float: right;
  position: relative;
  text-align: right;
  margin-right: .5em;
  font-size: 12px;
  }

#headerBlock ul#expandable {
  clear:both;
  list-style:none;
  height: 1.5em;
  position:relative;
  margin-left: .75em;
  z-index:1000;
  }

#headerBlock ul#expandable li {
  float:left;
  position:relative;
  }

#headerBlock ul#expandable li ul{
  width: 12em;
  }

#headerBlock ul#expandable li#rightButtons {
  position:absolute;
  width: 20em;
  right:.5em;
  text-align: right;
  }

#headerBlock ul#expandable li a {
  display:inline;
  text-decoration:none;
  padding:0 .5em;
  font-size:12px;
  font-weight: normal;
  }

#headerBlock ul#expandable li a img {
  margin-right: 2px;
  border: 0;
  }

#headerBlock ul#expandable ul {
  color:#fff;
  margin: 0;
  padding: 0;
  left:-999em;
  list-style:none;
  position:absolute;
  top:1.1em;
  border-bottom: 2px solid #000;
  width: 10em;
  z-index:500;
  }

#headerBlock ul#expandable ul li {
  background:#0043AC;
  height: 1.5em;
  text-align:left;
  width:100%;
  }

#headerBlock ul#expandable li:hover ul,
#headerBlock ul#expandable li.sfhover ul {left:7px;}

#headerBlock ul#expandable ul li a {
  text-align:left;
  text-decoration:none;
  }

#headerBlock ul#expandable ul li a:hover {text-decoration:underline;}

#headerBlock ul#expandable ul li a.new {
  background:transparent url("/icons/icon_new_red.gif") 100% 1px no-repeat;
  padding-right:33px;
  }

#footerBlock {
  clear:both;
  background:transparent url("/icons/UI_Footer.png") top left repeat-x;
  border-top:1px solid #ccc;
  height:62px;
  text-align:center;
  }

#footerBlock #footerLogo {
  float:left;
  text-align:center;
  width:175px;
  }
#footerBlock #footerItems {
  padding-top:.25em;
  text-align:center;
  }
#footerBlock #footerItems p {
  display:inline;
  margin-right:2em;
  }
#footerBlock #footerItems img {border:0;}
#footerBlock #footerItems a.iconLinkA {
  background:transparent url("/icons/IconLinkBlue.gif") top left no-repeat;
  padding-left:12px;
  }
  /* Calendar styles for HTML calendar displays.    */
table.cal {
   border:1px solid #000;
   margin-top:0px;
   margin-bottom:0px
}
td.calhourempty {
   border-bottom:1px solid #cacaca;
   empty-cells:show;
   }
td.caltd {
   background:#fff;
   border-right:1px solid #cacaca;
   border-bottom:1px solid #cacaca;
   font-size: 11px;
   margin-top:0px;
   margin-bottom:0px;
}

.caltop {
   background:#fff;
   padding: 2px;
   border-bottom:1px solid #cacaca;
   border-right:1px solid #cacaca;
   margin-top:0px;
   margin-bottom:0px;
   font-weight:bold;
}
td.calbot {
   background:#FFFFFF;
   border-top:1px solid #cacaca;
   border-right:1px solid #cacaca;
   margin-top:0px;
   margin-bottom:0px
}
.callft {
   background:#99CCFF;
   border-right:1px solid #cacaca;
   border-bottom:1px solid #cacaca;
   padding: 2px;
   margin-top: 0px;
   margin-bottom: 0px;
   font-weight:bold;
}
.calrht {
   background:#fff;
   border-bottom:1px solid #cacaca;
   padding: 2px;
   margin-top:0px;
   margin-bottom:0px
}
td.caltab {
   background:#99CCff;
   border-right:1px solid #003399;
   border-bottom:0px solid #003399;
   border-top:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px
}


/* end of HTML calendar styles */

/* Beginning of PM schedule styles */

table.newCal {
   border-left:1px solid #003399;
   border-top:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px
}

td.newCaltd {
   background:#FFFFFF;
   padding: 2px;
   border-right:1px solid #003399;
   border-bottom:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px;
   font-size: 11px;
   vertical-align: text-top;
}

td.newCaltop {
   font-weight:bold;
   background-color:#f4f4f4;
   padding: 1px;
   border-bottom:1px solid #003399;
   border-right:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px;
}

td.newCaltopf {
   font-weight:bold;
   background-color:#f4f4f4;
   padding: 1px;
   border-bottom:1px solid #003399;
   border-right:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px;
   padding-right:5px;
   padding-left:5px;
}

td.newCalf {
   font-weight:bold;
   background-color:#f4f4f4;
   border-bottom:1px solid #003399;
   border-right:1px solid #003399;
   margin-top:0px;
   margin-bottom:0px;
   padding:2px;
   font-size: 11px;
}

.pmschdTask {
   color: #000066;
}

.pmschdOverdue {
   color: #FF0000;
}

.pmschdOpened {
   color: #339900;
}

.pmschdClosed {
   color: #000000;
}

.coiDashHistory {
   font-size:9px;
}

/* End of PM schedule styles */

/* Beginning of tabbed styles ie followup */
#sectionTabbed #contentWrapper {
  clear:none;
  float:left;
  margin:1em -18% 0 0;
  width:100%;
  }
#sectionTabbed h2 {clear:both;}

#sectionTabbed #contentWrapper .dataBlock {
  margin: 0;
  padding: 0;
  }

#sectionTabbed #contentWrapper .colGroupA-colTypeA {
  margin:0 1% 1em 1%;
  display: inline;
  float: left;
  width: 47%;
  padding: 0;
  }

#sectionTabbed #contentWrapper .colGroupA-colTypeB {
  margin:0 1% 1em 1%;
  float: left;
  display: inline;
  width: 47%;
  padding: 0;
  }

#sectionTabbed #contentWrapper .tableBlock {
  margin: 0 1%;
  padding: 0;
  }

#sectionTabbed #contentWrapper .colGroupA-colTypeA fieldset,
#sectionTabbed #contentWrapper .colGroupA-colTypeB fieldset {
  border: 1px solid #d3d3d3;
  background:  url("/icons/EEtoF5gradBack.jpg") repeat-x;
  margin: 0;
  padding: 0;
  padding: 0 0 .25em 20px;
  }

#sectionTabbed #contentWrapper .tableBlock fieldset {
  border: 1px solid #d3d3d3;
  background:  url("/icons/EEtoF5gradBack.jpg") repeat-x;
  margin: 0;
  padding: 0 0 0 15px;
  }

#sectionTabbed #contentWrapper .tableBlock fieldset textarea {
  width: 95%;
  margin: .5em;
  }

#sectionTabbed #contentWrapper .colGroupA-colTypeA fieldset legend,
#sectionTabbed #contentWrapper .colGroupA-colTypeB fieldset legend,
#sectionTabbed #contentWrapper .tableBlock fieldset legend {
  background: white url("/icons/buttonBarleft.gif") no-repeat top left;
  padding: 0 .5em 0 1em;
  margin-bottom: .5em;
  }

#sectionTabbed.pageTabbedHistory table {
  width: 97%;
  margin-left: auto;
  margin-right: auto;
  }
#sectionTabbed.pageTabbedHistory .tableBlock table.tableDetailForm thead th {
  padding:.25em .5em;
  border-top: 0;
  background-color: #2F4E8C;
  color: #FFFFFF;
  }
#sectionTabbed.pageTabbedHistory .tableBlock table.tableDetailForm tbody {
  height:auto;
  overflow:visible;
  }
#sectionTabbed.pageTabbedHistory .tableBlock table.tableDetailForm tbody tr td ul {
  list-style-type:none;
  margin-left:0;
  }
#sectionTabbed.pageTabbedHistory .tableBlock table.tableDetailForm tbody tr td {
  /*border-bottom:1px solid #eee;*/
  }
#sectionTabbed.pageTabbedHistory .tableBlock table.tableDetailForm tbody tr td:first-child {
  white-space:nowrap;
  }
#sectionTabbed.pageTabbedHistory .tableBlock fieldset ul.formRows li label {
  font-weight:bold;
  }

#contentWrapper .textBlock {
  background-color: #d3d3d3;
  clear: both;
  width: 97%;
  margin: 0 auto 10px auto;
  padding: 0;
  }

#contentWrapper .textBlock .formTable {
  background-color: #d3d3d3;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  }

.mainUI {
  width: 97%;
  margin: 0 auto;
  padding:  1em 0 1em;
  }

#sectionTabbed #contentWrapper .mainUI textarea, .mainUI textarea {
  font-size: 11px;
  width: 96%;
  }

#sectionTabbed #contentWrapper .mainUI table, .mainUI table {
  background: transparent;
  }

#sectionTabbed #contentWrapper .mainUI .tableFormBasic, .mainUI .tableFormBasic {
  width: 97%;
  margin: .5em auto 0;
  }

#sectionTabbed #contentWrapper .mainUI .tableFormBasic th, .mainUI .tableFormBasic th {
  padding-left: .5em;
  }

#sectionTabbed #contentWrapper .mainUI th, .mainUI th {
  background:  transparent;
  }

#sectionTabbed #contentWrapper .mainUI tr.last, .mainUI tr.last {
  background: url("/icons/mainUIlastTableRow.jpg") repeat-x;
  }

#sectionTabbed #contentWrapper .mainUI .tableCaption, .mainUI .tableCaption {
  margin: .25em 0 0 1.5%;
  }

#sectionTabbed #contentWrapper .mainUI .tableCaption a, .mainUI .tableCaption a {
  font-weight: bold;
  }

#sectionTabbed #contentWrapper .mainUI .formRows, .mainUI .formRows {
  list-style-type: none;
  }

#sectionTabbed #contentWrapper .mainUI .formRows li, .mainUI .formRows li {
  clear:both;
  margin-bottom:.25em;
  padding:.125em 0;
  font-size: 100%;
  }


#sectionTabbed #contentWrapper .mainUI .formRows li em, .mainUI .formRows li em {
  margin-left: 13em;
  font-size: 90%;
  }

#sectionTabbed #contentWrapper .mainUI .formRows li em.required, .mainUI .formRows li em.required {
  margin: 0;
  }

#sectionTabbed #contentWrapper .mainUI .formRows li label, .mainUI .formRows li label {
  float:left;
  width: 10.5em;
  white-space: nowrap;
  margin-left: 1em
  }

#sectionTabbed #contentWrapper .mainUI .formRows li label.narrow, .mainUI .formRows li label.narrow {
  width: 3.5em;
  }

#sectionTabbed #contentWrapper .mainUI .tableFormBasic tr td label, .mainUI .tableFormBasic tr td label {
  font-weight: bold;
  font-size: 90%;
  float: left;
  width: 7em;
  }

#sectionTabbed #contentWrapper .roundHeaderHolder {
  width: 97%;
  margin: 0 auto;
  }

#sectionTabbed #contentWrapper .roundHeaderHolder .roundHeader {
  background: #E1E1E1;
  text-align: center;
  width: 25em;
  font-weight: bold;
  }

#sectionTabbed #contentWrapper .roundHeaderHolder .roundHeader span {
  margin-left: .75em;
  font-size: 120%;
  }

#sectionTabbed #contentWrapper .mainUI .UIHead {
  margin-left: .75em;
  text-align:center;
  font-size: 130%;
  font-weight: bold;
  vertical-align: middle;
  }

#sectionTabbed #contentWrapper .mainUI .msgBox {
  background-color: #EFEFEF;
  text-align: center;
  width: 98%;
  }

#sectionTabbed #contentWrapper .mainUI .msgBox #userMsg {
  height: 50px;
  }

#sectionTabbed #contentWrapper .dataBlock div#hidden,
#sectionTabbed #contentWrapper .dataBlock div#hidden #logger {
  display: none;
  }

#sectionTabbed .dataBlock #dragBox {
  border: 1px solid gray;
  padding: .25em;
  }

#sectionTabbed .dataBlock div#emailDropZone,
#sectionTabbed .dataBlock div#textDropZone,
#sectionTabbed .dataBlock div#faxDropZone {
  height: 100%;
  width: 90%;
  border: 1px solid gray;
  background-color: #FFFFFF;
  margin: .25em 0 0;
  padding: .25em;
  overflow: auto;
}

#sectionTabbed .dataBlock div#emailDropZone ul,
#sectionTabbed .dataBlock div#textDropZone ul,
#sectionTabbed .dataBlock div#faxDropZone ul {
  list-style-type:none;
  font-size: 90%;
  margin: .25em 0 0 .5em;
  padding: 0;
  }

#sectionTabbed .dataBlock div#emailDropZone {
  height: 9.5em;
  }
#sectionTabbed .dataBlock div#textDropZone {
  height: 8.5em;
  }
#sectionTabbed .dataBlock div#faxDropZone {
  height: 3em;
  }
#sectionTabbed .dataBlock div#dzTimeMaterial {
  height: 250px;
  border: 1px solid gray;
  background-color: #FFFFFF;
  margin: .25em 0 0;
  padding: .25em;
  overflow: auto;
}
#sectionTabbed .dataBlock div#dzTimeMaterial ul {
  list-style-type:none;
  font-size: 90%;
  margin: .25em 0 0 .5em;
  padding: 0;
  }

#sectionTabbed .formButtonsBlock {
  background-color: #e1e1e1;
  margin: 0 auto 1.5em auto;
  width: 55em;
  white-space: nowrap;
  }

div.listBox  {
  width: 94%;
  font-size: 90%;
  margin: .25em 0 0;
  background-color: white;
  border: 1px solid gray;
  overflow: auto;
  }

  div.listBox#nameList    { height:296px; }
  div.listBox#materialsList   { height:296px; }
  div.listBox#materialsList   { height:318px; }
  div.listBox#groupDrop     { height:296px; }
  div.listBox#employeeList  { height:145px; }
  div.listBox#vendorList    { height:145px; }

  div.listBox li {
    list-style-type: none;
    list-style-position:outside;
    border: 1px solid #EFEFEF;
    background: white;
    padding: .125em 0 .125em .5em;
    }

#sectionTabbed #contentWrapper .dataBlock label {
  font-weight: bold;
  }

#sectionTabbed #contentWrapper .dataBlock label.formLabel {
  margin-left: 0;
  margin-right: 1.5em;
  font-weight: normal;
  }
/* End of tabbed styles ie followup */

.aagLink {
 font-size: 10px;
  }

.aagOddRow{
   background-color: #fff;
  }

.aagEvenRow{
   background-color: #f4f4f4;
  }


/*Class used for button links on At a Glance page*/
a.glancelink {font-weight:normal;
             color:#003399;}
a.glancelink:link{color:#003399;text-decoration:none}
a.glancelink:visited{color:#003399;text-decoration:none}
a.glancelink:active{color:#003399;text-decoration:none}
a.glancelink:hover {text-decoration:underline; color:#003399}

a.glancelinkbold {font-weight:bold;
                  color:#003399;}
a.glancelinkbold:link{color:#003399;text-decoration:none}
a.glancelinkbold:visited{color:#003399;text-decoration:none}
a.glancelinkbold:active{color:#003399;text-decoration:none}
a.glancelinkbold:hover {text-decoration:underline; color:#003399}

a.glancelinkwarning {color:red;}
a.glancelinkwarning:link{color:red;text-decoration:none}
a.glancelinkwarning:visited{color:red;text-decoration:none}
a.glancelinkwarning:active{color:red;text-decoration:none}
a.glancelinkwarning:hover {text-decoration:underline; color:red}

.small_delete_btn { display:block; height:14px; width:14px; background:url(/icons/tenant_landing/close_btn.gif) no-repeat top; text-indent:-999em; }

.small_delete_btn:hover { background-position:bottom; }

 #alert { }

    .alertmsg { border:4px solid #f20c0c; font-size:11px; line-height:12px; margin-bottom:5px; text-align:center; color:black;}
    .alertmsg span { display:block; margin-left: 50px; margin-right:50px; }

 #success { }

    .successmsg { border:4px solid #3DC95C; padding:5px 0; text-align:center; margin-bottom:2px; color:#222; font-size:11px; line-height:12px; }

    .successmsg span { display:block; padding:0 35px; }

/*******MULTI SELECT CHECKBOXES *************/
.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height:13em;
    overflow: auto;
    width: 35em;
}
.checklist, .checklist li { margin: 0; padding: 0; }
.checklist label {
    display: block;
     height: 1%;
    padding-left: 25px;
    text-indent: -25px;
}
.checklist li:hover { background: #777; color: #fff; }
.checklist input[type=text] {
  width: 105px;;
}
* html .checklist label { height: 1%; }
/*******END MULTI SELECT CHECKBOXES *************/

/*******MULTI SELECT LIST *************/
.multiSelectList {
	height:200px;
	overflow-y:scroll;
	overflow-x:hidden;
	border: 1px solid #6D8BA0;
	width:250px;
	height:80px;
	margin-left:0;
}
.multiSelectList li {
	height:20px;
	line-height:20px;
	font-size:13px;
	padding-left:3px;
	cursor:pointer;
	overflow:hidden;
}
.multiSelectList li:hover,
.multiSelectList li.temp-selected {
	background-color:#CCC;
}
.multiSelectList li.temp-selected{
	color:#5E81BC;
}
#beiicbldgs
{
	display:none;
}
/*******END MULTI SELECT LIST *************/

dl {
  color:#4c4c4c;
  font-size:12px;
}

dl dt {
  font-weight:bold;
  padding:5px 0;
}

dl dd {
  padding:5px 0;
}

.csborder{border: 1px solid #6d8BA0; margin:10px; padding:2px;}

/* Ryans Additions*/
select#fromGrid,
select#toGrid{width:70%;height:20px;}
div.equipHolder{height: 500px;overflow-y: scroll;margin: 5px 0;}
div.equipHolder ul{font-size: 13px; line-height: 20px;list-style: none outside none;margin:0;padding:0;}
ul.equipList{height:500px;}
ul#fromList li{cursor:pointer;}
ul#fromList li.C,
ul#toList li.C{background-color:#BCBCBC;}
ul#fromList li.E,
ul#toList li.E{background-color:#E9E9E9;}
ul#fromList li,
ul#toList li{border: 1px solid #343838;color: #343838;margin: 1px;}
ul#toList li.added{font-weight:bold;font-style: italic;}
li.selected{background-color:#FF9900!important;}
li img.expandSEL{margin:0 5px;cursor:pointer;}
li.E{padding-left:5px;}
label.sel{display: inline-block;font-size: 13px;font-weight: bold;padding: 2px; position: relative;top: 2px;width: 150px;}
span.copyall,span.buttonright{float:right;margin-right:5px;font-weight:bold;position:relative;top:2px;} 
span.delete{cursor:pointer;background:url("/icons/x-1.png") no-repeat scroll 0 0 transparent;width:14px;height:14px;position:relative;top:2px;float:right;margin-right:5px;}
.hidden{display:none;}

ul#toList.toList-hover{background-color: #FF9900;}
.w200{width:200px;}
.w150{width:150px;}
.chrome #beichrgmarkup{position:relative;top:-7px;}
#ancMsg_path_row span{display:none;}
