@charset "utf-8";
@import url("css/namaztimetable.css");
@import url("css/heading.css");
@import url("css/button.css");
@import url("css/roundcorners.css");

/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma;
	font-size: 95%;
	line-height: 1.7em;
	background-color: #EDEDED;
}

.thrColFixHdr #shadow {
	background-image: url(images/bg-new.jpg);
	background-repeat: repeat-y;
	width: 940px;
	margin-right: auto;
	margin-left: auto;

}

.thrColFixHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #E3E3E3;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
} 
.thrColFixHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #E6E6E6;
} 


#inner2_ads td {
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #container #header #tbl_outer #inner1 {
	margin: 0px;
	padding: 0px;
}
#inner1 td {
	background-color: #6699CC;
	text-align: center;
	width: 10%;
	background-image: url(media/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

#inner1 td a {
	text-transform: uppercase;
}

#inner1 td a:link, #inner1 td a:visited {
	text-decoration: none;
	color:#FFFFFF;
}
#inner1 td a:hover {
	display: block;
	background-image: url(media/blockactive.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-style: italic;
	text-decoration: none;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 3000px;
	padding-left: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: -3000px;
	background-color: #E3E3E3;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* padding keeps the content of the div away from the edges */
	background-color: #E3E3E3;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 3000px;
	padding-left: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	margin-bottom: -3000px;
	text-align: center;
}
.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 216px;
	margin-left: 216px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
} 
.thrColFixHdr #footer {
	background-color: #98957E;
	width: 100%;
	float: left;
	text-align: center;
	background-repeat: repeat;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	background-position: left top;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-top: 5px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	display: inline;
	margin-left: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#floatcenter {
	clear: both;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1, h2, h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-align: center;
	color: #172120;
	font-variant: small-caps;
	letter-spacing: .1em;
}
h2 {
	font-size:1.3em
}

.homempagerighsideads{
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#namaztimes {
	width: 175px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin-bottom: 0px;
	height: 270px;
	margin-top: 0px;
}
#middleone, #contactus, navcontainer {
	background-color: #E3E3E3;
	margin: 0px;
	float: left;
	width: 900px;
	text-align: left;
	padding: 0px;
}
hr {
border: 0;
height: 3px;
width: 95%;
text-align: center;
}
p {
	padding-top: 10px;
	padding-right: 30px;
	padding-left: 30px;
}
p.mainpage{
padding-top: 10px;
padding-left: 7px;
padding-right: 7px;
}
/*#middleone img {
	display: inline;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}*/
#batchintroduction   img {
	display: inline;
	float: right;
	border: thin solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#contactus ul {
	list-style-type: none;
}
#contactus li {
	background-image: url(images/arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 0px 70%;
	padding-left: 20px;
	font-weight: bold;
	padding-top: 10px;
	margin-left: 20px;
	letter-spacing: .1em;
}
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


#contactus p {
	text-align: center;
	padding-top: 15px;
	font-weight: bold;
}
p.commentsA {
	color: #006600;
}
p.commentsB {
	color: #000000;
}
p.commentsItalic {
	color: #666666;
	font-style: italic;
	font-size: 85%;
	font-weight: bold;
}
#tbl_batch {
	clear: both;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 2px solid #000000;
	background-color: #CCCCCC;
}
#batchintroduction {
	clear: both;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: medium solid #000000;
	padding: 20px;
	margin-top: 30px;
	text-align: left;
}
#navcontainer ul {
	list-style-type: none;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li {
	display: inline;
}
#navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #036;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: .2em;
	padding-left: 1em;
}
#navcontainer ul li a:hover{
color: #fff;
background-color: #369;
}
.thrColFixHdr #container #middleone #img_notepad {
	display: inline;
	float: none;
	margin-top: 0px;
	margin-left: 100px;
}
.thrColFixHdr #container #middleone #img_unity {
	display: inline;
	float: right;
	margin-right: 30px;
}
a:link img, a:visited img, a:hover img {
border-style: none;
}
P.blocktext {
	text-align: center;
	font-weight: bold;
}
#licence_tbl td {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-size: 80%;
	padding-left: 5px;
	text-align: left;
	background-color: #97C0C3;
}
#licence_tbl  th    {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	text-align: center;
	background-color: #996633;
	color: #FFFFFF;
}

