﻿body {
}

        .TDcellHeadersTop{text-align:center; font-size:medium; background-color:transparent; color:inherit; width:auto}
        .TableResult{ border:0; width:100%; font-size:medium;  padding:5px; cellspacing:0px;  }
        .TDcellData {font-weight:normal; background-color:transparent;  font-size:small; width:auto; padding-right:4px }
        .TDcellHeaders { text-align:right; font-weight:bold;  font-size:small; background-color:transparent; width:auto}
        .TDAlertCell {font-weight:bold; color:red}

        .autocomplete_completionListElement
            { 
                visibility :hidden;
                margin : 0px! important;
                background-color : white;
                color : black;
                border : solid 1px gray;
                cursor : pointer;
                text-align : left;
                list-style-type : none;
                font-family : Verdana;
                font-size:small;
                padding : 0;
				height: 200px; 
                overflow-y: scroll; 
                overflow-x: hidden;
                z-index:100
            }

    .listItem
            {
                background-color: white;
                padding : 1px;
            }     
    .highlightedListItem
        {
            background-color: #c3ebf9;
            padding : 1px;
        }
      #divwidth
        {
          width: 200px !important;    
        }
        #divwidth div
       {
        width: 200px !important;   
       }

.dl-app-textbox
{
   background-color: #EEEEEE;
   border: 1px solid #999999;
   width:inherit;
   padding-left: 8px;
}

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

#UpdatePanel1 .title span {
    background: #fff;
    padding-right: 9px;
    position: relative;
    top: 2px;
}
#UpdatePanel1 .results-label {
    font-weight: bold;
}

#UpdatePanel1 .results-data {
    padding-left: 4px;
}


    
.pager span { color:#000000;font-weight:bold;}	 
