@charset "utf-8";
/* CSS Document */
html {
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family:Lucida Sans Unicode;
	font-size:12px;
	color:#666;
	margin: 0px 0px 0px 0px;
	width:100%;
	height:100%;
	background-image: linear-gradient(bottom, #FADFB0 0%, #FFFFFF 25%);
	background-image: -o-linear-gradient(bottom, #FADFB0 0%, #FFFFFF 25%);
	background-image: -moz-linear-gradient(bottom, #FADFB0 0%, #FFFFFF 25%);
	background-image: -webkit-linear-gradient(bottom, #FADFB0 0%, #FFFFFF 25%);
	background-image: -ms-linear-gradient(bottom, #FADFB0 0%, #FFFFFF 25%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0, #FADFB0),
		color-stop(0.25, #FFFFFF)
	);
	overflow:hidden;
}
#container {
	width:100%;
	height: calc( 100% - 30px );
	overflow:auto;
	margin:0;
	position: absolute;
	top: 30px;
	padding:0;
}
.suggestionsinput {
	font-size: 24px;
	width:50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	color: #999;
	margin-left:25%;
	margin-right:25%;
}
.suggestionsinputadopt {
	font-size: 24px;
	width:50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	color: #999;
	margin-left:24%;
	margin-right:24%;
}

.suggestionsinputlocal {
	font-size: 24px;
	width:50%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	color: #999;
	margin-left:24%;
	margin-right:24%;
}

#suggestions {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 60%;
	background-color:#CCC;
	color:#000000;
	font-size:12px;
	padding: 5px;
	visibility: hidden;
	position:absolute;
	margin-left:20%;
	margin-right:20%;
	z-index:1001000;
}
#suggestionslocal {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50%;
	background-color:#CCC;
	color:#000000;
	font-size:12px;
	padding: 5px;
	visibility: hidden;
	position:absolute;
	margin-left:24%;
	margin-right:24%;
}
#suggestionsadopt {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 50%;
	background-color:#CCC;
	color:#000000;
	font-size:12px;
	padding: 5px;
	visibility: hidden;
	position:inherit;
	margin-left:24%;
	margin-right:24%;
}
a:link {color:#000000;text-decoration:none;}
a:visited {color:#000000;text-decoration:none;}
a:hover {color:#cc0000;text-decoration:none;}
a:active {color:#000000;text-decoration:none;}

#headerContainer {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
 	height: 30px;
 	min-width: 835px;
}
#header {
	font-family:Arial;
 	height: 30px;
	width:100%;
	border-bottom:1px #BF5D08 solid;
	background-color:#BF5D08;
	color:#fffbfa;
	left:0px;
	top:0px;
	margin-left:0px;
	padding-top:0.2%;
	font-weight:bold;
}
#bottomHeader {
	font-family:Arial;
	font-size:12px;
	width:99%;
	height:60px;
background: #cccccc; /* Old browsers */
background: -moz-linear-gradient(top, #cccccc 17%, #ffffff 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#cccccc), color-stop(99%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #cccccc 17%,#ffffff 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #cccccc 17%,#ffffff 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #cccccc 17%,#ffffff 99%); /* IE10+ */
background: linear-gradient(top, #cccccc 17%,#ffffff 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */	top:0px;
	margin-left:0px;
	padding-top:5px;
	padding-left:1%;
	font-weight:bold;
}

#leftHeaderItems {
	padding-left:20px;
	padding-right:20px;
	float:left;
	color:#fffbfa;
 	word-break: break-all;
}
#leftHeaderItems:hover {
	opacity: 0.8;
}
#rightHeaderItems {
	padding-left:20px;
	padding-right:20px;
	float:right;
	color:#fffbfa;
 	word-break: break-all;
	
}
#rightHeaderItems:hover {
	opacity: 0.8;
}
#middleSearch {
	width:100%;
}
#search {
	width:50%;
	border:1px #6e6262 solid;
	font-size:14px;
	padding-right:40px;
	height:30px;
	
}
#submitButton {
	height:30px;
}
#fillGap {
	height:10%;
}
#map {
	width:60% ; height:86%; float:left;
}
#bigmap {
	width:100% ; height:86%; float:left;
}

#leftResults {
	float:left;
	width:39%;
	padding-left:1%;
	height:86%;
	overflow:auto;
}
#mosquePageLeft {
	float:left;
	width:19%;
	padding-left:1%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#mosquePageCentral {
	float:left;
	width:49%;
	padding-left:1%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#mosquePageRight {
	float:left;
	width:28%;
	padding-left:2%;
	padding-left:2%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#mosqueDetails {
	float:left;
	width:90%;
	margin-left:5%;
	margin-bottom:30px;
}
#details {
	float:left;
	width:50%;
	font-size:12px;
	overflow:auto;
	word-wrap:break-word;
}
#mosqueFacilities {
	float:left;
	width:90%;
	margin-left:5%;
	margin-bottom:30px;
}
#facilities {
	float:left;
	width:50%;
	font-size:12px;
}
#registerLeft {
	float:left;
	padding-left:5%;
	height:86%;
	margin:0px 15px 0px 0px;
}
#registerRight {
	float:left;
	padding-left:5%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#profileLeft {
	float:left;
	width:19%;
	padding-left:1%;
	padding-right:10px;
	height:86%;
	margin:0px 0px 0px 0px;
}
#profileCentral {
	float:left;
	width:42%;
	padding-left:10px;
	height:86%;
	margin:0px 0px 0px 0px;
}
#profileRight {
	float:left;
	width:30%;
	padding-left:1%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#guardianLeft {
	float:left;
	width:55%;
	padding-left:5%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#guardianRight {
	float:left;
	width:35%;
	padding-left:5%;
	height:86%;
	margin:0px 0px 0px 0px;
}
#oneDiv {
	float:left;
	width:98%;
	padding-left:1%;
	height:100%;
	overflow:auto;
	margin:0px 0px 0px 0px;
}
#reviews {
	margin-right:30px;
	float:left;
}
#login {
	top:26px;
	right:0px;
	height:auto;
	width:auto;
	background-color:#FFFFFF;
	border:1px solid #000;
	padding:10px;
	display:none;
	position:absolute;
	z-index:1001000;
}
div.fileinputs {
	position: relative;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}
.hiddenJamatTimes {
	display:none;
}
#commentBox {
    border: 5px solid #eee; padding: 5px; width: 90%;
    font: 14px/18px 'Helvetica', 'Arial', 'sans-serif';
}
.album {
	width:100%;
	float:left;
	padding:10px 10px 10px 10px;
	margin-bottom:20px;
}
img {
	border:none;
}
