body { /* General definitions for html body */
	color: black; /* text color */
	background-color: #FFD; /* very pale yellow (13%) */
	font-family: "Arial Unicode MS",Arial,sans-serif;
}
table {	/* General definitions for tables */
	table-layout: fixed
	border-spacing: 0px;
	border-collapse: collapse;
	empty-cells: show;
}
button { /* General definitions for link buttons */
	cursor: pointer;
}
textarea {
	font-family: "Arial Unicode MS",Arial,sans-serif;
	font-size: 15px;
}
title,h1,h2,h3,h4,p,li {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {	/* Heading 1 */
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
h2 {	/* Heading 2 */
	font-size: 24px;
	margin-bottom: 14px;
}
h3 {	/* Heading 3 */
	font-size: 18px;
	margin-bottom: 12px;
}
h4 {	/* Heading 4 */
	font-size: 15px;
	margin-bottom: 10px;
}
p {	/* Paragraph */
	font-size: 15px;
	margin-bottom: 10px;
}
.sura { /* For Sura Heading */
	font-family: "me_quran";
	font-size: 30px;
}
.arab { /* For Arabic Sript */
	font-family: "me_quran";
	font-size: 24px;
}
.uthmani { /* For Uthmani Sript */
	font-family: "me_quran";
	font-size: 24px;
}
.ar { 	/* For ArAscii Table */
	font-family: "me_quran";
	font-size: 18px;
}
.ascii { /* For ArAscii Table */
	font-size: 15px;
}
.phon { /* For ArAscii Table */
	font-size: 18px;
}
.arabword { /* For Arabic Words */
	font-family: "me_quran";
	font-size: 40px;
}
.diacrit { /* For Diacrits */
	font-family: "Arial Unicode MS",Arial,sans-serif;
	font-size: 22px;
}
.trans { /* For Transliteration */
	font-size: 15px;
}
.UTF-8 { /* For Unicode Symbols */
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}
.current {
	background: #FFB;
}
ul {
	margin-left: 50px;
}
li {	/* List Element */
	font-size: 15px;
	margin-bottom: 5px;
}
	.smaller{ font-size:15px; font-weight:normal;	}
	.bold 	{ font-weight:bold;			}
	.italic	{ font-style:italic; 			}
	.small	{ font-size:smaller; 			}
	.large	{ font-size:larger; 			}
	.caps	{ font-variant:small-caps; 		}
	.capital{ text-transform:capitalize; 		}
	.ucase  { text-transform:uppercase; 		}
	.lcase  { text-transform:lowercase; 		}
	.uline	{ text-decoration:underline; 		}
	.oline	{ text-decoration:overline; 		}
	.strike	{ text-decoration:line-through; 	}
	.wide	{ letter-spacing:0.5em;word-spacing:1em;}
	.left	{ text-align:left;			}
	.right	{ text-align:right;			}
	.center	{ text-align:center;			}
	.justify{ text-align:justify;			}
	.blue	{ color:blue; 				}
	.green	{ color:green; 				}
	.red	{ color:red; 				}
	.yellow	{ color:yellow; 			}


th,td,div,span	{
	font-family:"Arial Unicode MS",Arial,sans-serif;
}
form.input {
	font-size:20px;
	height:30px;
	background:#FFB;
}
th {
	font-size: 20px;
	height: 30px;
	background: #FFB;
}
.head {
	font-size: 26px;
	height: 40px;                    
}
td.first {
	font-weight: bold;
	font-size: 18px;
	background: #FFB;
}
td {
	background: #FFD;
	font-size: 15px;
	text-align: center;
}
td button { /* General definitions for buttons in table cells */
	background-color: #FFD;
	border: 0;
	font-family: "Arial Unicode MS",Arial,sans-serif;
	font-size: 15px;
	text-align: center;
}
td button:hover {
	background: #FFB;
}
/*****************************************
* Special definitions for Unicode tables *
*****************************************/
table.UC {	
	width: 890px;
	max-width: 890px;
	border: 3px solid black;,
}
table.UC.info {	
	text-align: center;
	min-width: 400px;
	width: 400px;
	max-width: 400px;
	border: 3px solid black;,
}
th.UC, td.UC {
	text-align: center;
	border: 1px solid grey;,
	width: 50px;
	margin: 0px;
	padding: 0px;
}
td.UC.char { /* for cells with valid Unicode characters */
	background-color: #FFD;
	font-family: TimesNewRoman, "Times New Roman", Times, 
			Baskerville, Georgia, serif;
	font-size: 20px;
}
td.UC.na { /* for reserved codes, private use area and high-/low-surrogates */
	background: #999;
}
td.UC.nc { /* for codes which are not allowed to be used ( non characters )*/
	background: #000;
}
button.UC { /* for link buttons */
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 20px;
	height: 29px;
	width: 50px;
	max-width: 50px;
	margin: 0px;
	padding: 0px;
}
.UC.foot {
	font-size: 15px;
	text-align: center;
	background-color: #FFB;
}
/*****************************************
* Special definitions for Language table *
*****************************************/
table.Lang {	
	width: 600px;
	border: 3px solid black;,
}
th.Lang, td.Lang {
	text-align: center;
	height: 35px;
	border: 1px solid grey;,
	margin: 0px;
	padding: 0px;
}
th.Lang.Name {
	width: 150px;
	max-width: 150px;
}
th.Lang.Code {
	width: 80px;
	max-width: 80px;
}
th.Lang.Script {
	width: 170px;
	max-width: 170px;
}
th.Lang.Local {
}
td.logo {
	width: 75px;                                           
}
button.Lang { /* for link buttons */
	height: 35px;
	width: 170px;
	max-width: 170px;
	margin: 0px;
	padding: 0px;
}
span table {
	padding: 1px;
	margin: 1px;
	width :250px	
}
span td {
	font-size: 10px;
	vertical-align: middle;
	margin: 1px;
}
div a span {
	display: none;                                        
}
div a:hover span {
	text-align: left;
	color: #000;
	background: #FFc;
	display: block;
	position: absolute;
	z-index: 100;
}
p span:hover {
	background: #FFC;
}
