﻿body
{
    font-size: 10pt;
    font-family: Tahoma, Sans-Serif;
    background-color: #ECEEF1;
}

#logo
{
    text-align: right;
    margin: 10px 40px 0 0;
    float: right;
}

.Login
{
    border: 1px solid #FF9900;
    height: 630px;
    width: 900px;
    position: relative;
    margin-top: 20px;
    background-color: #ffffff;
    text-align: right;
    direction: rtl;
}

#Comment
{
    text-align: right;
    direction: rtl;
    position: absolute;
    top: 100px;
    width: 580px;
    right: 50px;
    background-color: White;
}

div
{
    margin: 0 auto;
}
#SiteTitle
{
    -moz-border-radius-top-right: 15px 25px;
    -moz-border-radius-top-left: 15px 25px;
    -webkit-border-radius-top-right: 15px 25px;
    -webkit-border-radius-top-left: 15px 25px;
    border-top-right-radius: 15px 25px;
    border-top-left-radius: 15px 25px;
    border-bottom: solid 1px #c0c0c0;
    padding-bottom: 5px;
    margin-bottom: -5px;
    background-color: Gold;
    text-align: center;
    height: 20px;
    width:100%;
    margin-top:5px;
}

#SiteLogo
{
    height: 90px;
    background-color: #ffffff;
    padding: 5px;
    border-color:#333333;
    border-style:solid;
    border-width:1px;
}


.UCTitle
{
    -moz-border-radius-top-right: 15px 25px;
    -moz-border-radius-top-left: 15px 25px;
    -webkit-border-radius-top-right: 15px 25px;
    -webkit-border-radius-top-left: 15px 25px;
    border-top-right-radius: 15px 25px;
    border-top-left-radius: 15px 25px;
    border-bottom: solid 1px #c0c0c0;
    padding: 4px 0;
    margin-bottom: -5px;
    background-color: Gold;
    text-align: center;
    height: 30px;
}
.UCContent
{
    height: 185px;
    background-color: #333333;
    padding: 5px;
}
#footer
{
    height: auto;
    color: #AAAAAA;
    margin-top: 5px;
    font-size: 10px;
    text-align:center;
    direction:ltr;
}
