/******HTML Tags******/
body,p,h1,h2,h3,h4,h5,h6,td,th,form,img,input,ul,ol,li {
	margin:0px;
	padding:0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 212121;
}
body {
	background-color: #454545;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	direction:ltr;
}
a {
	text-decoration: none;
	color: #669513;
}
a:hover {
	text-decoration: none;
	color: #bed30b;
}
h1,h2,h3 {
	font-family: Neo Tech Alt Medium, Arial, Helvetica;
	color: #719e19;
}
h1 {
	font-size: 22px;
	margin-bottom:10px;
}
h2 {
	font-size: 20px;
	margin-bottom:9px;
}
h3 {
	font-size: 18px;
	margin-bottom:8px;
}
h4 {
	font-family: Arial, Helvetica;
	font-size: 16px;
	margin-bottom:7px;
}
h5 {
	font-family: Arial, Helvetica;
	font-size: 14px;
	margin-bottom:6px;
}
h6 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	margin-bottom:5px;
}
p {
	margin-bottom:5px;
}
img {
	border: 0px;
}

table {
	clear: both;
	margin:0px;padding0px;
}

td{
	vertical-align:top;
}

ul li {
	list-style-type: none;
	margin-top:8px;
}

ol li {
	list-style-position: inside;
	list-style-type: decimal;
}

input.text {
	border-top: 1px solid #696A65;
	border-left: 1px solid #696A65;
	border-bottom: 1px solid #CACAC7;
	border-right: 1px solid #CACAC7;
	/*background: #878881;*/
	background: #CCCCCC;
	font-size:12px;
	padding:2px;
}

input.button {
	font-family: Neo Tech Alt Medium, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
	border-top: 1px solid #666666;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #050505;
	border-right: 1px solid #050505;
	background: #212121;
	padding:0px 3px;
}

hr {
	height: 1px;
	color: #d3d2d2;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.shadow{
	margin:0px;
	padding:0px;
	background: url(../../assets/skin/en/images/sqr_grey.gif) #373737 no-repeat top right;
	padding-right:6px;
	width:734px;
}
.shadow2 {
	margin:0px;
	padding:0px;
	padding-bottom:6px;
	background: url(../../assets/skin/en/images/sqr_grey.gif) no-repeat bottom left;
}
.allContent{
}

.allContent{
	width:734px;
	background-color: #ffffff;
	text-align:left;
	overflow:hidden;
}

.copyright{
	clear:both;
	font-family: Neo Tech Alt, Tahoma, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#818181;
	width:734px;
	text-align:left;
	padding-top:8px;
}
.footer{
	clear:both;
	height:16px;
	margin:0px 10px;
	text-align:right;
}
.footer a{
	font-family: Neo Tech Alt, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#676566;
	margin:4px 10px;
}

.header {
	background:url('../../assets/skin/en/images/icnr_wht.gif') no-repeat top left;
	height:86px;
	border-bottom:5px solid #373737;
	text-align:left;
}
.headerLinks{
	float:left;
	width:596px;
	height:88px;
}
.headerLogo{
	padding:30px 15px 8px;
}
.headerLang{
	text-align:right;
	padding:5px;
}
.headerNav {
	text-align:right;
	vertical-align:bottom;
	white-space:nowrap;
	padding:0px;
	margin:0px;
	width:500px;
}
.headerNavLinks{
	padding:0 5px 2px;
	float:left;
}

