﻿/* gridcontainer styles */

td.gridcontainertopleft
{
    background-image: url('Images/GridImages/GridContainer_01.gif');
    background-repeat: no-repeat;
    height: 19px;
    width: 18px;
}

td.gridcontainertopmiddle
{
    background-image: url('Images/GridImages/GridContainer_02.jpg');
    background-repeat: repeat-x;
}

td.gridcontainertopright
{
    background-image: url('Images/GridImages/GridContainer_03.gif');
    background-repeat: no-repeat;
    width: 18px;
}

td.gridcontainermiddleleft
{
    background-image: url('Images/GridImages/GridContainer_04.jpg');
    background-repeat: repeat-y;
}

.gridcontainermiddlemiddle
{
    background-color: #3c743e;
}

td.gridcontainermiddleright
{
    background-image: url('Images/GridImages/GridContainer_06.jpg');
    background-repeat: repeat-y;
}

td.gridcontainerbottomleft
{
    background-image: url('Images/GridImages/GridContainer_07.gif');
    background-repeat: no-repeat;
    height: 20px;
}

td.gridcontainerbottommiddle
{
    background-image: url('Images/GridImages/GridContainer_08.jpg');
    background-repeat: repeat-x;
}

td.gridcontainerbottomright
{
    background-image: url('Images/GridImages/GridContainer_09.gif');
    background-repeat: no-repeat;
}

/* gridview styles */

.grid
{
    font-family: Arial;
    font-size: 12px;
    width: 100%;
}

.grid .gridview
{
    width: 100%;
    border: solid 2px #87865A;
    empty-cells: show;
    border-top-width: 1px;
    background-color: #FFFFFF;
}
.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 #87865A;
    font-weight:bold;
    color:#333;
}
.grid .gridview TR.first TD
{
	border-top:none;
}
.grid .gridview TD.edit
{
	border-bottom:dashed 1px #87865A;
}     
.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:left;
}    
.grid .gridview .header TH
{
	background:url(img/hdr.gif) repeat-x;
	height:22px;
	line-height:22px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:left;
	padding:0px 4px;
}
.grid .gridview .edit
{
	padding:10px 5px;
}
.grid .gridview .edit, .grid .gridview .edit-info
{
    /*background-color:#BAFFBA;*/
    background-color: #CDCCB4;
}    
/* 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;
} 