/*codeing by khaledsamir.com*/
.absmiddle {
	vertical-align: middle;
}
.breadcrumb {
	background-color: #F5F5F5;
	margin: 0 0 10px;
	padding: 10px;
}
.breadcrumb a {
	color: #000;
	font: 16px ge_ss_three_light, Arial, Helvetica, sans-serif;
}
.clear {
	clear: both;
}
.green {
	color: #006F0F;
}
.header {
	color: #000;
	font-size: 14px;
	font-weight: 700;
}
.red {
	color: #BF0000;
}
.small {
	font-size: 11px;
}
.warning {
	background-color: #FFFFDF;
	border: 1px solid #FDFF3F;
	margin: 0 0 10px;
	padding: 10px;
}
.contentbox {
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
}
.errorbox {
	background-color: #FFBFBF;
	padding: 10px;
	margin: 0 0 10px;
	text-align: center;
	color: #7F0000;
}
.successbox {
	border: 1px solid #66CC00;
	font-weight: bold;
	background-color: #DDFFC6;
	text-align: center;
	padding: 10px;
	color: #009933;
}
.clientareatableactive {
	background-color: #DFFFE0
}
.clientareatablepending {
	background-color: #EFEFEF
}
.clientareatablesuspended {
	background-color: #FFF6CF
}
.clientareatableterminated {
	background-color: #FFCFCF
}
.clientticketreplyheader {
	background-color: #EBEBEB;
	color: #333;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #EBEBEB;
	border-left: 1px solid #CCC;
}
.clientticketreply {
	background-color: #F5F5F5;
	margin: 0 0 10px;
	padding: 10px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	overflow: auto;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
.adminticketreplyheader {
	background-color: #CFE6FF;
	color: #333;
	border-top: 1px solid #CAE6FF;
	border-right: 1px solid #CAE6FF;
	border-bottom: 1px solid #CAE6FF;
	border-left: 1px solid #CAE6FF
}
.adminticketreply {
	background-color: #EEF6FF;
	padding: 10px;
	margin: 0 0 10px;
	border-right: 1px solid #CAE6FF;
	border-bottom: 1px solid #CAE6FF;
	border-left: 1px solid #CAE6FF;
	overflow: auto;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
}
.networkissueaffected {
	background-color: #EFEFEF;
	padding: 10px;
	margin: 0 0 10px;
}
.textgreen {
	color: #158F00;
}
.textred {
	color: #9F0000;
}
a:visited {
	font-weight: 100;
}
a:hover {
	text-decoration: none;
}
td, th {
  	padding: 5px;
}
td a {
	color: #6B5130;
}
.rate td {
	padding: 0px;
	background-repeat: no-repeat;
	font: 12px Tahoma, Geneva, sans-serif;
}
tbody {
 }
th {
}
form {
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 24px;
	font-weight:bold;

	margin: 0 0 12px;
	padding: 0 0 3px;
	font-family: Arial, Helvetica, sans-serif;
}
th {
 	font:bold 18px Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 5px;
	padding: 10px 0 3px;
	font-family: Arial, Helvetica, sans-serif;
}
hr {
	background-color: #999;
	border: 0;
	border-top: 1px solid #999;
	height: 0;
	margin: 10px 0;
	overflow: hidden;
}
input, select, textarea {
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}
input, textarea {
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-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;
}
input:focus, textarea:focus {
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
	outline: 0;
	outline: thin dotted \9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
p {
	margin: 0;
	padding: 3px 0 8px;
}
table.data {
	margin: 0 0 10px;
	padding: 0;
}
table.data td {
	background-color: #F5F5F5;
 border:;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
table.data th {
	background:#694F2E url(/images/bg-th.jpg) repeat-x;
	border: 1px solid #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
 }
table.data th a {
	color: #FFF;
}
table.data tr.clientareatableactive td {
	background-color: #DFFFE0 !important;
}
table.data tr.clientareatablepending td {
	background-color: #EFEFEF !important;
}
table.data tr.clientareatablesuspended td {
	background-color: #FFF6CF !important;
}
table.data tr.clientareatableterminated td {
	background-color: #FFCFCF !important;
}
table.frame {
	margin: 0 0 10px;
	padding: 0;
	border: 1px solid #EBEBEB;
}
table.frame table td {
	background-color: #FFF;
	border-bottom: 1px solid #EBEBEB;
}
table.frame table td.fieldarea {
	background-color: #F5F5F5;
	color: #333;
	text-align: right;
	border-right: 1px solid #EBEBEB;
}
.kbarticle {
	padding: 2px 5px 5px 15px;
}
.kbviews {
	color: #A8A8A8;
	font-size: 10px;
}
.kbalsoread {
	padding: 5px 5px 5px 15px;
	background-color: #F5F5F5;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	margin: 10px 0 10px 0;
}
.searchinput {
	font-size: 11px;
	padding: 0;
}
#twitterfeed ul {
	list-style-type: none;
	padding: 0;
	margin: 0px 0 20px 0;
}
#twitterfeed li {
	background-image: url(/images/twittericon.png);
	background-repeat: no-repeat;
	background-position: 0;
	margin: 0 20px 10px 20px;
	padding-left: 25px;
}
#twitterfeed p {
	text-align: center;
	margin: 0 15px 0 15px;
}
h1 {
	padding: 10px;
}
h2 {
	padding: 8px;
}
h3 {
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	padding: 5px;
}
.box-dashborde {
	width: 900px;
	height: 250px;
	margin: 10px auto;
	color: #000;
	direction: rtl;
	background-color: #F1F2F6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 30px;
	font: 12px Tahoma, Geneva, sans-serif;
}
.box-dashborde h1 {
	color: #2A79D8;
	: 1px 1px #FFFFFF;
	border-bottom: 1px solid #333;
	font: 28px Arial, Helvetica, sans-serif;
}
.box-dashborde ul {
	float: right;
	margin-right: 30px;
	width: 40%;
	direction: rtl;
	list-style: none;
	font: 12px Tahoma, Geneva, sans-serif;
}
.box-dashborde a {
	color: #2A79D8;
	font: 12px Tahoma, Geneva, sans-serif;
}
/*codeing by khaledsamir.com*/

* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #6B5130;
}
a:hover {
	text-decoration: underline;
	color: #5D5026;
	padding-right: 0px;
}
body {
	background:#E3D5B0 url(/images/body-bg.jpg) top center repeat-y;
	direction: rtl;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
}
#header {
	width: 100%;
	height: 254px;
	background-image: url(/images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0 auto;
}
.header-1000px {
	width: 1000px;
	height: 230px;
	margin: 0 auto;
	overflow: hidden;
}
.header-left {
	width: 269px;
	height: 136px;
	float: left;
	text-align: center;
	margin-top: 30px;
	margin-left: 20px;
	color: #FFF;
}
#wraper {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#nav {
	width: 1000px;
	height:52px;
 	margin: 0 auto;
	margin-top:0px;
	background:url(/images/nav-bg.jpg) center no-repeat;
}
.links-navbarr {
	height: 30px;
	width: 150px;
	float: left;
}
.link-in, .link-t, .link-yout, .link-f {
	height: 30px;
	width: 20px;
	float: left;
	margin-left: 15px;
	display: block;
	margin-top: 5px;
}
.link-in span, .link-t span, .link-yout span, .link-f span {
	display: none;
}
#slide-kh {
	margin:0 auto;
}
#slide-kh-center {
	width: 752px;
	height: 350px;
	margin: 0 auto ;
	background: url(/images/slide-bg.jpg) top center no-repeat;
	overflow: hidden;
}
.slider-pos {
	width: 727px;
	height: 296px;
	margin: 14px auto 0 auto;
}
#right-kh {
	width: 230px;
	height: 100%;
	float: right;
	margin-right: 5px
}
.block-kh {
	width: 229px;
	height: 100%;
	margin: 20px auto 0 auto;
	overflow: hidden;
}
.block-top {
	width: 229px;
	height: 55px;
	line-height: 71px;
	margin: 0 auto;
	text-align: center;
	background: url(/images/block-top.jpg) no-repeat;
}
.block-top img {
	float: right;
	margin: 10px 20px 0 0;
}
.block-top span {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #000;
	float: right;
	margin-right: 10px;
	line-height: 51px;
}
.block-bg {
	width: 229px;
	height: 100%;
	margin: 0 auto;
	background: #CECECE url(/images/block-bg.jpg) repeat-y;
}
.block-bg-con {
	width: 210px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	font: 12px Tahoma, Geneva, sans-serif;
}
.block-botom {
	width: 229px;
	height: 16px;
	margin: 0 auto;
	background: url(/images/block-bottom.jpg) no-repeat;
	clear: both;
}
.btn-log {
	background-color: transparent;
	border: none;
	background: url(/images/inbut-bg.jpg) no-repeat;
	width: 150px;
	height: 44px;
	padding-left: 20px;
	padding-right: 20px;
	color: #FFF;
}
.btn-sub {
	background-color: transparent;
	border: none;
	background: url(/images/btn-bg.jpg) no-repeat;
	width: 89px;
	height: 42px;
	color: #FFF;
	display: block;
	line-height: 45px;
	text-align: center;
	margin: 10px auto 0 auto;
}
 
