/*
 FADHIL: This is the result

*/

body, td {
	color : Black;
	background-color: White; /* NEW IN 1.5 */
	font-family : sans-serif, Arial;
 font-size: 15px;
 font-weight:bold;
    text-align: right; /* NEW IN 1.5 */
}

/*
 FADHIL: This is the strip where is writte: "Submitted by" & "Comments" = beshdarbw  u nwsyneke

*/
td.upper {
	color : #000066;
	background : #F3D67A;
 font-family : tahoma, sans-serif, Verdana, Arial;
	font-size: 12px;
}

/*
  FADHIL: This where is written: "Added: February 9, 2008" & "Powered" & "1.5 from "
*/
.smaller {/* CHANGED IN 1.5 */
	font-size: 10px;
	color:#9b0000;
	font-weight:bold;
	text-align:left;



}

/*
  FADHIL: Those are the lines of the table encountring the 2 files
*/

table.entries {
	color : Black;
	font-family :tahoma, sans-serif, Verdana, Arial;
	font-size: 12px;
 BORDER-RIGHT: #BC981D 1px solid;
	BORDER-LEFT: #BC981D 1px solid;
	BORDER-TOP: #BC981D 1px solid;
	BORDER-BOTTOM: #BC981D 1px solid;
}

/*
  FADHIL: a is the links in the upper part
*/

a {

    color: #000080;
    font-size: 17px;
	text-decoration : none;
	font-weight: bold;

}

a:hover {

    color : Red;
 text-decoration : underline;
}

 /*
  FADHIL: a is the links in the lower part
*/

a.smaller {
	font-size: 10px;
	color : #000080;
	text-decoration : none;
}

a.smaller:hover {
	font-size: 10px;
	color : #9b0000;
	text-decoration : underline;
}


 /*
  FADHIL: those are the 3 first fields + field of security number in sign gbook
*/

input {
	font-size: 15px;
	font-weight:bold;

	font-family: sans-serif, Verdana, Arial;


 color:#000000;

	background-color:#ffffff;
	text-align: right;

}


 /*
  FADHIL: This is the horizontal line below the added text in view gbook
*/
hr {
	color: #BC981D;
	height: 1px;
}

/* EVERYTHING BELOW ADDED IN 1.5 */

     /*
  FADHIL: This is wherebis written:"We have 98 entries displayed on 10 pages." & "Required fields are bold"
  */
div.centered {
	text-align: center;
	color:#95003c;


}

div.centered table {
	margin: 0 auto; 
	text-align: right;

}
/*FADHIL: I added below and used it in : insert SMILEYS link */
a.misc {
  color:#9d004f;
 text-decoration : underline;

}
a.misc:hover {
    color:#000000;
    text-decoration : none;
    }
 /*FADHIL: I added below and used it in Footer.htm --> link of www.zagros.org */
    a.misc1 {
 text-decoration :none ;

}
a.misc1:hover {
    text-decoration : underline;
    
    }