.searchBox {
	float:right;
	background-color:#212121;
	width:120px;
	height:70px;
	padding:9px;
}
.searchBox input.text{
	padding:1px;
	background:#ffffff;
	width:94px;
}
.searchBox input.button{
	background:url('../../assets/skin/en/images/btn_arw.gif');
	border:0px;
	width:18px;
	height:18px;
}
.newsTicker{
	background:#272621;
	height:18px;
	color:#bed30b;
	padding:3px;
}
.newsTicker a{
	text-decoration: none;
	color:#bed30b;
}
.main {
	height:158px;
	overflow:hidden;
	border-bottom:5px solid #373737;
}
.mainHome {
	border-bottom:5px solid #373737;
	height:224px;
}
.mainNav{
	height:30px;
	overflow:hidden;
}
.mainNavL{
	height:24px;
	padding:6px 16px 0;
	float:left;
}
.mainNavR{
	height:22px;
	padding:8px 20px 0;
	float:right;
}
.navLinks{
	font-family: Neo Tech Alt Medium, Arial Black, Helvetica, sans-serif;
	font-size:16px;
	color:#ffffff;
	padding:0px 30px 14px 2px;
	border-right:1px solid white;
}
.navLinks:hover{
/*	color:#878881;*/
}
.navLinks2{
	padding:0px 15px 8px 2px;
}
.segmentLinks {
	font-family: Neo Tech Alt Medium, Arial Black, Helvetica, sans-serif;
	font-size:14px;
	color:#4E5021;
	width:166px;
	padding:0px 0px 14px 3px;
	white-space: nowrap;
	float:left;
	text-align:left;
	border-right:1px solid white;
}
.mainContent {
	padding:15px 0px 10px 20px;
}
.login{
	font-size:11px;
}
.login .text{
	width:120px;
	margin-bottom:6px;
}
.login .forget{
	padding-left:20px;
}
.login a {
	color:#878881;
}
.login a:hover {
	color:#212121;
}
.intro {
	margin-right:20px;
	float:left;
	width:320px;
	
}
.segment{
	width:140px;
	padding:0px 7px 14px;
	margin-right:10px;
	float:left;
}
.errormsg{
	color:red;
	word-wrap:break-word;
	display: block;	
	width: 150px;
}
/***********************************************/
/* Main Content Pages                          */
/***********************************************/

.breadCrumb {
	height:16px;
	padding:4px;
}
.toolBar {
	float:left;
	width:160px;
	height:200px;
}
.navigator {
	background-color:#272621;
	border:4px solid #4a4b49;
	border-left:none;
	padding:5px;
}
.navigator a {
	color:#ffffff;
}
.navigator h4 {
	color:#bed30b;
}
.main .navigator {
	float:left;
	width:160px;
	background:none;
	border:none;
}
.related {
	padding:15px;
}
.title {
	float:left;
	height:90px;
	width:554px;
	padding:10px;
	overflow:hidden;
}
.main .title {
	width:260px;
}
.main .stitle{
	float:left;
	width:450px;
	padding:20px;
	overflow:hidden;
}
.pageDetails {
	float:left;
	width:524px;
	padding:15px;
}
.pageDetails p,ul {
	padding-left:15px;
}
.pageDetails ul li {
	list-style-type: disc;
	margin-top:8px;
	margin-left:15px;
/*
	background-image:url('/web/20070628075641im_/http://www.etisalat.ae/assets/skin/en/images/services/icon-logo-small.gif');
	background-repeat:no-repeat;
	list-style-position: outside;
	list-style-type: none;
	margin-bottom:5px;
	padding-left:15px;
*/
	
}
/***** Default Table *****/
.pageDetails table{
	border: 1px solid #B8D509;
	background: url('../../assets/skin/en/images/services/w-box-corner.gif') no-repeat top right;
}
.pageDetails td{
/*	background:#d9d9d9;
	border-bottom:1px solid #878881;*/
	padding:4px;
}
.pageDetails th{
	text-align:left;
	font-weight:bold;
}
.pageDetails2 {
	float:left;
	width:524px;
	padding:15px;
}
.pageDetailsFull {
	float:left;
	padding:15px;
}

/***********************************************/
/* Green Pages                                 */
/***********************************************/
/*Main Navigation*/
.green .mainNav {
	background: url('../../assets/skin/en/images/cnr_grn_lt.gif') #BED30B no-repeat top left;
}
.green .mainNav .mainNavCorner {
	background: url('../../assets/skin/en/images/cnr_grn_rt.gif') no-repeat top right;
	height:30px;
}
/*segment page*/
.green .main h3 {
	color:#bed30b;
}
.green .main .title p {
	color:#ffffff;
}
.green .main .stitle p {
	color:#ffffff;
}

