/* grid table */
table.gridview
{
    border: 1px solid #FFFFFF;
}

.gridview td
{
    border-top-color: #DCF2FC;
    border-bottom-color: #DCF2FC;
    border-width: 1px 0px 1px 0px;
    border-style: solid !important;
    padding: 0.3em 0.3em 0.3em 0.3em;
    font-size: 10px;
    font-family:Arial;
   /* cursor: default; */
}

.gridview tr
{
    color: Black;
    background-color: White;
    text-align: left;
    font-size: 10px;
    font-family: Arial;
  /*  cursor: default; */
}
.gridview th
{
    font-size: 10px;
    font-family: Arial;
  /*  cursor: default;  */
    border-color: #8BBDDE;
    border-top-color: White;
}
table.gridview a:hover
{
    text-decoration: underline;
}

/* header row */
tr.gridview_hdr
{
    background-image: url('../Images/GridHeader_New.png') !important;
    background: none repeat-x scroll 0 -1px transparent;
    height: 25px;
    font-family: Arial;
    font-size: 11px;
    overflow: hidden;
    /*padding: 5px 3px 4px 5px;*/
    text-align: center;
}


.gridview_hdr th
{
    
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
  /*  font-family: Verdana, tahoma, verdana, helvetica;  */
    font-family: Arial;
    font-size: 11px;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #CCCCCC !important;
    text-align: center !important;
}

.Gridview_hdr_Right
{
    text-align:right;
}
.Gridview_hdr_left
{
    text-align:left;
}

.gridview_hdr th a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 11px;
}
.gridview_hdr th a:hover
{
    text-decoration: underline;
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
}


.gridview_edt th
{
    text-align: left;
    height: 25px;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Arial;
    font-size: 10px;
    background-color: #DFE8F6 !important;
}
.gridview_edt th a
{
    text-decoration: none;
    font-family: Arial;
    font-size: 10px;
}


/* pager row */
tr.gridview_pgr
{
    width: 100%;
    height: 25px;
}
.gridview_pgr td
{
    background-image: url('../Images/GridHeader_New.png');
    background-repeat: repeat;
    height: 20px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial;
    border:1px solid;
    border-color:#99bbe8 !Important;
}
.gridview_pgr_ddl
{
    font-size: 11px;
    font-family: Verdana;
}

.controls
{
    /* border-right: #a9a9a9 1px solid;     border-top: #a9a9a9 1px solid;     border-left: #a9a9a9 1px solid;     border-bottom: #a9a9a9 1px solid;  */
    font-weight: normal !important;
    font-size: 10px;
    font-style: normal;
    font-family:Arial !important;  
    font-variant: normal;
    color: Black;
}

.controlLabelSuccess
{
    font-weight: normal;
    font-size: 10px;
    color: Green;
    font-family: Verdana;
}

 .PanelHeader .x-panel-header
 {
              font-weight:Normal !important;
              font-size: 11px !important;
              font-family: Verdana !important;  
 }
 
 .Label .x-label-value
 {
     font-weight:Normal !important;
     font-size: 11px !important;
     font-family: Verdana !important;  
 }

