/******************************************************************************/
/*                           Put Your CSS Code Here                           */
/******************************************************************************/

/******************************************************************************/
/* baner                                                                      */
/******************************************************************************/
.banner a {
   font-family: "Simplified Arabic";
   color: #444444;
   font-size: 13px;
   font-weight: normal;
}

/******************************************************************************/
/* news top-menu                                                              */
/******************************************************************************/
TABLE.news_top_menu {
   width: 100%;
   border: 1px #84A2DA solid;
   border-collapse: collapse;
}

.news_top_menu TD {
   border: 1px #84A2DA solid;
   direction: rtl;
   text-align: center;
}

/******************************************************************************/
/* side top menu                                                              */
/******************************************************************************/
table.side_top_menu {
   width: 100%;
   margin-top: 1px;  /* so that the top border appears in FF3 */
   border-top : 1px #84A2DA solid;
   border-collapse: collapse;
}

.side_top_menu TD {
   border-bottom: 1px #84A2DA solid;
   direction: rtl;
   text-align: center;
}

/******************************************************************************/
/* general footer                                                             */
/******************************************************************************/

.visitors {
   direction: rtl;
   text-align: center; /* had to use align="center" in the td tag for firefox !!! */
	font-family: "Simplified Arabic";
	color: black;
	font-size: 17px;
	font-weight: normal;
}

.toTop {
   white-space: nowrap;
	font-family: "Simplified Arabic";
	color: black;
	font-size: 19px;
	font-weight: normal;	
}

.rightsReserved {
   font-family: "Simplified Arabic";
   color: black;
   font-size: 17px;
   font-weight: bold;
}

/******************************************************************************/
/* news links page                                                            */
/******************************************************************************/
TABLE.news_links {
   border: #6699FF 1px solid;
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}

.news_links TD {
   border: #6699FF 1px solid;
   direction: rtl;
   text-align: center;
}

TD.title {
   font-family: Tahoma;
   font-size: 19px;
   color: #800000;
}

TD.seperator {
   font-size: 12px;
}

.news_links IMG {
   border: 0;
   vertical-align: bottom;
}

.news_links A {
   font-family: Tahoma;
   font-size: 16px;
   color: #800000;
   text-decoration: none;
}

/******************************************************************************/
/* forums page                                                                */
/******************************************************************************/
table.forums {
   margin: auto;
   text-align: center;
   empty-cells: hide;
   border: 1px solid;
   border-color: white #ACA899 #ACA899 white;
}

table.forums td {
   border: 1px solid;
   border-color: #ACA899 white white #ACA899;
}

table.forums img {
   border: 0;
   vertical-align: bottom;
}

td.forums-title {
   height: 30px; 
   font: 14px Tahoma; 
   white-space: nowrap;
   text-align: center;
   direction: rtl;
}

/******************************************************************************/
/* nasheed page                                                               */
/******************************************************************************/

table.nasheed-top-menu {
   font: 16px tahoma;
   border: 1px #6699FF solid; 
   border-bottom-width: 0px; 
   border-collapse: collapse; 
   text-align: center; 
   direction: rtl;
}

table.nasheed-top-menu a {
   color: black;
   text-decoration: none;
}

table.nasheed-top-menu a:hover {
   color: red;
}

table.nasheed-top-menu tr {
   height: 31px;
}

table.nasheed {
   border: 1px #6699FF solid;
   text-align: center; 
   empty-cells: show;
}

tr.nasheed-header {
   color: #800000; 
   font: 15px tahoma; 
   background: #FFCC99;
}

tr.nasheed-header td {
   border: 1px #6699FF solid;
}

tr.nasheed-header td a {
   color: #800000; 
   font: 13px tahoma;
}

tr.nasheedeh {
   font: 15px tahoma;
}

tr.nasheedeh td {
   border: 1px #6699FF solid;
   height: 30px;
}

tr.nasheedeh img {
   border: 0;
}

table.nasheed-footer {
   font: 15px tahoma;
   border: 1px #6699FF solid; 
   text-align: center;
   white-space: nowrap
}

table.nasheed-footer td {
   border: 1px #6699FF solid; 
}

table.nasheed-footer a {
   color: black;
   text-decoration: none;
}

table.nasheed-footer a:hover {
   color: red;
}

/******************************************************************************/
/* for use within details                                                     */
/******************************************************************************/

.red {
   color: red;
}

.boldRed {
   color: red;
   font-weight: bold;
}

.blue {
   color: blue;
}

.boldBlue {
   color: blue;
   font-weight: bold;
}

/******************************************************************************/