	table.scroll {
	table-layout: fixed;
	background-color: white;background-color:Transparent;
	font-size: 12px;
}
	/*table.scroll tr.over td {
	background: #F3F3F3;
}table.scroll tr.selected td {
	background: #FFFFB9;
	color: Black;
}*/
	
	table.scroll tr.alt {
	background: #F9F9F9;
}
	
	
	table.scroll tbody td  {
	padding: 0px;
	text-align: center;
	border-bottom: 1px dotted #D4D0C8;
	text-overflow: ellipsis;
	overflow: hidden;
	height:20px;
	line-height:24px;
}
	table.scroll tbody td  {
	padding: 2px;
	text-align: left;
	border-bottom: 1px dotted #D4D0C8;
	text-overflow: ellipsis;
	overflow: hidden;
	height:20px;
	line-height:24px;
}
	
	table.scroll th  {
	padding: 0px;
	text-align: left;
	font-weight: normal;
	overflow: hidden;

}
 table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
	font-size:12px; color:#398C3A;
	float:left; margin:0px; padding:0px;
}

	table.scroll th div {
	overflow: hidden;
	white-space: nowrap;
	font-size:12px; color:#1C3868;
	float:left; margin:0px; padding:0px;
}
	table.scroll th span {
	cursor: e-resize;
	border-right: 0px solid #D6D2C2;
	width: 0px;
	float: right;
	display: none;
	/*margin: -2px -1px -2px 0px;*/
	height: 18px;
	overflow: hidden;
}
	
	table.scroll thead 
	{
		background:url(../img/itembg.jpg) repeat-x;
		clear:both;
		height:30px;
		line-height:30px;
	}/* Moz */ 

* html #table .scroll thead  {background:url(../img/itembg.jpg) repeat-x;
		clear:both;
		height:30px !important;
		height:27px; } /* IE6 */ 

*+html table.scroll thead { 
		height:27px; } /* IE7 */ 
		
	div.loading {
	position: absolute;
	padding: 3px;
	text-align: center;
	font-weight: bold;
	background: red;
	color: white;
	display: none;
}
	div.scroll {
	 padding: 0px;
	 border-bottom: 1px solid #CBC7B8;
	 text-align: left;
	 font-weight: normal;	 
  }
.selbox {
	font-size : 12px;
}

img.jsHover 
{
	cursor:pointer;
}
.tablediv {
	display: table;
	background-color: White;
	border-spacing: 1px; /*cellspacing:poor IE support for  this*/
	border-collapse: separate;
	width:100%; /* FF hack poor when scroling subgrid */
}
.celldiv {
	float: left;
	display: table-cell;
	border: 1px dotted #CCCCCC;
	overflow: hidden;
}
.celldivth {
	float: left; /*fix for  buggy browsers*/
	border: 1px solid #CCCCCC;
	background-color: ButtonFace;
	border-bottom: 1px solid #CBC7B8;
	text-align: left;
}
.rowdiv  {
	display: table-row;
	background: #FFFFE0 none;
	color: #000000;
	width: 100%;
}
.subgrid {
	overflow:  hidden;
}
#pager img
{
	padding-top:3px;
}
.r_slider
{
    background:url(../img/point.gif) no-repeat;
    position:relative;
    cursor:pointer;
}
.r_area
{
	float:left;
	text-align:left;
	background:url(../img/hengbg0.gif) repeat-x;
	width:250px;
	height:20px;
}

.floatdiv
{
	white-space:nowrap;
	position: absolute; 
	visibility: hidden; 
	background-color: #ffffcc; 
	z-index: 9998;
	font-size:12px;
	border: 1px #000000 solid; 
	padding:2px;
}


#commentframe
{
	width: 805px;
	padding-left: 15px;
	margin-top: 10px;
	margin-bottom: 13px;
}
#comment .cmdBtn
{
	width: 80px;
	height: 23px;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	color: White;
}
.fabiaoInput
{
	border: solid 1px #bbb;
	height: 16px;
}
#fabiaoComment textarea
{
	border: solid 1px lightblue;
	overflow: hidden;
	width: 800px;
	height: 100px;
}
#leaveMsgArea
{
	margin-bottom: 5px;
	clear: both;
}
#leaveMsgArea textarea
{
	border: solid 1px lightblue;
	overflow: hidden;
	width: 555px;
	height: 79px;
}
#leaveMsgArea li
{
	margin-bottom: 2px;
}
#fabiaoComment div
{
	text-align: right;
	padding-right: 10px;
	margin-top: 3px;
}
#commentframe #commentcontent
{
	width: 800px;
	clear: both;
	margin-top: 6px;
	display: none;
}

.commentHead
{
	width: 100%;
	height: 25px;
	background-color: #E5E5FF;
	line-height: 25px;
}
.commentHead li
{
	float: left;
	text-indent: 12px;
}
.commentHead img
{
	float: right;
	clear: right;
	cursor: pointer;
}
.commentContent
{
	width: 100%;
	text-indent: 24px;
	line-height: 25px;
}
.commentContent span
{
	color: #0102FD;
}
