﻿body
{
}

/*--------------------------------------------------DYNAMIC MENU STYLE----------------------------------------*/

#menucolor
{
    background-color: #086994;
}
.MenuBar
{
    height: 50px;
    width: 1325px;
    margin: 0px auto;
    border-radius: 4px;
    background-color: #086994;
}

.StaticMenuItem
{
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    list-style-type: none;
    float: left;
    color: white;
    background: #086994;
    border-radius: 4px;
}
.StaticMenuItemStyle
{
    font-family: Times New Roman;
    font-size: 16px;
    padding: 12px 12px 0px 0px;
    float: left;
    border: none;
    margin: 12px 12px 0px 0px;
    color: green;
    text-decoration: none;
    margin: 0px 3px 0px 3px;
    font-weight: bold;
    display: block;
    width: auto;
    height: auto;
    text-align: left;
    padding: 10px 35px; 

    border-radius: 4px;
}
.StaticHoverStyle
{
    background-color: green;
    color: black;
}
.DynamicMenuItemStyle
{
    background-color: white;
    color: green;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    height: auto;
    text-align: left; /*background-color: #336600;*/
    border-style: solid;
    border-color: #000000;
    font: 14px Times New Roman;
    margin: 4px;
    border-left: 0px solid #c1c1c1;
    border-right: 0px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-repeat: repeat-x;
}
.DynamicMenuItemStyle:hover
{
    background-color: green;
    color: black;
}

.DynamicHoverStyle
{
    background-color: green;
    color: black;
}


/*------------Table Style--------------------------- */
.maintablestyle
{
    width: 100%;
}

