.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */

/* ---------------------------------------------
   BudgetView Control Styles - to be reviewed 
   --------------------------------------------- */
DIV.BudgetControlHeading
{
	padding-left: 0px;
	padding-right: 0px;
}

DIV.ModuleContainer {border:1px solid gray;font-family:Arial;}
	DIV.ModuleContainer H1
	{
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
		margin: 0px;
		padding: 2px 4px 2px 4px;
		border-bottom: 1px solid gray;
		background-color: #D6E8FF;
		color: #191970;
	}
    
COL.DetailsColumn {}
.CurrencyColumn {width:45%; text-align:right;}

SPAN.CurrencySymbol {float:left;}
SPAN.PosValue {color:green;}
SPAN.NegValue {color:red;}

/* BudgetView Table Styles */
TABLE.BudgetViewTable {border-collapse:collapse; font-size:9pt; width:100%;}
	TABLE.BudgetViewTable THEAD TH,
		TABLE.BudgetViewTable TBODY TD,
		TABLE.BudgetViewTable TFOOT TD {padding:2px 4px 2px 4px;}
	TABLE.BudgetViewTable CAPTION {}
	TABLE.BudgetViewTable THEAD {}
		TABLE.BudgetViewTable THEAD TR {background-color:#DFDFDF;}
			TABLE.BudgetViewTable THEAD TR TH {border-bottom:1px solid gray;font-weight:normal;}
	TABLE.BudgetViewTable TBODY {}
		TABLE.BudgetViewTable TBODY TR {}
		TABLE.BudgetViewTable TBODY TR.OddRow {background-color: White;}
		TABLE.BudgetViewTable TBODY TR.EvenRow {background-color: #EFEFEF;}
			TABLE.BudgetViewTable TBODY TR TD {}
	TABLE.BudgetViewTable TFOOT {}
		TABLE.BudgetViewTable TFOOT TR {}
			TABLE.BudgetViewTable TFOOT TR TD {}

TABLE.Remaining {border-collapse:separate; border-top: 1px solid #2A77C5;}
TABLE.OnBudget {background-color: #E6F4E6; color: Green;}
TABLE.OverBudget {background-color: #FFE0EF; color: Red;}
