﻿html {
direction:rtl
}
body, table {
	font-family: Tahoma;
	font-size: 12px;
}
input,textarea,select {
	font-family: Tahoma;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #000000;
}

.PageN {
	padding: 4px;
	text-align: center;
}
.PageN img {
	vertical-align: middle;
}
.PageN .txt {
	font-weight: bolder;
	text-align: center;
	direction:ltr
}
.Tbold {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	text-align: center;
}
.left {
	color: #975D85;
	text-align: left;
}
.problem {
	color: #666699;
	font-size: 10px;
	font-weight: bold;
}






/* horizontalcss Menu */
.MenuBarHorizontal {
	padding: 0px;
	LIST-STYLE-TYPE: none;
	font-weight: bold;
	color: #000000;
}
.MenuBarHorizontal LI {
	border: 1px solid #8DB024;
	FLOAT: right;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: relative;
	TEXT-ALIGN: right;
	line-height: 20px;
}
.MenuBarHorizontal UL {
	padding: 0px;
	MARGIN: 0px;
	LIST-STYLE-TYPE: none;
	POSITION: absolute;
	width: 130px;
	right:0
}
.MenuBarHorizontal UL LI {
	padding: 2px 5px 2px 5px;
	border: 1px solid #8DB024;
	WIDTH: 160px;
	background-color: #D5EAFF;
}
.MenuBarHorizontal UL {
	visibility: hidden;
}
.MenuBarHorizontal a{
	padding: 0px 4px 0px 25px;
	display: block;
}
.MenuBarHorizontal a:hover{
	background-color: #CCFFCC;
}
.MenuBarHorizontal .arrowdiv{
	position: absolute;
	background: transparent url('images/nav-arrow-down.png') no-repeat left;
	left: 5px;
}

/* horizontalcss Menu */
