
.tl_top {
	width: 700px;
}
.tl_top td {
	width: 25%;
	text-align: center;
}

/** \class table.tl_stats
	\brief none
 */
table.tlStats {
    width: 700px;
    background-color: ;
	border-collapse: collapse;
	table-layout: fixed;
}
table.tlStats td {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	vertical-align: top;
}

/** \class table.tlSites
	\brief none
 */
table.tlSites {
    width: 700px;
    background-color: ;
	border-collapse: collapse;
	table-layout: fixed;
}
table.tlSites td {
	border-style: solid;
	border-width: 1px;
	border-color: #303030;
	vertical-align: top;
}
table.tlSites span.inout {
    font-size: 16px;
    font-weight: bold;
}

/** \class table.tlWebmasterlinks
	\brief none
 */
table.tlWebmasterlinks {
	width: 700px;
    background-color: ;
	border-collapse: collapse;
	table-layout: fixed;
}
table.tlWebmasterlinks td {
	text-align: center;
	vertical-align: top;
}
