body {
    font-family: "Geeza Pro", Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    
}




* {margin:0;padding:0;}
/*
#outer {height: 400px; overflow: hidden; position: relative;}
#outer[id] {display: table; position: static;}
*/
/* #middle {position: absolute; top: 20%;} */ /* for explorer only*/
/* #middle[id] {display: table-cell; vertical-align: middle; width: 100%;}*/

/*#inner {position: relative; top: -20%; text-align: center; width: 600px; margin: 0 auto;} */ /* for explorer only */
/* * html #inner {top: 10%; }*/ /* for explorer only */

/* optional: #inner[id] {position: static;} */

#inner {
	margin: 120px auto 40px;
    text-align: center;
    width: 600px;
    position: relative;
}

#wrap {
	margin: 120px auto;
    text-align: center;
    width: 600px;
    position: relative;
}

.domain {
    -moz-border-radius:10px;
    background:#eee;
    border:1px solid #ccc;
    color:#006699;
    font-weight:bold;
    margin:-30px 0 40px;
    padding:10px;
}

.domain a {
  text-decoration: none;
  color: #C60963;
}

.domain a:hover {
  text-decoration: underline;
  color: #9b001f;
}


#logo {
	background: url(../img/logo.gif) no-repeat right center;
	padding-right: 70px;
	width: 190px;
    height: 80px;
	margin: 0 auto 25px;
	position: relative;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 66px;
	color: #333;
	text-align: right;
	line-height: 70px;
    font-family: "Traditional Arabic","Geeza Pro", Arial, Helvetica, sans-serif;
}

h1 a {
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 2px #ccc;
    display: block;
}

h1 span {
    visibility: hidden;
}


#slogan {
	color: #009900;
	margin-bottom: 30px;
    font-weight: bold;
    visibility: hidden;
}

.codename {
	color: #aaa;
	position: absolute;
	top: -10px;
	left: 0px;
	display: block;
	width: 59px;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.roundinput {
	background: #eee url(../img/input.gif) no-repeat top right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	width: 400px;
	height: 40px;
	margin: 0 auto;
	position: relative;
	text-align: right;
}

.roundinput .pre{
	color:#AAAAAA;
	font-family:"Geeza Pro",Arial,Helvetica,sans-serif;
	font-size:22px;
	margin-right:10px;
	padding:8px 0 0;
	text-align:right;

}
.roundinput input {
    font-family: "Geeza Pro", Arial, Helvetica, sans-serif;
	font-size: 22px;
	border: 0;
	background: none;
	width: 220px;
	margin-right: 10px;
	text-align: right;
	color: #aaa;
    padding: 8px 0 6px;
}

.roundinput .searchbutton {
	position:absolute;
	left:5px;
	top:5px;
	width:110px;
	height:30px;
	margin:0;
	padding:0 20px 5px 0;
	background: #0b6d9d url(../img/search.gif) no-repeat top right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	color:#fff;
	text-shadow:0 -1px 0 #0E3852;
	display:block;
	cursor:pointer;
}

.roundinput .searchbutton:hover {
	color:#eee;
	background: #2d86d2 url(../img/search.gif) no-repeat bottom right;
}

.roundinput .searchbutton a {
	text-decoration: none;
	color: #fff;
}

.roundinput .searchbutton a:hover {
	text-decoration: underline;
	color: #ffff00;
}

#loading,
.loading {
	display:none;
	float: left;
	background: url(../img/loading.gif) no-repeat center center;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 4px;
	left: 115px;
}

.loader {
	background: url(../img/loading.gif) no-repeat left center;
}


.result {
	padding: 2px;
	border: 2px solid #aaa;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
    text-align: right;
	right: 110px;
    font-weight: bold;
    margin-top: 28px;
}

#resulthead h2 {
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 4px;
	background: #009933;
    width: 270px;
    position: absolute;
    right: 110px;
}

.results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
    color: #333;
}

.results li {
	margin: 0px;
	padding: 6px 5px;
	cursor: pointer;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
    font: bold 15px "Geeza Pro", Arial, Helvetica, sans-serif;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-top: 1px solid #ddd;
    color: #006699;
}

.ac_loading {
	background: url('../img/loading.gif') left center no-repeat;
}

.ac_odd,
.ac_even {
  padding: 3px 5px;
	color:  #006699;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #006699;
	color: white;
}


/*.result ul {
	list-style: none;
}

.result li {
	border-top: 1px solid #ccc;
	overflow: hidden;
	padding: 3px 6px;
    cursor: pointer;
	color: #006699;
	display: block;
	text-decoration: none;
    font-weight: bold;
}

.result a {
    font-weight: bold;
}


* html .result li {
    margin-bottom: -18px;
}

.result li:hover {
	background: #006699;
	text-decoration: underline;
	color: #fff;
}*/



.addnew {
	float: left;
	background: #aaa;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 5px;
}

