/* CSS Document */
body {
	background:url(images/pattern.gif) no-repeat #ffffff top center;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	font-family:Tahoma;
	font-size:11px;
	line-height:17px;
}
p , form , ul , li {
	margin:0;
	padding:0;
}
input , select , option , textarea {
	font-family:tahoma;
	font-size:11px;
}
a:link , a:visited {
	text-decoration:none;
	color:#666666;
}
a:hover {
	color:#CCCCCC;
}
a:focus {
	outline:0;
}
#header {
	width:850px;
	height:69px;
	margin-left:auto;
	margin-right:auto;
}
.logo {
	float:left;
	padding-left:60px;
	height:59px;
	width:136px;
	background:url(images/logo.png) repeat-y;
}
#backpatern{
	width:100%;
	height:200px;
	background-image:url(images/pattern.png);
	}
.headermenu {
	float:right;
	margin-right:10px;
	color:#787e96;
	padding-top:5px;
}
.headermenu a:link ,.headermenu a:visited {
	color:#787e96;
}
.headermenu a:hover {
	color:#5c6485;
}
#topmenu {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:38px;
	background:url(images/bg_topmenu.gif) repeat-x #1e9fd6;
	color:#FFFFFF;
}

.top_menu_item {
	float:right;
	color:#ededed;
}
.top_menu_item span {
	line-height:32px;
}
.top_menu_item a:link ,.top_menu_item a:visited {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
	display:block;
	color:#ededed;
}
.top_menu_item a:hover {
	display:block;
	color:#ededed;
	background:url(images/topmenubghover.gif) repeat-x bottom #1fba20;
}
form , ul , li ,select , option {
	margin:0;
	padding:0;
	font-size:11px;
	font-family:tahoma;
}
a img {
	border:0;
}

#content {
	clear:both;
	width:850px;
	direction:rtl;
	margin-left:auto;
	margin-right:auto;
	background:#eaeaea;
	padding-top:10px;
	line-height:16px;
}
#rightbar {
	float:right;
	width:181px;
	padding-right:5px;
}
#leftbar {
	float:right;
	width:635px;
	padding-right:15px;
}

.box1_up {
	width:181px;
	height:40px;
	background:url(images/box_header.gif) no-repeat #35a9da;
	text-align:center;
	color:#FFFFFF;
	line-height:20px;
}
.box1_middle {
	width:141px;
	background:url(images/box_middle.gif) repeat-y;
	padding-left:20px;
	padding-right:20px;
}
.box1_down {
	width:181px;
	height:16px;
	background:url(images/box_down.gif) no-repeat;
	margin-bottom:10px;
}
.box2_up {
	width:606px;
	height:30px;
	background:url(images/box2_up.gif) no-repeat #35a9da;
	padding-top:11px;
	padding-right:11px;
	color:#FFFFFF;
}
.box2_up a:link ,.box2_up a:visited{
	color:#FFFFFF;
}
.box2_middle {
	width:597px;
	background:url(images/box2_middle.gif) repeat-y;
	padding-left:10px;
	padding-right:10px;
}
.box2_down {
	width:617px;
	height:16px;
	background:url(images/box2_down.gif) no-repeat;
	margin-bottom:10px;
}
#footer {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:28px;
	background:url(images/footer_bg.gif) repeat-x #000000;
	text-align:center;
	color:#9a9a9a;
	line-height:25px;
}
#sliderbg {
	margin-bottom:10px;
	background-color:#ffffff;
	width:641px;
	height:auto;
	padding-right:6px;
	padding-top:6px;
}
.mainlevelmenu:link , .mainlevelmenu:visited {
	display:block;
	clear:both;
	width:139px;
	height:19px;
	padding:0;
	margin:0;
	text-indent:3px;
}
.mainlevelmenu:hover {
	display:block;
	clear:both;
	width:139px;
	height:19px;
	background:url(images/bgmainlevel.gif) no-repeat #549d21;
	padding:0;
	margin:0;
	color:#FFFFFF;
	text-indent:3px;
}
/* New text style */
.textbox {
  display: inline-block;
  font-family:Tahoma,Arial;
  font-size: 11px;
  width: 210px;
  height: 18px;
  padding: 4px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.textarea {
  display: inline-block;
  font-family:Tahoma,Arial;
  font-size: 11px;
  width: 300px;
  height: 100px;
  padding: 4px;
  line-height: 18px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.textbox, .textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
.textbox:focus, .textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
.btn { 
    position: relative; 
    z-index: 1;
    overflow: visible; 
    display: inline-block; 
    padding: 0.3em 0.6em 0.375em; 
    border: 1px solid #999; 
    border-bottom-color: #888;
    margin: 0;
	margin-right:0px;
	margin-top:10px;
    text-decoration: none; 
    text-align: center;
    font: bold 11px/normal tahoma, verdana, arial, sans-serif; 
    white-space: nowrap; 
    cursor: pointer; 
    /* outline: none; */
    color: #333; 
    background-color: #eee;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f6f6), to(#e4e4e3));
    background-image: -moz-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: -o-linear-gradient(#f5f6f6, #e4e4e3);
    background-image: linear-gradient(#f5f6f6, #e4e4e3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f5f6f6', EndColorStr='#e4e4e3'); /* for IE 6 - 9 */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), inset 0 1px 0 #fff;
    /* IE hacks */
    zoom: 1; 
    *display: inline; 
}

.btn:hover,
.btn:focus,
.btn:active {
    border-color: #777 #777 #666;
}

.btn:active {
    border-color: #aaa;
    background: #ddd;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* overrides extra padding on button elements in Firefox */
.btn::-moz-focus-inner {
    padding: 0;
    border: 0;
}
#error{background-color:#ffebe8;border:1px solid #dd3c10;text-align:center;padding:7px 3px;font-size:11px; width:80%; direction:rtl;}
#success{background-color:#E7FFC6;border:1px solid #4EAA2F;text-align:center;padding:7px 3px;font-size:11px; width:80%; direction:rtl;}