/*service page*/
.green .breadCrumb {
	background-color:#bed30b;
}
.green .breadCrumb a {
	color:#FFFFFF;
}
.green .breadCrumb a:hover {
	color:#212121;
}
.green .breadCrumb p {
	color:#212121;
}
.green .mainBody .title {
	background-color:#bed30b;
}
.green .mainBody .title h3 {
	color:#212121;
}
.green .mainBody .title p {
	color:#212121;
}
.green .title h1 {
	color: #212121;
}

/***********************************************/
/* Grey Pages                                  */
/***********************************************/
/*Main Navigation*/
.grey .mainNav {
	background: url('../../assets/skin/en/images/cnr_blk_lt.gif') #212121 no-repeat top left;
}
.grey .mainNav .mainNavCorner {
	background: url('../../assets/skin/en/images/cnr_blk_rt.gif') no-repeat top right;
	height:30px;
}
/*segment page*/
.grey .main h3 { 
	color:#bed30b;
}
.grey .main .title p {
	color:#ffffff;
}

.grey .main .stitle p {
	color:#ffffff;
}
/*service page*/
.grey .breadCrumb {
	background-color:#373737;
}
.grey .breadCrumb a {
	color:#787878;
}
.grey .breadCrumb a:hover {
	color:#ffffff;
}
.grey .breadCrumb p {
	color:#bed30b;
}
.grey .mainBody .title {
	background-color:#373737;
}
.grey .mainBody .title h3 {
	color:#bed30b;
}
.grey .mainBody .title p {
	color:#ffffff;
}
.grey .mainBody .title h1 {
	color:#bed30b;
}	

/***********************************************/
/* Comboboxes                                  */
/***********************************************/
.lgryBox{
	width:113px;
	height:15px;
	background:url('../../assets/skin/en/images/drp_gry.gif') #4A4B49 no-repeat top right;
	border-top:1px solid #5D5E5D;
	border-left:1px solid #5D5E5D;
	border-right:1px solid #414240;
	border-bottom:1px solid #414240;
	font-size:11px;
	color:#b7d30b;
	padding:0px 2px;
	margin-top:5px;
}
.lgryDropDown {
	position:absolute;
	border-top:1px solid #9c9d95;
	border-left:1px solid #9c9d95;
	border-right:1px solid #707167;
	border-bottom:1px solid #707167;
	background-color:#878881;
	visibility:hidden;
	width: 160px;
	overflow-x:hidden;
	z-index:1000;
	text-align:left;
}
.lgryDropDown a{
	display: block;
	border-bottom:1px solid #9c9d95;
	padding: 0px 5px;
	width: 150px;
	height: 16px;
	overflow:hidden;
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
}

.lgryDropDown a:hover{
	color:#212121;
	text-decoration:none;
}
/******************************************/
.dgryBox{
	width:146px;
	height:15px;
	background:url('../../assets/skin/en/images/drp_gry.gif') #4a4b49 no-repeat top right;
	border-top:1px solid #5D5E5D;
	border-left:1px solid #5D5E5D;
	border-right:1px solid #414240;
	border-bottom:1px solid #414240;
	font-size:11px;
	color:#ffffff;
	padding:0px 2px;
	margin:5px 0px;
}
.dgryDropDown {
	position:absolute;
	border-top:0px;
	border-left:1px solid #5d5e5d;
	border-right:1px solid #242524;
	border-bottom:1px solid #242524;
	background-color:#333432;
	visibility:hidden;
	width: 150px;
	overflow-x:hidden;
	z-index:1000;
}
.dgryDropDown a{
	display: block;
	background-color:#4a4b49;
	border-bottom:1px solid #5d5e5d;
	padding: 0px 5px;
	width: 146px;
	height: 16px;
	overflow:hidden;
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
}
.dgryDropDown a:hover{
	color:#b7d30b;
	text-decoration:none;
}

.dgryDropDown a.highLight{
	display: block;
	background-color:#bed30b;
	border-top:1px solid #dfec72;
	border-left:1px solid #dfec72;
	border-right:1px solid #95a602;
	border-bottom:1px solid #95a602;
	padding: 0px 5px;
	height: 16px;
	overflow:hidden;
	color:#4a4b49;
	text-decoration:none;
	cursor:hand;
	margin-bottom:5px;
}
.dgryDropDown a.highLight:hover{
	color:#212121;
	text-decoration:none;
}

