﻿/* General Tags
---------------------------------------------------------------*/
body
{
	background-image:url('Images/TopBackground.jpg');
	background-position:top;
	background-repeat:repeat-x;
	background-color: #E7E7F1;
	font:normal 11px Tahoma;
	margin:0px;
	height: 8.5in;
}

/* Site Master
---------------------------------------------------------------*/
#BodyOfPage
{
	background-image:url('Images/FooterBackground.gif');
	background-repeat:repeat-x;
	background-position:bottom;
	width:100%;
	z-index:0;
}
#PaperOnPage
{
    background-image:url('Images/PaperShadows.png');
    background-repeat:repeat-y;
    height:100%;
    margin:auto;
    margin-top:30px;
    width:880px;
    min-height:500px;
    z-index:10;
    display:table;
}
#PaperWhitePart
{
    direction:rtl;
    margin:auto;
}
#PaperContent
{
    width:830px;
    font:normal 11px Tahoma;
    vertical-align:top;
    padding-top:10px;
    z-index:20;
}
#PaperHeader
{
    width:100%;
	height:9px;
	margin:auto;
	background-image:url('Images/PaperTopShadow.png');
	background-repeat:repeat-x;
}
#PaperHeadImage
{
	width:100%;
	height:143px;
	padding-left:9px;
}
#PaperTitleBar
{
    margin:auto;
	background-image:url('Images/TitleBarBackground.gif');
	background-repeat:repeat-x;
	height:16px;
	width:95%;
	color:#4071A9;
	font:bold 11px Tahoma;
	border:solid 1px #9D9D9D;
	text-align:center;
	direction:rtl;
}
#PaperSideBar
{
    width:160px;
    vertical-align:top;
}
#PaperFooterInn
{
	width:100%;
	height:48px;
	background-image:url('Images/Footer.jpg');
	background-repeat:no-repeat;
	background-position:center;
	z-index:10;
}
#FooterText
{
	text-align:center;
	direction:rtl;
    padding:8px;
	color:#4F5458;
	font:normal 8.5pt Tahoma;
	z-index:10;
	display:block;
}
#LookupContent
{
    width:800px;
    font:normal 11px Tahoma;
    margin:auto;
    z-index:20;
}

/* Panel
--------------------------------------------------------*/
.PanelBoxHead
{
	background-image:url('Images/PanelHeadBackground.jpg');
	background-repeat:repeat-x;
	height:20px;
	font:bold 11px Tahoma;
	color:#757678;
	text-align:center;
	padding-top:5px;
	border:solid 1px #999;
	margin:auto;
	clear:both;
	direction:rtl;
}
.PanelBoxBody
{
	text-align:justify;
	border:solid 1px #BDBDBD;
	border-top-width:0px;
	direction: rtl;
	margin:auto;
    padding:10px 10px 10px 10px;
}

/*Important
---------------------------------------------------------*/
.ImportantDarkBox
{
	font:normal 12px Tahoma;
	text-align:justify;
	direction:rtl;
	padding:15px;
    background-color:#E6E6E6; 
    border:solid 1px #A2A2A2;
    width:760px;
    margin:auto;
}
.ImportantLightBox
{
	font:normal 12px Tahoma;
	text-align:justify;
	direction:rtl;
	padding:15px;
    background-color:#FFFFFF; 
    border:solid 1px #A2A2A2;
    width:760px;
    margin:auto;
}
.ImportantInfo
{
	font:bold 12px tahoma;
	color:#128DB6;
	text-align:justify;
	direction:rtl;
	padding:5px;
}

/* Bullet List
------------------------------------------------------*/
ul.BuletStyle
{
    list-style-type:square;
    list-style-image:url('Images/BulletList.gif');
}
ul.BuletStyle li
{
	text-align: justify;
	font:normal 11px Tahoma;
	line-height:20px;
	color:#000;
}
ul.BuletStyle ul
{
	text-align: justify;
	color:#000;
	font:normal 11px Tahoma;
	list-style-type:disc;
}

/* ATM 
------------------------------------------------------------*/
.AtmHelpImage
{
    margin:auto;
    width:500px;
    padding:10px;
}

/* Main Box
--------------------------------------------------------*/
.MainBoxHead
{
	background-image:url('Images/PanelHeadBackground.jpg');
	background-repeat:repeat-x;
	height:20px;
	font:bold 11px Tahoma;
	color:#757678;
	text-align:center;
	padding-top:5px;
	border:solid 1px #999;
	margin:auto;
	clear:both;
	direction:rtl;
    width:700px;
}
.MainBoxBody
{
	text-align:justify;
	border:solid 1px #BDBDBD;
	border-top-width:0px;
	direction: rtl;
	margin:auto;
    width:700px;
    padding-top:20px;
    padding-bottom:10px;
}
.MainBoxNotification
{
	font-size:14px;
	font-weight: bold;
	color:red;
	font-family:'tahoma';
	text-align:center;
	direction:rtl;
    background-color:#E6E6E6; 
    border:solid 1px #A2A2A2;
    line-height:20px;
    width:600px;
    padding:10px 10px 10px 10px;
    margin:auto;
}
.AzmoonLink
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #005C94;
}
.AzmoonLink:hover
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #007D94;
}

/* Botton
--------------------------------------------------------*/
.BtnStyle
{
	background-image:url('Images/FormButtonBackground.gif');
	background-repeat:repeat-x;
	background-color:#026BAD;
	border: solid 1px #BDDAEA; 
	width:80px;
	height:20px; 
	padding: 0px 5px 5px 4px;
	color:#FFF;
	font:bold 8pt Tahoma;
	margin:auto;
    text-decoration:none;
}