.td1
{
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    padding: 0.3em 0.3em 0.3em 0.3em;
    font-size: 11px;
    font-family: Verdana;
  /*  cursor: default; */
}
.tr1
{
    color: Black;
    background-color: White;
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
 /*   cursor: default; */
}
.table1
{
    border: 1px solid #DDDDFF;
}
.TDHeading
{
    font-weight: bold;
    color: black;
    font-family: Verdana;
    background-image: url('../images/exttoolbarback.gif');
    background-repeat: repeat-x;
    font-size: 13px;
}
.heading
{
    background-image: url('../Images/gridheader.png');
    background-repeat: repeat;
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
.BGRow
{
    background-image: none;
}
.BGRow:hover
{
    background-image: url('../Images/GridHeader_New.png');
}

.BGRowSelected
{
    background-image: url('../Images/GridHeader_New.png');
}

.InnerTable
{
    border-left-color: White !important;
    border-right-color: White !important;
    border-top-color: White !important;
    border-bottom-color: White !important;
}



/*- nested grid table CSS*/

/* grid table */
table.gridview1
{
    border: 1px solid #DDDDFF;
}

.gridview1 td
{
    padding: 0.2em 0.3em 0.1em 0.3em;
    font-size: 10px;
    font-family: Arial;
  /*  cursor: default; */
}



.gridview1 tr
{
    color: Black;
    background-color: White;
    text-align: left;
    font-size: 10px;
    font-family: Arial;
  /*  cursor: default;*/
}
.gridview1 th
{
    font-size: 10px;
    font-family: Arial;
  /*  cursor: default;  */
    border-color: #8BBDDE !important;
    border-top-color: White !important;
}
table.gridview1 a
{
    text-decoration: none;
}
table.gridview1 a:hover
{
    text-decoration: underline;
}

/* header row */
tr.gridview1_hdr
{
    background-image: url('../Images/GridHeader_New.png') !important;
    background: none repeat-x scroll 0 -1px transparent;
    height: 25px;
    font-family: Arial;
    font-size: 11.3px;
    overflow: hidden;
    padding: 5px 3px 4px 5px;
    text-align: left;
}
.gridview1_hdr th
{
    text-align: left;
    padding-left: 6px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: Arial;
    font-size: 11.3px;
    border-right: 3px solid;
    border-right-color: gray !important;
}
.gridview1_hdr th a
{
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 11px;
}
.gridview1_hdr th a:hover
{
    text-decoration: underline;
    font-family: Arial;
    font-size: 11px;
}


/* pager row */
tr.gridview1_pgr
{
    width: 100%;
    height: 25px;
}
.gridview1_pgr td
{
    background-image: url('../Images/GridHeader_New.png');
    background-repeat: repeat;
    height: 20px;
    padding: 0px;
    font-size: 11px;
    font-family: Arial;
}
.gridview1_pgr_ddl
{
    font-size: 11px;
    font-family: Arial;
}

.controls
{
    /* border-right: #a9a9a9 1px solid;     border-top: #a9a9a9 1px solid;     border-left: #a9a9a9 1px solid;     border-bottom: #a9a9a9 1px solid;  */
    font-weight: normal;
    font-size: 11px;
    font-style: normal;
    font-family:Arial;
    font-variant: normal;
    margin-bottom: 0px;
}

.controlLabelSuccess
{
    font-weight: normal;
    font-size: 10px;
    color: Green;
    font-family: Verdana;
}

.td1
{
    border-bottom-color: #FFFFFF;
    border-right-color: #FFFFFF;
    border: 0px solid #DDFFFF;
    padding: 0.3em 0.3em 0.3em 0.3em;
    font-size: 11px;
    font-family: Verdana;
   /*cursor: default;  */
}
.tr1
{
    color: Black;
    background-color: White;
    text-align: left;
    font-size: 11px;
    font-family: Verdana;
    cursor: default;
}
.table1
{
    border: 1px solid #DDDDFF;
}
.TDHeading
{
    font-weight: bold;
    color: black;
    font-family: Verdana;
    background-image: url('../images/exttoolbarback.gif');
    background-repeat: repeat-x;
    font-size: 13px;
}
.heading
{
    background-image: url('../Images/gridheader.png');
    background-repeat: repeat;
    height: 20px;
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
}
.BGRow
{
    background-image: none;
}
.BGRow:hover
{
    background-image: url('../Images/GridHeader_New.png');
}

.BGRow.Selected
{
    border: 1px dotted;
    background: none repeat-x scroll 0 bottom transparent !important;
    border-bottom: medium none !important;
    border-right: 1px solid !important;
    border-top: 1px solid;
    padding: 0;
    text-align: center;
    vertical-align: middle !important;
    padding: 0 4px;
    text-align: center;
    background-color: #DFE8F6 !important;
    background-image: none;
    border-color: #A3BAE9;
}

.InnerTable
{
    border-left-color: White !important;
    border-right-color: White !important;
    border-top-color: White !important;
    border-bottom-color: White !important;
}

.RowSelection
{
    border: 1px dotted;
    background: none repeat-x scroll 0 bottom transparent !important;
    border-bottom: medium none !important;
    border-right: 1px solid !important;
    border-top: 1px solid;
    padding: 0;
    text-align: center;
    vertical-align: middle !important;
    padding: 0 4px;
    text-align: center;
    background-color: #DFE8F6 !important;
    background-image: none;
    border-color: #A3BAE9;
}


.Freezing
{
   position:relative;
   top:expression(this.offsetParent.scrollTop);
   z-index: 10;
}  

legend
{
    color: Blue;
}


.autocomplete_completionListElement
{
    border-bottom: buttonshadow 1px solid;
    text-align: left;
    border-left: buttonshadow 1px solid;
    background-color: inherit;
    list-style-type: none;
    margin: 0px;
    height: 200px;
    color: windowtext;
    overflow: auto;
    border-top: buttonshadow 1px solid;
    cursor: "default";
    border-right: buttonshadow 1px solid;
}
        
.autocomplete_highlightedListItem
{
    padding-bottom: 1px;
    background-color: #ffff99;
    padding-left: 1px;
    padding-right: 1px;
    color: black;
    padding-top: 1px;
}
.autocomplete_listItem
{
    padding-bottom: 1px;
    background-color: window;
    padding-left: 1px;
    padding-right: 1px;
    color: windowtext;
    padding-top: 1px;
}


.TextAlign
{
    text-align:right;
}

.TextBoxCSS
{
    font-weight: normal !important;
    font-size: 10px;
    font-style: normal;
    font-family:Arial !important;  
    font-variant: normal;
    color: Black;
    line-height:15px !Important;
    height:15px !Important;
}

.TextBoxBoldCSS
{
    font-weight: bold !important;
    font-size: 10px;
    font-style: normal;
    font-family: Arial !important;  
    font-variant: normal;
    color: Black;
    line-height:15px !Important;
    height:15px !Important;
}

.GridFooter
{
    border-width: 1.5px; 
    border-color: #99BBE8; 
    background-color: #D3E1F1 !Important; 
    height: 25px; 
    border-top-style: solid; 
    border-right-style: solid; 
    border-left-style: solid;
    border-bottom-style: solid;
}

.GridPadding
{
    padding-left:2px !Important;
    padding-right:2px !Important;
}

.PanelBar
{
    border-width: 1px !Important; 
    border-color: #99BBE8 !Important; 
    background-color: #D3E1F1; 
    height: 30px !Important; 
    border-top-style: solid !Important; 
    border-right-style: solid !Important; 
    border-left-style: solid !Important;
    /*border-bottom-style: solid !Important;*/
}

.Calender
{
    width:200px !Important;
    height:200px !Important;
}

div.ajax__calendar_days table tr td{padding-right: 0px;}
div.ajax__calendar_body{width: 215px;}
div.ajax__calendar_container{width: 215px;}
/*-----------*/


