.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */
/* Light orange highlight: #FFF2D6 */

/* ---------------------------------------------
   Online Help Control Styles
   --------------------------------------------- */

DIV.online-help-container
{
	margin-bottom: 12px;
}

DIV.online-help
{
	border: 1px solid #9F9F9F;
}
DIV.online-help-last
{
	border-top: none;
}

DIV.online-help-heading
{
	background-color: #C9C9C9;
	font-size: 10pt;
	font-weight: bold;
	color: Black;
	padding: 5px 3px 5px 4px;
	cursor: pointer;
}

DIV.online-help-body
{
	background-color: #F0F0F0;
}

DIV.helpful-information
{
	padding: 5px 5px 8px 5px;
}

UL.hints-list
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	#padding-left: 0px; /* IE Only */
	#margin-left: 20px; /* IE Only */
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    text-decoration: none;
    line-height: 10px;
}

UL.hints-list A
{
	color: Black;
	text-decoration: none;
}
UL.hints-list A:Hover
{
	color: #CC0000;
	text-decoration: underline;
}
UL.hints-list A:Visited
{
	color: Black;
	text-decoration: none;
}
