body{
		padding:0px;
		margin:0px;
		background-color:#ededed;
}

#bodyMainContent{
		width:780px;
		height:900px;
		background-color:#FFFFFF;
		margin-left:auto;
		margin-right:auto;
		border:0px solid #000033;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	
}

#ThelogoArea{
		width:780px;
		height:89px;
		border:0px solid #FF9900;
		background-color:#FFFFFF;

}

#binnajiLogo{
		width:160px;
		height:89px;
		/* background-image:url(../images/ABN-Logo.gif);
		background-color:#FFFFFF; */
		float:right;
}

#leftGifBanner{
		width:600px;
		height:89px;
		border:0px solid #000000;
		float:left;
		margin-left:10px;
		margin-top:3px;
		background-color:#000000;
}

#leftBanner{
		width:600px;
		height:89px;
		margin-top:0px;
		margin-bottom:5px;
		margin-left:0px;
		margin-right:auto;
		background-color:#CCCCCC;
}

#dateEnglishLinkArea{
		width:780px;
		height:30px;
		clear:both;
}

#dateEnglishLinkArea a:link{
		text-decoration:none;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
}
#dateTimeArea{
		width:600px;
		height:30px;
		border:0px solid #000000;
		font-family:Arial;
		font-size:13px;
		text-align:right;
		direction:rtl;
		padding:2px;
		vertical-align:bottom;
		color:#999999;
		float:right;
		margin-top:5px;
}

#EnglishLink{
		width:170px;
		height:30px;
		float:left;
		margin-top:5px;
		margin-left:5px;
		position:absolute;
}

#EnglishLink #logintextboxes #username{
		border:1px solid #000000;
		height:20px;
		margin-bottom:5px;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		text-align:right;
		margin-top:-15px;
		padding:2px;
		position:relative;
}

#EnglishLink #logintextboxes #loginbutton{
		border:1px solid #000000;
		width:87px;
		margin-top:5px;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		position:relative;
}

#EnglishLink #logintextboxes #cancelbutton{
		border:1px solid #000000;
		width:87px;
		margin-top:5px;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		position:relative;
}

#EnglishLink #logintextboxes #password{
		border:1px solid #000000;
		height:20px;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		padding:2px;
		position:relative;
}

#EnglishLink a:link{
		text-decoration:none;
		font-family:Arial;
		font-size:12px;
}

#EnglishLink a:visited{
		text-decoration:none;
		font-family:Arial;
		font-size:12px;
}

/*---------- bubble tooltip -----------*/
a.tt{
		position:relative;
		z-index:24;
		color:#3CA3FF;
		font-weight:normal;
		text-decoration:none;
}
a.tt span{
		display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{
		z-index:25;
		color: #aaaaff;
		background:;
}

a.tt:hover span.tooltip{
		display:block;
		position:absolute;
		top:0px; left:0;
		padding: 15px 0 0 0;
		width:200px;
		color:#FFFFFF;
		text-align: center;
		filter: alpha(opacity:90);
		KHTMLOpacity: 0.90;
		MozOpacity: 0.90;
		opacity: 0.90;
}
a.tt:hover span.top{
		display: block;
		padding: 15px 8px 0;
		/* background: url(../images/bubble.gif) no-repeat top; */
		background-color:#666666;
		border-top:2px solid #333333;
		border-right:2px solid #333333;
		border-left:2px solid #333333;
		
		box-shadow:2px 5px 2px #888;
		-webkit-box-shadow:2px 5px 2px #888;
		-o-box-shadow:2px 5px 2px #888;
		-moz-box-shadow:2px 5px 2px #888;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
		display: block;
		padding: 0 8px;
		background-color:#666666;
		/* background: url(../images/bubble_filler.gif) repeat bottom; */
		font-family:Arial;
		font-size:16px;
		border-right:2px solid #333333;
		border-left:2px solid #333333;

		box-shadow:2px 5px 2px #888;
		-webkit-box-shadow:2px 5px 2px #888;
		-o-box-shadow:2px 5px 2px #888;
		-moz-box-shadow:2px 5px 2px #888;
}
a.tt:hover span.bottom{
		display: block;
		padding:3px 8px 10px;
		color: #548912;
		background-color:#666666;
		border-bottom:2px solid #333333;
		border-right:2px solid #333333;
		border-left:2px solid #333333;
		/* background: url(../images/bubble.gif) no-repeat bottom; */
		box-shadow:2px 5px 2px #888;
		-webkit-box-shadow:2px 5px 2px #888;
		-o-box-shadow:2px 5px 2px #888;
		-moz-box-shadow:2px 5px 2px #888;
}


loginArea{
		width:180px;
		height:130px;
		border:1px solid #666666;
		position:absolute;
		font-family:Arial;
		font-size:18px;
		text-align:center;
		background-color:#CCCCCC;
		font-weight:bold;
		color:#336699;
		display:none;
}

#navigationArea{
		width:780px;
		height:60px;
		border:0px solid #000099;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		clear:both;
		/*background-color:#3b3c3e;*/
		background-color:#231f20;
}