.block3 {
	width: 197px;
	height: 314px;
	background: url(/images/block3-bg.png) center no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	float: right;
	margin-right:10px;
}
.block3-title {
	width:122px;
	height:60px;
	line-height:70px;
	padding-right:70px;
	color: #7B5B32;
	font:bold 12px Tahoma, Geneva, sans-serif;
	text-shadow: 1px 1px #F5EDDE;
}

.block3-title span {
 line-height:70px;
 }
.block3 ul {
	width: 151px;
	margin: 10px auto 0 auto;
	list-style: url(/images/star.png);
	list-style-position:inside;
	color: #fff;
	font-size: 12px;
}

.block3 ul li {
	width: 151px;
	height:20px;
	margin:2px 0 0 0 ;
  	color: #fff;
	font-size: 12px;
	background-color:#6B5130;
	padding-right:5px;;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
 }
.block3 ul li:hover {
	background-color:#AD8C63;
 
 }
 
#left-kh {
	width: 760px;
	height: 100%;
	float: left;
	margin-left:5px;
}
.table-home tr td {
	border: 1px solid #685C20;
	background-color: #EF6534;
	padding: 5px;
	text-align: center;
}
.table-home td:hover {
	background-color: #FE8946;
}
.table-home th {
	border: 1px solid #4A5458;
	background-color: #685C20;
	padding: 5px;
	color: #FFF;
	text-align: center;
}
  
.table-offers tr  {
	background-color: #F5F5F5;
 	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}
.table-offers tr:hover {
	background-color: #694F2E;
	color:#FFF;
 }
.table-offers th {
	background:#694F2E url(/images/bg-th.jpg) repeat-x;
	border: 1px solid #694F2E;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font:bold 18px Arial, Helvetica, sans-serif;
	padding: 5px;
 }



#footer {
	width: 100%;
	height: 254px;
	background: url(/images/footer.jpg) top center no-repeat;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}
.footer1000px {
	width: 1000px;
	height: 237px;
	margin: 0 auto;
}
#footer ul {
	width: 140px;
	height: auto;
	float: right;
	margin: 0px 50px 0 0;
	list-style: none;
	color: #FFF;
}
.footer-right {
	width:700px;
	height: 180px;
	overflow: hidden;
	float: right;
	margin-right: 20px;
	margin-top: 50px;
}
.footer-right h3 {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #5B5322;
	margin-bottom: 10px;
	border-right: solid 2px  #5B5322;
	padding-right: 5px
}
.footer-left {
	width: 320px;
	height: 160px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
	margin-top: 70px;
}
#footer ul li {
	background-color: #6B5130;
	border: 1px solid #fff;
	margin-top: 2px;
	padding: 3px 10px 3px 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footer ul li:hover {
	background-color: #896940;
}
#footer ul li a {
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #fff;
	text-shadow: 1px 1px #000;
	text-decoration: none;
	display: block;
}
#footer ul li a:hover {
	text-decoration: none;
}
.com-dwn {
	height: 50px;
	width: 160px;
	line-height: 20px;
	float: left;
	margin-left: 55px;
	margin-top: 30px;
	text-align: center;
	color: #FFF;
	font: 12px Tahoma, Geneva, sans-serif;
}
#countdownie {
	float: right;
	margin-right: 10px;
}
.com-dwn span {
	font: bold 16px Arial, Helvetica, sans-serif;
}


.ul-c-a a{ display:block; color:#FFF;}
.ul-c-a {
	direction: rtl;
	font: 12px Tahoma, Geneva, sans-serif;
	text-align: right;
	width: 80%;
	margin: 0 auto;
	list-style: none;
}
.ul-c-a li{
	width:174px;
	height:32px;
	line-height:32px;
 	background: url(/images/block-li-bg.jpg) no-repeat;
 	margin:3px auto 0 auto;
	text-align:center;

	
}
.ul-c-a li:hover{
	background-color:#FF7232;
}
.ul-c-a a:hover{	color: #ccc;
 	background: url(/images/block-li-bg.png) no-repeat;

}
.copy {
   display: block;
  float: left;
  height: 50px;
  margin-left: 50px;
  margin-top: 185px;
  width: 100px;
}
