/* ALL WORK */
TABLE.workAll
{
	width				: 100%;
}
TABLE.workAll TD.search
{
	background-color	: #C8D7CF;
	color				: #FFF;
}
TABLE.workAll TH
{
	width				: 20%;
	padding				: 2px;
	background-color	: #80a190;
	color				: #FFF;
}
TABLE.workAll TH DIV.sort
{
	float				: right;
	font-weight			: normal;
}
TABLE.workAll TD.gray,
TABLE.workAll TD.white
{
	padding				: 2px;
	background-color	: #DDD;
}
TABLE.workAll TD.white
{
	background-color	: #FFF;
}
TABLE.workAll TH.pages
{
	padding				: 2px;
	background-color	: #80a190;
	color				: #FFF;
	text-align			: center;
}
TABLE.workAll TH.pages A
{
	color				: #FFF;
	font-weight			: normal;
}

/* SINGLE WORK */
TABLE.work
{
	width				: 100%;
	background-color	: #80a190;
}
TABLE.work TH
{
	padding				: 2px;
	color				: #FFF;
}
TABLE.work TH.top
{
	background-color	: #C8D7CF;
	font-weight		: normal;
	color				: #000;
}
TABLE.work TH.top A
{
	color				: #000;
}
TABLE.work TH.bottom
{
	text-align			: center;
}
TABLE.work TH.bottom A.submit
{
	color				: #B44400;
}
TABLE.work TH A
{
	color				: #FFF;
}
TABLE.work TD
{
	background-color	: #FFF;
	color				: #000;
}
TABLE.work TD TABLE
{
	width				: 100%;
}
TABLE.work TD TABLE TD
{
	border-bottom		: 1px solid #80a190;
}