﻿.textbox
{
	font-family:Tahoma;
	font-size:8pt;
	width:130px;
	height:15px;
	text-align:right;
	vertical-align:middle;
	direction:rtl;
	border-width:1px;
	border-color:Black;
	border-style:solid;
}
.textbox_multiline
{
	font-family:Tahoma;
	font-size:8pt;
	width:130px;
	height:80px;
	text-align:right;
	vertical-align:middle;
	direction:rtl;
	border-width:1px;
	border-color:Black;
	border-style:solid;
}
.label
{
	font-family:Tahoma;
	font-size:8pt;
	font-weight:normal;
	text-align:right;
	vertical-align:middle;
	margin-left:5px;
}
.ddl
{
	width:137px;
	height:19px;
	font-family:Tahoma;
	font-size:8pt;
	text-align:right;
	direction:rtl;
	border-width:1px;
	border-color:Black;
}

.button_normal
{
	border: 1px solid #013401;
	background-color: #165e16;
	font-family:Tahoma;
	font-size:8pt;
	width:80px;
	height:20px;
	color:White;
	cursor:pointer;
}
.button_small
{
	border: 1px solid #013401;
	background-color: #165e16;
	font-family:Tahoma;
	font-size:8pt;
	width:20px;
	height:20px;
	color:White;
	cursor:pointer;
}
.button_large
{
	border: 1px solid #013401;
	background-color: #165e16;
	font-family:Tahoma;
	font-size:8pt;
	width:140px;
	height:20px;
	color:White;
	cursor:pointer;
}
.button_verylarge
{
	border: 1px solid #013401;
	background-color: #165e16;
	font-family:Tahoma;
	font-size:8pt;
	width:200px;
	height:20px;
	color:White;
	cursor:pointer;
}
.button_search
{
	background-image: url(../Images/Button_Search.gif);
	background-color: Black;
	width: 21px;
	height: 21px;
	border:none;
}

.labelHeader
{
	font-family:Tahoma;
	font-size:14pt;
	text-align:center;
}

.error
{
	color: Red;
	font-family: Tahoma;
	direction: rtl;
	text-align: right;
	font-size: 10pt;
	list-style-position: inside;
	list-style-type: square;
}

body
{
	font-family:Tahoma;
}
a
{
	color:Black;
	text-decoration:none;
}
a:active
{
	color:Black;
	text-decoration:none;
}
a:hover
{
	color:Black;
	text-decoration:underline;
}
a:visited
{
	color:Black;
	text-decoration:none;
}

.rbl
{
	direction:rtl;
	font-size:8pt;
	font-family:Tahoma;
}
.message
{
	font-size:10pt;
	color:Red;
	height:40px;
	font-family:Tahoma;
	vertical-align:middle;
	direction:rtl;
}
.MessageTitle
{
	font-size:8pt;
	font-weight:bold;
	direction:rtl;
}
.MessageText
{
	font-size:8pt;
	direction:rtl;
	text-align:right;
}
.lblTitle
{
	font-weight:bold;
	font-size:14pt;
	color:#2b2b2b;
}

.button_message
{
	border: none;
	border-style:none;
	background:background-image;
	background-image:url(../Images/BtnMsgBG.gif);
	background-color:White;
	font-family:Tahoma;
	font-size:8pt;
	width:84px;
	height:22px;
	color:White;
}

img
{
	border:none;
}