.newsearch {
	float: right;
	background: #aaa;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 5px;
    display: none;
}

.resultnote {
  font-weight: bold;
  text-align: center;
  color: #aaa;
  padding: 2px 0;
}


.addnew:hover, .newsearch:hover {
	background: #333;
}

.note {color: #666; margin-top: 15px; font-weight: bold;}

.homeadd {
	margin-top: 70px;
	font-weight: bold;
	text-align: center;
}

.homeadd a {
	background: #aaa;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 5px auto;
	display: block;
	width: 150px;
	padding: 4px;
}


.homeadd a:hover {
	background: #333;
}

.homeadd span {
	color: #bbb;
	font-size: 32px;
	margin-bottom: 25px;
}

.warning {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#ffcccc;
    border:1px solid #ff5999;
    color:#B80000;
    font-weight:bold;
    margin-bottom:15px;
    padding:10px;
}

.ok {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#BBFFBB;
    border:1px solid #68DF9D;
    color:#006600;
    font-weight:bold;
    margin-bottom:15px;
    padding:10px;
}


h2#pagetitle {
	color: #006699;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 28px;
}

#pagecontent {
	text-align: right;
}

#pagecontent h3 {
	color: #00527b;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-top: 30px;
	font-size: 22px;
	font-family:  "Geeza Pro", Arial, Helvetica, sans-serif;
	font-weight: normal;
    clear: both;
}

#pagecontent p {
	margin: 5px 10px 5px 0;
	text-align: justify;
	color: #333;
	line-height: 150%;
	font-family:  "Geeza Pro", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

#pagecontent ul,
#pagecontent ol {
	margin: 15px 35px 15px 0;
}

#pagecontent a {
	color: #006699;
	text-decoration: none;
}

#pagecontent a:hover {
	text-decoration: underline;
	color: #992841;
}

.avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	margin: 10px 10px 40px 20px;
}

.icon {
	float: right;
	padding: 2px;
	margin: 10px 10px 40px 20px;
}

#pagecontent .anchorbutton, .anchorbutton {
	background: #aaa;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	width: 150px;
	padding: 4px;
    font-weight: bold;
}

#pagecontent .anchorbutton:hover,.anchorbutton:hover {
	background: #333;
	color: #fff;
}

.alignright{float: right}
.alignleft{float: left}

table#details{
	text-align: right;
	width: 500px;
	margin: 25px auto;
}

table#details th {
	background: #eee;
	border: 1px solid #ccc;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    text-align: center;
}

table#details td {
	border: 1px solid #ccc;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
    font-weight: bold;
    color: #333;
}

#report {
  text-align: center;
}


form.comform {
	width:380px;
	margin: 0 auto 20px;
	overflow: hidden;
    border: 2px solid #ccc;
    background: #f7f7f7;
    padding: 0 20px 20px;
    text-align: right;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

* html form.comform {
  width: 387px;
}


.comform input, .comform label {
	font-size: 15px;
    font-weight: bold;
    font-family: "Geeza Pro", Arial, Helvetica, sans-serif;
}

.comform input,
.comform textarea {
  width: 250px;
}

select {
	width: 150px;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #aaa;
    font-family: "Geeza Pro", Arial, Helvetica, sans-serif;
}

select option {
	padding: 2px 4px;
}

.formnote {
	color: #666;
	font-size: 12px;
    font-family: "Geeza Pro", Tahoma, Arial, Helvetica, sans-serif;
	margin: 5px 110px 0 0;
}

#capcha {
	width: 300px;
	margin: 0 auto 20px;
	overflow: hidden;
}

#capcha div {
    float: right;
    margin-right: 5px;
} 

.submitentry {
	display: block;
	background: #009933;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 10px auto;
	width: 100px;
	padding: 3px 6px;
    clear: both;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
    border: none;
    cursor: pointer;
    clear: both;
}

.submitentry:hover {background: #007711;}


.extraphone {
	width: 80px;
	color: #fff;
	background: #999;
    float: left;
	position: relative;
	left: 15px;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 10px auto;
	padding: 3px 6px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.success {
    -moz-border-radius:20px;
	-webkit-border-radius: 20px;
    background:#eeeeff url(../img/thanks.gif) no-repeat top right;
    border:1px solid #CCCCCC;
    display:block;
    padding:40px 200px 25px 20px;
    text-align: left;
}

.success h2 {
    color:#438BB0;
    font-family:Arial;
    font-size:50px;
    font-weight:bolder;
}

.success p {
    color:#EE1C24;
    font-family:Arial;
    font-size:18px;
    padding:10px 0;
}


.success a {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    background:#006699;
    clear:both;
    color:#fff;
    font-weight:bold;
    padding:3px 6px;
    text-decoration:none;
    width:150px;
}

.success a:hover {
    background:#004A6F;
}

.backtohome {
	width: 150px;
	color: #fff;
	display: block;
	background: #aaa;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration: none;
	margin: 10px auto;
	padding: 3px 6px;
    font-weight: bold;
    clear: both;
}

.backtohome:hover,.extraphone:hover {background: #333;}

/* API page */
ul.tabNavigation {
	list-style: none;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
}

ul.tabNavigation li {
	float: right;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}

ul.tabNavigation li a {
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	background-color:#eee;
	color:#000000;
	display:block;
	padding:5px 20px;
	text-decoration:none;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color: #006699;
	color: #fff;
}

ul.tabNavigation li a:focus {
	outline: 0;
}

div.tabs > div {
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-color:#006699 #eee #eee;
	border-style:solid;
	border-width:5px 1px 1px;
	padding:20px;
	text-align:right;
}

div.tabs > div h2 {
	margin-top: 0;
}

#first {
	background-color: #fff;
}

#second {
	background-color: #fff;
}

#third {
	background-color: #fff;
}

