﻿@charset "gb2312";
/* 共公表格交替样式 */
.odd{ background:#f5fafc;
white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height:25px;
	line-height:25px;
}

.highlight{ 
background:#EEEEEE;
height:25px;
}

.selected{ 
background:#F6F6F6;
color:#999999;
height:25px;}

