﻿body{
	background:#FFF;
	font-family:Arial;
	direction:rtl;
	margin:0 0 0 0;
	font-size:14px;
	
}

* {
	margin:0;
	padding:0;
	vertical-align:top;
	border:none
}

.main {
	width:1000px;
	margin:auto;
}

.mainlogin {
	width:400px;
	margin:auto;
}


.hd {
	background:white;
}

.hd img {
	float:right;
	border:none
}

.hd h1 {
	clear:both;
	background:url(images/hdh1.gif) #317DD1 no-repeat right center;
	height:14px;
	color:white;
	font-size:10px;
	font-weight:normal;
	margin:0 0 17px 0;
	padding:0 30px 0 0;
	position:relative;
	top:5px
}

#ft {
	border-top:3px #317DD1 solid;
	margin:auto
}

address {
	font-style:normal;
	font-size:12px;
	color:#7E7E7E;
	padding:20px
}

.upmenu {
	list-style:none;
	position:relative;
	top:-10px;
	right:20px
}

.upmenu li {
	float:right
}

.upmenu li a:link, .upmenu li a:visited {
	color:#317DD1;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
	border-left:1px #317DD1 dotted;
	padding:0 7px
}

.upmenu li a:hover {
	color:#000;

}

.mainarea{
	position:relative;
	clear:both;
	width:1000px;
}

.menuplace{
	position:relative;
	right:10px;
	top:45px;
	font-size:16px;
	font-weight:bold;
	color:#317DD1;
}

.filter{
	border:1px #317DD1 solid;
	padding:10px;
}

.filter p{
	font-weight:bold;
	margin:0 5px;
}

input, select, textarea{
	border:1px gray groove;
}

.button{
	background:#317DD1;
	border:1px #317DD1 outset;
	margin:0 10px;
	color:white;
	font-size:10px;
	padding:3px;
	font-weight:bold;
}

.checkb{
	padding-right:58px;
}
.checkb input{
  border:0px;
  margin-top: 2px;
}

.checkb p{
	display:inline-block;
	font-weight:normal;
}

h4{
  font-size:14px;
  margin:0 10px;
  background:#ccc;
}

h2{
	font-size:14px;
	margin:20px 0;
	background:#317DD1;
	padding:5px;
	color:white;
}

.leadstable{
	width:1000px;
}
.leadstable td{
	font-size:12px;
	padding:0 5px;
}

.leadstable a:link,.leadstable a:visited{
	text-decoration:none;
	font-size:12px;
}

.leadstable a:hover{
	color:gray;
}

.nextprev{
	color:#317DD6
}

