@charset "UTF-8";
/* CSS Document */
table, td {
	border : 1px solid #e7e7e7;
	border-collapse : collapse;
}
td {
		border : 1px solid #e7e7e7;
	border-collapse : collapse;
}
table {
	border :none;
	border :1px solid #e7e7e7;
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size:12px;
	clear:both;
	width:100%;
}
table thead th, tbody th {
	background : #FFF url(images/th_bck2.gif) repeat-x;
	color:#292929;
	padding : 6px 5px;
	border-left : 1px solid #e7e7e7;
}
table tbody th {
	background : #fafafb;
	border-top : 1px solid #e7e7e7;
	text-align : left;
	font-weight : normal;
}
table tbody tr td {
	padding : 5px 10px;
	color:#4a4a4a;
}
table tbody tr:hover {
	background : #FFF url(images/tr_bck.gif) repeat;
}
table tbody tr:hover td {
	color : #454545;
}
table tfoot td, tfoot th {
	border-left : none;
	border-top : 1px solid #e7e7e7;
	padding : 4px;
	background : #FFF url(images/foot_bck.gif) repeat;
	color : #666;
}
table caption {
	text-align : left;
	font-size : 120%;
	padding : 10px 0;
	color : #666;
}
table tfoot td, tfoot th {
	border-left : none;
	border-top : 1px solid #e7e7e7;
	padding : 4px;
	background : #FFF url(../images/th_foot_bck.gif) repeat;
	color : #666;
}

