/*
	main.css - Main stylesheet
*/


/* SETUP SOME GENERIC STYLES */


    .fixTableHead {
      overflow-y: auto;
      height: 400px;
      width: 300px;
	  
    }
    .fixTableHead thead th {
      position: relative;
      top: 0;
      background: #FFC300;
    }
   
    th,
    td {
      padding: 8px 15px;
      
    }
   
	.right {float: right; }
	.left	{float: left; }
	.clear	{clear: both; }
	.center {margin:  auto;}
	.red{color:red;}
	p{margin-bottom: 8px;}



@font-face {
    font-family: "Jameel Noori Nastaleeq";
    font-style: normal;
    font-weight: normal;
	src: url("includes/Fonts/JameelNooriNastaleeqRegular.ttf");
} 


.urdu_text {
FONT-FAMILY: "Jameel Noori Nastaleeq", Tahoma;
text-align:right;
}

.urduh { 
 font-family: "jameel-noori-nastaleeq"; 
} 