/******************************************/
.dgrySBox{
	width:113px;
	height:15px;
	background:url('../../assets/skin/en/images/drp_gry.gif') #4A4B49 no-repeat top right;
	border-top:1px solid #5D5E5D;
	border-left:1px solid #5D5E5D;
	border-right:1px solid #414240;
	border-bottom:1px solid #414240;
	font-size:11px;
	color:#b7d30b;
	padding:0px 2px;
	margin-top:5px;
}
.dgrySDropDown {
	position:absolute;
	border-top:0px;
	border-left:1px solid #4a4b49;
	border-right:1px solid #242524;
	border-bottom:1px solid #242524;
	background-color:#3a3b39;
	visibility:hidden;
	width: 119px;
	height:350px;
	overflow:scroll;
	overflow-x:hidden;
	z-index:1000;
	scrollbar-3dlight-color:#5D5E5D;
	scrollbar-arrow-color:#b7d30b;
	scrollbar-base-color:#b7d30b;
	scrollbar-track-color:#5D5E5D;
	scrollbar-darkshadow-color:#414240;
	scrollbar-face-color:#4A4B49;
	scrollbar-highlight-color:#5D5E5D;
	scrollbar-shadow-color:#414240;
}
.dgrySDropDown a{
	display: block;
	border-bottom:1px solid #4a4b49;
	padding: 0px 5px;
	width: 95px;
	height: 16px;
	overflow:hidden;
	color:#ffffff;
	text-decoration:none;
	cursor:hand;
}

.dgrySDropDown a:hover{
	color:#b7d30b;
	text-decoration:none;
}

/***********************************************/
/* Switch Menu                                 */
/***********************************************/
/*.menutitleClosed{
	cursor:pointer;
	margin-bottom: 5px;
	padding:5px;
	background:url(/web/20070628075641im_/http://www.etisalat.ae/assets/skin/en/images/arw_grn_lrg_dn.gif) #272621 no-repeat right;
	border-top:1px solid #a8a9a4;
	border-left:1px solid #a8a9a4;
	border-right:1px solid #696a64;
	border-bottom:1px solid #696a64;
	color:#ffffff;
	font-weight:bold;
}
.menutitleOpened{
	cursor:pointer;
	padding:5px;
	background:url(/web/20070628075641im_/http://www.etisalat.ae/assets/skin/en/images/arw_grn_lrg_up.gif) #272621 no-repeat right;
	border-top:1px solid #a8a9a4;
	border-left:1px solid #a8a9a4;
	border-right:1px solid #696a64;
	border-bottom:1px solid #696a64;
	color:#ffffff;
	font-weight:bold;
}
.submenu{
	color:#878881;
	margin-bottom: 0.5em;
	padding:5px 20px;
	border-left:1px solid #696a64;
	border-right:1px solid #696a64;
	border-bottom:1px solid #696a64;
	display: none;
}*/
.menutitleClosed{
	cursor:pointer;
	margin-bottom: 5px;
	padding-left:20px;
	background:url(../../assets/skin/en/images/arw_gry_sml.gif) no-repeat 5px;
	color:#878881;
	font-weight:bold;
}
.menutitleOpened{
	cursor:pointer;
	margin-bottom: 5px;
	padding-left:20px;
	background:url(../../assets/skin/en/images/arw_gry_sml_dn.gif) no-repeat 0px;
	color:#878881;
	font-weight:bold;
	border:0px;
}
.submenu{
	color:#878881;
	margin-bottom: 0.5em;
	padding:5px 20px;
	display: none;
}
/***********************************************/
/* Tree                                        */
/***********************************************/

.treeLevel1 { 
	font-size: 10pt;
	margin: 3px 10px 3px 10px;
}
.current { 
	color:#bed30b;
	font-weight:bold;
}

.treeLevel2 { 
	font-size: 10pt;
	margin: 3px 10px 3px 20px;
}

.treeLevel3 { 
	font-size: 10pt;
	margin: 3px 10px 3px 30px;
}

.treeLevel4 { 
	font-size: 10pt;
	margin: 3px 10px 3px 40px;
}

.treeLevel5 { 
	font-size: 10pt;
	margin: 3px 10px 3px 50px;
}

