﻿.grid {
    font-family: Arial;
    font-size: 15px;
    width: 100%;
}
/* gridview styles */
.grid .gridview
{
	width:100%;
	empty-cells:show;
	
}
.borderau
{
    border:solid 2px #5E8CC6;
    border-top-width:1px;
}
.bordernz
{
	border:solid 2px #385e0f;
	border-top-width:1px;
}
.borderuk
{
	border:solid 2px rgb(142, 60, 60);
	border-top-width:1px;
}

.borderus {
    border: solid 2px #008080;
    border-top-width: 1px;
}

.bordermerc {
    border: solid 2px #ffcc00;
    border-top-width: 1px;
}
.grid .gridview .row TD, 
.grid .gridview .altrow TD,
.grid .gridview .edit-info TD
{
	text-align:left;
	padding:5px 4px;
	border-top:solid 1px #E2EBF2;
}
.grid .gridview .edit-info TD
{
	border-top:dashed 1px #5E8CC6;
    font-weight:bold;
    color:#333;
}
.grid .gridview TR.first TD
{
	border-top:none;
}
.grid .gridview TD.edit
{
	border-bottom:dashed 1px #5E8CC6;
}     
.grid .gridview .edit-info A
{
    font-weight:normal;
}        
.grid .gridview .row TD.command, 
.grid .gridview .altrow TD.command,
.grid .edit-info TD.command
{
	text-align:center;
}    
.grid .gridview .header TH
{
	background:url(../img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
}

.grid .gridview .lightheadermerc TH {
    background: url(../img/hdr.gif) repeat-x;
    height: 22px;
    line-height: 22px;
    color: black;
    font-weight: bold;
    text-align: left;
    padding: 0px 4px;
    background-color: #ffcc00;
}
.grid .gridview .lightheaderus TH {
    background: url(../img/hdr.gif) repeat-x;
    height: 22px;
    line-height: 22px;
    color: black;
    font-weight: bold;
    text-align: left;
    padding: 0px 4px;
    background-color: #48D1CC;
}
.grid .gridview .lightheaderuk TH
{
	background:url(../img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
	background-color:rgb(142, 60, 60);
}
.grid .gridview .lightheadernz TH
{
	background:url(../img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
	background-color:#385E0F;
}

.grid .gridview .lightheader TH
{
	background:url(../img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
	background-color:#5E8CC6;
}

.grid .gridview .edit
{
	padding:10px 5px;
}
.grid .gridview .edit,.grid .gridview .edit-info
{
	background-color:#F0F8FF;
}    
/* details styles */
.grid .detailview
{
	width:100%;
	empty-cells:show;
}  
.grid .detailview TH
{
	text-align:left;
	padding:0px 10px;
	color:#333;
}    
.grid .details .footer
{
	text-align:right;
	padding:10px 10px 0px 0px;
} 
.grid .details .header
{
	text-align:left;
	padding:0px 10px;
	font-weight:bold;
	display:none;
}

.rgHeader {
    background-color: #48D1CC;
    /*background: 0 -2300px repeat-x #48D1CC*/
}