/**
 *
 * @author	Ahmad Rasyid Ismail "ahrasis" http://smf.ahrasis.com
 * @license BSD http://opensource.org/licenses/BSD-3-Clause
 * @mod		VBBIS - VBulletin Board Index Style
 *
 */ 

.vbbis_border_first
{
	border-left: 1px solid white;
}
.vbbis_border
{
	border-left: 2px solid white;
	border-bottom: 2px solid white;
}
.vbbis_top_message
{
	border-top: 0.5px solid white;
}
.vbbis_top_border
{
	border-top: 1px solid white;
}
.vbbis
{
	border: 2px solid white;
}

.table_frame .table_list td.icon, .table_frame .table_list td.info, .table_frame .table_list td.stats, .table_frame .table_list td.lastpost
{
	border: 2px solid white;
}