﻿.list
{
	/* 	border-right: solid 1px #BBBBBB; 	border-top: solid 1px #BBBBBB; 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; */
}
tr.listheader td, th
{
	border-left: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
	background-color: #E6F6F6;
	color: #444;
	white-space: nowrap;
	padding: 1px;
	font-weight: bold;
}
tr.listitem1 td
{
	/* 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; 	border-right: solid 1px #BBBBBB; 	border-top: solid 1px #BBBBBB; 
	background-color: #f0ffff;*/
	padding: 1px;
	text-indent: 1px;
}
tr.listitem2 td
{
	/* 	border-left: solid 1px #BBBBBB; 	border-bottom: solid 1px #BBBBBB; 
	background-color: #dcdcdc; */
	padding: 1px;
	text-indent: 1px;
}
tr.over td
{
	border:solid 1px #639FDC;
	background-color:#fff;/**/
	padding: 1px;
	text-indent: 1px;
}
.cmdtd
{
	text-align:center;
}
