﻿/* CSS Document */
*
{
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
}
span strong{ color:inherit; }
*:focus {outline: none;}
body, table, input, p, textArea, select
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
textarea {overflow:hidden;resize:none;}
.underline {text-decoration: underline;}

body
{
	background:none repeat-x scroll 0 top #ebeaeb;
	direction:rtl;
}
img {border:0;}
ul {list-style: none outside none;}

a {text-decoration:none;}
a:hover {text-decoration:none;}

select {
    border: 1px solid #D1D1D1;
}

.popMask {
    display: none;
}