td
{
	font-size: 12px;
}

.title
{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	background: #0080C0;
	height: 34px;
}
.alternating
{
	background: #F0F0F0;
	height: 28px;
}
.item
{
	background: #ffffff;
	height: 28px;
}
.shadow
{
	background: #F5F5F5;
}
a
{
	color: #273E3E;
}
a:hover
{
	color: #ff0000;
}
a:visited
{
	color: #273E3E;
}
.txtTiny
{
	width: 80px;
	border: solid 1 gray;
}
.txtMid
{
	width: 160px;
	border: solid 1 gray;
}
.txtLong
{	width: 190px;
	border: solid 1 gray;
}
.ellipsis
{
	overflow: hidden;
	white-space: nowrap;
	TEXT-OVERFLOW: ellipsis;
}


