﻿
/* Set width on the form input elements since they're 100% wide by default */
.MyPopup {
    border:1px solid #aaa;
    border-radius: 5px;     
    padding: 3px 20px;    
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    background-color:#fff;
    white-space: nowrap;
    position:absolute;
    z-index:100;
    min-width:200px;
    margin-top:2px;
}

.selector {
    display:none; 
    width:20em; 
    background-color:#eee;
    border:solid 1px #ddd; 
    border-radius: 4px; 
    padding: 2px 2px 2px 2px;

}

.selector a {
    font-size:8px
}
.selector table td a {
    cursor:pointer;
    font-size:8px
}

a {
    cursor:pointer;
}

select {
    border-radius: 3px; 
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-size:12px;  
}

select option {   
    border-radius: 3px; 
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
  font-size:12px;  
}


.accordion_head{
    padding: 0 0 10px 0;
}

.accordion_heading{    
    padding: 0 0 10px 0;
    border-top:1px solid #aaa;
}
.accordion_inner {        
    padding: 0 0 10px 0;
}

.accordion_toggle {
    padding: 0 0 10px 0;
    cursor:pointer;
}