﻿body
{
    margin: 0px;
    font-family: Arial;
    font-size: 12px;
    color: #CCCCCC;
    background-color: #333333;
}
.textDir
{
    text-align: right;
    vertical-align: top;
    direction: rtl;
}
.subMenuBox
{
    height: 22px;
    background-image: url(../images/bg_menu.gif);
    padding-right: 20px;
    padding-top: 1px;
    text-align: right;
    vertical-align: top;
}
.subMenuProj
{
    height: 22px;
    background-image: url(../images/bg_menu_proj.gif);
    background-repeat: no-repeat;
    padding-right: 35px;
    padding-top: 1px;
    text-align: right;
    vertical-align: top;
}
.subMenu
{
    font-family: Arial;
    font-size: 12px;
    color: #CCCCCC;
    text-decoration: none;
}
.subMenu_over
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}
.inputBox
{
    width: 218px;
    height: 18px;
    border: 1px solid #666666;
    background-color: #000000;
    color: White;
}
.text_footer
{
    color: White;
    font-size: 11px;
}
.text_footer a
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
#marqueecontainer
{
    position: relative;
    width: 200px; /*marquee width */
    height: 165px; /*marquee height */
    /*background-color: white;*/
    overflow: hidden;
    border: 0px solid black;
    padding: 0px;
}