/* TOP MENU ITEMS */

table.TopTable
{
    width: 100%;
    
    border-collapse: collapse;
    min-width:950;
}

table.BottomTable
{
    width: 100%;
    border-collapse: collapse;
    min-width:950;
    background-image: url("../images/footer_bg.png");
    background-repeat: repeat-x;
    background-position: bottom;
}

td.LogoCellTop
{
    background-image: url("../images/top_menu_logo_top.png");
    cursor: pointer;
}

td.LogoCellBottom
{
    background-image: url("../images/top_menu_logo_bottom.png");
    cursor: pointer;
}

td.TitleCell
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:18px;

    color:#A0A0A0;
    background-color: white;
        
    background-image: url("../images/top_menu_logotext_user.png");
    background-repeat: no-repeat;
    
    text-align: left;
    
}

td.AdminTitleCell
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:18px;

    color:#A0A0A0;
    background-color: white;
        
    background-image: url("../images/top_menu_logotext_admin.png");
    background-repeat: no-repeat;
    
    text-align: left;
}

td.TopMenuCell
{
    width: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:10px;

    color:#ffffff;
    background-color: #000000;
        
    background-image: url("../images/top_menu_background.png");
    
    text-align: right;
    padding-left:15px;    
    padding-right:15px;    
}

td.TopMenuLanguageCell
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:20px;

    color:#ffffff;
    background-color: #000000;
        
    background-image: url("../images/top_menu_background.png");
    background-repeat: repeat-x;
    min-width:150px;
    text-align: right;
}

td.SideCell
{
    background-image: url("../images/top_menu_background.png");
    background-repeat: repeat-x;
}



/* CONTENT ITEMS */

table.ContentTable
{
    width: 800px;
}


td.MainTableTop

{
    border: double;
    background-image: url("../images/top_menu_background.png");
    background-repeat: repeat-x;
}

td.MainTableBottom

{
    border: double;
    background-image: url("../images/top_menu_background.png");
    background-repeat: repeat-x;
}




td.AnchorCell
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 12px;

    color: #A0A0A0;

    text-align: left;
    padding-left: 10px;
}


/* CONTEXT MENU ITEMS */

table.ContextMenuTable
{
    border-right: solid;
    border-width: thin;
    border-color: grey;
}

td.ContextMenuCell
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;

    color: #000000;

    text-align: left;
    vertical-align: top;
}

td.ContextMenuHeader
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 16px;

    color: #000000;
    background-color: #FFFFFF;

    text-align: left;
    vertical-align: center;
    padding: 2px 10px;
    padding-left: 10px;
    padding-bottom: 10px;
}

td.ContextMenuBody
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-align: left;
    vertical-align: center;
    padding-left: 10px;
}

a.ContextMenuItem
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;

    font-size:12px;
 
    color: #404040;

    text-align: left;
    vertical-align: center;
    text-decoration: none;
}

a.ContextMenuItem:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    
    font-size:12px;

    color: #000000;

    text-align: left;
    vertical-align: center;
    text-decoration: none;
}

td.BodyContainer
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;

    color: #000000;

    text-align: justify;
    vertical-align: top;

    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    line-height: 1.5;
}

td.BodyText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;

    color: #000000;

    text-align: justify;
    vertical-align: top;
}

td.Category
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 20px;
    color: #000000;
    text-align: left;
}

td.Elaboration
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;

    color: #000010;

    text-align: left;
    vertical-align: top;
}

td.BottomMenuLeft
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;

    color: #808080;

    text-align: left;
    vertical-align: top;
}

td.BottomMenuRight
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 10px;

    color: #808080;

    text-align: right;
    vertical-align: top;
}

a.BottomMenuItem
{
    color: #808080;
}

a.TopMenuItemText
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:16px;
    
    color:#ffffff;
    text-decoration: none;
    white-space: nowrap;
}

a.TopMenuItemText:hover
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:16px;
    
    color:#C0C0C0;
    text-decoration: none;
    white-space: nowrap;
}



/* MISC ITEMS */

a.Anchor
{
    color: #A0A0A0;
}

h1
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    font-size: 30px;

    color: #000000;
    
    text-align: left;
}


/* DROP DOWN */ 

div.DropDown
{
    position: absolute;
    visibility: hidden;
    float: left;
}

div.DropDown a
{   
    position: relative;
    display: block;
    margin: 0;
    padding: 2px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #404040;
    color: #FFFFFF;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:14px;
}

div.DropDown a:hover
{   
    background: #404040;
    color: #C0C0C0
}


/* CONTENT TABLE FRAMESET */

td.content_top_left
{
    background-image: url("../images/content_top_left.png");
    background-repeat: no-repeat;
}

td.content_top
{
    background-image: url("../images/content_top.png");
    background-repeat: repeat-x;
}

td.content_top_right
{
    background-image: url("../images/content_top_right.png");
    background-repeat: no-repeat;
}

td.content_right
{
    background-image: url("../images/content_right.png");
    background-repeat: repeat-y;
}

td.content_bottom_right
{
    background-image: url("../images/content_bottom_right.png");
    background-repeat: no-repeat;
}

td.content_bottom
{
    background-image: url("../images/content_bottom.png");
    background-repeat: repeat-x;
}

td.content_bottom_left
{
    background-image: url("../images/content_bottom_left.png");
    background-repeat: no-repeat;
}

td.content_left
{
    background-image: url("../images/content_left.png");
    background-repeat: repeat-y;
}

