#css_table
{
	position: absolute;
	left: 0;
	top: 55px;
	right: 0;
	width: 100%;
	height: 129px;
}

#css_table a
{
	color: #000000;
	text-decoration: none;
}

#css_table .thead
{
	top: 0;
	background-color: #cccccc;
	height: 15px;
	overflow: hidden;
}

#css_table .tbody
{
	top: 15px;
	height: 114px;
	overflow: auto;
	/*border-bottom: 1px solid #bbbbbb;*/
	background-color: #ffffff;
}

#css_table .tbody .h_ff00ff, 
#css_table .tbody .h_ffff00, 
#css_table .tbody .h_00ffff
{
	display: block;
	clear: both;
	height: 1.3em;
	/*width: 650px;*/
	width: 73em;
	background-image: url(../img/rb.gif);
	background-position: right bottom;
	background-repeat: no-repeat;	
	margin-top: 1px;

}

#css_table span
{
	height: 1.3em;
	cursor: pointer;
}	

#css_table .h_ff00ff_hover  {	background-color: #ff00ff; }
#css_table .h_ffff00_hover  {	background-color: #ffff00; }
#css_table .h_00ffff_hover  {	background-color: #00ffff; }

#css_table .c1, 
#css_table .c2, 
#css_table .c3, 
#css_table .c4, 
#css_table .c5
{
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
}

#css_table .c1
{
	display: block;
	/*width: 30px;*/
	width: 3em;
	height: 1.3em;
	overflow: hidden;
}

#css_table .c2
{
	/*width: 370px;*/
	width: 40em;
}

#css_table .c3
{
	/*width: 100px;*/
	width: 10em;
}

#css_table .c4
{
	/*width: 100px;*/
	width: 10em;
}

#css_table .c5
{
	/*width: 50px;*/
	width: 10em;
}

#css_table .tbody .c2
{
	background-image: url(../img/lb.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

#css_table .tbody .c5
{
	background-image: url(../img/rt.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

#css_table .tbody .c2  a
{
	display: block;
	text-indent: 4px;
	background: transparent url(../img/lt.gif) no-repeat scroll left top;
}

#css_table .tbody .c5  a
{
	background: transparent url(../img/lt.gif) no-repeat scroll left top;
}

#css_table .tbody .h_ff00ff .c1 { background-color: #ff00ff; }
#css_table .tbody .h_ffff00 .c1 { background-color: #ffff00; }
#css_table .tbody .h_00ffff .c1 { background-color: #00ffff; }

#css_table .sort_asc
{
	background: transparent url('../img/sort_asc.gif') no-repeat center left;
	text-indent: 10px;
}

#css_table .sort_desc
{
	background: transparent url('../img/sort_desc.gif') no-repeat center left;
	text-indent: 10px;
}