/* ------------------
 styling for the tables 
   ------------------   */

#stat a {
	_color:#ff5f01;
}

#stat a:visited {
	_color:#ff5f01;
}

#tlist input, #tlist textarea, #tlist select 
{
	width:100%;
}

#stat
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	background: #fff;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	width: 880px; 
	border-collapse: collapse;
	text-align: left;
}
#stat thead tr th, #stat tfoot tr th
{
	font-size: 14px;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #666;
	background-color:#f0f0f0;
}
#stat thead tr th:hover
{
	background-color:#f8f8f8;
	cursor:pointer;
}


#stat td
{
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}
#stat tbody tr:hover td
{
	color: #000;
	background: #fff;
}




#tlist
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin-top:10px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	width: 680px; 
	text-align: left;
	border-collapse: collapse;
}
#tlist th
{
	font-size: 14px;
	font-weight: normal;
	padding: 12px 15px;
	color: #000;
}
#tlist td
{
	padding: 7px 12px;
	color: #000;
	border-top: 1px solid #eee;
}
.tlist-first
{
	background: #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}
#tlist tr:hover td
{
	color: #333;
	background: #fff;
}


._max_basic, ._min_basic {
	font-size: 11px; 
	color: #aaaaaa;
}


