﻿body {
    background-color :Black;
    direction : rtl;
    font-family : Tahoma, Arial, Sans-Serif;
    
}

img{
    border-style: none;
    border-color: inherit;
    border-width: 0;
}

p{
    color:Black;
    text-align:justify;
    font-size : 13px;
    margin:0;
    padding:2px;
    line-height:20px;
}

td{
    text-align:justify;
}

h1{
    COLOR:#660033;
    font-size:33px;
    font-family:Arial,Tahoma;
    margin-top:10px;
    margin-bottom:15px;
    margin-right:5px;
}

h2{
    COLOR:#660033;
    font-size:20px;
    font-family:Arial,Tahoma;
    margin-top:5px;
    margin-bottom:5px;
    margin-right:5px;
}

.topMenu
{
    background-color : #f4f3e9 ;
    height: 30px;
}

#top
{
    background-color :#2C251D ;
    height:200px ;    
}

#header
{
    width:400px;
    height:125px;
    float:left;
    top:0;
    left:0;
}

#search{
    width:230px;
    height:40px;
    display:block;
    float:right;
    background:transparent url(menu/searchbar.jpg) no-repeat right top;
    padding:0;
    margin:0;
}

.searchBotton{
    font-size:15px;
    font-family:Tahoma;
    background-color:Transparent;
    color:White;
    border:none;
    padding-bottom:8px;
    padding-left:8px;
    width:40px;
    height:25px;
    margin-right:10px;
    margin-top:7px;
    margin-left:0;
}

.searchTextBox
{
    font-family:Tahoma,arial,verdana;
    font-size:13px;
    width:162px;
    height:19px;
    margin:5px 0 0 0;
    padding:0;
    color: #9D9D62;
    text-align:right;
    background-color:Transparent;
    border: solid 3px #bfdcf2;
    margin:0;
    bottom:0;
}

.searchTextBox:focus
{
    border: solid 3px #83c3f1;
    background-color:White;
    color: #000000;
}

.left{
    float:left;
}

.right{
    float:right;
}

#contentBackGround
{
    background-color :#473D33;  
    vertical-align :middle;
}

.LTR{
    direction:ltr;
}

.RTL{
    direction:rtl;
}  

#contentTable
{
    width: 950px;
    min-height:300px;
    vertical-align: middle;
    background-color :#E3E1D5;
}

.ContentTitle{
    width:100%;
}

.container
{
    height: 300px;
    background-color : #FFFFFF;
}

#footer
{
    background-color : #2C251D;
    height : 120px;
}

#footer img
{
    border-width:0;
}

.msg
{
    text-align:center;
}

.errorMessage
{
    font-family:Tahoma;
    font-size:13px;
    color:Red;
}

.messageLabel
{
    font-family:Tahoma;
    font-size:14px;
    color:Red;
    padding-right:4px;
}