/* Jacqi's site css sheet */


/* this rule sets the background colour for the page */
body {background-color: white;}


/*this rule is for the font at the top of each page*/
.cat
{
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 20pt;
color: #982d28;
line-height: 1.5em;
}

/*this rule is for the font at the top of each family history page background color is #bbca79 */
.fhcat
{
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 20pt;
color: #687035;
line-height: 1.5em;
}

/*this rule is for the font at the top of calendar page*/
.ccat
{
font-family: tahoma, arial, helvetica, sans-serif;
font-size: 20pt;
color: white;
line-height: 1.5em;
}

/*class selector for unbooked weekday text for calendar pages */
.weekday
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
background-color: #f2f2f2;
}


/*class selector for booked cells for calendar pages */
.booked
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
font-weight: bold;
background-color: #ead49a;
}


/*class selector for tentative cells for calendar pages */
.tentative
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
font-weight: normal;
background-color: #ffffb3;
}

/*class selector for Rik cells for calendar pages */
.rik
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
font-weight: bold;
background-color: #99cccc;
}



/*class selector for travel cells for calendar pages */
.travel
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #ffffff;
font-weight: normal;
background-color: #6666ff;
}

/*class selector for 'do not book' cells for calendar pages */
.dont
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
font-weight: bold;
background-color: #ff668c;
}


/*class selector for free cells for calendar pages */
.free
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #330099;
font-weight: bold;
background-color: #ccffcc;
}




/*class selector for month heading cells for calendar pages */
.month
{
font-family: arial, helvetica, sans-serif;
font-size: 12pt;
color: white;
font-weight: bold;
background-color: #ff8080;
}


/*class selector for deadlines*/
.dl
{
font-family: arial, helvetica, sans-serif;
font-size: 10pt;
color: #ff0000;
font-weight: bold;
}



/*class selector for male names on family tree*/
.mtn
{
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: blue;
background-color: #33ccff;
}


/*class selector for female names on family tree*/
.ftn
{
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: blue;
background-color: #ffcccc;
}



/*class selector for other names on family tree*/
.tn
{
font-family: arial, helvetica, sans-serif;
font-size: 8pt;
color: blue;
}



/*standard paragraph text*/




/*images on travel pages*/
.left
{
float: left;
vertical-align: top;
}

