﻿html, body
{
    height: 100%;
    background: #ffffff;
    font-family: Arial;
    font-size: 14px;
}

h1, h2
{
    font-size: 16px;
    font-weight: bold;
    color: #001952;
}

#mainContainer
{
    position: relative;
    width: 846px;
    background: #96bede;
    margin-left: auto;
    margin-right: auto;
}

#topStrip
{
    background: url('../Images/topStrip.jpg');
    width: 846px;
    height: 184px;
    position: relative;
}

#topStrip .logo
{
    position: absolute;
    top: 3px;
    right: 45px;
}

.clocksFrame
{
    width: 751px;
    height: 95px;
    position: absolute;
    top: 71px;
}

.menu
{
    top: 152px;
}

.menu ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.menu ul li
{
    float: right;
    width: 100px;
    background: url('../Images/menuOff.jpg') no-repeat;
}

.menu ul li a
{
    color: #ffffff;
    width: 110px;
    height: 28px;
    display: block;
    font-size: 15px;
    text-align: center;
    
    text-decoration: none;
    padding: 4px 8px 0 0;
}

.menu ul li a:hover
{
    background: url('../Images/menuOn.jpg') no-repeat;
    color: #fbc930;
}

.subMenu
{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: none;
    width: 150px !important;
    position: relative;
    margin-left: -50px !important;
}

.subMenu li
{
    float: right;
    width: 150px !important;
    height: 29px !important;
    background: url('../Images/transperantMenuBackground.png') repeat-x !important;
}

.subMenu li a
{
    color: #ffffff;
    width: 160px !important;
    height: 24px;
    display: block;
    font-size: 14px;
    text-align: center;
    
    text-decoration: none;
    padding: 4px 8px 0 0;
    background: url('../Images/menuOff.jpg') no-repeat;
}

.subMenu li a:hover
{
    background: url('../Images/menuOn.jpg') no-repeat;
    color: #fbc930;
}

#contentContainer
{
    position: relative;
    background: #96bede;
    line-height: 20px;
    background: url('../Images/background.jpg') repeat-x 0px 0px;
    min-height: 455px;
}

#contentContainer #sideMenu
{
    width: 238px;
    height: 447px;
    position: absolute;
    background: url('../Images/leftBox.jpg');
}

#contentContainer #sideMenu #newsBox
{
    height: 175px;
    position: absolute;
    top: 275px;
}

#contentContainer #sideMenu #borsaBox
{
    height: 260px;
}

#contentContainer #sideMenu .box
{
    background: url('../Images/boxMiddle.png');
    position: relative;
}

#contentContainer #pageContent
{
    width: 100%;
    min-height: 430px;
    direction: rtl;
    text-align: right;
}

#contentContainer #pageContent #contentHolder
{
    width: 600px;
    float: right;
    margin: 10px 10px 10px 0;
}

.borsaTabs-ul
{
    position: relative;
    top: 14px;
    margin: 0;
    padding: 0;
    display: block;
    height: 18px;
    width: 228px;
}

.borsaTabs-ul-li
{
    float: right;
    border-left: dotted 1px #093175;
    padding: 0 6px 0 6px;
}

.borsaTabs-ul-li-a
{
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    color: #093175;
}

.noBorder
{
    border: 0px !important;
}

.redText
{
    color: #ff0000 !important;
}

.stocksContainer
{
    position: absolute;
    top: 140px;
    text-align: right;
    width: 216px;
}

.stockLine
{
    font-size: 12px;
    display: inline-block;
    line-height: 20px;
}
.stockLine.Name
{
    width: 80px;
    font-weight: bold;
}
.stockLine.Points
{
    width: 60px;
}
.stockLine.Change
{
    width: 50px;
    color: #009900;
}

.selectedStockLine
{
    background-color: #d9e3eb;
    width: 216px;
    padding-right: 12px;
}

#stockGraph
{
    cursor: pointer;
    position: absolute;
    top: 35px;
}