﻿body {
	font-family: tahoma;
	font-size: 10pt;
	margin:0px;
	direction:rtl;
}

.headerCell {
	background-position: top;
	background-image: url('images/headerBG.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	height: 125px;
	text-align: center;
	vertical-align: bottom;
}

.copyrightCell {
	font-family: tahoma;
	font-size: 8pt;
	color: #666666;
	text-align: center;
}

.emptySpace
{
	background-color: #E0E0E0;
	vertical-align: top;
}

.topTable {
	background-position: center top;
	width: 950px;
	height: 117px;
	background-image: url('images/topPanel.gif');
	background-repeat: no-repeat;
	direction:ltr;
}
.mainTable {
	border-color: #808080;
	background-color: #FFFFFF;
	width: 950px;
	height: 100%;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
}
.emptySpaceCopy {
	background-color: #E7E7E7;
	vertical-align: top;
}
img {
	border-style: none;
	border-width: 0px;
}
.mainContentTable {
	margin-top: 15px;
}
table {
	font-size: 11pt;
}


a {
	color: #3333CC;
	text-decoration: none;
    text-align: center;
}
a:hover {
	color: #CC3300;
	text-decoration: none;
}
input {
	border: 1px solid #666666;
	background-color: #EBEBEB;
	color: #993300;
	font-size: 9pt;
}

input:hover {
	border: 1px solid #666666;
	background-color: #C0C0C0;
	color: #993300;
}
.leftMenuTable {
	text-align:center;
	width: 380px;
}
.leftMenuTableHeaderCell {
	text-align: right;
	padding-top: 10px;
}
.leftMenuTableContentCell {
	text-align: right;
	padding: 3px;
	border: 1px dashed #C0C0C0;
	text-align: right;
	background-color: #FFFFF7;
	font-size: 10pt;
	color: #333333;
}

.tableMenuHeader
{
    background-image: url('images/bg/tableMenuHeaderRed.gif');
    background-repeat: repeat-x;
    height: 30px;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    text-indent: 10px;
    color: #E7E7E7;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-color: #333333;
    border-right-color: #333333;
    border-left-color: #333333;
    cursor: hand;
    padding-top: 7px;
}


.tableMenu
{
    padding: 7px;
    background-image: url('images/bg/menuBG.gif');
    font-size: 10pt;
    font-weight: normal;
    color: #333333;
    border: 1px solid #333333
}

p
{
    text-align: justify;
}
li
{
    line-height: 25px;
}
.listTable
{
    border-spacing: 1px;
    empty-cells: show;
    caption-side: top;
    padding: 3px;
    background-color: #336699;
}
.listTableCaption
{
    background-image: url('images/bg/tableMenuHeaderBlue.gif');
    background-repeat: repeat-x;
    height: 30px;
    color: #FFFFFF;
    font-weight: bold;
}
.listTableCell
{
    background-color: #F3F3F3;
    text-align:center;
    vertical-align:middle;
}