/********************************************************************************************
*  																							*
* CLEAR SESSION TABLE																		*
*																							*
********************************************************************************************/

table.clearSessions
{
	font-size: 0.75em;
	text-align: left;
	background-color: #FFFFCC;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	width: 300px;
	margin: 0 auto 20px;
	color: #000;
}

table.clearSessions th
{
	padding: 5px 10px;
	background-color: #66CCFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-weight: bold;
}

table.clearSessions td
{
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
}

/********************************************************************************************
*  																							*
* DEBUGGING TABLE																			*
*																							*
********************************************************************************************/

table.debugTable
{
	font-size: 0.75em;
	text-align: left;
	background-color: #FFFFCC;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 20px;
	color: #000;
}

table.debugTable caption
{
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}

table.debugTable tr.required
{
	background-color: #ffdfdf;
}

table.debugTable th
{
	padding: 5px 10px;
	background-color: #66CCFF;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	font-weight: bold;
}

table.debugTable td
{
	padding: 5px 10px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
}

table.debugTable td span.overSet
{
	font-weight: bold;
	color: #CC0000;
}