
*{
	padding : 0;
	margin : 0;
	border : 0;
}

body {
	background-color: #fff;/*#00102a;*/
	background-image: url("../img/bg03.jpg");
	background-attachment : fixed;
	background-size : cover;
}

#PFSM {
	width: 25%;
	height: 25%;
}

#FALAK {
	width: 30%;
	height: 30%;
}

.blended_grid{
	display : block;
	width : 100%;
	overflow : auto;
	border: 0px solid red;
}


.pageHeader{
	float : left;
	clear : none;
	height : 75px;
	width : 100% !important;
	border: 0px solid yellow;
}

.topnavmenu {
	float: right;
	width: 15%;
	margin-top: 1em;
}

.topnavmenu span {
	font-size: 0.85em;

}

.topnavmenu select {
	width: 80%;
	font-size: 0.9em;
}


#maklumat {
	position: absolute;
	top: 0;
	left: 64%;
}

.pageContent{
	float : left;
	clear : none;
	width : 48% !important;
	border: 0px solid green;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto; 
}

div.mapstyle {
	width: 100%; 
	height: 430px; 
	visibility: visible; 
	margin-left: 20px;
	border-radius: 20px;
}

.pageRightMenu{
	float : left;
	clear : none;
	height : auto !important;
	width : 46% !important;
	border: 0px solid white;
}

/* FORM */
.muwaqqit-form {
	float: left;
}
.muwaqqit-form,
.muwaqqit-form h1,
.muwaqqit-form span,
.muwaqqit-form input,
.muwaqqit-form label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.muwaqqit-form {
    position: relative;
    width: 92%;
    padding: 15px 15px 0 15px;
    cursor: default;

}



.muwaqqit-form h1 {
    line-height: 40px;
    font-family: 'Myriad Pro', sans-serif;
    font-size: 1.6vw;
    font-weight: normal;
    color: #e4e4e4;
}

.muwaqqit-form input[type=text],
.muwaqqit-form input[type=password],
.muwaqqit-form input[type=submit], 
.muwaqqit-form input[type=button], 
.topnavmenu input[type=button] {
    line-height: 14px;
    margin: 10px 0;
    padding: 9px 15px;
    border: 0;
    outline: none;
 
    font-family: Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0px 1px 1px rgba(255,255,255, .2);
 
    -webkit-border-radius: 26px;
    -moz-border-radius: 26px;
    border-radius: 26px;
 
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
	
}

.muwaqqit-form input[type=text],
.muwaqqit-form input[type=password],
.js .muwaqqit-form span {
    color: #000;
    width: 80%;
 
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6);
 
    background: #989898;
    background: -moz-linear-gradient(top,  #ffffff 0%, #989898 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#989898));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#989898 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#989898 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#989898 100%);
    background: linear-gradient(top,  #ffffff 0%,#989898 100%);
}

.muwaqqit-form input[type=text]:hover,
.muwaqqit-form input[type=password]:hover {
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .6), 0px 0px 5px rgba(255,255,255, .5);
}

.muwaqqit-form input[type=text]:focus,
.muwaqqit-form input[type=password]:focus {
    background: #e1e1e1;
    background: -moz-linear-gradient(top,  #ffffff 0%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e1e1e1));
    background: -webkit-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    background: -o-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    background: -ms-linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
    background: linear-gradient(top,  #ffffff 0%,#e1e1e1 100%);
}

.muwaqqit-form input[type=submit], 
.topnavmenu input[type=button],
.muwaqqit-form input[type=button] {
    //float: right;
    cursor: pointer;
 
    color: #111;
 
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
    -moz-box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
    box-shadow: inset 1px 1px 1px 0px rgba(255,255,255, .45), 0px 1px 1px 0px rgba(0,0,0, .3);
}

.muwaqqit-form input[type=submit]:hover, .topnavmenu input[type=button]:hover, .muwaqqit-form input[type=button]:hover {
    -webkit-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
    -moz-box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
    box-shadow: inset 1px 1px 3px 0px rgba(255,255,255, .8), 0px 1px 1px 0px rgba(0,0,0, .6);
}
 
.muwaqqit-form input[type=submit]:active, .topnavmenu input[type=button]:active , .muwaqqit-form input[type=button]:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.muwaqqit-form input[type=submit],
.js .muwaqqit-form span.checked:before, .topnavmenu input[type=button], .muwaqqit-form input[type=button] {
    background: #a5cd4e;
    background: -moz-linear-gradient(top,  #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a5cd4e), color-stop(100%,#6b8f1a));
    background: -webkit-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -o-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: -ms-linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
    background: linear-gradient(top,  #a5cd4e 0%,#6b8f1a 100%);
}

.topnavmenu input[type=button] {
	background: #36777a;
	color: #fff;
}

.muwaqqit-form input[type=button] {
	background: #889596;
}

#ident_text {
	width: 70%;
}

#inputflightDate {
	width: 21%;
}

#divubah {
	width: 65%;
	float: left;
    display: none;
}
#go_button {
	margin-right: 0.5em;
	margin-left: 0.5em;
	background-color: #F2DD59;
}

