/* CSS Document */


/* Styles to control coloured era blocks on subpages */
td.georgian {
  background-color:#006633;
	text-align: center
}
td.georgian a{color:white; text-decoration:underline;}

td.roman {
  background-color:#660000;
	text-align: center
}
td.roman a{color:white; text-decoration:underline;}

td.people {
  background-color:#CC3333;
	text-align: center
}
td.people a{color:white; text-decoration:underline;}

td.medieval {
  background-color:#CC6600;
	text-align: center;
}
td.medieval a{color:white; text-decoration:underline;}

td.tudor {
  background-color:#FF9900;
  color: #FFFFFF;
	text-align: center
}
td.tudor a{color:white; text-decoration:underline;}

td.victorian {
  background-color:#333399;
text-align: center;
}
td.victorian a{color:white; text-decoration:underline;}

td.early20c {
  background-color:#990033;
	text-align: center
}
td.early20c a{color:white; text-decoration:underline;}

td.late20c {
  background-color:#ff6600;
	text-align: center
}
td.late20c a{color:white; text-decoration:underline;}

td.people {
  background-color:#CC3333;
	text-align: center
}
td.people a{color:white; text-decoration:underline;}


/* eranav styles control dynamic menu states on subpages */
a.eranav{
font-family:arial,helvetica,sans-serif;
 font-size:0.7em;
 font-weight:bold;
 color:#ffffff;
 text-decoration:none;
}


.content
{
font-size:0.8em;
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 20px;
text-align: justify;
}

.profile
{
font-size:1em;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
margin-bottom: 20px;
text-align: justify;
}

.profile-band
{
font-size:1.2em;
font-weight:bold;
text-align: justify;
background-color: #99CCCC;
}


/* Styles to control background colours of main text columns on subpages */
.bg-shade-roman
{
background-color: #E2D6D5;
}

.bg-shade-medieval
{
background-color: #EAC5A4;
}

.bg-shade-tudor
{
background-color: #F2DCB1;
}

.bg-shade-georgian
{
background-color: #B1DDC6;
}

.bg-shade-victorian
{
background-color: #BEBEE5;
}

.bg-shade-early20c
{
background-color: #DDBAC7;
}

.bg-shade-late20c
{
background-color: #FFDCC6;
}

/* Styles to control coloured title bar strips and footers on subpages */
.titlebar-roman
{
	background-color: #660000;
}

.titlebar-medieval
{
	background-color: #CC6600;
}

.titlebar-tudor
{
	background-color: #FF9900 ;
}

.titlebar-georgian
{
	background-color: #006633;
}

.titlebar-victorian
{
	background-color: #333399 ;
}

.titlebar-early20c
{
	background-color: #990033;
}

.titlebar-late20c
{
	background-color: #FF6600;
}

.titlebar-people
{
	background-color: #CC3333;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: auto;
	padding: 0px;
}

img.subpage-photos
{
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

td.subpage-photos
{
	text-align: center;
	vertical-align: top;
}

.dotbg
{
background: url(pix/home_dot.gif)
}