
table.tdefault
{
	width: 700px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

table.tdefault th
{
    padding: 2px;
	color: #000000;
	height: 21px;
	font-weight: bolder;
    background-image: url(/Generic/zhong/images/RecordSetBgHover.png);
    background-repeat: repeat-x;
    background-position: left top;    
}

table.tdefault th a
{
	color: #000000;
}

table.tdefault td
{
    padding: 2px;
	color: #555555;
	border-top: solid 1px #cccccc;
/*	white-space:nowrap;*/
	vertical-align: top;
}

table.tdefault tr, tr.alter1
{
	background-color: #ffffff;
}

table.tdefault tr.alter2
{
	background-color: #f6f6f6;
}

table.tdefault tr.hover
{
/*	background-color: #FFFF80; */
	background-color: #ffefe5;
}

table.thead
{
	width: 700px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
}

table.thead th
{
	color: #000000;
	height: 21px;
	font-weight: bolder;
	border-bottom: solid 1px #cccccc;
    background-image: url(/Generic/zhong/images/RecordSetBgHover.png);
    background-repeat: repeat-x;
    background-position: left top;    
}

table.thead td
{
	color: #555555;
	white-space:nowrap;
	background-color: #ffffff;
	vertical-align: top;
}

table.thead td.field
{
	font-weight: bolder;
}

img.header
{
	vertical-align: middle;
	margin-left: 2px;
}

img.fileimg
{
	vertical-align: middle;
	margin-right: 2px;
}

input.button
{
	width: 120px;
	font-size: 11px;
	height: 22px;
}

