﻿/* Hover Menu Extender */
.HoverMenuExtender
{
	background-color: #EBEBEB;
	cursor: pointer;
}

/* Body */
body
{
	background-image: url(BottomBG.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #A0D5F7;
	text-align: left;
	direction: ltr;
	margin: 0px auto 0px auto;
}

/* Wrapper */
.BackgroundHolder
{
	background-image: url(TopBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Wrapper */
.Wrapper
{	
	background-color: #ffffff;
	width: 900px;
	border: solid 1px #E5E5E5;
	padding: 10px;
	height: 100%;
	margin: 0px auto 0px auto;
}

/* Option */
.Option
{
	height: 23px;
	padding-top: 5px;
	background-image: url(OptionBG.gif);
	background-repeat: repeat-x;
}

.Option img
{
	cursor: pointer;
}

/* Header */
.Header
{
	background-image: url(HeaderBG.jpg);
	height: 223px;
	border: #000000 1px sold;
}

/* Menu */
.Menu
{	
	height: 28px;
	background-image: url(MenuBG.gif);
	background-repeat: repeat-x;
}

/* Navigation */
.Navigation
{	
	background-image: url(NavigationBG.gif);
	background-repeat: repeat-x;
	height: 25px;
	padding-top:  4px;
	padding-left:  5px;
	padding-right:  5px;
	margin-bottom: 3px;
}

/* Left Side */
.LeftSide
{
	float: left;
	width: 186px;
	padding-top: 2px;
	text-align: left;
}

/* Body Center */
.BodyCenter
{
	float: left;
	width: 710px;
	padding-left: 4px;
}

/* Footer */
.Footer
{
	clear: both;
	height: 59px;
	text-align: center;	
	color: #FFFFFF;
	background-image: url(FooterBG.gif);
	background-repeat:repeat-x;
	font-size: 9pt;
	margin-top: 2px;
	width: 100%
}

/* Loading */
.Loading
{
	position: absolute; 
	text-align: right; 
	width: 670px;
}

/* Page */
.Page
{
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	padding-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin-bottom: 4px;
	margin-left : 2px;
	font-family: "tahoma";
	font-size: 9pt;
	text-align: justify;
}

/* Page Title */
.PageTitle
{	
	height: 18px;
	border-top: solid 1px #E2E2E2;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	background-image: url(PartTitleBG.gif);
	background-repeat: repeat-x;
	padding-left : 5px;
	padding-Top : 2px;
	padding-bottom : 2px;
	margin-top: 2px;
	margin-left : 2px;
	font-family: "Traditional Arabic";
	font-size: 11pt;
	font-weight: bold;
	color: #3AA0E2;
}

/* Page Body */
.PageBody
{
	padding: 5px;
	font-family: "tahoma";
	text-align: justify;
	color: #808080;
}

/* Part */
.Part
{
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;
	padding: 4px;
	margin-bottom: 4px;
	font-family: "tahoma";
	font-size: 9pt;
}

/* Part Title */
.PartTitle
{	
	height: 18px;
	border-top: solid 1px #E2E2E2;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	background-image: url(PartTitleBG.gif);
	background-repeat: repeat-x;
	padding-left : 5px;
	padding-Top : 2px;
	padding-bottom : 2px;
	font-family: "Traditional Arabic";
	font-size: 10pt;
	font-weight: bold;
	color: #3AA0E2;
}

/* Web Part Zone 2 */
.WebPartZone2
{
	margin-top: 0px;
	margin-left: 2px;
}

/* Web Part */
.WebPart
{
	padding: 4px;
	margin-bottom: 4px;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	border-bottom: solid 1px #E2E2E2;	
}

/* Web Part Title */
.WebPartTitle
{
	margin-top: 2px;
	height: 22px;
	padding-top: 3px;
	padding-left: 6px;
	border-top: solid 1px #E2E2E2;
	border-left: solid 1px #E2E2E2;
	border-right: solid 1px #E2E2E2;
	background-image: url(PartTitleBG.gif);
	background-repeat: repeat-x;
	font-family: "Traditional Arabic";
	font-size: 10pt;
	font-weight: bold;
	color: #3AA0E2;	
}

/* Subjet Title */
.SubjetTitle
{
	font-family: "Traditional Arabic";
	font-size: 14pt;
	color: #666666;
}

/* Category Title */
.CategoryTitle
{
	color: #FFFFFF; 
	background-color: #3AA0E2; 
	font-family: "traditional Arabic"; 
	padding: 3px; 
	font-size: 12pt; 
	font-style: italic; 
	font-weight: bolder
}

/* Table Body */
.TableBody
{
	font-family: "tahoma";
	font-size: 10pt;
	width: 175px;
	margin-right: 0px;
}

/* Button */
.Button
{
	background-color: #3AA0E2;
	color: #ffffff;
	border: solid 1px #E2E2E2;
	cursor: pointer;
	font-size: 11px;
	height: 20px;
}

/* Horizental Menu */
.HorizentalMenu
{
	height: 28px;
	font-family: "Tahoma";
	font-size: 8pt;
}

.HorizentalMenuItem
{
	height: 28px;
	color: #7E7E7E;
	padding-left: 4px;
	padding-right: 4px;
}

.HorizentalMenuItemHover
{
	vertical-align: top;
	color: #FFFFFF;
	background-image: url(MenuItemHoverBG.gif);
	background-repeat: repeat-x;
}

a.HorizentalMenuItemHover
{
	height: 21px;
	padding-top: 7px;
}

.HorizentalMenuItemSelected
{
	vertical-align: top;
	color: #FFFFFF;
	background-image: url(MenuItemHoverBG.gif);
	background-repeat: repeat-x;
}

a.HorizentalMenuItemSelected
{
	height: 21px;
	padding-top: 7px;
}

.HorizentalSubMenu
{
	font-family: "Tahoma";
	font-size: 8pt;
	border-left : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
}

.HorizentalSubMenuItem
{
	width: 100%;
	height: 20px;
	background-color: #AFAFAF;
	color: #FFFFFF;
	padding: 5px;
	border-top : 1px solid #cccccc;
}

.HorizentalSubMenuItemHover
{
	background-color: #FFFFFF;
	color: #AFAFAF;	
}

.HorizentalSubMenuItemSelected
{
	background-color: #FFFFFF;
	color: #AFAFAF;
}

/* RootNodeStyle */
.RootNodeStyle
{
	
}

/* INPUT | TextBox */
INPUT
{
	font-family: "tahoma";
	font-size: 9pt;
}

/* On Focus Input Control And On Leave Input Control */
.OnFocusInputControl
{
	border-right: #002276 1px solid;
	border-top: #002276 1px solid;
	border-left: #002276 1px solid;
	border-bottom: #002276 1px solid;
	background-color: #EBF5FF;
	height: 22px;
}

.OnLeaveInputControl
{
	border-right: #7F9DB9 1px solid;
	border-top: #7F9DB9 1px solid;
	border-left: #7F9DB9 1px solid;
	border-bottom: #7F9DB9 1px solid;
	background-color: #FFFFFF;
	height: 22px;
}

/* Note */
.Note
{
	font-family: "tahoma";
	font-size: 10pt;
	color: slategray;
}

/* Result And Validation */
.Result
{
	font-family: "tahoma";
	Font-Size: 10pt;
	color: Red;
}

/* Latest News*/
.LatestNews
{
	font-family: Traditional Arabic;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
}

a.LatestNews
{
	font-family: Traditional Arabic;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:hover.LatestNews
{
	text-decoration: underline;
}

/* News */
.News
{
	font-family: Traditional Arabic;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
}

a.News
{
	font-family: Traditional Arabic;
	font-size: 12pt;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
}

a:hover.News
{
	text-decoration: underline;
}

/* News Details */
.NewsDetails
{
	font-family: Traditional Arabic;
	font-size: 12pt;
}

/* Default Link */
a
{
	font-family: Tahoma;
	Font-Size: 10pt;
	color: #A91717;
	TEXT-DECORATION: none;
}

a:hover
{
	text-decoration: underline;
}

/* Link Navigation */
.LinkNavigation
{
	
}

a.LinkNavigation
{
	font-family: Tahoma;
	Font-Size: 10pt;
	color: #A91717;
	TEXT-DECORATION: none;
}

a:hover.LinkNavigation
{
	text-decoration: underline;
}

/* More Link Navigation */
a.MoreLinkNavigation
{
	font-family: "Traditional Arabic";
	font-size: 9pt;
	color: #990033;
	text-decoration: none;
}

a:hover.MoreLinkNavigation
{
	color: #999999;
	text-decoration: underline;
}

/* Default hr */
hr
{
	BORDER: #D6D6D6 1px dotted;
}

/* hr Separator */
.hrSeparator
{
	BORDER: #D6D6D6 1px dotted;
	WIDTH: 75px;
}

/* DateTime */
.DateTime
{
	font-family: "tahoma";
	font-size: 9pt;
	color: #336699;
}

/* VerticalMenu */
.VerticalMenu
{
	font-family: "Traditional Arabic";
	font-size: 11pt;
}

/* Hand Cursor */
.HandCursor
{
	CURSOR: hand;
}

/* Radio Button Selection */
.RadioSelection
{
	CURSOR: hand;
	font-family: "tahoma";
	font-size: 9pt;
	color: #336699;
}

/* CopyRights */
.DateTime
{
	font-family: "tahoma";
	font-size: 9pt;
	color: #336699;
}

/* VerticalMenu */
.VerticalMenu
{
	font-family: "Traditional Arabic";
	font-size: 11pt;
}

/* Hand Cursor */
.HandCursor
{
	CURSOR: hand;
}

/* Radio Button Selection */
.RadioSelection
{
	CURSOR: hand;
	font-family: "tahoma";
	font-size: 9pt;
	color: #336699;
}

/* CopyRights */
.CopyRights
{
	font-family: "Traditional Arabic";
	font-size: 10pt;
	font-weight: bold;
}

/* Visitors Count */
.VisitorsCount
{
	font-family: "Traditional Arabic";
	font-size: 10pt;
	color: #999999;
}

