﻿a:link {
    color: black;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: black;
}
    
.filter td{
   border: 5px solid transparent;
   text-align:right;
}

.filter select{
   min-width:250px;
}    
.filter [type=password]{
   min-width:250px;
}
.filter [type=text]{
   min-width:250px;
}
.filter [type=text][id*=dt]{
   min-width:210px;
}    
.filter [type=text][id*=Date]{
   min-width:210px;
} 

.filter {
   width:auto;
   border-color: transparent;
}   

body {
}
