﻿#MyGridView
{
    border: 1px solid #000000;
}


.items{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
	color:#000000;
	padding:4px;
}

.itemsheader {
	/*
	background-color:#F7F3F7;
    */
	background-color:#e1ffef;
	color:#636563;
	border: #666666 1px solid;
	/*
	cursor:hand;
	*/
}




.itemstight
{
padding:2px;
}

.itemstitle {
	font-size:12px;
	font-weight:bold;
	padding: 0px;
}

.itemsdescription {
	color:#666666;
	font-style:italic;
	padding: 0px;
}


.itemsheaderleft 
{
	border-left:#999999 1px solid;
}
.itemsheaderright
{
	border-right:#999999 1px solid;
}
.itemsheaderselected 
{
    /*
	background-color:#D8DCD8;
    */
	background-color:#d6f1e9;
	color:#525452;
	border-top:2px;
	border-left:2px;
	/*
	cursor:hand;
	*/
}

.itemsheadersales
{
    background-color:#D5E5DE;
}

.itemsheaderwarehouse
{
    background-color:#EDD8DC;
}

.itemsheaderselectedsales
{
    background-color:#C7D8C7;
}

.itemsheaderselectedwarehouse
{
    background-color:#E4C0C4;
}

.itemsdata 
{
	background-color:#FFFFFF;
	border-left:#EFEBDE 1px solid;
	border-right:#EFEBDE 1px solid;
}

.itemsdatasales
{
	background-color:#E5EFE5;
}

.itemsdatawarehouse
{
	background-color:#F4E3E3;
}

.itemsdataselected {
	background-color:#F3F6F3;
}

.itemsdataselectedsales {
    background-color:#CEE1CE;
}

.itemsdataselectedwarehouse {
    background-color:#EACACA;
}

.itemsdataalt {
    /*    background-color:#F0F4F8;
    background-color: #ECFFED;
    */ 
	/*
	background-color:#F7F3F7;
    */
	background-color:#e9fff7;
}
.itemsdatanone {

	background-color:#ffffff;
}

.itemsdataaltsales {
    background-color:#D8E6DF;
}
.itemsdataaltwarehouse {
    background-color:#E6D9DD;
}

.itemsdataaltselected {
	background-color:#ECEFEC;
}
.itemsdataaltselectedsales {
    background-color:#C2D9C8;
}
.itemsdataaltselectedwarehouse {
    background-color:#DEC1C5;
}

.itemstotal 
{
	background-color:#D8DCD8;
	color:#636563;
	border-top:#999999 2px solid;
	border-bottom:#D8DCD8 1px solid;
	border-left:#D4D9D4 1px solid;
	border-right:#D4D9D4 1px solid;
	font-weight:bold;
	/*

	*/
}
.itemstotalselected
{
	background-color:#D8DCD8;
	color:#525452;
	font-size: 12px;
	/*

	*/
}
.itemstotallabelselected
{
	background-color:#D8DCD8;
	color:#525452;
}
.itemspager
{
	background-color:#D8DCD8;
	border-top:#999999 2px solid;
	border-bottom:#D8DCD8 1px solid;
	border-left:#D4D9D4 1px solid;
	border-right:#D4D9D4 1px solid;
	
}
.itemspagerlight
{
	background-color:#D8DCD8;
	border-top:#999999 1px solid;
	border-bottom:#D8DCD8 1px solid;
	border-left:#D4D9D4 1px solid;
	border-right:#D4D9D4 1px solid;
	padding: 0px;
	
}
.itemspagertotal
{
	border-bottom:#BBBBBB 1px solid;
}
.itemsdropdown
{
	font-size:11px;
}
.itemsnowrap
{
	white-space:nowrap;
}
.itemstextbox
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
    font-size: 10px;
	color:#000000;
}
.itemtotal
{
    font-weight:bold; 
    color:#006600; 
    font-size:12px
}
.itembutton 
{

    /* 
	height: 40px;
    font-size: 11px;
	*/
}
.itemtitle
{
    font-size: 12px;
    font-weight: bold;
    /* 
	height: 40px;
    
	*/
}
.itemsred
{
    background-color: #ffd8d8;
    }