html {
    background-color: #330000;
    color: white;
    height: 100%;
    width: 100%;
    font: 10px;
    margin: 0;
}

body {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: #330000;
    color: white;
    font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
    /* font-size: 1em; setting base font to user's prefered size */
    font: 10px;
    height: 100%;
    width: 100%;
}

img 
{
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

a 
{
    text-decoration:none;
}

a:link {color:gray} 
a:visited {color:gray} 
a:hover {color:red} 
a:active {color:black}

h3
{
    padding: 0px 0px 0px 5px;
}

p
{
    padding: 0px 0px 0px 10px;
}

table.translation
{
    width: 900px;
    table-layout: fixed
    border-collapse: separate
    border-spacing: 10px
    caption-side:bottom
    empty-cells: show
    background-color: white;
    color: black;
    padding: 5px 5px 5px 5px;
}
td.translation-td
{
    border-style: solid; 
    width: 33%;
    vertical-align: top;
    font-size: 14px;   
    background-color: white;
    color: black;
}

table.generic-black-on-white
{
    background-color: white;
    color: black;
}

table.language-general
{
    align: left;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 10px;
    caption-side:bottom;
    empty-cells: show;
    background-color: white;
    color: black;
}
td.language-general-td
{
    background-color: black;
    border: 3px solid black;
    color: white;
    border-style: solid; 
    width: 100%;
    vertical-align: top;
    font-size: 20px;   
}
td.language-general-td-simple
{
    width: 100%;
    font-size: 14px;   
    background-color: white;
    color: black;
}

table.flashcard
{
    border: 1px solid black;
    width: 150px;
    height: 130px;
    border-collapse: separate;
    border-spacing: 10px;
    color: black;
}
div.flashcard
{ 
    color: black;
    font-size: 38px;
}

table.small-flashcard
{
    background-color: white;
    color: black;
    border: 1px solid black;
    width: 80px;
    height: 40px;
    border-collapse: separate;
    border-spacing: 10px;
}

div.small-long-flashcard
{
    border: 1px solid black;
    width: 130px;
    height: 30px;
    padding: 5px 5px 5px 5px;
}

div.big-long-flashcard
{
    background-color: #FFFFDD;
    width: 200px;
    height: 230px;
    padding: 5px 5px 5px 5px;
}

div.small-flashcard
{
    border: 1px solid black;
    width: 87px;
    height: 30px;
    padding: 5px 5px 5px 5px;
}

table.general-900px
{
    width: 900px;
    border-collapse: separate
    border-spacing: 0px
    caption-side:bottom
    empty-cells: show
    background-color: white;
    color: black;
}

table.outer
{
    width: 100%;
    height: 100%;
    border-spacing: 0;
    padding-left: 0;
    padding-right: 0;
}

tr.outer
{
    border-right: 0;
}

td.top-stripe
{
    height: 50px;
    border: 0;
    margin: 0;
    padding: 5px 5px 5px 5px;
    width: 100%;
    background-color: #330000;
    color: white;
    vertical-align: bottom;
}

div.top-stripe
{
    height: 50px;
    padding: 0px 0px 5px 0px;
    width: 100%;
    background-color: #330000;
    color: white;
    position: relative;
}

div.middle-stripe
{
    position: relative;
    padding: 5px 0px 5px 0px;
    width: 100%;
    min-height: 300px;
    background-color: white;
    color: black;
    border-bottom: 1px solid black;
    font-size: 14px;
}

div.bottom-stripe
{
    border: 0;
    margin: 0;
    padding: 0px 0px 5px 0px;
    width: 100%;
    background-color: #330000;
    color: white;
}

p.bottom-stripe
{
    font-size: 13px;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.container
{
    width: 1050px;
    overflow: hidden;
    margin-right: auto;    
}

#middle-main
{
    margin: 5px;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 550px;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
}

#middle-sidebar
{
    margin: 5px;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 200px;
}

td.mid-stripe
{
    vertical-align: top;
    border: 0;
    padding: 0px 0px 0px 0px;
    width: 100%;
    background-color: white;
    color: black;
    height: 200px;
    min-height: 200px;
}

td.bottom-stripe
{
    border: 0;
    border-top: solid 2px black;
    width: 100%;
    padding: 5px 5px 5px 5px;
    background-color: #330000;
    color: white;
    vertical-align: top;
}

p.logo
{
    color: white;
    filter: alpha(opacity=50);
    opacity: 0.50;
    margin: 10px 10px 5px 10px;
    padding: 10px 3px 10px 3px;
}

a.menubar:link {color:#FFCC99;} 
a.menubar:visited {color:#FFCC99;} 
a.menubar:hover {color:#FF8040;} 
a.menubar:active {color:gray;}

table.menubar {
    margin: 0;
    padding: 0px 0px 0px 0px;
    /*border: 1px solid black;*/
    align: bottom;
    position:absolute;
    bottom:0;
    width: 700px;
/*
    right:0;
*/
    border-spacing: 0;
    border-collapse: collapse;
}

td.menubar {
    /* linen white #FFFFCC; */
    border-top: 1px solid #FFFFCC;
    border-left: 1px solid #FFFFCC;
    border-right: 1px solid #FFFFCC;
    padding: 2px 2px 2px 2px;
    background-color: black;
    color: #FFFFCC;
    align: bottom;
    text-align: center;
    font: menu;
}

