@font-face 								{
	font-family: 'GEFLOW';
	src: url("../font/GE_FLOW_BOLD.eot");
	src: 
	url("../font/GE_FLOW_BOLD.eot?#iefix") format('embedded-opentype'), 
	url("../font/GE_FLOW_BOLD.woff") format('woff'), 
	url("../font/GE_FLOW_BOLD.ttf") format('truetype'), 
	url("../font/GE_FLOW_BOLD.svg#GE_FLOW_BOLD") format('svg');
	font-weight: normal!important;
	font-style: normal;
}
@font-face {
font-family: 'GESSTwoMed';
  src:url('../font/ge-ss-med.eot?#iefix') format('embedded-opentype'),
    url('../font/ge-ss-med.ttf') format('truetype');
}


.imgL {
	float: left !important;
}
.imgR {
	float: right !important;
}

.clear_img {
	background: none !important;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-y: scroll;

}
body {
	font-size: 11px;
	background:#fff;
	font-family: GEFLOW;
	color: #757575;
	direction: rtl;
	overflow-x:hidden;
	background:url('bgPtrn.jpg')  #c2c2c2; 
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}


.bgPic{
	position:absolute;
	width:100%;
	height:344px;
	top:0;
	background:url('bg.jpg')repeat-x center top;
	
}
#content{
	position:relative;
	z-index:10;
	margin:45px 0 0;
	padding-bottom:80px;
}
.BlockHdr{
	float:right;
	position:relative;
	padding: 10px;
	color:#FFF;
	background:#427e93;
}
.BlockHdr .canv{
	position:absolute;
	width:7px;
	height: 52px;
	right:-7px;
	top:0;
	background: url(canavBlue.png) no-repeat bottom;
	border-top: 10px solid #427e93;
}



.BlockHdrNav{
	position:relative;
	height:36PX;
	border:5px #427e93 solid;
	border-left-width:8PX;
	border-right-width:18PX;
	padding:4PX 10PX;
	padding-left:0;
	color:#FFF;
	font-size:13px;
	background:#b49e32 ;
}
.BlockHdrNav .canv{
	position:absolute;
	width:16px;
	height:43px;
	left:-22px;
	top:-5px;
	background:url('canavBlueLft.png') no-repeat;

}

.notification {
	width: auto;
	display: block;
	position: relative;
	padding:10px 20px 20px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	-moz-box-shadow: 1px 1px 0px #999;
	-webkit-box-shadow: 1px 1px 0px #999;
	box-shadow: 1px 1px 0px #999;
	margin-bottom: 30px;
}
.notification span {
	display: block;
	width: 19px;
	height: 19px;
	position: absolute;
	top:-9px;
	right: -8px;
}
.notification .text {
	overflow: hidden;
}
.notification p {
	width: auto;
	color: #555;
	font-size: 11px;
	line-height: 10px;
	text-align: justify;
	float: left;
	margin-right: 15px;
	*margin-top: 15px; /*IE8 fix*/
	margin-bottom:0!important;
	padding-top:12px;
}
.notification strong {
	font-size:20px;
}
.error-t {
	border-top: 1px solid #f7d0d0;
	border-bottom: 1px solid #c87676;
	background: #f3c7c7;
	background: -moz-linear-gradient(top,#f3c7c7,#eea2a2);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3c7c7), to(#eea2a2));
}
.error-t:before {
	float: left;
	margin: 7px 15px 0px 15px;
}
.error-t strong {
	color: #b31616;
	margin-right: 15px;
}
.success-t {
	border-top: 1px solid #edf7d0;
	border-bottom: 1px solid #b7e789;
	background: #dff3a8;
	background: -moz-linear-gradient(top,#dff3a8,#c4fb92);
	background: -webkit-gradient(linear, left top, left bottom, from(#dff3a8), to(#c4fb92));
}
.success-t:before {
	float: left;
	margin: 10px 15px 0px 15px;
}
.success-t strong {
	color: #61b316;
	margin-right: 15px;
}
form>table, #tabs>div>table {width:100%; margin:0 auto; border-collapse:collapse; border:none;}
form>table tr, #tabs>div>table tr {border-bottom:1px solid #f0f0f0; background:#f9f9f9;}
form>table tr:nth-child(odd), #tabs>div>table tr:nth-child(odd) {background:#fff;}
form>table tr th, #tabs>div>table tr th {width:15%; margin:0 auto;  font-size:15px;  line-height:30px; padding:0 0 0 1px; text-align:center;}
form>table tr td, #tabs>div>table tr td {width:85%; padding:12px 4px; text-align:right; font-size:15px; position:relative;}
form>table tr td input,form>table tr td textarea, form>table tr td select,    #tabs>div>table tr td input,#tabs>div>table tr td textarea, #tabs>div>table tr td select{width:65%; margin:8px auto; padding:10px 0; text-indent:10px; border:1px solid #e2e2e2; border-radius:3px; box-shadow: inset 0px -5px 5px #f0f0f0; font-family:GEFLOW;}
form>table tr td textarea, #tabs>div>table tr td textarea {min-height:100px;}
form>table + div tr td textarea {min-height:100px;}
form>table + div, div.submit, #tabs + div {text-align:center; margin:10px 0 0;}
form>table + div>input, .submit>input, #tabs + div>input {width:auto; padding:10px 25px; cursor:pointer;font-family: "GESSTL", tahoma; font-size:15px; background:#006666; border:1px solid #167d12; border-radius:6px; color:#fff; text-shadow:1px 1px 0 #167d12;}
.cleannone {width: auto;margin: 8px;cursor: pointer;}
.cleannone + label {cursor: pointer;}
.num, .num + input {
    display: inline-block;
    font-family: arial;
    font-weight: bold;
}
input.error {
	border: 1px solid #ff0000;
	color: #fff;
	background: #ff9999;
	box-shadow: 0 0;
	outline: none;
}

.error {
	border: 1px solid #c87676;
	color: red;
	display: inherit;
}
label.error  {
	margin: -7px 1% 8px 1%;
	border: none;
	color: #fff;
	display: inherit;
	background: red;
	padding: 5px;
}


#customers {
	width:90%; margin:0 auto;
	border:1px solid #f0f0f0; background:#f9f9f9;
	/*height: -webkit-fill-available;*/
	height: auto;
}
.dd {
    border-collapse: collapse;
    width: 80%;
	align-content: center;
	text-align: center;
}
.dd td, #dd th {
    border: 1px solid #ddd;
    padding: 0px;
	text-align: center;
}
.dd tr:nth-child(even){background-color: #f2f2f2;}
.dd tr:hover {background-color: #ddd;}
.dd th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #4CAF50;
    color: white;
}
#customers {
    font-size: 13px;
    border-collapse: collapse;
	height: auto;
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}