﻿



/* ################################################ */
/* ################# Default Page ################# */
/* ################################################ */

body{
	font-family:Tahoma;
	direction:rtl;
}

/* ################################################ */
/* ############### End Default Page ############### */
/* ################################################ */




/* ================================================ */
/* ==================  Text Style ================= */
/* ================================================ */


H6{
	font-family:Tahoma;
	font-size:11px;
	color:#5f5f62;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H5{
	font-family:Tahoma;
	font-size:11px;
	color:#6a6a6a;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H4{
	font-family:Tahoma;
	font-size:13px;
	color:#970001;
	font-weight:normal;
	text-transform:none;
	
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H3{
	font-family:Tahoma;
	font-size:13px;
	color:#ed2024;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}


H2{
	font-family:Tahoma;
	font-size:13px;
	color:#ed2024;
	font-weight:bold;
	text-transform:none;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

H1{
	font-family:Tahoma;
	font-size:15px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	line-height:15px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.graytxt
{
font-family:Tahoma;
	font-size:13px;
color:#7c7e81;
font-weight:bold;
}

.whitetxt
{
font-family:Tahoma;
	font-size:11px;
	color:#fff;
	font-weight:normal;
}	


/* ================================================ */
/* ================  End Text Style =============== */
/* ================================================ */





/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~ Menu & Links ~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

a:link, A:visited{
	font-family:Tahoma;
	font-size:11px;
	color:#fb0000;
	font-weight:normal;
	text-decoration:none;
}

a:hover, A:active{
	text-decoration:underline;
}

A.linkb:link, A.linkb:visited{
	font-family:tahoma;
	font-size:11px;
	color:#6a6a6a;
	text-decoration:none;
}

A.linkb:hover, A.linkb:active{
	text-decoration:underline;
}


UL.menulist{
	padding:0px 20px 0px 0px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
}

LI.menulist{
	padding:8px 15px 0px 15px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
	vertical-align:bottom;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	display:inline;
}


/**********************************************************/
/*
UL.menulist{
	padding:0px 20px 0px 0px;     /* the left padding was set to make the bullets appear inside the container *//*
	margin:0px 0px 0px 0px;
}

LI.menulist{
	padding:8px 2px 0px 2px;        /* the left padding was set to give the text left padding from the bullet position *//*
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
	vertical-align:bottom;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	background-image:url(../images/mainmenubg.png);
	background-repeat:no-repeat;
	width:109px;
	height:27px;
  	float:right;
}

/**********************************************************/



/**************************************************/

LI.menulist ul
{
	padding:0px 0px 0px 0px;     
	margin:0px 0px 0px 0px;
	display:none;

}	

LI.menulist:hover ul{
	padding:0px 0px 0px 0px;     
	margin:0px;
	position:absolute;
	display:block;
	text-align:center;	width:109px;
}	

LI.menulist li{
	padding:0px 0px 0px 0px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:2px 0px 2px 0px;
	list-style:none;
	text-align:center;
	vertical-align:middle;
	color:#ffffff;
	display:block;
}


/**************************************************/

LI.menulist A:link, LI.menulist A:visited, LI.menulist A:hover, LI.menulist A:active{
    font-family:tahoma;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}



UL.menulist1{
	padding:15px 0px 0px 0px;     /* the left padding was set to make the bullets appear inside the container */
	margin:0px 0px 0px 0px;
	height:38px;
}

LI.menulist1{
	padding:5px 1px 0px 0px;        /* the left padding was set to give the text left padding from the bullet position */
	margin:0px 0px 0px 0px;
	list-style:none;
	text-align:center;
	vertical-align:top;
	color:#ffffff;
	font-size:13px;
	background-image:url(../images/newsmenubg.png);
	background-repeat:no-repeat;
	width:73px;
	height:38px;
	float:right;
}

LI.menulist1 A:link,LI.menulist1 A:visited{
    font-family:tahoma;
	font-size:13px;
	color:#fff;
	text-decoration:none;
}

LI.menulist1 A:hover,LI.menulist1 A:active{
	text-decoration:underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~ End Menu & Links ~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