#navigationLinks{
		width:780px;
		height:30px;
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		background-color:#00145a;
}

#navigationLinks #topLinks{
		list-style:none;
		border:0px solid #000066;
		width:650px;
		height:30px;
		text-align:right;
		/* float:right; */
		/* background-color:#CCCC99; */
		/*background-color:#CCCCCC;*/
		background-color:#bcbdc0;
		/* background-image:url(../images/TopNavigationbg.jpg);
		background-repeat:repeat-x; */
		margin-top:0px;
		padding:0px;
		float:right;
}

#navigationLinks #topLinks li{
		display:inline-block;
		margin-left:-2px;
		color:#FFFFFF;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		padding:0px;
		height:30px;
		border:0px solid #FFFFFF;
		padding-top:5px;
}

#navigationLinks #topLinks li:hover{
		display:inline-block;
		margin-left:-6px;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		padding:0px;
		/*background-color:#3b3c3e;*/
		background-color:#231f20;
		/*background-color:#bcbdc0;*/
		height:25px;
		color:#FFFFFF;
}

#navigationLinks #topLinks li a{
		text-decoration:none;
		padding-left:5px;
		padding-right:5px;
		height:30px;
		margin-top:-5px;
		border:0px solid #33CC99;
		color:#333333;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
}

#navigationLinks #topLinks li a:visited{
		text-decoration:none;
		padding-left:5px;
		padding-right:5px;
		height:30px;
		color:#333333;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
}

#navigationLinks #topLinks li:hover a{
		text-decoration:none;
		color:#FFFFFF;
		padding-left:5px;
		padding-right:5px;
		height:30px;
		font-family:Arial;
		font-weight:bold;
		font-size:14px;
}

#topLinks_leftpart{
		width:190px;
		height:30px;
		/*background-color:#CCCCCC;*/
		background-color:#bcbdc0;
		/* background-color:#efe8da; 
		background-image:url(../images/TopNavigationbg.jpg);
		background-repeat:repeat-x; */
		text-align:center;
		color:#333333;
}

#topLinks_leftpart:hover #leftUnorderedList{
		/*background-color:#3b3c3e;*/
		background-color:#231f20;
		/*background-color:#231f20;*/
}

#topLinks_leftpart #leftUnorderedList li:hover{
		/*background-color:#cccccc;*/
		background-color:#bcbdc0;
}

#leftUnorderedList:first-child a{
		color:#333333;
}

#leftUnorderedList:first-child a:visited{
		color:#333333;
}

#topLinks_leftpart:hover #leftUnorderedList:first-child a{
		color:#FFFFFF;
}

#successShares{
		width:117px;
		direction:rtl;
		margin-left:2px;
		margin-right:auto;
		margin-top:3px;
		text-align:right;
		list-style:none;
		border-top:0px solid #CCCCCC;
		border-left:0px solid #006633;
		border-right:0px solid #006633;
		/* display:none; */
		opacity: 0;
		visibility: hidden;
}

#leftUnorderedList:hover #successShares{
		/* display:block; */
		width:118px;
		z-index:3;
		position:absolute;
		opacity: 1;
		visibility:visible;
    	-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
}

#leftUnorderedList #successShares{
		/* display:block; */
		width:118px;
		z-index:3;
		position:absolute;
		opacity: 0;
		visibility:hidden;
    	-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
}