#licence_tbl  {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	margin-top: 20px;
	clear: both;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#links{
	float: left;
	width: 900px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#links_tbl td {
	text-align: center;
	width: 33%;

}
#links_tbl {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bg_main_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#link_form {
	clear: both;
	width: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-left: 100px;
}
#links_tbl a:link, #links_tbl a:visited {
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#links_tbl a:hover {
	font-size: 90%;
	font-weight: bold;
	color: #993300;
	font-style: italic;
	text-decoration: underline;
}
.twoforms{
	width: 750px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

.FLVPlayer {
	clear: both;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
.middleimage {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	}
.picturestable {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	width: 700px;
	display: table;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.picturestable td {
	clear: both;
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}
.picturestable td img{
	border: 2px solid #FFFFFF;
	
}
#googleadleftside {
	clear: both;
	width: 165px;
	margin-right: auto;
	margin-left: auto;
}
p.lastupdated {
	font-size: 80%;
	border: 3px double #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#statcounter {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 100px;
}
#qtv {
	clear: both;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 0px;
}
p.heading {
	color:#663399;
	font-size: 120%;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	text-align: justify;
}
#calendar {
	text-align: center;
}
.thrColFixHdr #container #mainContent #poll {
	padding-left: 40px;
	background-color: #E3E3E3;
	display: none;
}
#my-border1 {
	width:300px;
	color:#fff;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	text-align: center;
}
#my-border1, #my-border1 .sb-inner {
	background-color: #444;
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
}
#my-border1 a:link, #my-border1 a:visited {
color:#FFFFFF;
}
.mainbox {
	width:650px;
	height:200px;
	background-image:url(images/roundcorners/tLeft.gif);
	background-position:left top;
	padding:0px;
	background-repeat:no-repeat;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
}
.tRight
{
width:650px;
height:200px;
background-image:url(images/roundcorners/tRight.gif);
background-position:top right;
margin:0px; padding:0px;
background-repeat:no-repeat;
clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bRight
{
width:650px;
height:200px;
background-image:url(images/roundcorners/bRight.gif);
background-position:bottom right;
margin:0px; padding:0px;
background-repeat:no-repeat;
clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.bLeft
{
width:650px;
height:200px;
background-image:url(images/roundcorners/bLeft.gif);
background-position:bottom left;
margin:0px; padding:0px;
background-repeat:no-repeat;
clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#inside {
	background-color: #E3E3E3;
}
#membersdatabase td {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-indent: 3px;
}
#membersdatabase{
	border-right-width: thin;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	text-align: left;
}
#membersassociate td {
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-left-color: #000000;
	text-indent: 3px;
}
#membersassociate{
	border-right-width: thin;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	text-align: left;
}

.thrColFixHdr #container #mainContent #membersemail {
	font-family: Tahoma;
	font-size: 18px;
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .1em;
	border: medium outset #FFFF00;
	background-color: #0000FF;
	color: #FFFFFF;
}
.thrColFixHdr #container #mainContent #picnic {
	font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 3px double #FFFFFF;
	background-color: #8F7967;
	color: #FFFFFF;
	line-height: 30px;
	padding: 4px;
}
.picnicform{
	width: 100%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin:0px;
}
p.box {
	text-align:center;
	border: thin solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3399FF;
	margin-right: 15px;
	margin-left: 15px;
	color: #000000;
}
p.saskatoon {
	font-size: 12px;
	background-color: #FFFFFF;
	border: 7px double #000000;
	padding-left: 3px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.thrColFixHdr #container #mainContent #cse-search-box #googlesearch {
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
.thrColFixHdr #mainContent #cse-search-box {
width:240px;
	margin-right: auto;
	margin-left: auto;
}
.centerimage {display:block;
margin-left:auto;
margin-right:auto;
}
#eid {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: 3px solid #000099;
	background-color: #FF9966;
}
#tufailahmed {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
p.eidazha {
	font-size:18px;
	}
p.tufailahmed2 {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	background-color: #006699;
}
.thrColFixHdr #container #mainContent #membersreadyouremail {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	
}
.thrColFixHdr #container #mainContent #membersreadyouremail3 {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #000000;
	margin-top:10px;
	margin-bottom:20px;
}
#akbar {
	width:414px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
#forum {
	width:414px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 8px;
	margin-bottom: 8px;
}
p.sanabilfarm {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 5px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fffffF;
	color: #000;
	padding: 5px;
	background-image:url(images/sanabli.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}	

p.eidmubarak {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 5px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #000000;
	color: #FFF;
	padding: 5px;
	background-image:url(none);
	background-repeat: repeat-x;
	background-position: left top;
}		
.thrColFixHdr #container #mainContent #rickshaw {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	}
.thrColFixHdr #container #mainContent #saskatchewan {
	width: 422px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	background-color: #C3DFC9;
	padding: 3px;
	border: 2px solid #999;
	text-align: center;
	}
	
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

	
	 hr {
        width: 90%;
        height: 2px;
        margin: 7px auto;
        border-width: 0;
        background-color: #696;
        }
		
		/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}

p.tutorial{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 1px solid #000000;
	margin-right: 20px;
	margin-left: 20px;
	line-height: 30px;
	background-color: #fff;
	color: #000;
	padding: 5px;
	background-image:url(images/tutorialbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}		
#tutorialpage{
	text-align: center;
	font-size: 16px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	background-image:url(images/tutorialpagebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	clear: both;
	width: 617px;
	height: 189px;
}
#rbox{
	background-color: #a189de;
	width: 420px;
	background-image: url(roundcorners/roundbottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

#rbox h3{
	background-image: url(roundcorners/roundtop.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 1em;
	color: #363;
	text-align: center;
	font-size: 17px;
}

#rbox p {
	padding-top: 0em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 14px;
	line-height: 22px;
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}
		


</style>

[if IE]>
<style type="text/css">
  hr {
        margin: 0 auto;
        color: red;
        }
</style>
<![endif]

