﻿body
{
   font-family: Tahoma;
   font-size: 9pt;
   direction: rtl;
   margin-top: 0px;
}
input
{
	font-family: Tahoma;
}

A
{/*:link*/
	color: #0000FF;
	text-decoration: none;
}
A:hover
{
	color: #990000;
	/*text-decoration: underline;*/
}
A:visited
{
	color: #3366FF;
	text-decoration: none;
}
.MessageLabel
{
	padding: 15px;
	margin: 15px;
	border: 1px solid #666666;
	width: 100%;
	background-color: #FFFF99;
}


td.MainRightTd
{
	background-color: #f5f5f5;
	padding-left: 40px;
	padding-right: 20px;
	text-align: center;
}

td.MainLeftTd
{
	background-color: #f5f5f5;
	text-align: left;
	padding-right: 40px;
	padding-left: 20px;
	text-align: center;
}


td.BarHRight
{
	width: 248px;
	height: 51px;
	background-image: url( 'image/barh_r.gif' );
}

td.BarHLeft
{
	width: 248px; 
	height: 51px;
	background-image: url('image/barh_l.gif');
}

td.BarHMiddle
{
	height: 51px; 
	background-image: url('image/barh_m.gif');
}



/* side bar menu */

a.SideMenuBar
{
	border: 1px solid #999999;
	display: block;
	background-color: #9FB8FF;
	width: 100%;
	margin-top: 1px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	font-size: 10pt;
	width: 86%;
}
a.SideMenuBar:Hover
{
	border: 1px solid #999999;
	display: block;
	background-color: #003FF9;
	text-decoration: none;
	color: #FFFFFF;
	
}
div.MainPageTexts
{
	/*overflow: scroll;*/
}

div.MainDiv
{
	width: 980px;
	/*overflow: auto;
	padding-right: 12px;
	padding-left: 12px;*/
}

.MarqueeParent
{
	margin: 20px 30px 20px 30px;
	border-style: solid;
	border-width: 2px;
	border-color: #C0C0C0 #FFFFFF #FFFFFF #C0C0C0;
	/*width: 90%;*/
	height: 100px;
	overflow: hidden;
	background-color: #E8E8E8;
}

