﻿/* Metisoft GridViewPlus style Orange */


.gridView
{
	border:none; border-collapse:collapse; 
}

.gridView th, .gridView td { border:1px solid #FFFFFF;  }

.gridHeader
{
	background-color:#EB8900;		/* color 6 */
	background:url("../Images/GridView/Bordeaux/gridHeader.gif") repeat-x;
    color: #FFF;	/*	color 1	*/
    text-align:left;    
    height:24px;
}

.gridHeader a, .gridHeader a:visited, .gridHeader a:hover
{
	color: #FFF;	/*	color 1	*/
}

.gridHeader th, .gridHeader td, .tr_subtitle td
{
    padding:0 5px;
    height:18px;
    white-space: nowrap;
    border-bottom: solid 6px #FFFFFF;
}

.gridCommand td
{
    padding:0 15px;
    height:20px; 
}


/*html>body .gridHeaderFixed td ,html>body .gridHeaderFixed th  { position:relative; }*/

.gridCommand 
{
	 background: url("../Images/GridView/Bordeaux/gridRowCommand.gif"); height:20px; vertical-align:middle;
}
	 
.gridCommand td img, .gridHeader td img, .gridRow td img, .gridRowAlternate td img, .gridRowSelected td img, .gridRowOver td img ,.gridRowEdit td img  {vertical-align:middle;}

.gridRow 
{
    background: url("../Images/GridView/Bordeaux/gridRow.png");
    color: #000000;
    height:18px;
}

.gridRowAlternate
{
    background: url("../Images/GridView/Bordeaux/gridRow.png");
    color: #000000;
    height:18px;
}

.gridRowOver
{
	background: url("../Images/GridView/Bordeaux/gridRowOver.png") repeat-x;
	color: #000000;
    height:18px; 
}    

.gridRowSelected
{
    background: url("../Images/GridView/Bordeaux/gridRowSelected.png") repeat-x;
    color: #000;		/* color 9 */
    height:18px;
}

.gridRowEdit
{
	background: url("../Images/GridView/Bordeaux/gridRowOver.png") repeat-x;
	color: #5050EE;	
    height:18px; 
}   

   
.gridRow td, .gridRowAlternate td, .gridRowOver td, .gridRowSelected td , .gridRowEdit td
{
    
    padding: 0px 5px;
    border:1px solid white;
}


.gridEmpty
{
    color: #000000;
    background-color:   #E5E5E5;		/* color 3 */
    text-align:center;
}

.gridPager tr /*, .gridPager th*/
{
    background:url("../Images/GridView/Bordeaux/gridHeader.gif") repeat-x;
    color: #FFF;     /* color 1 */
    font-weight:bold;
}

.gridPager td 
{
    padding:0;
    height:18px; 
}
