/* Basic tags.  Note possible colours: BD3A31 408520 4669AD */
body {
    color: black;
    background-color: white;
}
a   {text-decoration: none}
a:hover {text-decoration: underline}
a img   {border: none}
h1  {text-align: center}
h2 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 1px;
    background-color: #800080;
    color: yellow;
    font-size: 105%;
    font-weight: bold;
    text-align: center;
    clear: both;
}
h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    border: 1px solid #800080;
    padding: 3px;
    background-color: white;
    color: black;
    font-size: 100%;
}
h5{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px;
    background-color: white;
    color: #FF0080;
    font-size: 100%;
    font-weight: bold;    
}
h6{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
    padding: 3px;
    background-color: white;
    color: #1FBF80;
    font-size: 100%;
    font-weight: bold;    
}
small {
    font-size: smaller;
}

/* Block modifiers */
.quote {
    /* font-style: italic; */
    text-align: center;
}
.ref {
    font-size: smaller;
    text-align: right;
}
.rwrap {
    padding: 5px;
    float: right;
}
.lwrap {
    padding: 5px;
    float: left;
}
.centre {
    text-align: center;
    clear: both;
}
.hidden {
    color: white;
    background-color: white;
}

/* table structure */
table.norm {
    margin-left: auto;
    margin-right: auto;
    color: black;
    background-color: #ccc;
}
table.inv, table.space {
    margin-left: auto;
    margin-right: auto;
    color: black;
    background-color: white;
}
table.norm td, table.norm th, table.inv td, table.space td {
    color: black;
    background-color: white;
    padding: 3px;
    vertical-align: top;
}
table.inv td {
    text-align: center;
}

/* table structure */
table.reg {
    margin-left: auto;
    margin-right: auto;
    color: #4669AD;
    background-color: #F0F0F0;
    border: 3px solid #4669AD;
}

table.reg td, table.reg th {
    color: black;
    background-color: #F0F0F0;
    padding: 3px;
    vertical-align: top;
}

/* table structure */
table.form {
    margin-left: auto;
    margin-right: auto;
    color: #4669AD;
    background-color: #F0F0F0;
    border: thin solid;
    border-color:#4669AD;
    height: 102px; 
/*    border: 2px solid #4669AD;*/
}

table.form td, table.form th {
    color: black;
    background-color: #D8FEFB;
    padding: 2px;
    vertical-align: top;
}

table.form tr {
    background-color: black;
    color: #4669AD;
}

/* menus and page layout */
div.menu, div.foot {
    clear: both;
    margin-top: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
    border: 1px solid #4669AD;
    padding: 3px;
    color: black;
    background-color: #eee;
    text-align: center;
}
div.foot {
    font-size: smaller;
}
div.leftmenu {
    position: absolute;
    top:0px;
    left:0px;
    width:220px;
    padding:10px;
    color: black;
    background-color:white;
    voice-family: announcer, male    
}

div.mainmenu {
    white-space: nowrap;
    padding: 5px 5px 0 5px;
    color: black;
    background: #F0F0F0;
    border: solid 1px #4669AD;
}
div.mainmenu p {
    margin: 0 0 10px 0;
}
div.content {
    margin-left:240px;
}

strong.pink {
	color : fuchsia;
}

.error {
	color: red;
}

