/*
 *هرگونه حق کپی برداری و تغییر محفوظ می باشد
Copyright (c) 2013 Shahedan. All rights reserved.
*/
#MainDiv{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: table;
}
#TopDiv{
    width: 1024px;
    margin: 0 auto;
    background-image: url(/cultural/layout/img/logo_background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.9;
    filter: alpha(opacity=90); /* For IE8 and earlier */
    display: table-row;
}
.TransImg{
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
  margin: 0px;
  padding: 0px;
  border:0px;
}
.TransImg:hover{
   opacity: 0.4;
   cursor: pointer;
}
#TopMenu1_JK{
  position: relative;
  top:-35px;
  height:30px;
  width: 850px;
  margin: 0 auto;
  font-size: 12px;
  direction: rtl;
  color: #C5C8C4;
  font-weight: bold;
  text-align: center;
}
#MiddleDiv{
  display: table-row;
  height: 100%;
  overflow: hidden;
}
#rightDiv{
  float: right;
  position: relative;
  direction: rtl;
}
#LeftDiv{
  float: left;
  position: absolute;
  top:70%
}
#InfoDiv{
  position: relative;
  bottom: 90px;
  left: 10px;
  width: 450px;
  float: right;
  background-color: #3B9C8B;
  background-image: url(/cultural/layout/img/Info_Back.png);
  background-position: bottom;
  background-repeat: repeat-x;
  overflow: hidden;
  display: none;
  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
#InfoSpan{
  padding: 20px;
  color: White;
  text-align: justify;
  direction: rtl;
  font-size: 12px;
  position: relative;
}
#ClearDiv{
   clear: left;
}
#DownDiv{
    display: table-row;
    margin: 0 auto;
    height: 35px;
    background-image: url(/cultural/layout/img/logo_background_light.png);
    background-repeat: repeat-x;
    text-align: center;
    
}
#RightDiv table{
  border-spacing: 0px;
}
#RightDiv tr,td{
    border:0px;
    margin: 0px;
    padding: 0px;
}
#RightDiv td{
  border-bottom: 2px solid gray;
}
ul {
    height: auto;
    padding: 8px 0px;
    margin: 0px;
}
 li {
display: inline;
padding: 17px;
}
li:hover{
  color:white;
  cursor: pointer;
}
@font-face{
    font-family: "DroidNaskh";
    font-style: normal;
    font-weight: bold;
    src: url("/cultural/ui/fonts/DroidNaskh-Bold.ttf") format("truetype");
}
*{
    font-family: DroidNaskh,verdana,tahoma;
   font-weight: bolder;
}
.tlb-padd{
  border-spacing: 4px;
  margin: 0 auto;
  position: relative;
}
#MLogo{
  direction: rtl;
  background-repeat: repeat-x;
  background-image: url(/cultural/layout/img/MLogo.png);
  width: 100%;
}
#MiddleDiv2{
    display: none;
    width: 100%;
    height: 0px;
}
#MainPage{
    border:0px;
    width: 100%;
    height: 0px;
}
body {  
    min-width:1200px;
}