html, body {
	direction: rtl;
	font-family: Tahoma;
	font-size: 10pt;
	background-color: #e5e5e5;
	height:100%;
	width:100%;
}

table {
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0px solid #000000;
}

td {
	vertical-align: top;
	font-family: Tahoma;
	font-size: 10pt;
	border: 0px solid #000000;
}

img {
	margin: 0px;
	border: 0px solid #000000;
}

form {
	margin: 0px;
}

.wide {
	width: 100%;
	padding:3px;
}

.panel {
	width: 100%;
}



.panel table table {
	border-bottom: 0px solid #bfbfbf;
}

.panel th, .panel thead {
	padding: 5px;
	height: 30px;
	text-align: right;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	background-position: center;
	background-image: url('images/title_bar.gif');
	background-repeat: repeat-x;	
}

.panel tr td {
	height: 100%;
}

.panel h6 {
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
	margin-bottom:2px;
	font-size: 8pt;
	color: #808080;
	text-align:right;
}

.panel h5 {
	margin-left:0px;
	margin-right:0px;
	margin-top:3px;
	margin-bottom:5px;
	text-align: justify;
	font-size: 10pt;
	color: #00436e;
}

.panel p {
	margin: 0px;
	text-align: justify;
	font-size: 10pt;
}

.panel a {
	text-decoration: none;
	color: #00436e;
}

.panel img {
	margin-top: 5px;
	margin-bottom: 2px;
	
}

.panel .more {
	margin: 2px 0px;
	width: 100%;
	text-align: left;
	font-weight: bold;
}

.panel .more a {
	color: #00436e;
	background: #FFFFFF;
}

.panel .more a:hover {
	text-decoration: underline;
	color: #00436e;
	background-position: center;
	background-image: url('images/title_bar_3.gif');
	background-repeat: repeat-x;	
}

.panel .sub_more {
	text-align: left;
}

.panel_fill {
	background: #bfbfbf;
}

.panel_fill table {
	border: 0px solid #000000;
	margin: 0px;
}

#table_main {
	width: 770px;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	background: #ffffff;
	height:100%
}

#cell_header {
	height: 300;
	border-bottom: 2px solid #00436e;
}

#cell_header #banner {
	vertical-align: bottom;
}

#row_right #col_1 {
	width: 180px
}

#row_right #col_2 {
	width: 130px
}

#row_right #col_3 {
	width: 180px
}

#table_footer {
	font-weight: normal;
	text-align: center;
}

#table_footer th {
	text-align: center;
	font-weight: normal;
	height: 15px;
}

#table_footer td {
	padding-top: 5px;
	padding-bottom: 25px;
}

#table_footer p {
	margin-bottom: 3px;
	font-size: 8pt;
	text-align: center;
}

#table_footer th a {
	color: #ffffff;
}

#table_footer th a:hover {
	text-decoration: underline;
	color: yellow;
}
