﻿body {
}

/* GridView */
.x-gridview
{   
    /*border-right: 2px solid #A7A6AA;
    border-bottom: 2px solid #A7A6AA;
    border-left: 2px solid white;
    border-top: 2px solid white;*/
    padding: 4px;
  /*  
    background-color: #FFF4E1;
    border-color: #DEDFDE;
    border-width: 1px;
  */
    border-style: none;
    width: 620px;
    /* BPB changed from #FFFFFF */
    color: #2D3091;
    font-family:arial, helvetica, sans-serif;
}

.x-gridview a
{ 
  color: #2D3091;
}

/* Header section */
.x-gv-header
{
    background-color: #E4F1FF;
    font-weight: bold;
    font-size: 0.85em;
    color: #007BFF;
    border-top: 2px solid #87add6;
    /*background-image: url(img/bgcolor.gif);*/
}

.x-gv-header th
{
    /*border: 1px solid #DEDFDE;*/
    padding: 4px;
		color: #007BFF;
}

/*
.sortedASC
{
	background-image: url(/grfx/icons/sort_ascending_16.png);
	background-repeat: no-repeat;
	background-position: right;
}

.sortedDESC
{
	background-image: url(/grfx/icons/sort_descending_16.png);
	background-repeat: no-repeat;
	background-position: right;
}
*/

.x-gv-header th a
{
  /*text-align:left;
	display:block;
*/
  padding: 4px;
  color: #007BFF;
}

/* Footer section */
.x-gv-footer
{
    border: 1px solid #DEDFDE;
    background-color: #E4F1FF;
    font-weight: bold;
    color: White;
}

/* Row and Alternating Rows */
.x-gv-row
{
    background-color: #F7F6F3;
    color: #666666;
    text-align: left;
}

.x-gv-row a, .x-gv-alternating a
{
    text-decoration: underline;
    color: #000099;
}

.x-gv-row td, .x-gv-alternating td
{
    padding: 15px 5px;
    border-top: 2px solid #87add6;
  	border-bottom: 3px solid #e4f1ff;
}

.x-gv-row td a, .x-gv-alternating td a
{
    color: #007BFF;
    font-size: 0.85em;
}

.x-gv-alternating
{
    background-color: #FFFFFF;
    color: #666666;
}

.x-gv-editrow input[type="text"]
{
    width: 595px;
    text-align: left;
}

.x-gv-editrow textarea
{
    width: 595px;
}

.x-gv-editrow input[readonly="readonly"], .x-gv-row input[readonly="readonly"]
{
    width: 35px;
    text-align: left;
}

.x-gv-editrow input[type="file"], .x-gv-row input[type="file"]
{
    width: 300px;
}

.x-gv-rowempty
{
    background-color: #FFF4E1;
    color: #333333;
    border: 1px solid #DEDFDE;
    padding: 2px;
}

/* Selected Row 
.x-gv-selectedrow
{
    border: 1px solid #DEDFDE;
    background-color: #FFF4E1;
    font-weight: bold;
    color: #333333;
}*/

/* Paging section */
.x-gv-pager
{
    background-color: #E4F1FF;
    color: #666666;
    font-weight: bold;
    /*background-image: url(img/bgcolor.gif);*/
}

.x-gv-pager table /* to center the paging links*/
{
    margin: 0 auto 0 auto;
}