#cregister
{
  width: 600px;
  margin: 0 auto 0 auto;
  }

#cregister fieldset
{
  border: 1px solid #2c4d75;
  position: relative;
  }

#cregister legend
{
  color: #224d75;
  font-weight: bold;
  font-size: 110%;
  }

#cregister fieldset>div
{
  width: 97%;
  padding: .5em;
  position: relative;
  display: table;
  }

#cregister .label
{
  vertical-align: top;
  display: table-cell;
  width: 50%;
  }

#cregister .input
{
  display: table-cell;
  width: 50%;
  }

#cregister label
{ font-weight: bold; }

#cregister input, #cregister select
{ }

#cregister input.fullwidth,
#cregister select.fullwidth
{  width: 98%;  }

#cregister .other
{ display: block; }

#cregister .note
{ font-size: 80%; }

#cregister .missing
{ border: 1px solid red; }

#cregister #geoloc
{ visibility: hidden; }

#cregister h3 {
  color: #fff;
  background-color: #648ab9;
}

.clusterentry
{
  display: table;
  width: 95%;
  margin: 0 auto 0 auto;
  background-color: #eee;
  padding: .5em;
  border: 1px solid #2c4d75;
  font-size: 80%;
  }

.clusterentry h1
{
  font-size: 110%;
  }

.clusterentry .clusteradmin,
.clusterentry .clusterhw,
.clusterentry .clustersw
{ display: table-cell; }

.clusterentry .email
{ display: table-row; }

.clusterentry ul 
{
  padding: 0;
  position: relative;
  display: table;
  }

.clusterentry li
{
  list-style-image: none;
  list-style-type: none;
  display: table-row;
  }

.clusterentry .label,
.clusterentry .input
{ 
  display: table-cell; 
  vertical-align: top;
  padding: .1em;
  }

.clusterentry .label
{
  font-weight: bold;
  }

.clusterentry .input
{ }

#cconfirm fieldset
{
  border: none;
  width: 95%;
  margin: 0 auto 0 auto;
  }

#clusterslist th
{
  background: #eee;
  }

#clusterslist td
{
  background: none;
  }

#clusterslist tr
{ background-color: #eee; }
#clusterslist tr:hover
{ 
  background-color: #fff;
  cursor: pointer;
  }

#clusterslist .link
{}
#clusterslist .cname
{}
#clusterslist .owner
{}
#clusterslist .location
{}
#clusterslist .nodecount
{ text-align: right; }
#clusterslist .cpu
{}
#clusterslist .totalcores
{ text-align: right; }
#clusterslist .totalmem
{ text-align: right; }
#clusterslist .ic
{}
#clusterslist .rmax
{ text-align: right; }
#clusterslist .krgversion
{}
#clusterslist .usage
{}

#map
{
  width: 800px;
  height: 500px;
  margin: 0 auto 0 auto;
  }

.cpopup {
  width: 200px;
  padding: 1em 0 0 0;
  }

.cpopup p {
  margin: 0;
}

.cpopup .label {
  font-weight: bold;
}

#charts ul {
    padding: 0;
}

#charts ul>li {
    list-style-type: none;
    display: inline;
    margin: 2em;
}

.cvisual {
}

.cvisual img {
  width: 150px;
}

/*
 * Select boxes
 */
.selectBoxArrow{
    margin-top:1px;
    float:left;
    position:absolute;
    right:1px;
}

.selectBoxInput{
    border:0px;
    padding-left:1px;
    height:16px;
    position:absolute;
    top:0px;
    left:0px;
}

.selectBox {
    border:1px solid #aaa;
    height:20px;
}

.selectBoxOptionContainer{
    position:absolute;
    border:1px solid #aaa;
    background-color:#FFF;
    left:-1px;
    top:20px;
    visibility:hidden;
    overflow:auto;
    z-index:1000;
    max-height: 150px;
}

.selectBoxIframe{
    position:absolute;
    background-color:#FFF;
    border:0px;
    z-index:999;
}

.selectBoxAnOption{
    font-size:12px;
    cursor:default;
    margin:1px;
    overflow:hidden;
    white-space:nowrap;
}

