﻿
/* The following modifies the page number control which exists under the main table */  
div.pager
{
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
}  
span.resultleft  
 {  
     float:left;  
 }  

span.resultright  
 {  
     float:right;  
 }

div.results  
 {  
     display: inline;  
     position: relative;  
     padding: 0px;  
     padding-left: 6px;  
     padding-right: 6px;  
     margin-top: -1.75em;  
     float:right;  
 }  
 /* Set's the appearance of the drop down control*/  
.droplist  
{  
    padding: 0px;  
    font-family: Tahoma, Arial, Sans-Serif;  
    font-size: .95em;  
    color: Black;  
}  