select.invitation-sent {
  background-color:#00FF00;
}

select.application-complete {
  background-color:#0000FF;
}

select.in-progress {
  background-color:#FFCC00;
}

select.invitation-not-activated {
   background-color:#FF0000;
}

select.applicant-archived{
   background-color:#DDDDDD;
}


form.application_form ul {
  clear:both;
}
  
form.application_form li {
  float: left;
  width: 200px;
}

table.form_holder {
  clear:both;
}


#search_forms
{
  color: #999;
  margin-top:50px;
}

#queue_search
{
  color: #999;
  margin-top:50px;
}
#queue_search input[type="text"]
{
  width:220px;
}
#queue_search #search_button
{
  position:relative;
  top:-10px;
  left:110px;
}
#queue_search p
{
  margin:8px 0 8px 0;
}

#download_link
{
  margin-top:20px;
}
#download_link a
{
  margin-left:5px;
}

#legend
{
  color: #999;
  margin-top:50px;
}
#legend ul
{
  padding:0;
  margin:0;
}
#legend ul li
{
  line-height:20px;
}
#legend ul li img
{
  position:relative;
  top:4px;
  margin-right:4px;
}
#legend div.legend_row span.legend_info
{
  padding:0 0 10px 10px;
}


.dijitInputField INPUT { 
  color:#000; 
  font-size:11px; 
  border:0; 
}
.dijitArrowButton { height:16px; }
.dijitArrowButtonInner { height:12px; }
.dijitButtonNode { height:12px; }
.dijitSpinnerButtonContainer { height:24px; }
.dijitInputLayoutContainer { 
  border:1px solid #ff9900; 
  width:180px; 
  background: url(/static/images/ui/textarea-bg.png) #fff;
}

#widget_id_meeting_date {
  border:1px solid #ff9900; 
  width:180px; 
  background: url(/static/images/ui/textarea-bg.png) #fff;
}

#widget_id_meeting_time { border:0; width:180px;}

#opt_in_list ul
{
  width:194px;
  margin:25px 0 5px 0;
  padding:0;
}

#opt_in_list p
{
  font-size:12px;
  color:#ccc;
}

#opt_in_list p img
{
  margin-right:10px;
}

#opt_in_list ul li
{
  background: url('/static/images/applicants/admin-optinlist-btn-off.png') no-repeat;
  width: 194px;
  height: 33px;
}

#opt_in_list ul li:hover
{
  background: url('/static/images/applicants/admin-optinlist-btn-on.png') no-repeat;
}

#opt_in_list ul a
{
  display:block;
  width:100%;
  height:100%;
  text-align:center;
  line-height:25px;
  color:#036;
  font-weight:500;
}

div#info_button
{
  display:inline;
}