/* color boxes */
/* 3 color boxes red, green and orange */
/* by using suffix values -red -green or -orange in any module (we recommend right side module positions) */
div.moduletable-red h3
{
	background	: #bc0202;
	font-family	: "Trebuchet MS";
	color		: #fff;
	padding		: 2px 0px 2px 0px;
	text-indent	: 3px;
	margin		: 0;
}

div.moduletable-red p
{
	margin		: 0;
	padding		: 2px;
}

div.moduletable-red
{
	background-color	: #fe0000;
	padding-bottom		: 2px;
	color			: #fff;
	font-size		: 12px;
}

div.moduletable-red a,
div.moduletable-red a:link,
div.moduletable-red a:visited

{
	color			: #fff;
}


/* green */
div.moduletable-green h3
{
	background	: #90bc02;
	font-family	: "Trebuchet MS";
	color		: #fff;
	padding		: 2px 0px 2px 0px;
	text-indent	: 3px;
	margin		: 0;
}

div.moduletable-green p
{
	margin		: 0;
	padding		: 2px;
}

div.moduletable-green
{
	background-color	: #c1fe00;
	padding-bottom		: 2px;
	color			: #333;
	font-size		: 12px;
}

div.moduletable-green a,
div.moduletable-green a:link,
div.moduletable-green a:visited

{
	color			: #333;
}


/* orange */
div.moduletable-orange h3
{
	background	: #bc6802;
	font-family	: "Trebuchet MS";
	color		: #fff;
	padding		: 2px 0px 2px 0px;
	text-indent	: 3px;
	margin		: 0;
}

div.moduletable-orange p
{
	margin		: 0;
	padding		: 2px;
}

div.moduletable-orange
{
	background-color	: #fe8d00;
	padding-bottom		: 2px;
	color			: #fff;
	font-size		: 12px;
}

div.moduletable-orange a,
div.moduletable-orange a:link,
div.moduletable-orange a:visited

{
	color			: #fff;
}