body {
/*scrollbar-base-color: #0066CC;
scrollbar-arrow-color: #E6FFFF;
scrollbar-track-color: #E6FFFF;*/
font-family: Tahoma; color: #000066;
font-size: 12px 
	margin:0;
	background: #ffffff url('images/bg.gif') repeat-y center;
}

/*
input {
font-family: Tahoma;
font-size: 12px;
color: #85181C;
border: 1px solid #0066CC;
background-color: #E6FFFF }
*/

input {
	BORDER-RIGHT: #d1cdb0 1px solid; BORDER-TOP: #d1cdb0 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #d1cdb0 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #d1cdb0 1px solid; FONT-FAMILY: Tahoma; HEIGHT: 22px
}


button { border: 1px solid #0066CC }

tr{
font-family: Tahoma;
font-size: 12px;
}
td{
font-family: Tahoma;
font-size: 12px;
}


TEXTAREA {
	BORDER-RIGHT: #d1cdb0 1px solid; BORDER-TOP: #d1cdb0 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #d1cdb0 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #d1cdb0 1px solid; FONT-FAMILY: Tahoma;
}

#title font {
font-family: Monotype Koufi;
font-size: 36px;
}



/* ---- Settings ----  */
.normal{
font-family: Tahoma;
font-size: 12px;
}

.lastnews {
text-decoration: none;
font-family: Tahoma;
font-size: 14px;
color: #000000;
}

.lastnews:hover {
text-decoration: none;
font-family: Tahoma;
font-size: 14px;
color: #FF000F;

}

.handcursor{
cursor:hand;
cursor:pointer;
font-family: Arial;
font-size: 14px;
}

.catsubtitle {
text-decoration: none;
font-family: Arial;
Font: Bold;
font-size: 15px;
color: #ffffff;
}

.catsubtitle:hover {
text-decoration: none;
font-family: Arial;
Font: Bold;
font-size: 15px;
color: #CAECFB;
}



 
.urgentnews {
text-decoration: none;
FONT: bold 15px Arial;
}

.articletitle {
text-decoration: none;
FONT: bold 15px Arial;
color: blue;
}

.articletitle:hover {
text-decoration: none;
FONT: bold 15px Arial;
color: #FF000F;
}



.linkonredbg {
text-decoration: none;
FONT: bold 15px Arial;
color: #33ccff;
}

.linkonredbg:hover {
text-decoration: none;
FONT: bold 15px Arial;
color: #95E4FF;
}

.articledetails {
text-decoration: none;
FONT: 12px/1.6em Tahoma;
color: #000000;
TEXT-ALIGN: justify


}

.mainarticledetails {
PADDING-LEFT: 15px;
FONT:12px/1.6em Tahoma;
COLOR: black;
TEXT-ALIGN: justify


}

.articlecat {
text-decoration: none;
font-family: Arial;
Font: Bold;
font-size: 15px;
color: #ffffff;
}
.articlecat:hover {
text-decoration: none;
font-family: Arial;
Font: Bold;
font-size: 15px;
color: #ffffe0;

}


.gallerytitle {
text-decoration: none;
FONT: bold 15px Arial;
color: blue;
}

.gallerytitle:hover {
text-decoration: none;
FONT: bold 15px Arial;
color: #FF000F;

}

.gallerytitle2 {
text-decoration: none;
FONT: bold 15px Arial;
color: #FF000F;

}





/* -- END Settings --  */



/* ----  menu  ----  */





#menu ul {



    background: #FAFAFA;



	margin: 0;



	padding: 0;



	list-style: none;



	width: 155px;



	border-bottom: 1px solid #DBDBDB;



    border-left: 0px;



    text-align: right;



}







#menu ul li {



	position: relative;



	direction: rtl;



}







#menu li ul {



	position: absolute;



	left: -147px; /*Set 1px less than menu width */



	top: 0;



	display: block;



}







#menu li:hover ul {



	display: block;



}







#menu li:hover>ul {



	visibility:visible;



}







#menu ul ul {



	visibility:hidden;



}







* html #menu ul li { float: right; height: 1%; }



* html #menu ul li a { height: 1%; }







#menu ul, li {



	margin: 0 0 0 0;



}







/* Styles for Menu Items */



#menu ul a {



	display: block;



	text-decoration: none;



	color: #005F9F;



    background-color: #FAFAFA;



	padding: 5px;



	border: 1px solid #DBDBDB;



	border-bottom: 0;



    border-left: 0;



    border-right: 0;



}





/* Hover Styles */



#menu ul a:hover {



	color: #FFFFFF;



	background: #005F9F;



}


.article_pic {

	border: 1px solid #CCCCCC;

	padding: 3px 3px 3px 3px;

	margin: 3px 2px 1px 2px;

	background-color: White;

	display: inline;

}

/* New Design */

b.arial {
FONT: bold 15px Arial;


}


/* sTICKY ARTICLES */

.glidecontentwrapper{
position: relative; /* Do not change this value */
width: 462px;
height: 170px; /*  Set height to be able to contain height of largest content shown*/
/*border: 1px solid #DBDBDB;*/
overflow: hidden;
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
position: absolute; /* Do not change this value */
background: #ffffff ;
padding: 2px;
visibility: hidden;
width: 462px;

}
/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
width: 462px;
margin-top: 2px;
text-align: right; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
}
/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a{ /*style for every navigational link within toggler */
/*
border: 1px solid black;
color: #2e6ab1;
padding: 1px 3px;
*/
background: #dd312f;
display: -moz-inline-box;
display: inline-block;
border: 1px solid #DBDBDB;
color: #FFFFFF;
padding: 1px 7px;
margin-right: 3px;
font-weight: bold;
text-decoration: none;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
/* background: #E14A49; */
background: #eeeeee;
color: black;
}

.glidecontenttoggler a:hover{
/* background: #E14A49; */
background: #DBDBDB;
color: black;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
background: #a7a7a7;
color: white;
}