#successShares li{
		color:#000066;
		border-bottom:1px solid #000000;
		border-right:1px solid #000000;
		border-left:1px solid #000000;
		/* background-color:#6699FF; */
		/*background-color:#3b3c3e;*/
		background-color:#231f20;
		width:155px;
		float:right;
		padding-right:3px;
		margin-right:-40px;
}


#successShares li:hover{
		background-color:#CCCCCC;

}


#leftUnorderedList{
		width:160px;
		height:30px;
		list-style:none;
		border:0px solid #00CC66;
		margin-top:0px;
		padding-top:5px;
}

#leftUnorderedList li:first-child:hover{
		background-color:#000066;
		color:#FFFFFF;
}

#leftUnorderedList li:first-child a{
		width:160px;
		height:30px;
		margin-left:0px;
		color:#006699;
		border:0px solid #00CC66;
}

#leftUnorderedList li:first-child a{

		margin-left:auto;
		margin-right:auto;
}

#leftUnorderedList li a{
		text-decoration:none;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
}

#searchBoxArea{
		z-index:1;
		position:absolute;
}

#searchTextBox{
		border:1px solid #666666;
		width:130px;
		height:22px;
		margin-top:2px;
		margin-left:70px;
		text-align:right;
		color:#666666;
		font-family:Arial;
		font-weight:bold;
		font-size:14px;
		padding-right:5px;
}

#searchButton{
		width:45px;
		height:24px;
		margin-right:0px;
		margin-top:3px;
		margin-left:20px;
		border:1px solid #CCCCCC;
		position:absolute;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		color:#000066;
		background-image:url(../images/TopNavigationbg.jpg);
}

#slidershowArea{
		width:780px;
		height:405px;
		border:0px solid #000066;
		margin-top:15px;
		margin-left:auto;
		margin-right:auto;
}

#slidershowArea_right{
		width:550px;
		height:405px;
		border:1px solid #000066;
		margin-top:0px;
		float:right;
		background-color:#99CC00;
}

#slidershowArea_left{
		/*
		width:230px;
		height:400px;
		border:0px solid #000066;
		margin-top:0px;
		float:left;
		background-color:#999999;
		*/
}

#slider_smallImages{
		margin-left:1px;
}

#slider_smallImages img{
		opacity:0.7;
		filter:alpha(opacity=60); /* For IE8 and earlier */
		margin-top:5px; margin-left:0px;
}

#slider_smallImages img:hover{
		opacity:0.9;
		filter:alpha(opacity=60); /* For IE8 and earlier */
}

#slider_link{
		text-decoration:none;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		text-align:right;
		width:488px;
		margin-top:0px;
}

#slider_link a{
		text-decoration:none;
		margin-right:5px;
		color:#990000;
}

#slider_link a:hover{
		text-decoration:none;
		color:#333333;
}

#rotatorAndRightBanners{
		width:780px;
		height:450px;
		border:0px solid #000033;
		position:absolute;
		margin-top:420px;
		margin-left:auto;
		margin-right:auto;
}

#lower_Rotator{
		border:0px ridge #999999;
		width:263px;
		height:172px;
		clear:both;
		/* background-color:#CCCCCC; */
		/* background-color:#e8e8e8; 
		background-image:url(../images/vertical_sliderbg5.jpg);
		background-repeat:repeat-x; */
		position:absolute;
		margin-left:4px;
		/* box-shadow:2px 2px 2px #888;
		-webkit-box-shadow:2px 2px 2px #888;
		-o-box-shadow:2px 2px 2px #888;
		-moz-box-shadow:2px 2px 2px #888; */
}

#lower_Rotator #servay_tabs{
		border:1px ridge #999999;
		width:258px;
		height:199px;
		clear:both;
		margin-left:-2px;
		margin-bottom:10px;
		padding-left:3px;
		padding-right:3px;
		padding-top:1px;
		background-image:url(../images/vertical_sliderbg5.jpg);
		background-repeat:repeat-x;
}

#servay_tabs ul{
		padding: 0px;
		margin: 0px;
		margin-left: 10px;
		list-style-type: none;
}

#servay_tabs ul li{
		display: inline-block;
		clear: none;
		float: left;
		height: 24px;
}

