﻿body
{
}

/* Page Title */

.PageTitle
{
	font-family: "Traditional Arabic";
	background-color: #FCFBF9;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	width: auto;
	font-size: 18pt;
	color: #5E5E5B;	
}

/* Part Title */

.PartTitle
{
	font-family: "Traditional Arabic";
	font-size: 14pt;
	font-weight: bold;
	color: #5E5E5B;
}

/* Page Body */

.PageBody
{
	padding-top: 10px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 10px;
	width: 100%;
	font-family: "tahoma";
	font-size: 10pt;
	text-align:justify;
}

/* Table Body */

.TableBody
{
	font-family: "tahoma";
	font-size: 10pt;
}

/* 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 Title */

.LatestNewsTitle
{
	font-family: "Traditional Arabic";
	font-size: 10pt;
}

/* Details News Title */

.NewsTitle
{
	font-family: "Traditional Arabic";
	font-size: 12pt;
	font-weight: bold;
}

/* Details News Description */

.NewsDetails
{
	font-family: "Traditional Arabic";
	font-size: 12pt;
}


/* Link Navigation */

.LinkNavigation
{
	font-family: "Traditional Arabic";
	Font-Size: 10pt;
}

a.LinkNavigation
{
	color: red;
	TEXT-DECORATION: none;
}

a:hover.LinkNavigation
{
	color: #999999;
	text-decoration: underline;
}

/* Default Link Navigation */

a
{
	color: #333333;
	TEXT-DECORATION: none;
}

a:hover
{
	color: #304097;
	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 */

.CopyRights
{
	font-family: "Traditional Arabic";
	font-size: 10pt;
}

/* Visitors Count */

.VisitorsCount
{
	font-family: "Traditional Arabic";
	font-size: 10pt;
	color: #999999;
}

/* PoweredBy */

.PoweredBy
{
	font-size: 9pt;
}

