﻿body
{
    margin: 0px;
    font-family:Tahoma;
    font-size:9pt;
}
.main_bg
{
    height: 100%;
    width: 100%;
    background-image: url(../Images/MasterPage/bg_body.jpg);
    background-repeat: repeat-y;
    background-position: center;
    background-color: #D3E4FE;
}
.main_div
{
    background-image: url(../Images/MasterPage/bg_body_top.jpg);
    background-position: top;
    background-repeat: repeat-x;
    height: 100%;
    width: 100%;
}
.header
{
	background-image: url(../Images/MasterPage/header_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/*width: 500px;*/
	height: 218px;
}
.menu
{
	background-image: url(../Images/MasterPage/menu_normal_1.jpg);
	background-repeat: repeat-x;
	height:40px;
	/*width:784px;*/
}
.menu_left
{
    background-image: url(../Images/MasterPage/menu_left.jpg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    width: 15px;
    height: 40px;
}
.menu_right
{
    background-image: url(../Images/MasterPage/menu_right.jpg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    width: 15px;
}
.under_menu
{ 
	background-image:url(../Images/MasterPage/under_menu.jpg);
	background-repeat:repeat-x;
	height:17px;
	/*width:784px;*/
}
.umenu_left
{
    background-image: url(../Images/MasterPage/umenu_left.jpg);
    width: 15px;
    height: 17px;
}
.umenu_right
{
    background-image: url(../Images/MasterPage/umenu_right.jpg);
    width: 15px;
}
.footer
{ background-image:url(../Images/MasterPage/footer_center.jpg);
  background-repeat:repeat-x;
  height:84px;
  text-align:center;
  font-family:Tahoma;
  font-size:small;
  color:#165FA9;
  direction:rtl;
}
.footer_left
{ background-image:url(../Images/MasterPage/footer_left.jpg);
  background-position:left;
  background-repeat:no-repeat;
  background-color:Transparent;
  height:84px;
}
.footer_right
{ background-image:url(../Images/MasterPage/footer_right.jpg);
  background-position:right;
  height:84px;
}
.caption_title_bg
{background-image:url(../Images/MasterPage/caption_title_bg.jpg);
 background-repeat:repeat-x;
 height:30px;
 width:100px;
}
.caption_bg
{background-image:url(../Images/MasterPage/caption_bg.jpg);
 background-repeat:repeat-x;
 background-position:top;
 height:96px;
}
