.GridViewStyle
{
    font-family: Verdana, Tahoma;
    font-size:small;
    background-color:#FFFFFF;
    border: solid 1px #d5d5d5;
	
    table-layout: auto;
    border-collapse: collapse;
}


/*RowStyles*/
.RowStyle td, .AltRowStyle td, .SelectedRowStyle td, .EditRowStyle td
{
    padding: 5px;
    border-right: solid 1px #e4e4e4;
	font-family: Verdana, Tahoma;
	font-size: 8pt;	
	Color: #000000;
    
}

.RowStyle td
{
    background-color: #fcfcfc;
}

.AltRowStyle td
{
    background-color: #f1f1f1;
}


.SelectedRowStyle td
{
    background-color: rgba(0, 32, 80, 1);	
    background-position:center;
    background-repeat:repeat-x;
	color: #ffffff;
}

.EmptyRowStyle td{
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	font-weight: bold;	
	Color: #000000;
	text-align:center
}

/*Pager*/
.GridPagerStyle 
{
	background-image: url(images/gridhdr.jpg);
	background-color:#d5d5d5;
	width: 900px;
	font-family: tahoma, verdana; 
	font-size: 8pt;
	font-weight:bold;
	color: #747474;
	text-align:center;
}
.GridPagerStyle table
{
    text-align:center;
    margin:auto;
 
}

.GridPagerStyle table td
{
    border:0px;
    padding:0px;
    padding: 0px 5px 0px 0px;
    text-align:center;
}

.GridPagerStyle td
{
    text-align:center;
    padding:5px;
}


.GridPagerStyle a
{
	Color: #000000;
}

.GridPagerStyle a:Hover
{
    text-decoration: underline;
	Color: #747474;
}

/*Header styles*/
.HeaderStyle
{
    background-image: url(images/gridhdr.jpg);
    background-position:top;
    background-repeat:repeat-x;
    background-color:#d1dbe0;
	height:25px;
}

.HeaderStyle :hover /*Common Styles*/
{
    background-image: url(images/gridhdr.jpg);
    background-position:top;
    background-repeat:repeat-x;
}

.HeaderStyle th
{
    color: #000000;
    border-bottom: solid 1px #d5d5d5;
    border-left: solid 1px #d5d5d5;
    border-right: solid 1px #d5d5d5;
	text-align : center;
}

.HeaderStyle a
{
    text-decoration:none;
    color:#000000;
    display:block;
	font-family: Verdana, Tahoma;
	/*font-size: 9pt;*/
	font-weight: bold;	
}

.HeaderStyle a:hover 
{
    text-decoration:none;
    color:#000000;
    display:block;
	font-family: Verdana, Tahoma;
	/*font-size: 9pt;*/
	font-weight: bold;	
}
