




/*
     FILE ARCHIVED ON 14:24:23 Jan 22, 2015 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 22:22:42 Mar 3, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
@charset "utf-8";
@import url(/web/20150122142423/http://fonts.googleapis.com/css?family=Ubuntu:400,300,300italic,700,700italic,500,400italic);
@import url(/web/20150122142423/http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
	font-family: 'Droid Arabic Kufi', Tahoma;
	font-size: 12px;
	margin: 0px;
	color: #959595;
	background-color: #FFF;
	background-image: url(/web/20150122142423/http://mofa.gov.sd/new/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.en {font-family: 'Ubuntu', Tahoma;}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-family: 'Droid Arabic Kufi', Tahoma;
	font-weight: normal;
	direction: rtl;
}
h1 {
	font-size: 20px;
	color: #2c63a1;
}
h2 {
	font-size: 18px;
	color: #e4a52a;
}
h3 {
	font-size: 14px;
	color: #2c63a1;
	font-weight: bold;
}
p {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
	text-decoration: none;
	color: #4c4c4c;
}
a:hover {
	text-decoration: none;
	color: #58aae2;
}
img {
	border:none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
ol {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
div, ul, li, img, a, a:hover, form, fieldset, input, select, textarea, input {
	-webkit-transition-duration: 0.5s, 0.5s;
	-moz-transition-duration: 0.5s, 0.5s;
	transition-duration: 0.5s, 0.5s; 
	-webkit-transition-timing function: linear, ease-in;
	-moz-transition-timing function: linear, ease-in; 
	transition-timing function: linear, ease-in;
}
form, fieldset {
    border: none;
    margin: 0;
	padding: 0;
	outline:none;
}
.clear {clear:both;}
.required {
	font-weight: bold;
	color: #F00;
	float: right;
	font-family: Tahoma;
	margin-left: 5px;
}
form, fieldset, input, select, textarea, input[type="file"] {
	font-family: 'Droid Arabic Kufi', Tahoma;
    border: none;
    margin: 0;
	padding: 0;
	outline: 0;
}

a:link { -webkit-tap-highlight-color: #1f528c; }
::-moz-selection{ background: #1f528c; color:#fff; text-shadow: none; }
::selection { background:#1f528c; color:#fff; text-shadow: none; }
.alignleft {
	float: none;
	width: auto;
	margin-left: 10px;
}
hr {
	border: medium none;
	height: 7px;
	clear: both;
	display: block;
	background-color: transparent;
	background-image: url(/web/20150122142423/http://mofa.gov.sd/new/img/hr.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#map_canvas {
	position:relative;
	height: 200px;
}
#map_canvas h1 {
	font-size: 16px;
	color: #1f528c;
	width: 300px;
	display: block;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#map_canvas h2 {
	font-size: 14px;
	color: #1f528c;
}
#map_canvas p {
	font-size: 11px;
	line-height: 1.3em;
	color: #666;
}
.error, .success, .alert, .notice {
	font-family: 'Droid Arabic Kufi', Tahoma;
	display: block;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	overflow: hidden;
}
.error p, .success p, .alert p, .notice p {
	margin: 0px;
	padding: 0px;
}
.error, .alert {background-color: #FA8383; color: #b40908; border-color: #F85A5A; }
.success { background-color: #bfebfe; color: #000058; border-color: #73c0e6; }
.notice { background-color: #fcfebf; color: #502800; border-color: #e5d973; }
.error_page {
	background-image: url(/web/20150122142423/http://mofa.gov.sd/new/img/404.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	line-height: 5em;
	min-height: 300px;
	padding-top: 50px;
}
::-webkit-scrollbar {
    width: 10px;
    padding-top: 40px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px #52372b;
    border: 1px solid #52372b;
    background: #52372b;
}
::-webkit-scrollbar-thumb{
    border-radius:10px;
    height: 30px;
    width: 10px;
    border: 1px solid #77a155;
    background: #77a155;
    -webkit-box-shadow: 0 1px 1px #77a155;
    background: #77a155;
}
::-webkit-scrollbar-track-piece {
	cursor: pointer;
    height: 30px;
}
/*====================================== select */
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	background-image: url('/web/20150122142423/http://mofa.gov.sd/new/img/select_bg.png'); 
    background-repeat:no-repeat;
    background-position:1% 45%; 
   }
optgroup {
    color: #FEE0A5;
	font-family: 'Droid Arabic Kufi', Tahoma;
	font-weight:bold;
	font-size:14px;
	background-image:url(/web/20150122142423/http://mofa.gov.sd/new/images/op_gr_bg.png);
	background-repeat:no-repeat;
	background-color:#2C64A1;
	font-style:normal;	
}
option {
    color: #fff;
	background-color:#E4A52A;
	font-weight:bold;
	font-size:12px;
}
option:nth-child(odd) {
    color: #2C63A1;
	background-color:#FCE1AB;
	font-weight:bold;
}
option:nth-child(even) {
    color: #fff;
	font-weight:bold;
}