/* CSS Document to control education content (Homes Through Time and Victorian Hackney) */

.mainbody-htt {
  background-color:#FFCC66;
}

.mainbody-vic {
  background-color:#99CC66;
}

.htt-content
{
font-size:0.8em;
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

.vic-content
{
font-size:0.8em;
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

.htt-caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: right;
}

.vic-caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: right;
}

td.htt-photos
{
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
}

td.vic-photos
{
	margin-right: 5px;
	text-align: right;
	vertical-align: top;
}

/* Styles to control coloured indicator strips directly below era tabs on Homes through Time page */
td.georgian {
  background-color:#006633;
}

td.roman {
  background-color:#660000;
}

td.people {
  background-color:#990000;
}

td.medieval {
  background-color:#CC6600;
}

td.tudor {
  background-color:#E89F00;
}

td.victorian {
  background-color:#333399;
}

td.pre-ww2 {
  background-color:#8A0033;
}

td.post-ww2 {
  background-color:#ff6600;
}

.dotbg
{
background: url(pix/vic_foot_dot.gif)
}



