




/*
     FILE ARCHIVED ON 13:09:50 Dec 28, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 9:30:40 Feb 8, 2015.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
html,body { 
	background: #000 url("/web/20141228130950/http://truemaxway.my/themes/default/images/common/line_background.jpg") no-repeat center center;
	background-attachment: fixed;
	margin:0;
	padding:0;
	overflow: auto;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
a{
	cursor: pointer;
	color: #4546FF;
	text-decoration:none;
}
a:link, a:visited{
	color: #2B46E4;
	text-decoration:none;
}

a:hover{
	color:#0065D5;
}
.noData{
	color:#FF0000;
	font-weight:bolder;
	font-size:12px;
	text-align:center;
	vertical-align:middle;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #D1D2FF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

table{
	font-size: 12px;
}

/* Paging CSS */
.pagenavers{
	padding: 3px;
	cursor: pointer;
	line-height: 2;
	color: #000000;
}
.pagenavers:hover{
	color: #009CFF;
	text-decoration: underline;
}
.pagenavers img{
	vertical-align: middle;
}
.pagenaversselected{
	padding: 3px;
	line-height: 2;
	font-weight: bolder;
	border: solid 2px #000000;
	background: #FFFFFF;
}
.paging_page{
	text-align:center;
}

/* top right corner message box */
#toprightCornerMsg{
	background: #FFFFFF;
	left:0px;
	top: 0px;
	position: absolute;
	color: #AD0101;
	font-weight: bolder;
}
/* center message box */
#displayMsgBox{
	background: #FFFFFF;
	left:0px;
	top: 0px;
	position: absolute;
	color: #AD0101;
	font-weight: bolder;
	padding: 10px;
	border: solid 2px #D00400;
}

/* Page Container */
#container { 
	width: 100%; 
	height: 100%; 
	display: table;
	margin:0 auto;
	text-align: left;
	font-size: 12px;
}

/* Table Data Listing */
.list-title td{
	background: url('/web/20141228130950/http://truemaxway.my/themes/default/images/common/bgGray.gif') left top repeat-x; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	height: 20px;
	font-weight: bold;
	text-align:center;
	vertical-align:top;
}
.list-data td{
	height: 19px;
	line-height: 1em;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}
.list-data td img{
	cursor:pointer;
}
.list-data:hover{
	background-color: #E4E4E4;
}
.resultList tr:hover{
	background-color: #E4E4E4;
}
input:hover, select:hover{
	border: 1px solid #990033;
}
input:hover, select:hover{
	background-color: #fff; 
}



/* Input Css */
.dateinput{
	background: url('/web/20141228130950/http://truemaxway.my/themes/default/images/common/calendar.gif') right no-repeat;
	cursor: pointer;
	background-color: #fafafa; 
}
.datetimeinput{
	background: url('/web/20141228130950/http://truemaxway.my/themes/default/images/common/calendar.gif') right no-repeat;
	cursor: pointer;
	background-color: #fafafa; 
	width: 190px;
}
input, select{
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size:12px; 
	border: 1px solid #ccc; 
	background-color: #fafafa; 
}
button{
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size:12px; 
}
#browse_result input{
	width: 98%;
}

/* Box Css */
.add_property { 	
	padding-top: 5px; 
	font-family:Verdana, Helvetica, Arial, sans-serif; 
	font-size:12px; 
	background: #f6f6f6 url('/web/20141228130950/http://truemaxway.my/themes/default/images/common/bgGrayForm.gif') left top repeat-x; 
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

/* Admin css */

.subTab{
	background:#134d77;
	border-bottom:1px solid #24618E;
	color: #FFFFFF;
	font-size:15px;
	font-weight: bold;
	text-align:center;
}


.adminTitle{
	background:#666;
	font-size:16px;
	font-weight:bolder;
	left: 100%;
	top: 10px;
	text-align:right;
	color: #cad2f7;
}
.adminForm{
	background:#D4D3D5;
	border:#333333 dashed thin;
	padding: 10px;
}
#tabsJ {
	float:left;
	width:100%;
	background:#666;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #24618E;
}
#tabsJ ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
}
#tabsJ li {
	display:inline;
	margin:0;
	padding:0;
}
#tabsJ a {
	float:left;
	background:url("/web/20141228130950/http://truemaxway.my/themes/default/images/common/tableftJ.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 5px;
	text-decoration:none;
	font-weight: bold;
}
#tabsJ a span {
	float:left;
	display:block;
	background:url("/web/20141228130950/http://truemaxway.my/themes/default/images/common/tabrightJ.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#0e1b8d;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span {
	float:none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span {
	color:#FFF;
}
#tabsJ a:hover {
background-position:0% -42px;
}
#tabsJ a:hover span {
	background-position:100% -42px;
}
#tabsJ #current a {
	background-position:0% -42px;
}
#tabsJ #current a span {
	background-position:100% -42px;
	color:#FFF;
}
.error{
	color: #fd0006;
}

/* sub menu */
#sub-menu{
	height: 24px;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url('/web/20141228130950/http://truemaxway.my/themes/default/images/common/bgGrayForm.gif') left top repeat-x;
	z-index: 1;
}

#sub-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 0;
}

#sub-menu li{
	float: left;
	padding: 0;
	margin: 0;
}

#sub-menu ul a:link, #sub-menu ul a:visited {
	display: block;
	float: left;
	padding: 2px 12px 4px;
	text-decoration: none;
	border: 1px solid #ccc;
	color: #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
 }	

#sub-menu li img{
	vertical-align: bottom;
	margin: 2px 5px 0px 0px;
	border: 0px;
}

#sub-menu li a:hover {
	background: url('/web/20141228130950/http://truemaxway.my/themes/default/images/themes/default/bgGray.gif') left bottom repeat-x;
	border: 1px solid #990033;
	color: #f00;
	text-decoration: none;
}
#page-showing{
	width: 1000px;
}
/* Browse screen Box */
.browsebox{
	padding: 10px 0px 10px 0px;
}

/* Change password */
.changePassword{
	float:right;
	border:1px solid #333;
	background-color:#e0e0e0;
	cursor: pointer;
	color: #000;
	padding: 2px;
}
.changePassword:hover{
	background-color:#fff;
}

#formChangePassword{
	position:absolute;
	border: 2px #565656 solid;
	background-color: #C0C0C0;
	padding:2px;
	color: #000;
	z-Index: 9999;
}
.layoutshadow{
	background:url("/web/20141228130950/http://truemaxway.my/themes/default/images/web/dropshadow.png") repeat-y scroll 0 0 transparent;
}
h1{
	font-size: 16px;
}
h2{
	font-size: 14px;
}