#servay_tabs ul li a{
		position: relative;
		margin-top: 16px;
		display: block;
		margin-left: 6px;
		line-height: 24px;
		padding-left: 10px;
		background: #f6f6f6;
		z-index: 9999;
		border: 1px solid #ccc;
		border-bottom: 0px;
		
		/* The following four lines are to make the top left and top right corners of each tab rounded. */
		/* -moz-border-radius-topleft: 4px;
		border-top-left-radius: 4px;
		-moz-border-radius-topright: 4px;
		border-top-right-radius: 4px; */
		/* end of rounded borders */
		
		width: 100px;
		color: #000000;
		text-decoration: none;
		font-weight: bold;
}

#servay_tabs ul li a:hover{
		text-decoration: underline; /* a very simple effect when hovering the mouse on tab */
}

#servay_tabs #Content_Area{
		padding: 0 15px;
		clear:both;
		overflow:hidden;
		line-height:19px;
		position: relative;
		top: 20px;
		z-index: 5;
		height: 150px;
		overflow: hidden;
		direction:rtl;
}

#Content_Area p{
		padding-left: 15px;
		font-weight:bold;
}

#servay_tabs #Tabs #li_tab2 a{
		border:1px solid #333333;
}

#servay_tabs #Tabs #li_tab1 a{
		border:1px solid #333333;
}

#servay_tabs tab{}

#lower_Rotator .rotator{
		border:1px ridge #999999;
		width:258px;
		height:175px;
		clear:both;
		margin-left:-2px;
		margin-bottom:10px;
		padding-left:3px;
		padding-right:3px;
		padding-top:1px;
		background-image:url(../images/vertical_sliderbg5.jpg);
		background-repeat:repeat-x;
}

#lower_Rotator .rotator img{
		border:1px solid #003366;
		border-radius:2px;
		margin-left:2px;
		margin-right:2px;
}

#lower_Rotator .rotator a{
		text-decoration:none;
		text-align:right;
		direction:rtl;
		float:right;
		margin-right:3px;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:#000066;
		margin-bottom:5px;
		margin-top:5px;
}

#lower_Rotator .rotator a:hover{
		text-decoration:none;
		color:#990000;
}

#lower_Rotator #facebook_plugins{
		border:1px ridge #999999;
		width:258px;
		height:199px;
		clear:both;
		background-color:#e8e8e8;
		position:absolute;
		margin-left:-2px;
		padding-left:3px;
		padding-right:3px;
		padding-top:1px;
		background-image:url(../images/vertical_sliderbg5.jpg);
		background-repeat:repeat-x;
/*
		box-shadow:2px 2px 2px #888;
		-webkit-box-shadow:2px 2px 2px #888;
		-o-box-shadow:2px 2px 2px #888;
		-moz-box-shadow:2px 2px 2px #888;
*/
}

.fb-facepile{
		font-family:Arial;
		font-size:14px;
}


#leftjazeeraBanners{
		position:relative;
		margin-top:220px;
		margin-left:-2px;
		clear:both;
		/* 
		border:0px solid #CCCCCC;
		width:264px;
		height:205px;
		background-color:#e8e8e8;
		*/
}



#RightAdvertizing{
		border:2px solid #CCCCCC;
		width:490px;
		height:710px;
		float:right;
		text-align:right;
		padding:0px;
		box-shadow:2px 2px 2px #888;
		-webkit-box-shadow:2px 2px 2px #888;
		-o-box-shadow:2px 2px 2px #888;
		-moz-box-shadow:2px 2px 2px #888;
		margin-right:5px;
}

/**********************************************************************************/
#newsticker-demo { 
		width:480px; 
		background:#EAF4F5; 
		padding:5px 5px 0; 
		font-family:Arial;
		font-size:12px;
		margin:0px auto;
		height:705px;
		text-align:right;
}

#newsticker-demo a{
		text-decoration:none;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:#990000;
		margin-right:5px;
}

#newsticker-demo a:hover{
		text-decoration:none;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		color:#333333;
		margin-right:5px;
}

#newsticker-demo img{
		border: 1px solid #FFFFFF;
}

#newsticker-demo .title{
		background-image:url(../images/bg-title.png);
		background-repeat:repeat-x;
		text-align:center;
		font-size:18px;
		font-weight:bold;
		padding-top:10px;
		font-family:Arial;
		color:#990000;
		box-shadow:2px 5px 5px #888;
		-webkit-box-shadow:2px 5px 5px #888;
		-o-box-shadow:2px 5px 5px #888;
		-moz-box-shadow:2px 5px 5px #888;
		width:490px;
		margin-left:-5px;
		height:28px;
		margin-top:-5px;
		margin-bottom:4px;
}

