/**
 * The Sonic Center
 * skins2/forum.css: TSC Base Forum CSS.
 * skins2/tsc4/stardust/past/forum.css: TSC4 Stardust Past Substyle Forum CSS.
 * Copied from skins2/tsc4/stardust/goodfuture_proto/forum.css.
 * Version: 3.9
 * Created: 2008/01/24 [originally skins2/tsc4/stardust/forum.css]
 * Created: 2010/12/30
 * Accessibility: Direct.
 */

/* This file has stuff that doesn't really belong in the SMF index.css file. */

/* SMF 2.0 */

/* Table cell background color: black */
/* Table cell border color: white */

/** Window border colors. **/
.windowbg, .windowbg2, .windowbg3, table.table_grid td
{
	border: 1px solid white !important;
}
td.windowbg, td.windowbg2, td.windowbg3,
#forumposts .windowbg, #forumposts .windowbg2, #forumposts .windowbg3
{
	border: none !important;
}

/** Miscellaneous. **/
.description, .description_board, .plainbox, .information,
.roundframe, table.table_list, table.table_list tbody,
.calendar_table, .calendar_table td.days
{
	border: 1px solid white;
	border-collapse: collapse;
}

/** Table borders. **/
table, .post_wrapper, .cat_bar
{
	border: 1px solid white;
	border-collapse: collapse;
}