#waktu_sebenar {
	float: left;
	clear: both;
}

#semula {
	margin-left: 1em;
	float: left;
}

#ubahmasa {
	width: 100%;
	float: left;
	clear: both;
}

#maklumat_pesawat {
	font-size: 1.4em;
	font-family: Arial;
	letter-spacing: -0.03em;
	font-weight: bold;
	color: #333;
}

span.tukartz {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 12px;
    color: #fff;
	font-weight: bold;
}


table
{
	border-collapse:collapse;
}

span#titleAirportTZ
{
	font-family: "Times New Roman";
}

div.divtimezone  {

	margin-left: 1em;
	clear: both;
	width: 85%;
	padding: 0;
	text-align: center;
	visibility: hidden;

	background-color: #141517;
 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
 
    -webkit-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
    -moz-box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
    box-shadow: 0px 1px 1px 0px rgba(255,255,255, .2), inset 0px 1px 1px 0px rgb(0,0,0);
	
}

div.divform {
	width: 100% !important;
	background-image: url("../img/box03.jpg");
	background-repeat:no-repeat;
    background-position: left center;
	height: 230px;
	margin-left: 30px;
	border-radius: 20px;
}


div.maklumatairport {
	position: relative;
}


div.divwaktusolat {
	width: 95% !important;
	background-image: url("../img/box06.jpg");
	background-repeat:repeat;
    background-position: left center;
	margin-left: 30px;
	border-radius: 20px;
	padding: 10px;
	margin-top: 10px;
	min-height: 220px;
    height: auto !important;
    height: 100%;

}

table
{
	border-collapse:collapse;
}

table.tblFlightInfo, table.timetable 
{
	margin: 0;
	padding: 0;
	background-color: #fff;
}

table.tblFlightInfo {
	float: left;
	margin-left: 1.5em;
	margin-top: 2.5em;
	margin-bottom: 1em;
	width: 85%;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

table.timetable {
	margin-left: 1.0em;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
	margin-bottom: 1em;
	width: 90%;
}

table.tblFlightInfo th, table.timetable th
{
	background-color: #3f4545;
	padding: 0.3em;
	color: #fff;
	font-size: 1em;
}

table.tblFlightInfo th {
	font-size: 0.9em;
}

table.tblFlightInfo td.tdtitle {
	font-weight: bold;
	font-size: 0.9em;
}

table.tblFlightInfo td, table.timetable td
{
	font-family: 'Myriad Pro', Tahoma;
	color: #3f4545;
	padding: 0.3em;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.5em;
}

table.tblFlightInfo td {
	font-size: 0.9em;	
	padding: 0.4em;
}

table.timetable td#valTimeZone {
	font-weight: bold;
}

div.tblPrayerTimes{
	float: left;
	width: 95%;
}

span#titleTblWaktuSolat {
	font-size: 16px;
	font-weight: bold;
	color: #f6ba49;
	text-shadow: 0px 2px 3px #666;
}

div.copyright {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 0.9em;
	font-weight: none;
	color: #5d5f62;
	text-align: center;
	position: relative;
	width: 95%;
	margin-left: 40px;
	padding-top: 15px;
	clear: left;
}

#hakcipta {
	font-weight: bold;
}

#hakcipta, #maklum_balas {
	display: block;
	line-height: 35px;
}

.footertitle {
	padding: 0.2em 0.5em;
	width: 30%;
	float: left;
	font-size: 0.9em;
	font-family: 'Myriad Pro', sans-serif;
}

.footerextra {
	width: 100%;
	text-align: center;
	clear: both;
	padding-top: 1em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

#maklum_balas {
	font-size: 0.9em;
	font-weight: bold;
	color: #59867a;
	font-family: 'Myriad Pro', sans-serif;
}

.divlogo  {
	width: 65%;
	float: left;
	min-height: 3em;
	height: 100%;
}

.divlogo  img {
	min-height: 2.3em;
	height: 100%;
	cursor: pointer;
}

.pageFooter{
	float : left;
	clear : none;
	text-align: left;
	border: 0px solid purple;
	margin-top: 10px;
	margin-left: 20px;
	width: 100%;
	
}
.pageFooter img {
	margin: 0;
	padding: 5px;
	cursor: pointer;
	float: left;
    vertical-align: bottom;
	max-height: 48px;
}
.pageFooter span {
	float: left;
}

span.footertitle {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: -3px;
	display: block;
	margin-left: 5px;
}

span.tukartz {
	font-family: 'Myriad Pro', sans-serif;
	font-size: 12px;
    color: #fff;
	font-weight: bold;
}