/*----------------------- TEXTBOX Style------------------------------*/
/*
.textboxStyle
{  
  
    font-family:Calibri;
	font-size: 14px;
	color: #333333;
	border: 1px solid #CBCBCB;
	margin-bottom: 0px;
	padding-left: 3px;
	background-color: #FFFFFF;
	height: 19px;
	width: 160px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
*/
.textboxStyle
{
    display: block;
    width: 100%;
    height: 15px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: black;
    background-color: white;
    padding-right: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.textboxStyle:focus
{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.textboxStyle::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.textboxStyle:-ms-input-placeholder
{
    color: #999;
}
.textboxStyle::-webkit-input-placeholder
{
    color: #999;
}

/*----------------------------Calender textbox Style------------------------------*/

.calendartextboxStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    height: 19px;
    width: 80px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
/*--------------------------------- Lable Style-----------------------------*/

.labelStyle
{
    font-family: "Calibri";
    font-weight: bold;
    font-size: 14px;
    color: black;
}

.GridlInnerTextStyle
{
    font-family: "Calibri";
    font-weight: bold;
    font-size: 14px;
    color: black;
}


/*------------------------------------dropdownlistStyle-----------------------------------*/

.dropdownlistStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
    border: 1px solid #CBCBCB;
    margin-bottom: 0px;
    padding-left: 3px;
    background-color: #FFFFFF;
    width: 200px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

/*---------------------------------------------------Radio Buttonlist Style-------------------------------*/
.radiobuttonlistStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: #333333;
}

/*------------------------------------LOGOUT button Style--------------------------------------------------*/
.logoutbuttonStyle
{
    margin-left: 600px;
    font-family: Calibri;
    text-decoration: none;
}
/*-------------------------------------------FOOTER Style-----------------------------------------*/
.footerStyle
{
    font-family: Calibri;
    font-size: 14px;
    color: black;
    height: 25px;
    text-align: center;
    background-color: #086994;
    padding: 4px 4px 4px 4px;
}

/*---------------------------------------------- linkbuttonStyle------------------------------------------*/
.linkbuttonStyle
{
    font-size: medium;
    font-family: Calibri;
}
/*--------------------------------------------LISTBOX Style-----------------------------------------*/
.listboxstyle
{
    font-family: Calibri;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px dashed;
    color: #336600; /* color:#3D4C56;*/
}
/*--------------------------------------------------Page heading Style--------------------------------------------*/
.pageheadingStyle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #3D4C56;
    padding: 6px 0px 4px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.pageheadingborderStyle
{
    border-top-width: thin;
    border-top-style: solid;
    border-top-color: silver;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: silver;
    margin: 15px 0px 20px 0px;
    background-color: #F7F7F7;
}


/*--------------------------------------------------loginImageHdr Style------------------------------------------------------*/

.loginImageHdrStyle
{
    font-family: Calibri;
    font-size: 15px;
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0.1em;
    background: #336600;
}



/*--------------------------------------------------Button Style------------------------------------------------------*/
.buttonStyle
{
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -11px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    color: #fff;
    background-color: #086994;
    width: 70px;
    top: 0px;
}

.buttonStyle:hover
{
    /*color: #ffffff;     border: 1px solid #ED7D33;     background-image: url('../../Images/buttonoro.gif');     cursor: pointer;*/
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}

.buttonStyle:active, .buttonStyle.active, .open > .dropdown-toggle.buttonStyle
{
    background-image: none;
}

.buttonStyle.disabled, .buttonStyle[disabled], fieldset[disabled] .buttonStyle, .buttonStyle.disabled:hover, .buttonStyle[disabled]:hover, fieldset[disabled] .buttonStyle:hover, .buttonStyle.disabled:focus, .buttonStyle[disabled]:focus, fieldset[disabled] .buttonStyle:focus, .buttonStyle.disabled.focus, .buttonStyle[disabled].focus, fieldset[disabled] .buttonStyle.focus, .buttonStyle.disabled:active, .buttonStyle[disabled]:active, fieldset[disabled] .buttonStyle:active, .buttonStyle.disabled.active, .buttonStyle[disabled].active, fieldset[disabled] .buttonStyle.active
{
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge
{
    color: #5cb85c;
    background-color: #fff;
}

.NewBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icnew.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.EditBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icedit.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.DownLoadBtnStyle
{
    background-color: #ebebeb;
    border: #000000 solid 1px;
    background-image: url(../../Images/Download.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
    padding-left: 30px;
}

.DeleteBtnStyle
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/action_delete.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.Transfer
{
    background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/action_import.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.SaveBtnStyle
{
     background-color: #086994;
    border: #000000 solid 1px;
    background-image: url(../../Images/icsave.gif);
    background-repeat: no-repeat;
    width: 70px;
    height: 34px;
}
.UpLoadBtnStyle
{
    /* background-color: #ebebeb;     border: #000000 solid 1px;     background-image: url(../../images/Upload.gif);     background-repeat: no-repeat;     width: 100px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -5px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: url(../../images/Upload.gif);
    color: #fff;
    background-color: #086994;
    border-color: #4cae4c;
    width: 70px;
}
.ClearBtnStyle
{
    /* background-color: #ebebeb;     border: #000000 solid 1px;     background-image: url(../../Images/icclear.gif);     background-repeat: no-repeat;     width: 85px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -25px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    background-image: url('../../Images/icclear.gif');
    color: #fff;
     background-color: #086994;
    width: 70px;
    top: 0px;
}
.ExitBtnStyle
{
    /*  background-color: #ebebeb;     border: #000000 solid 1px;     background-image: url(../../Images/icexit.gif);     background-repeat: no-repeat;     width: 85px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: 14px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    background-image: url('../../Images/icexit.gif');
    color: #fff;
    background-color: #086994;
    width: 70px;
    top: 0px;
}
.ShowBtnStyle
{
    /* background-color: #5cb85c;     /*border: #000000 solid 1px;*/ /*  border:solid 1px;     background-image: url(../../Images/iceye.gif);     background-repeat: no-repeat;     width: 85px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: 6px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    background-image: url('../../Images/iceye.gif');
    color: #fff;
    /*background-color: cadetblue;*/
    background-color: #086994;
    width: 70px;
    top: 0px;
}
.PrintBtnStyle
{
    /*   background-color: #ebebeb;     border: #000000 solid 1px;     background-image: url(../../Images/icprint.gif);     background-repeat: no-repeat;     width: 85px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -13px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #4cae4c;
    border-radius: 4px;
    background-image: url('../../Images/icprint.gif');
    color: #fff;
    background-color: #086994;
    width: 70px;
    top: 0px;
}
.RejectBtnStyle
{
    /*  background-color: #ebebeb;     border: #000000 solid 1px;     background-image: url(../../images/delete.gif);     background-repeat: no-repeat;     width: 85px;     height: 34px;*/
    font-family: 'FontAwesome';
    color: red;
    position: relative;
    left: -5px;
    content: "\f007"; /*     font-family: Calibri;     font-size: 11px;     color: Black;     border: 1px solid #ED7D33;     padding-bottom: auto;     text-transform: uppercase;     -moz-border-radius: 4px;     border-radius: 4px; */
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: url(../../images/delete.gif);
    color: #fff;
    background-color: #086994;
    border-color: #4cae4c;
    width: 70px;
}
/*----------------------------------------------GridviewStyle View Style-------------------------------------------------------*/

/*
    .GridviewStyle
    {
        border:1px double #336600;
    }

 .GridviewStyle td
    {
        
        color: #666666;
        font-size: 15px;
        font-family:Calibri;
        line-height: 150%;
        width:100px
    }
    .GridviewStyle th
    {
        background-color: #336600;
        color: White;
        font-family:Calibri;
        font-size: 15px;
        line-height: 150%;
        width:100px;
    }

.GridviewStyle1
{
    border: 1px double #993300;
}

.GridviewStyle1 td
{
    color: black;
    font-size: 14px;
    font-family: Calibri;
    line-height: 150%;
    width: 100px;
}
.GridviewStyle1 th
{
    background-color: #993300;
    color: White;
    font-family: Calibri;
    font-size: 14px;
    line-height: 150%;
    width: 100px;
}

*/

GridviewStyle.header
{
    /* background-color: #336699;*/
    background-color: #3577A2;
    font-family: Times New Roman;
    color: White;
    border: 1px solid White;
    height: 25px;
    text-align: center;
    font-size: 16px;
}
GridviewStyle.rows
{
    background-color: #fff;
    font-family: Arial;
    color: #000;
    min-height: 25px;
    text-align: left;
    font-size: 14px;
}
GridviewStyle.rows:hover
{
    background-color: #99CCFF;
    font-family: Arial;
    color: darkblue;
    text-align: left;
}
GridviewStyle.pager
{
    background-color: #336699;
    font-family: Arial;
    color: White;
    text-align: left;
    height: 30px;
}
GridviewStyle .selectedrow
{
    background-color: #ff8000;
    font-family: Arial;
    color: #fff;
    text-align: left;
    font-weight: bold;
}


/*-------------------------------------------------POPUP Window Style-----------------------------------------*/

.ui-dialog
{
    position: absolute;
    padding: .2em;
    width: 100px;
    overflow: hidden;
    height: 50px;
}
.ui-dialog .ui-dialog-titlebar
{
    position: relative;
    background-color: cadetblue;
    height: 25px;
    padding-left: 5px;
    padding-top: 0px;
}
.ui-dialog .ui-dialog-title
{
    margin: .1em 16px .1em 0;
    font-size: 18px;
    font-family: Cambria;
    font-weight: bolder;
    padding-bottom: 3px;
    padding-left: 27px;
    background-image: url('../../Images/Notify.png');
    background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-titlebar-close
{
    position: absolute;
    right: .3em;
    top: 43%;
    width: 29px;
    margin: -10px 0 0 0;
    padding-left: 1px;
    height: 26px;
    background-image: url('../../Images/PopClose.png');
}
.ui-dialog .ui-dialog-titlebar-close span
{
    display: block;
    margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
{
    padding: 0;
}
.ui-dialog .ui-dialog-content
{
    position: relative;
    border: 0;
    padding-top: 16px;
    font-size: 17px;
    height: 15px;
    font-family: Times New Roman;
    text-align: center;
    width: 100px;
    background: none;
}
.ui-dialog .ui-dialog-buttonpane
{
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin: .5em 0 0 0;
    padding: .1em 1em .1em .1em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset
{
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button
{
    margin: .5em .4em .5em 0;
    cursor: pointer;
    font-size: 11px;
    background-color: cadetblue;
    height: 27px;
    width: 50px;
    text-align: center;
}
.ui-dialog .ui-resizable-se
{
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar
{
    cursor: move;
}


#file_browse_wrapper
{
    width: 93px;
    height: 28px;
    background: url('file_browse_normal.png') 0 0 no-repeat;
    border: none;
    overflow: hidden;
}

#file_browse_wrapper:hover
{
    background: url('file_browse_hover.png') 0 0 no-repeat;
}

#file_browse_wrapper:active
{
    background: url('file_browse_pressed.png') 0 0 no-repeat;
}

#file_browse
{
    margin-left: -145px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

/*-----VIjayaraman------*/
/*--------------------gridview--------------------*/

/*--------------------gridview--------------------*/


.Grid
{
    width: 80%;
    border:1px normal #ddd;  
    min-width: 80%;
    background-color:White;
    font-family: "Roboto",sans-serif;
    font-weight:normal;
}

.header
{
    background-color: #3577A3;
    font-family: Times New Roman;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.rows
{
   font-family: Arial;
   text-align: left;
   font-size: 14px;
   color: #000;
   font-weight:normal;
   line-height: 20px;
}

.rows:hover
{  
    text-align: left;
    color  : #00008B;
    font-family: Arial;
    font-weight:normal;
    background-color: #99CCFF;
}


Grid.selectedrow
{
    font-family: Arial;
    color: #fff;
    font-weight:normal;
    text-align: left;

}
Grid. a /** FOR THE PAGING ICONS  **/


{
    background-color: Transparent;
    padding: 5px 5px 5px 5px;
    color: #fff;
    text-decoration: none;
    font-weight: normal;

}






/*
.GridviewStyle 
{
    background-color: #fff;
     margin: 5px 0 10px 0;
      border: solid 1px #525252; 
      border-collapse:collapse;
       font-family:Calibri;
       color: #474747;
}
 

.Grid td {

      padding: 2px; 

      border: solid 1px #c1c1c1; }

.Grid th  {

      padding : 4px 2px; 

      color: #fff; 

      background: #363670 url(Images/grid-header.png) repeat-x top; 

      border-left: solid 1px #525252; 

      font-size: 0.9em; }

.Grid .alt {

      background: #fcfcfc url(Images/grid-alt.png) repeat-x top; }

.Grid .pgr {background: #363670 url(Images/grid-pgr.png) repeat-x top; }

.Grid .pgr table { margin: 3px 0; }

.Grid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   

.Grid .pgr a { color: Gray; text-decoration: none; }

.Grid .pgr a:hover { color: #000; text-decoration: none; }
 - See more at: http://www.dotnetfox.com/articles/gridview-custom-css-style-example-in-Asp-Net-1088.aspx#sthash.yaNqz2mJ.dpuf */
 
 
 
 
 
 /*-------Vijayaraman----------------*/

.GridviewScrollHeader TH, .GridviewScrollHeader TD 
{ 
	font-family: Arial;
    padding: 5px; 
    font-weight: bold; 
    white-space: nowrap; 
    border-right: 1px solid #AAAAAA; 
    border-bottom: 1px solid #AAAAAA; 
    /*background-color: #EFEFEF;*/ 
    background-color: #005384;
   color:White;
    text-align: left; 
    vertical-align: bottom; 
    
} 
.GridviewScrollItem TD 
{ 
	font-family: Arial;
    padding: 5px; 
    font-size:14px;
    white-space: nowrap; 
    border-right: 1px solid #AAAAAA; 
    border-bottom: 1px solid #AAAAAA; 
    /*background-color: #FFFFFF; */
    color:black;
} 
.GridviewScrollItem .Wrap 
{ 
    white-space: normal; 
} 
.GridviewScrollPager  
{ 
    border-top: 1px solid #AAAAAA; 
    background-color: #FFFFFF; 
} 
.GridviewScrollPager TD 
{ 
    padding-top: 3px; 
    font-size: 14px; 
    padding-left: 5px; 
    padding-right: 5px; 
    
} 
.GridviewScrollPager A 
{ 
    color: #666666; 
} 
.GridviewScrollPager SPAN 
{ 
    font-size: 16px; 
    font-weight: bold;
}