@import url(layout0.css);
.comp-content,.next-app{
  margin:0px 0 0 0; padding:0px 0 0 0;
  background:white;
  width: 840px;
  line-height:1.5em;
  text-align:left;
  clear:left; 
}

#clinic-message-box{
  border: 1px solid #000;
  padding: 10px;
  margin: 0 0 10px 0;
  text-align: left;
  font-size: 12px;
  background: #EFD1DD;
}

#clinic-message-box p{
  padding: 0;
  margin: 0;
}

#clinic-message-box p a{
  font-weight: bold;
}

#clinic-message-box p#clinic-message-box-red{
  color: red;
  padding: 10px 0;
  font-weight: bold;
}

p.message{
  border: 2px solid green;
  padding: 10px;
  background: #ccc;
}

p{
  margin: 0 0 1em 0;
  padding: 0;
}

.req{
    color: red;
  }

.error{
    color: red;
    font-weight: bold;
  }

a.referee-link{
  padding: 3px 5px;
  border: 1px solid #000;
  color: white;
  background: #18670C;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px;
}

a.referee-link:hover{
  background: #080808;
  border: 1px solid #18670C;
}


.success{
  color: green;
  font-weight: bold;
}

.closed,.full{
  color: red;
  font-weight: bold;
}

.open{
  color: #18670C;
  font-weight: bold;s
}

.next-app table{
  border-collapse: collapse;
  margin-left: 1px;
}

table.referee-table tr th,
table.referee-clinic-table tr th{
  background: #18670C;
  color: white;
}

table.referee-table tr th,
table.referee-table tr td,
table.referee-clinic-table tr th,
table.referee-clinic-table tr td{
  vertical-align: top;
  padding: 2px;
  border: 1px solid #ccc;
  font-size: 11px;
}

table.referee-table tr th a{
  font-weight: bold;
  color: #fff;
}

table.referee-clinic-table tr.even{
  background: #C7DFC3;
}


table.referee-clinic-table tr th.nobreak,
table.referee-clinic-table tr td.nobreak{
  
  white-space: nowrap;
}

table.referee-table tr td.nobreak{
  font-weight: bold;
  width: 200px;
  white-space: nowrap;
}

table.referee-table,
table.referee-clinic-table{
  width: 840px;
}


.clinic-field{
  font-weight: bold;
  width: 200px;
}

.textfield{
  width: 200px;
}
