﻿/* Metisoft GridViewPlus style Orange */


.gridView
{ border:none; border-collapse:collapse; }

.gridHeader
{
	background-color:#EB8900;		/* color 6 */
	background:url("../Images/GridView/Orange/gridHeader.gif") repeat-x;
    color: #FFF;	/*	color 1	*/
    text-align:left;
    
}

.gridHeader a, .gridHeader a:visited, .gridHeader a:hover
{
	color: #FFF;	/*	color 1	*/
}

.gridHeader th, .gridHeader_likeSubtitle th, .tr_subtitle td
{
    padding:0 5px;
    height:18px;
}

.gridCommand td
{
    padding:0 15px;
    height:20px; 
}


/*html>body .gridHeaderFixed td ,html>body .gridHeaderFixed th  { position:relative; }*/

.gridCommand 
{
	 background: url("../Images/GridView/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/Orange/gridRow.png");
    color: #000000;
    height:18px;
}

.gridRowAlternate
{
    background: url("../Images/GridView/Orange/gridRowAlternate.png");
    color: #000000;
    height:18px;
}

.gridRowOver
{
	background: url("../Images/GridView/Orange/gridRowOver.png") repeat-x;
	color: #000000;
    height:18px; 
}    

.gridRowSelected
{
    background: url("../Images/GridView/Orange/gridRowSelected.png") repeat-x;
    /*color: #FFF;*/		/* color 1 */
    color: #000;		/* color 9 */
    height:18px;
}

.gridRowEdit
{
	background: url("../Images/GridView/Orange/gridRowOver.png") repeat-x;
	color: #5050EE;	
    height:18px; 
}   

/*.gridRowOver td, .gridRowSelected td
{
	border-left:solid 1px #CCCCCC;
	border-top:solid 1px #EEEEEE;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
	padding: 0px 5px;
}*/

    
.gridRow td, .gridRowAlternate td, .gridRowOver td, .gridRowSelected td , .gridRowEdit td
{
    border-left-color: #E5E5E5;		/* color 3 */
    border-left-width:1px;
    padding: 0px 5px;
}


.gridEmpty
{
    color: #000000;
    background-color:   #E5E5E5;		/* color 3 */
    text-align:center;
}

.gridPager tr /*, .gridPager th*/
{
    background:url("../Images/GridView/Orange/gridHeader.gif") repeat-x;
    color: #FFF;     /* color 1 */
    font-weight:bold;
}

.gridPager td 
{
    padding:0;
    height:18px; 
}