.newsticker-jcarousellite{
		width:485px;
		direction:rtl;
		height:450px;
		border:0px solid #333333;
		padding-right:3px;
}

.newsticker-jcarousellite ul{
		height:445px;
}

.newsticker-jcarousellite ul li{
		list-style:none;
		display:block;
		padding-bottom:1px;
		margin-bottom:5px;
		border:1px ridge #999999;
		padding:3px;
		background-color:#CCCCCC;
		background-image:url(../images/vertical_sliderbg8.jpg);
		background-repeat:repeat-x;
		filter: alpha(opacity:90);
		/*
		KHTMLOpacity: 0.50;
		MozOpacity: 0.50;
		opacity: 0.50;
		*/
}

.newsticker-jcarousellite .thumbnail{
		float:left;
		width:110px;
		margin-top:25px;
}

.newsticker-jcarousellite .thumbnail img{
		border-radius:5px
}

.newsticker-jcarousellite .info{
		float:right;
		width:360px;
		color:#990000;
}

.newsticker-jcarousellite .info span.cat{
		display:block;
		font-size:15px;
		color:#333333;
		width:365px;
		height:100px;
		margin-right:5px;
}

.clear{
		clear: both;
}
/***********************************************************************************/

/****************************************Twitter Social Area************************/
#twitterSocialArea{
		position:absolute;
		margin-top:215px;
		clear:both;
		border:1px ridge #999999;
		width:263px;
		height:255px;
		clear:both;
		/*
		background-color:#e8e8e8;
		margin-left:-2px;
		padding-left:3px;
		padding-right:3px;
		padding-top:1px;
		background-image:url(../images/vertical_sliderbg5.jpg);
		background-repeat:repeat-x;
		*/
}

#twitterSocialArea .twitter-timeline{
		text-decoration:none;
}
/*****************************************************************************************/
#lower_page_portion{
		width:780px;
		height:280px;
		background-color:#999999;
		position:absolute;
		margin-top:500px;
		margin-left:auto;
		margin-right:auto;
		border:0px solid #000000;
}

#topBar_bottomPortion{
		width:780px;
		/*background-color:#252525;*/
		background-color:#231f20;
		height:40px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
}

#topBar_bottomPortion:first-child img{
		margin-top:4px;
		margin-left:3px;
}

#middleBar_bottomPortion{
		width:780px;
		background-color:#CCCCCC;
		height:190px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		background-image:url(../images/barsbg2.jpg);
		background-repeat:repeat-x;
		color:#fff;
}

#middleBar_bottomPortion #lowerLinks1{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

/*****************************************************************************************************************/
#middleBar_bottomPortion #lowerLinks1 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}

#middleBar_bottomPortion #lowerLinks2 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}

#middleBar_bottomPortion #lowerLinks3 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}

#middleBar_bottomPortion #lowerLinks4 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}

#middleBar_bottomPortion #lowerLinks5 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}

#middleBar_bottomPortion #lowerLinks6 ul{
		list-style-image:url(../images/buletts.jpg);
		margin-right:10px;
}
/*****************************************************************************************************************/
#middleBar_bottomPortion #lowerLinks1 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks2 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks3 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks4 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks5 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks6 ul li a{
		color:#CCCCCC;
}

#middleBar_bottomPortion #lowerLinks1 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks1 ul a:hover{
		text-decoration:underline;
}

#middleBar_bottomPortion #lowerLinks2{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

#middleBar_bottomPortion #lowerLinks2 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks2 ul a:hover{
		text-decoration:underline;
}

#middleBar_bottomPortion #lowerLinks3{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

#middleBar_bottomPortion #lowerLinks3 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks3 ul a:hover{
		text-decoration:underline;
}

#middleBar_bottomPortion #lowerLinks4{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

#middleBar_bottomPortion #lowerLinks4 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks4 ul a:hover{
		text-decoration:underline;
}

#middleBar_bottomPortion #lowerLinks5{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

