@charset "utf-8";

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Global Style Sheet
|--------------------------------------------------------------------------
|
| @package		Amedia Creative
| @subpackage	Frontend
| @company		Amedia Creative, Inc.
| @phone		310/651/8733
| @fax			310/388/1210
| @author		Joey Avino
| @email		joey@amediacreative.com
| @link			http://www.amediacreative.com
| @copyright	2009 Amedia Creative, Inc.
|
*/

/*
|--------------------------------------------------------------------------
| (ac) Amedia Creative Community > Global Style Sheet > Table
|--------------------------------------------------------------------------
|
*/

	/* ----- Wrapper Class. --------------- */
	div.ac-table { margin-top: 14px; }

	/* ----- Table. --------------- */
	table { width: 100%; }
		caption { padding: 5px 8px;	display: table-caption; }

		.col_group_0 { }
		.col_group_1 { }
		.col_group_2 { width: 97px; }
		.col_group_3 { width: 60px; }
		.col_group_4 { }
		.col_group_auto { }

		/* ----- Tbody row colors. --------------- */
		tr.alt { }

			tr .first { }
			th, td { padding: 4px 7px; }

		thead {}
			thead th { }
		tbody {}
			/* ----- Hover does not work in IE6, but it does not break anything. --------------- */
			tbody tr:hover { }
		tfoot {}
			tfoot td { }

	/* ----- Small Stat Table. --------------- */
	div.stat-table { }
		.stat-table .term { }
		.stat-table th, .stat-table td { padding: 2px 5px; }
			.stat-table .first { padding-right: 10px; }
			.stat-table .terms { display: none; }