/* CSS Document */

/* Style tables to match storyboard equations
----------------------------------------------*/

/* LAYOUT */

table.fullWidth {
	width:100%;
}

table.crossRefTable {
	text-align:center;
	border:none;
	margin-right:2em;
}

table.crossRefTable td {
	border:none;
	padding:0.5em 0;
}

table.crossRefTable td img {
	margin-left:2em;
}

table.crossRefTable td.defn img {
	margin:0.5em 0;
}

table.tableSymbol td {
	padding:5px 25px;
}

td.borderBottom,
table.crossRefTable td.borderBottom {
	border-bottom:solid 2px #222;
}

.centeredText {
	text-align:center;
}

.equationRuler {
	margin-bottom:0px;
	width:100%;
}

.floatLeft {
	float:left;
}

.centerTextVertical, .centerTextVertical th {
	vertical-align:middle;
}

.centerText {
	text-align:center;
}


/* COLOURING */

.lightGreyBG {
	background-color:#E0E0E0;
}

.lighterGreyBG {
	background-color:#F3F3F3;
}

.darkGreenBG th {
	background-color:#008080;
	color:#FFF;
}

.orangeyRed {
	background-color:#FF9D5B;
}

.creamyYellow {
	background-color:#FFE471;
}

.brownyYellow {
	background-color:#BEBF7A;
}