
div.popup 
{
  background-color: #CCCCCC;
  border: 1px solid #000000;
  height: 300px;
  padding: 5px;
  position:absolute;
  top: 100px;
  visibility:hidden;
  width: 800px;
  z-index: 1000;
 }

div.infoContainer
{
  background-color: #CCCCCC;
  border: 1px solid #000000;
  height: 300px;
  padding: 5px;
  position:absolute;
  top: 100px;
  visibility:hidden;
  width: 800px;
  z-index: 1000;
}
  

span.popupTitle
{
  font-size:10pt;
}

span.close {
 position:absolute;
 left: 760px;
 font-size:10pt;
}

#innerProject
{
  position:relative;
  padding:0px;
  top: 00px;
  width: 800px;
  height: 280px;
  overflow-y: scroll;
  overflow-x: auto;
}

#savedQueries
{
  position:relative;
  padding:0px;
  top: 00px;
  width: 800px;
  height: 280px;
  overflow-y: scroll;
  overflow-x: auto;
}


table.listing
{
  color: #000000;
  font-family:Arial;
  font-size: 20px;
  table-layout:fixed;
  width: 780px;
  border-collapse: collapse;
  border-spacing: 0pt;
}


table.listing td.toggle
{
  width: 20px;
  vertical-align: top;
}
table.listing td.projectCheckbox
{
  vertical-align: top;  
  width:20px;
}

table.listing td.libraryCheckbox
{
  vertical-align: top;  
  width:20px;
}

table.listing table.row
{
  
  table-layout:fixed;
  width: 760px;  
}

table.listing table.row td.left
{
  width: 45%;
  vertical-align: top;
}

table.listing table.row td.right
{
  width: 45%;
  vertical-align: top;  
}

table.listing table.row td.description
{
  vertical-align: top;  
}

table.listing div.summary
{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  visibility: block;
}

table.listing div.detail
{
border: 0px none #777780;  
}

table.listing div.hidden 
{
  display: none;
}

table.listing div.visible
{
  display: block;  
}


table.listing tr 
{
  border-top:1px solid #000000;  
}


table.listing tr.odd 
{
  background-color: #EEEEFF;
}

table.listing tr.even 
{
  background-color: #F1F1F1;
}

input.toggleImg
{

}

td.toggle div.hidden
{
  display: none;  
}



table.projectList  tr
{
  horizontal_align:left;
}


