/* ===============================================
The style for the table where the categories are
shown.
=============================================== */
table.screambox
	{
	width: 100%;
	border-collapse: collapse;
#	color: #708BC3;
	}

td.screambox
	{
	vertical-align: middle;
	text-align: left;
#	color: #708BC3;
	}
	
td.screamboxbtns
	{
	vertical-align: center;
	text-align: center;
#	color: #708BC3;
	}
