﻿
select,input,textarea{
font-size:1.05em;font-family:Verdana,Arial,sans-serif;padding:3px 4px;
}



.tdlForm fieldset {
float: left;    
clear: both;    
width: 100%;    
margin: 0 0 1.5em 0;    
padding: 0;    
}

/*remove floats etc from fieldsets in tabs
div.panes > div > fieldset
{float:none;border:none;}
div.panes > div > fieldset > legend
{display:none;}
*/

.tdlForm .initialHidden
{
    display:none;    
}


.tdlForm legend {
  padding: 0 2px;
  font-weight: bold;
}
.tdlForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
.tdlForm fieldset ol {
  margin: 0;
  padding: 0;
}
.tdlForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
.tdlForm fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
.tdlForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
.tdlForm fieldset fieldset label {
  display: block;
  width: auto;
}
.tdlForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
.tdlForm label {
  width: 120px; /* Width of labels */
}
.tdlForm fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}

#tbxLocDir
{
max-height:215px;
}


.tdlForm .mandatoryhint 
{
    font-style:italic;
    color:#aaaaaa;  
}

.tdlForm .optionalhint
{
    font-style:italic;
    color:#aaaaaa;  
    border:1px dotted #dddddd;  
}



#teamlist li
{
    float:left; border:solid 1px #cccccc;
    padding:7px; margin:7px;
     background-color:#efefef;
}

#teamlist li input{margin-right:5px;}
#teamlist .teamName {vertical-align:2px;  }