#api p {
	margin: 0 10px;
	color: #333;
}

#api h2 {
	color: #006699;
	margin-bottom: 15px;
}

.code {
	direction: ltr;
	font-family: monospace;
	margin: 10px 0;
	padding: 4px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: left;
}

/* API page */

.addon {
  overflow: hidden;
  margin-bottom: 20px;
}


.addon-icon {float: right;margin-left: 15px;}

.addon-icon img, .addon-icon a {
	display: block;
	float: none;
	margin: 0 auto;
}

.addon-icon .download {
	margin-top: 5px;
	background: url(../img/download.gif) no-repeat top right;
	width: 96px;
	height: 30px;
}

.addon-icon .download:hover {
	background: url(../img/download.gif) no-repeat bottom right;
	text-decoration: none !important;
}

.addon-icon .download span {
	visibility: hidden;
}


.addon-details {
	color: #666;
	font-size: 15px;
	font-weight: bold;
	float: right;
	width: 480px;
}

.addon-details dt, .addon-details dd {
	margin-top: 10px;
}

.addon-details span {
	color: #333;
}

.clear {clear: both;height: 1%;}

#footer {
	width: 100%;
	position: absolute;
	top: 0;
	right: 0;
	text-align: left;
	background: #eee;
	border-bottom: 1px solid #ccc;
	padding: 0;
	color: #bbb;
	margin: 0;
    font-weight: bold;
}

#footer div {
  padding-left: 15px;
  padding-top: 4px;
  float: left;
}

#sublinks {
  text-align: center;
  color: #ccc;
  margin: 10px 0 20px;
}

#sublinks a {
  text-decoration: none;
  color: #999;
  font-family: "Geeza Pro", Tahoma, Arial, sans-serif;
  font-size: 12px;
}

#sublinks a:hover {
  color: #EA1354;
  text-decoration: underline;
}


#choosecountry {
    -moz-border-radius:5px;
    -webkit-border-radius: 5px;
    visibility: hidden;
    float:right;
    height:26px;
    margin-right:5px;
    padding:2px;
    width:100px;
}

#choosecountry .ksa {
  padding-right: 2px;
}

.soonmessage {
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft:10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    background:#000000 none repeat scroll 0 0;
    color:#FFFFFF;
    float:none;
    font-family:Tahoma,Arial,sans-serif;
    font-size:12px;
    line-height:20px;
    opacity:0.7;
    padding:10px;
    position:absolute;
    right:5px;
    text-align:center;
    top:37px;
    display: none;
}


#footer a {
	text-decoration: none;
	color: #666;
}

#footer a:hover {
	text-decoration: underline;
	color: #006699;
}

#footer a:active {color: #bb0044}

#social {
	text-align:right;
	float: right;
	padding-right: 15px;
}

#social dd {
	margin: 0;
	padding: 3px 3px 3px 0;
    font-weight: bold;
    float: right;
}

#social dd a {
	text-decoration: none;
	color: #006699;
	display: block;
	width: 24px;
	height: 24px;
}

#social dd a span {
	position: absolute;
	visibility: hidden;
	top: 0;
	right: 0;
}

#social dd a:hover {
	text-decoration: none;
	color: #ba1835;
}

/* #social .blog {background: url(../img/bl.gif) no-repeat center right;} */
#social .facebook a{background: url(../img/fb.gif) no-repeat center right;}
#social .twitter a{background: url(../img/tw.gif) no-repeat center right;}

.version {
  font-family: Tahoma, Arial, sans-serif;
  color: #666;
  font-size: 11px;
  position: fixed;
  left: 15px;
  bottom: 15px;
}


/* IE sucks bigtime */

/* IE6 Only */ 
* html .roundinput .searchbutton  {padding-bottom: 0;} 

/* IE7 Only */ 
*:first-child+html .roundinput .searchbutton  {padding-bottom: 0;} 

.getchrome {
  position:absolute;
  right:-200px;
  top:20px;
}

a img {
  border: none;
}

.getchrome img {
  border: none;
}