#middleBar_bottomPortion #lowerLinks5 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks5 ul a:hover{
		text-decoration:underline;
}

#middleBar_bottomPortion #lowerLinks6{
		width:120px;
		border:0px solid #333333;
		float:right;
		direction:rtl;
		padding:5px;
		font-family:Arial;
		font-weight:bold;
		font-size:16px;
		margin-top:10px;
}

#middleBar_bottomPortion #lowerLinks6 ul, a{
		font-family:Arial;
		font-weight:normal;
		font-size:15px;
		text-decoration:none;
}

#middleBar_bottomPortion #lowerLinks6 ul a:hover{
		text-decoration:underline;
}

#bottomBar_bottomPortion{
		width:780px;
		background-color:#666666;
		height:30px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		text-align:right;
		direction:rtl;
		color:#CCCCCC;
		padding-top:5px;
}

#bottomBar_bottomPortion a{
		text-decoration:none;
		color:#FFFFFF;
		font-family:Arial;
		font-size:14px;
		font-weight:bold;
		margin-right:5px;
		margin-top:5px;
}

#bottomBar_bottomPortion a:hover{
		color:#CCCCCC;
}

#bottomPage_bottomPortion{
		width:780px;
		background-color:#FFFFFF;
		height:30px;
		padding-right:0px;
		padding-left:0px;
		font-family:Arial;
		font-size:13px;
		direction:rtl;
		text-align:right;
		position:relative;
		margin-left:auto;
		margin-right:auto;
}

#bottomPage_bottomPortion span{
		padding-left:5px;
		padding-right:5px;
		margin-top:8px;
}
/*****************************************************************************************/

/**************************************Top Banners**************************************************/
.ca_banner{
    position:relative;
    overflow:hidden;
    background:#f0f0f0;
    padding:10px;
    border:1px solid #fff;
    -moz-box-shadow:0px 0px 2px #aaa inset;
}

.ca_slide{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

.ca_zone{
    position:absolute;
    width:100%;
}

.ca_wrap{
    position:relative;
    display:table-cell;
    vertical-align:middle;
    text-align:center;
}

.ca_wrap img.ca_shown{
    display:inline !important;
}

.ca_banner1{
    width:650px;
    height:300px;
}

.ca_bg1{
    background:#fff url(../images/bg.jpg) no-repeat top left;
}

.ca_banner1 .ca_zone1{
    top:0px;
    left:0px;
}
.ca_banner1 .ca_wrap1{
    width:320px;
    height:300px;
}
.ca_banner1 .ca_zone2{
    top:100px;
    left:240px;
}
.ca_banner1 .ca_wrap2{
    width:387px;
    height:203px;
}
.ca_banner1 .ca_zone3{
    top:32px;
    left:250px;
}
.ca_banner1 .ca_wrap3{
    width:378px;
    height:31px;
}
/**************************************************************************************************/

#uptopPage{
		float:left;
		font-family:Arial;
		font-weight:bold;
		font-size:12px;
		margin-top:5px;
		margin-left:10px;
}

#siteusingtext{
		text-align:justify;
		direction:rtl;
		margin-right:25px;
		margin-left:50px;
		border:0px groove #999999;
		margin-top:0px;
		padding:5px;
}

#siteusingtext p{
		text-indent:20px;
		font-size:20px;
		text-align:justify;
		line-height:33px;
		font-family:Arial;
}

#siteusingtext h4{
		margin-top:25px;
		color:#990000;
}

#siteusingtext h3{
		color:#990000;
		text-align:center;
}

#navigationLinks #topLinks .feedbackUsers
{
    display: inline;
    list-style-type: none;
    position: absolute;
}

#navigationLinks #topLinks .feedbackUsers_menu .feedbackUsers
{
    display: none;
}

#navigationLinks #topLinks .feedbackUsers_menu:hover .feedbackUsers
{
    display: list-item;
    position: absolute;
    margin-top: 5px;
    border: 1px solid #000;
    background-color: #ccc;
    height: 28px;
    color: #990404;
}

#navigationLinks #topLinks .feedbackUsers_menu:hover .feedbackUsers li
{
    color: #990404;
    height: 23px;
    
}
#navigationLinks #topLinks .feedbackUsers_menu:hover .feedbackUsers li a:hover
{
    
    color:#fff;
}