/******Common Classes******/
.hi {
	font-weight:bold;
}
.noBorder {
	border:none;
}
.opposite {
	float:right;
}
.greenTxt {
	color:#719e19;
}
.tbBorder{
	padding:6px 0px;border-top:1px solid #878881;border-bottom:1px solid #878881
}

/***********************************************/
/* Service Table                               */
/***********************************************/

.serviceHeader {
	float:none;
}
.serviceHeader h4{
	background: url('../../assets/skin/en/images/services/arrowbullet.gif') no-repeat 3px 0px;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-top:10px;
}
.serviceSubHeader h5{
	/*background: url('/web/20070628075641im_/http://www.etisalat.ae/assets/skin/en/images/services/arrowbullet.gif') no-repeat 3px 0px;*/
	padding: 0px 0px 5px 40px;
	margin:10px 0px 5px 0px;
}
.serviceSubBody{
	padding-left: 40px;
}
.outerTable{
	background: url('../../assets/skin/en/images/services/box-fill.gif') repeat-x;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.innerTable {
	border: 1px solid #B8D509;
	background: url('../../assets/skin/en/images/services/box-corner.gif') no-repeat 100% 0px;
	margin: 0px;
	padding: 0 10px;
}
.pageDetails table.serviceTable{
	border: 0px;
	background: none;
}
.serviceTable th {
	background: none ;
	padding-top: 15px;
}
.serviceTable td {
	background: none ;
	border-bottom: 1px solid #B8D509;
	padding: 5px;
}
.charge{
	font-size: 14px;
	color: #669513;
	font-weight: bold;
	text-align: right;
	margin: 0px 0px;
}
.unit{
	font-size: 11px;
	color: #669513;	
	margin-left: 2px;
}
.contractBody{
	background: url('../../assets/skin/en/images/services/bar-orange.gif') #eaa878 repeat-x;
	border: 1px solid #E27733;
	padding: 15px;
}
.contractBody h4{
	color: #ffffff;
	
}
.contractBody p{
	color: #ffffff;
}
.emptyCell{
	border: 0px;
	word-wrap:break-word;	
}
/***********************************************/
/* Service - Package Table                     */
/***********************************************/

.outerPackageTable h4 a{
	color: #212121;
}
.outerPackageTable {
	background: url('../../assets/skin/en/images/services/box-fill.gif') repeat-x;
	border: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0px;
	width: 250px;
	float: left;
}
.innerPackageTable {
	border: 1px solid #B8D509;
	background: url('../../assets/skin/en/images/services/box-corner.gif') no-repeat 100% 0px;
}
.pageDetails table.servicePackageTable{
	padding: 5px;
	margin: 10px;
	border: 0px;
	align: center;
	width: 92%;
	background: none;
}
.servicePackageTable td {
	background: none ;
	border: none;
	word-wrap:break-word;
}
.packageCharge{
	font-size: 16px;
	color: #669513;
	font-weight: bold;
}
.packageUnit{
	font-size: 11px;
	color: #669513;	
	margin-left: 10px;
}
.packageButton{
	font-family: Neo Tech Alt Medium, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9CC00;
	background: #212121;
	padding: 5px;
	align: bottom;
}
.serviceButton{
	font-family: Neo Tech Alt Medium, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A9CC00;
	background: #212121;
	padding: 5px;
	border:none;
	margin-top:35px 10px 0px 0px;
	
}

/***********************************************/
/* Blank Object                                */
/***********************************************/

.pageDetails table.blankObject{
	background: none;	
	border: 0px;
}
.blankObject td{
	margin: 10px 10px;
	padding: 5px 5px;
}

/*
     FILE ARCHIVED ON 07:56:41 Jun 28, 2007 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:20:14 Jan 15, 2026.
     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)).
*/
/*
playback timings (ms):
  captures_list: 1.261
  exclusion.robots: 0.03
  exclusion.robots.policy: 0.018
  esindex: 0.015
  cdx.remote: 52.896
  LoadShardBlock: 426.655 (3)
  PetaboxLoader3.datanode: 478.376 (4)
  load_resource: 164.143
  PetaboxLoader3.resolve: 110.364
*/