/***************************************************************\
| |\  /|                                                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: 0px;
    border-collapse: collapse;
}

table.applet {
    background-color:#FFFFFF;
    border-style:inset;
    border-color:white;
    border-width:2;
}

table.inset {
    background-color:#FFFFFF;
    border-style:inset;
    border-color:white;
    border-width:2;
}

table.outset {
    background-color:#FFFFFF;
    border-style:outset;
    border-color:white;
    border-width:2;
}

.outset-top, .outset-left {
    background-color: #FFFFFF;
    opacity: .5;
    filter: alpha(opacity=50); 
}

.outset-bottom, .outset-right {
    background-color:#000000;
    opacity: .5;
    filter: alpha(opacity=50); 
}

.inset-top, .inset-left {
    background-color:#000000;
    opacity: .5;
    filter: alpha(opacity=50); 
}

.inset-bottom, .inset-right {
    background-color: #FFFFFF;
    opacity: .5;
    filter: alpha(opacity=50); 
}
