/*
 * $Id:
 *
 * Temporarea Stylesheet.
 *
 */


body {
    font: 12px courier, monospace;
}

a:link {
    text-decoration: underline;
    color: #000;
}

a:visited {
    text-decoration: underline;
    font-style: italic;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
}

div.spacer {
    clear: both;
}

div.quote {
    padding: .1em .5em .1em .5em;
    font: 14px;
    color: #999;
}

div.tabletop {
    padding: .6em 1em .6em 1em;
    font: 14px courier, monospace;
    color: #FFF;
}

div.tabletop a {
    font: 14px courier, monospace;
    color: #FFF;
}

.quote a {
    text-decoration: none;
}




/*
 * Forms defaults.
 */

table.form-frame {
    background-color: #666;
    margin: 2em;
}

table.form-pad {
    background-color: #DDD;
}

table.form-main {
    background-color: #DDD;
}




/*
 * Defines the TEXT LAYOUT in the main sections
 */

td.square {
    font: 14px courier, monospace;
    padding: 1.2em 1.2em 1.2em 1.2em;
    valign: top;
}

h1 {
    font: 16px;
    text-decoration: none;
}

h2 {
    font: 16px;
    text-decoration: none;
}




/*
 * Defines distinct BACKGROUND COLOURS  and LINK COLOURS for each site branch
 * to be used in table cells and behind active main menu items
 */


/*** Info Squares ***/

td.home {
    background-color: #009;
    color: #FFF;
}

span.home {
    background-color: #009;
    color: #FFF;
}


/*** ThinkPool ***/

table.thinkpool {
    border: 30px #F09;
}

td.thinkpool {
    background-color: #F09;
}	

span.thinkpool {
    background-color: #F09;
}


/*** ToolPool ***/

td.toolpool {
    background-color: #09F;
}

span.toolpool {
    background-color: #09F;
}

a.toolpool {
    color: #FFF;
}




/*** ProjectPool ***/

td.projectpool {
    background-color: #3C0;
}

span.projectpool {
    background-color: #3C0;
}


/*** ContactPool ***/

td.contactpool {
    background-color: #BD1083;
}

span.contactpool {
    background-color: #BD1083;
}


/*** SpaceMarket ***/

td.spacemarket {
    background-color: #F90;
}

span.spacemarket {
    background-color: #F90;
}



/*
 * This seems to be needed because the style is not cascading properly
 * down into the links.
 */

a.home {
    color: #FFF;
}

a.home:visited {
    color: #CCC;
}

a.home:hover {
    color: #F00;
}

a.toolpool:hover {
    color: #F00;
}




/*
 * Quotes.
 */

.quote a {
    text-decoration: none;
}
