*
{
    margin:0px;
	padding:0px;
    font-size:12px;
    color:#777777;
}
body
{
    height:100%;
}
table
{
    border:0px;
    border-collapse:collapse;
    table-layout:fixed;
    text-align:left;
}
td
{
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	word-break:break-all;
}
img
{
    border:0px;
}
/* tables */
table.tablesorter {
	font-family:arial;
	background-color: #CDCDCD;
	font-size: 12px;
	width: 100%;
	text-align: left;
	table-layout:fixed;
	color:#666666;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #FAFAFA;
	border-bottom:solid 1px;
	border-color:#D2D2D2;
	font-size: 12px;
}
table.tablesorter thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td {
	background-color:#FFFFFF;
	vertical-align: top;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	border-bottom:solid 1px;
	border-color:#D2D2D2;
}
table.tablesorter th
{
	height:30px;
}
table.tablesorter td
{
	height:27px;
}