﻿.NewGridViewStyle
{
    border: 2px solid #AAA;
    padding: 4px;
}



.NewGridViewHeaderStyleItem
{
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    vertical-align:middle;
}
.NewGridViewHeaderStyleItem td
{
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-align: left ;
    vertical-align:middle;
}

.NewGridViewEditStyleItem
{
    FONT-SIZE: 10px;	
    COLOR: black;	
    FONT-STYLE: normal;	
    FONT-FAMILY: Verdana;	
    HEIGHT: 30px;	
    TEXT-ALIGN: center;
    vertical-align:top;
}

.NewGridViewHeaderStyle
{

    background-color: #808080;
    font-weight: bold;
    color: #FFF;
    font-family: Verdana;
    font-size: 12px;
    border-right: 2px solid #AAA;
    border-bottom: 2px solid #AAA;
    border-left: 2px solid #AAA;
}

.NewGridViewFooterStyle
{
    background: url('Images/Header.png');
    background-color: #000000;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 12px;
    border-right: 2px solid #D718A4;
    border-bottom: 2px solid #D718A4;
    border-left: 2px solid #D718A4;
}

.NewGridViewRowStyle
{
    background-color: #F5A9F2;
    color: #333333;
}

.NewGridViewAlternatingRowStyle
{
    background-color:#F5A9F2;
    color: #284775;
}

.NewtableStyleWithOutBorder
{
	border:none 0px #FFFFFF;
	}

.NewGridViewSelectedRowStyle
{
    background-color: #F5A9F2;
    font-weight: bold;
    color: #333333;
}

.NewGridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.NewGridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}

.NewGridViewHeaderStyleItem td /* to center the paging links*/
{
   background-color:#FFF;
   border-bottom: solid 1px #ffffff;
}
.NewGridViewEditStyleItem td /* to center the paging links*/
{
    border-bottom: dotted 1px #D718A4;
}
.NewGridHyperLink
{
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.NewGridButtonStyle
{
    background: url('Images/Header.png');
    background-color: Gray;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: White;
    border-bottom: thin 1px Gray;
    border-top: thin 1px Gray;
    border-left: thin 1px Gray;
    border-right: thin 1px Gray;
    height: 15px;
}







.GridViewStyle
{
    
    padding: 4px;
}



.GridViewHeaderStyleItem
{
    color: Black;
    font-family: Verdana;
    font-style: normal;
    text-align: center;
    vertical-align:middle;
}
.GridViewHeaderStyleItem td
{
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-align: left ;
    vertical-align:middle;
}

.GridViewEditStyleItem
{
    FONT-SIZE: 10px;	
    COLOR: black;	
    FONT-STYLE: normal;	
    FONT-FAMILY: Verdana;	
    HEIGHT: 30px;	
    TEXT-ALIGN: center;
    vertical-align:top;
}

.GridViewHeaderStyle
{
    background-color: #999;
    font-weight: bold;
    color: White;
    font-family: Verdana;
}

.GridViewHeaderStyleGray
{
    background-color: Gray;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
}

.GridViewFooterStylePink
{
    background-color: #EFBBD9;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
}
.GridViewFooterStyle
{
    
    background-color: #000000;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 12px;
       border:1px solid #999;

}
.GridViewFooterStyleGray
{
    
    background-color: Gray;
    font-weight: bold;
    color: White;
    font-family: Verdana;
    font-size: 12px;
       border:1px solid #999;

}
.GridViewFooterStylehead
{
  
    background-color: #000000;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
    font-size: 12px;
    border:1px solid #999;
}
.GridViewFooterStyleheadnoborder
{
  
    background-color: #000000;
    font-weight: bold;
    color: Black;
    font-family: Verdana;
    font-size: 12px;

}

.GridViewRowStyle
{
    background-color: #F7F6F3;
    color: #333333;
}

.GridViewAlternatingRowStyle
{
    background-color: #FFFFFF;
    color: #284775;
}

.tableStyleWithOutBorder
{
	border:none 0px #FFFFFF;
	}

.GridViewSelectedRowStyle
{
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.GridViewPagerStyle
{
    background-color: #284775;
    color: #FFFFFF;
}

.GridViewPagerStyle table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}


.GridViewEditStyleItem td /* to center the paging links*/
{
    border-bottom: dotted 1px #000000;
}
.GridHyperLink
{
    color: Black;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
}

.GridButtonStyle
{
    background: url('Images/Header.png');
    background-color: Gray;
    font-family: Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: White;
    border-bottom: thin 1px Gray;
    border-top: thin 1px Gray;
    border-left: thin 1px Gray;
    border-right: thin 1px Gray;
    height: 15px;
}



