/* CSS Document */
html 
{		
}

body
{	
	text-align: center;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	margin: 0 auto;
	font-family: Verdana;
}

/*
@font-face {
 font-family: 'meQuran';
 src: url('https://duas.co/res/font/me_quran.eot?#iefix') format('embedded-opentype'),
        local('me_quran'), url('https://duas.co/res/font/me_quran.ttf') format('truetype');
}
*/

@font-face {
 font-family: 'PDMS_Saleem';
 src: url('https://duas.co/res/font/PDMS_Saleem.eot?#iefix') format('embedded-opentype'),
        local('_PDMS_Saleem_QuranFont'), url('https://duas.co/res/font/PDMS_Saleem.ttf') format('truetype');
}

@font-face {
 font-family: 'Mehr_Nastaliq_Web';
 src: url('https://duas.co/res/font/Mehr_Nastaliq_Web.ttf') format('truetype');
}

#parent
{	
	text-align: center;
	background-color: #E4E4E4;	
}

#nav
{
	background-color:Teal;
	color: #FFCC66;
}
#nav a, #nav a:visited
{
	color: #FFCC66;	
}

.resize
{
	color: #FFCC66;
	font-family: Verdana;
	font-weight: bolder;
	cursor: pointer;
}

.toggleText
{
	border: thin hidden #000000;
	color: #FFCC66;
	width: 150pt;
	text-decoration: underline;
	font-size: 85%;
	font-family: Tahoma;
	font-weight: bold;
	padding-right: 5px;
	cursor: pointer;
}

.toggleText:hover
{
	text-decoration: underline overline;
}

.subNav, .subNav a, .subNav a:visited
{
	background-color:CadetBlue;
	color:Beige;
	border: thin hidden #000000;
	padding: 3px;	
	font-family: "Trebuchet MS";
	font-weight: bold;
}

.title
{
	font-size: 200%;
}

.subtitle
{
	font-size: 150%;
}


.row
{

}

.spacer
{
	height: 1em
}

.label /* still not used*/
{
	background-color: #4E4E4E;
	color: #FFFFFF;
	font-family: 'Verdana';
	line-height: 150%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ACACAC;
	text-align: left;
}
.label a, .label a:visited
{
	color: #FFFFFF;	
}

.arabic
{
	background-color: #4E4E4E;
	color: #FFFFFF;
	font-family: _PDMS_Saleem_QuranFont, PDMS_Saleem, "Al Qalam Quran Majeed", "Muhammadi Quranic Font", "Al_Mushaf", "Scheherazade";
	line-height: 175%;
	font-size: 1.85em;
	font-weight: normal;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ACACAC;
	direction: RTL;
}

.urdu
{
	font-family: Mehr_Nastaliq_Web, 'Jameel Noori Nastaleeq', 'Alvi Nastaleeq', 'Nafees Web Naskh', 'Tahoma', 'Microsoft Uighur';
	/*font-size: 1.15em;*/
	line-height: 2.0em;
	direction: RTL;	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #ACACAC;
}

.eng
{
	font-family: Calibri;
	font-size: 90%;
	background-color: #ACACAC;	
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #888888;
}

.arabic a, .arabic a:visited
{
	color: #FFFFFF;	
}

.urdu a, .urdu a:visited, .eng a, .eng a:visited
{
	color: #000000;	
}

a:hover
{
	text-decoration: underline overline;
}

.container 
{
	/* Centering for IE6+ in strict mode,
    Firefox, and other modern browsers */
    margin: auto;
}

.left 
{
	float: left;
	width: 20%;
	text-align: left;
	padding-left: 0.75em;
}

.middle 
{
	margin-left: 25%;
	margin-right: 25%;
	text-align: center;
}

.right 
{
	float: right;
	width: 20%;
	text-align: right;
	padding-right: 0.75em;
}

.left a, .left a:visited, .center a, .center a:visited, .right a, .right a:visited
{
	color: #FFCC66;	
}