﻿.grdRow
{
	background-color: #ffdfb0;
	height: 19px;
	vertical-align: middle;
}
.grdHeader
{
	background-image: url(../images/sidebar_r8_c22.gif);
	text-align: center;
	font-weight: bold;
	height: 19px;
	vertical-align: middle;
}
.grdPager
{
	background-color: #ffcc99;
	text-align: center;
	font-weight: bold;
	height: 19px;
	vertical-align: middle;
}
.Menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.Textitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
select {
 background-color: #ffffff; 
 color: #000000; 
}
input {
 background-color: #ffffff; 
 border: 1px solid #000000;
}


.TblLstBox
{
	/*background-color:#E7F1FE;	*/
	border: tan 1px solid;
	width: 100%;
	color: #5c5c5c;
	background-color: #fffaee;
	padding-right: 10px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.TblLstBoxHeader
{
	color: #5c5c5c;
	border-bottom: 1px solid silver;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

.TDLstBox
{
	width:90%;
	wrap:true;
}

.TDValue
{
	width:0px;
	display:none;
}

.TDLstBoxDelete
{
	width:10%;
	cursor:hand;	
}

