

html, body
{
	min-height:         100%;
	width:              100%;
	height:             100%;
	margin:             0;
	padding:            0;
    color:              #000000;
}

body
{
	margin:             0;
	padding:            0;
     background-color:	#222244;
	color:              #000000;
	font-family:        verdana, tahoma, Arial, Helvetica, sans-serif;
	font-size:          1em;
	font-weight:        normal;
}


/* use this style for input and edit tables, e.g. in eventAdd.php and eventEdit.php */
form table
{
    border-collapse:      collapse;
    border:               1px solid #cccccc;
    color:                darkblue;
    background-color:     #eeeeee;
    margin-left:          20pt;
}

form td, form th
{
    padding:              4px;
    border:               1px solid #cccccc;
    font-family:          tahoma, verdana, arial, helvetica, sansserif, sans;
    font-size:            0.75em;
}

/* use this style for displaying tables, e.g. in eventManagement.php */
#dbTable table
{
    font-family:          tahoma, verdana, arial, helvetica, sansserif, sans;
    font-size:            0.75em;
    border-collapse:      collapse;
    border:               1px solid #cccccc;
}

#dbTable td, #dbTable th
{
    color:                darkblue;
    background-color:     #eeeeee;
    padding:              4px;
}


/* Memory books */

#memoryBook_workspace
{
    position:           absolute;
    left:               0;
    top:                10%;
    width:              100%;
    /* height:             90%; */
    background:         #222244;
    /* overflow:           scroll; */
}

#memoryBook_houseDescription
{
    margin-left:        2em;
    margin-top:         2em;
    font-family:        verdana, sans;
    font-size:          1em;
    color:              white;
}

#memoryBook_houseNo
{
    font-weight:        bold;
    font-size:          150%;
}

#memoryBook_houseName
{
    font-weight:        bold;
    margin-top:         1em;
}

#memoryBook_TodaysAddress
{
    font-style:        italic;
    font-size:          90%;
    margin-top:         1em;
}

#memoryBook_houseList
{
    font-size:          0.75em;
    color:              white;
    margin-top:         4em;
}

#memoryBook_houseList li
{
    line-height:        150%;
}

#memoryBook_houseList a:link, #memoryBook_houseList a:visited
{
    color:              white;
}

#memoryBook_houseList a:hover, #memoryBook_houseList a:active
{
    color:              white;
    background:         #666666;
}

#memoryBook_ImageText
{
    font-size:          0.7em;
    text-align:         left;
    color:              white;
    margin-bottom:      1em;
    margin-top:         1em;
    margin-right:       2em;
}

#memoryBook_Image
{
    position:           absolute;
    right:              8px;
    top:                8px;
    float:              right;
}

#memoryBook_PersonWorkspace
{
    position:           absolute;
    left:               0;
    top:                0;
    width:              90%;
    height:             100%;
    background:         #222244;
    padding-left:       5%;
    padding-right:      5%;
}

#memoryBook_PersonWorkspace a:link, #memoryBook_PersonWorkspace a:visited
{
    color:              white;
    font-size:          0.9em;
    font-weight:        bold;
}

#memoryBook_PersonWorkspace a:hover, #memoryBook_PersonWorkspace a:active
{
    color:              white;
    background:         #444488;
    font-size:          0.9em;
    font-weight:        bold;
}

#memoryBookPersonName
{
    font-family:        verdana, tahoma, helvetica, sanserif, sans;
    font-size:          1.5em;
    font-weight:        normal;
    font-style:         normal;
    color:              white;
    padding-top:        2%;
}

#memoryBookPersonDates
{
    font-family:        verdana, tahoma, helvetica, sanserif, sans;
    font-size:          0.9em;
    font-weight:        normal;
    font-style:         italic;
    color:              white;
    padding-top:        1%;
}

#memoryBookPersonText
{
    font-family:        verdana, tahoma, helvetica, sanserif, sans;
    font-size:          0.8em;
    font-weight:        normal;
    font-style:         normal;
    color:              white;
    padding-top:        3%;
}

#memoryBookPersonSources
{
    font-family:        verdana, tahoma, helvetica, sanserif, sans;
    font-size:          0.7em;
    font-weight:        normal;
    font-style:         italic;
    color:              white;
    padding-top:        4%;
    text-align:         right;
}

#memoryBookPersonLink
{
    position:           relative;
    left:               0%;
    bottom:		       5%;
}
