




/*
     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;
}





/*
     FILE ARCHIVED ON 15:14:30 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)).
*/
.calendar {
  position: relative;
  display: none;
  border: 1px solid #999;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #c8d0d4;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  font-size: 11px;
  color: #000;
  cursor: default;
	background-color: #eee;
  }

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
	background-color: #eee;
	background-image: none;
}

.calendar .nav {
  background: transparent no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 3px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #cccccc;
  color: #000;
  text-align: center;
	background-color: #f8f7f7;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  padding: 2px;
  text-align: center;
	background-color: #dddddd;
	border-bottom: 1px solid #cccccc;
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #000;
  font-weight: bold;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border-bottom: 1px solid #fff;
  border-left: 1px solid #aaa;
  border-top: 1px solid #aaa;
  border-right: 1px solid #fff;
  padding: 0px;
  background-color: #d8e0e4;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
	background-color: #dddddd;
  background-color: #b8c0c4;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  background-color: #fff;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #666;
}
.calendar table .wn th {
	background-image: url(/web/20141228151430/http://truemaxway.my/themes/default/css/images/monthCalBodyTHWeekBg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dadada;
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
}
.calendar table .wn {
	background-color: #eeeeee;
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #ccc;
}
 
.calendar tbody .rowhilite td, .calendar tbody .rowhilite td.weekend {
  background: #f6f6f6;
}

.calendar tbody .rowhilite td.wn {
  background: #fff;
}

.calendar tbody td.hilite, .calendar tbody td.weekend.hilite { /* Hovered cells <TD> */
	background-color: #f8f7f7;
  padding: 1px 3px 1px 1px;
  border: 1px solid;
  border-color: #9e9e9e;
}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #000 #fff #fff #000;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: #666;
  background: #eee;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #666;
  background: #f9f9f9;
}


.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #666;
}

.calendar tbody .disabled { color: #999; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;  
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: #e8f0f4;
  padding: 1px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
  background: #dfdfdf;
  color: #000;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #d8e0e4;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #f1f1f1;
  background: #eee;
  font-size: 90%;
  padding: 0px;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: left;
  padding: 2px 4px 2px 4px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  background: #eee;
  border: 1px solid #666;
  color: #666;
  font-weight: bold;
}

.calendar .combo .hilite {background-color: #f8f7f7;
  padding: 1px 4px 1px 4px;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #9e9e9e;
}

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #e8f0f4;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #667;
  color: #fff;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}
