/* CSS Document */

body
{
	margin: 0px;
	padding: 0px;
	background-color: #15437e;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #575757;
	font: 13px verdana;
}


/**** header Bg ****/
.HeaderBg
{
	background-image: url(../../images/top/Header_Bottom.jpg);
	height: 50px;
	width: 984;
	background-repeat: no-repeat;
}

/** login  ***/
.LoginBg
{
	background-image: url(../../images/right/Login_Bg.gif);
	height: 50px;
	background-repeat: repeat-x;
}
.FormsLables
{
	font-family: verdana;
	font-size: 12px;
	color: #000;
}
.TextLogin
{
	border: solid 1px #c9c8c7;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	width: 85px;
	height: 16px;
}

/**** calender ******/
.CalenderBg
{
	background-image: url(../../images/right/Calender.gif);
	height: 54px;
	width: 217;
	background-repeat: no-repeat;
}


/*** Green titels *****/
.GreenTitels
{
	font-family: Candara;
	font-size: 18px;
	color: #9dca13;
	font-weight: bold;
	margin-left: 13px;
	padding-top: 5px;
	text-transform: capitalize;
}



/** icons ******/
.DivIcons
{
	float: right;
	margin-right: 15px;
}

/*** end blocks **/
.BlocksEnd
{
	border-bottom: Solid 1px #c8c7c6;
}


/*** logos  **/
.BlocksLogos
{
	border: Solid 1px #c8c7c6;
	background-color: #f6f6f6;
	height: 81px;
}


/*** footer  ****/
.Footer
{
	font-family: verdana;
	font-size: 11px;
	color: #2e5269;
	text-decoration: none;
}
a.Footer:link, a.Footer:active, a.Footer:visted
{
	font-family: verdana;
	font-size: 11px;
	color: #2e5269;
	text-decoration: none;
}

/*** search ****/
.TextSearch
{
	border: solid 1px #c9c8c7;
	font-family: verdana;
	font-size: 10px;
	color: #000;
	width: 160px;
	height: 16px;
}

/**** left blocks  ******/
.LeftBlocks
{
	background-image: url(../../images/left/Top.gif);
	height: 55px;
	width: 229;
	background-repeat: no-repeat;
}

/* Blog List */
#blogNav
{
	padding: 0;
	margin: 2px 0px 0px 12px;
	width: 217px;
	color: #24242e;
	font: 13px verdana;
	text-align: left;
}

#blogNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 217px;
}

#blogNav ul a
{
	display: block;
	padding: 5px 9px; /* left pad give text space on left */
	margin: 0;
	color: #24242e;
	text-decoration: none;
	cursor: pointer;
}


#blogNav a:hover
{
	color: #666;
	text-decoration: none;
}

a img
{
	border: 0px;
}


/**** content ******/
.contentBg
{
	background-image: url(../../images/inerpage/Content_Bg.gif);
	width: 484;
	background-repeat: no-repeat;
}

.Text
{
	padding: 0;
	margin: 2px 0 0 0;
	color: #575757;
	font: 13px verdana;
	text-align: left;
}



/*** Blue titels *****/
.BlueTitels
{
	font-family: Candara;
	font-size: 18px;
	color: #304462;
	font-weight: bold;
	margin-left: 13px;
	text-transform: capitalize;
	padding-top: 5px;
}

/*** logo   ****/

#LogoNav
{
	vertical-align: middle;
}

#LogoNav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


#LogoNav li
{
	display: block;
	float: left;
	margin: 8px;
	height: 50px;
	vertical-align: bottom;
}


/****** nav *******/
.TopNav, .TopNav a, .TopNav a:link, .TopNav a:visited
{
	font-family: candara;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 7px;
	text-transform: uppercase;
}
.TopNav a:hover
{
	color: #0e58a1;
}
/******* menu ****/

.MenuTitel
{
	background: url(../../images/inerpage/Top_MenuTitel.jpg) no-repeat top;
	height: 32px;
	font-family: candara;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	padding-left: 30px;
	font-weight: 500;
}


