/***************************************************************\
| |\  /|                                                We Put  |
| | >< Hypercosm           table_styles.js              3d      |
| |/  \|                                                To Work |
|***************************************************************|
|                                                               |
|        This file defines the table styles used by the         |
|        user interface for toolbars and applet frames.         |
|                                                               |
|***************************************************************|
|                Copyright (c) 2008 Hypercosm, LLC.             |
\***************************************************************/

table.toolbar {
    border-width: 1px;
    border-top-color: #DDDDDD;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #DDDDDD;
    border-style: solid;
    border-collapse: collapse;
}

table.toolbar td {
    padding: 1px;
}

table.applet {
    background-color: white;
    border: 2px solid yellow;
}

table.outset {
    border-width: 1px;
    border-top-color: #DDDDDD;
    border-right-color: #666666;
    border-bottom-color: #666666;
    border-left-color: #DDDDDD;
    border-style: solid;
    border-collapse: collapse;
}

table.outset-deep {
    border-width: 1px;
    border-top-color: #FFFFFF;
    border-right-color: #000000;
    border-bottom-color: #000000;
    border-left-color: #FFFFFF;
    border-style: solid;
    border-collapse: collapse;
}

.outset-top, .outset-left {
    background-color: #DDDDDD;
}

.outset-bottom, .outset-right {
    background-color: #666666;
}

.inset-top, .inset-left {
    background-color: #666666;
}

.inset-bottom, .inset-right {
    background-color: #DDDDDD;
}

.deep-outset-top, .deep-outset-left {
    background-color: white;
}

.deep-outset-bottom, .deep-outset-right {
    background-color: black;
}

.deep-inset-top, .deep-inset-left {
    background-color: black;
}

.deep-inset-bottom, .deep-inset-right {
    background-color: white;
}