.LinksTop
{
	background: url(../../images/inerpage/Top_Links.gif) no-repeat top;
	height: 7px;
}
.LinksBottom
{
	background: url(../../images/inerpage/Link_Bottom.gif) no-repeat top;
	height: 18px;
}
.menuBg
{
	background: url(../../images/inerpage/Bg_Menu.jpg) repeat-x top #319dcf;
}





/*newly addded from the html-2/html/css/themes/default/default.css*/

ul.dropdown
{
	font-weight: bold;
}

ul.dropdown li 
{
	margin-left: 15px;
	 padding-left:10px;
	border:0px;

	height:18px;
    border-bottom:dotted 1px #fff ;
	color: #fff;
	background-image: url(../../images/menu/nav-arrow-right.png);
	background-position: 100%;
	background-repeat: no-repeat;
}

ul.dropdown li a
{
	margin-left: 15px;
	 padding-left:10px;
	border:0px;
	background-repeat: no-repeat;
}

ul.dropdown ul.dropdown-vertical li.hover, ul.dropdown li:hover
{
	background-color: #2984ad;
	color: #fff;
	background-image: url(../../images/menu/nav-arrow-right-hover.png);
	background-position: 98%;
	background-repeat: no-repeat;
}

ul.dropdown a:link, ul.dropdown a:visited
{
	font-family: candara;
	font-size: 13px;
	margin: 10px 10px;
	color: #fff;
	text-decoration: none;
}
ul.dropdown a:hover
{
	color: #fff;
}
ul.dropdown a:active
{
	color: #fff;
}

/* later added by abdo */
.SmallTitle
{
	font-family: Candara;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	margin-left: 13px;
	padding-top: 5px;
}




/*******************************ClassesBySara19-3-2009**************************/
p
{
	color: #575757;
	font: 13px verdana;
	text-align: justify;
	line-height: 18px;
text-transform:none;
}


ul
{
	color: #575757;
	font: 13px verdana;
}


a:link
{
	color: #24242e;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
}
a:visited
{
	color: #24242e;
	font-family: Verdana;
	font-size: 13px;
	text-decoration: none;
}

a:hover
{
	color: #0e58a1;
}
.GreenHeaders
{
	font-family: Candara;
	font-size: 18px;
	text-transform: capitalize;
	color: #9dca13;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom:6px;
}
.BorderSep
{
	background-image: url(../../images/inerpage/BorderSep.gif);
	background-repeat:repeat-x;
	height:10px;
	width: 100%;
}
.More, .More a, .More a:link, .More a:visited
{
	color: #144a92;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}
.More a:hover
{
	color: #217af1;
}

/******
.Bullet, .Bullet a, .Bullet a:link, .Bullet a:visited
{
	color: #24242e;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	list-style-type: square;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	text-align:left;
}
.Bullet a:hover
{
	color: #217af1;
}
**/


li .NewsItems
{
margin-bottom: 5px;

display: block;

padding-left: 15px;

padding-right: 0px;
margin:0px;

background-color: transparent;

background-image: url(../../Images/inerpage/Arrow.gif);

background-repeat: no-repeat;

background-attachment: scroll;

background-position: left 5px;

text-decoration: none;
list-style:none;



}

li ul{margin-top: 0pt;

margin-right: 0pt;

margin-bottom: 0pt;

margin-left: 0pt;

padding-top: 0pt;

padding-right: 0pt;

padding-bottom: 0pt;

padding-left: 0pt;}




.grid{ border:1px solid #bebebe}



/* added by abdelhaleem */
.Error
{
    font-family: verdana;
    font-size: 13px;
    color: #FF0000;
}
.WaterMark
{
    font-family: verdana;
    font-size: 12px;
    color: #999999;
}
.ArabicText
{
    font-family: Tahoma;
    font-size: small;
    font-weight: normal;
}