/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}

/** General Style Info **/
html {
	height:100%;max-height:100%; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}

body {
	background: #fff;
	color: #000;
	font-family:arial,verdana,'lucida grande',helvetica,sans-serif;
	font-size:85%;
	margin: 0;
	height:100%;max-height:100%;overflow:hidden;
}
a {
	color: #7e0709;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
p{margin:10px 0;line-height:18px;}
h1, h2, h3, h4 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	background:#fff;
	color: #7e0709;
	font-size: 100%;
}
h2 {
	background:#fff;
	color: #e32;
	font-family:arial,verdana,'Gill Sans','lucida grande', helvetica, sans-serif;
	font-size: 190%;
}
h3 {
	color: #993;
	font-family:arial,verdana,'Gill Sans','lucida grande', helvetica, sans-serif;
	font-size: 165%;
}
h4 {
	color: #993;
	font-weight: normal;
}
ul, li {
	margin: 0 12px;
}

ul.mainmenus{margin-left:50px;list-style:none;padding-top:2px}
ul.mainmenus li{display:inline;}
ul.mainmenus li a {text-decoration:none;color:#fff;}
ul.mainmenus li a:hover {text-decoration:underline;color:#fff;}
ul.ulTree{list-style:none;margin-bottom:10px;margin-top:5px;}
ul.ulTree ul {padding-left:20px;}
ul.ulTree li {clear:both; }

ul.listmenu{list-style:none;}
ul.listmenu li {padding:3px 0;margin:0;}
ul.listmenu a {text-decoration:none;color:#000;font-weight:normal;}
ul.listmenu li a div {color:#7e0709;background:#ddd;font-weight:bold;}



/** Layout **/
#centermenu h1{font-weight:bolder;padding:0 10px 0 10px;font-size:18px;}

#header{
	background: url('../img/bg_header.gif') repeat-x;
	position:absolute;top:0;right:0;display:block;width:100%;z-index:5;
}
#header h1 {
	height:52px;
	line-height:20px;
	color: #fff;
	padding:25px 0 10px 115px;
	font-size:30px;
	font-weight: bold;
    text-shadow: 3px 1px 3px #000;
	background: url('../img/logo.png')10px 7px no-repeat ;
}
#welcomeuserleft{text-transform: uppercase;float:left;width:auto;padding:5px 0 0 10px;font-size:10px;color:#fff;}
#welcomeuserright{text-transform: uppercase;float:right;text-align:right;width:auto;padding:5px 10px 0 0;font-size:10px;color:#fff;}
#header div#topmenu{position:absolute;top:15px;right:20px;font-size:9px;color:#000;}
#header div#topmenu a {color:#000;text-decoration:none;font-weight:normal;}
#header div#topmenu div {width:auto;text-align:center;float:left;margin:0 10px;}
#header div#topmenu div img{margin-bottom:3px;margin-top:-3px;}
#btm_header{background:url('../img/bot_header.gif') repeat-x;height:23px;width:100%;position:absolute;top:71px;z-index:6;}
.pad1 {display:block;height:75px;}
.pad2 {display:block; height:65px;}
#content{
	
	color: #333;
	padding: 20px 0 0 0;
	overflow: auto;
	display:block;height:100%;max-height:100%;overflow:auto;position:relative;z-index:3;word-wrap:break-word;
}
#leftmenu{background:#f3be8f;padding-bottom:5px;
	
	height:500px;
	
	overflow:visible;
	margin-top:-12px;margin-left:-20px;color:#565656;}
#leftmenu h2 {background:url('../img/header_menu_wahana2.png') no-repeat; background-position:-18px; font-size:24px; font-weight:700; padding:0 10px;color:#000;margin-left:15px;}
#leftmenu a{color:#7e0709;}
#leftmenuclose{vertical-align:top;top:120px;display:table-cell;width:1%;}
.spacePadH{padding-left:8px;padding-right:8px;font-size:16px; }
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	background:#7e0709;
	position:absolute;bottom:-1px;right:0;display:block;width:100%;z-index:4;
	color:white;
	font-weight: bold;
}
#footer div {padding:0 20px;}

div.exportbutton{width:600px !important;}
div.exportbutton * {clear:none;float:right;}
div.exportbutton li {margin-left:5px !important;}

/** containers **/
div.form,
div.index,
div.view {
	/*float:none;*/
	width:100%;
	padding:10px 0;
}
div.actions {
	/*float:left;*/
	position:absolute;
	top:90px;
	right:5px;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
	display:none;
}


/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:2px;
        background:#ddd;
        border-top:1px solid #555;
}
th.actions {max-width:250px;padding-left:10px;}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: left;
	white-space: nowrap;
	max-width:250px;
}
table td.actions a {
	margin: 0px 2px;
	padding:2px 6px;
        font-size:80%;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 750px;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 200px;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: 2px;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form div.radiodiv {clear:none;float:left;margin:0;padding:0;}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 100%;
	margin-bottom:3px;
	float:left;
	width:20%;
}
input, textarea {
	float:left;
	font-size: 100%;
	font-family: arial,verdana, "frutiger linotype", "lucida grande", sans-serif;
	/*padding: 1%;*/
	width:79%;
}
select {
	/* clear: both; remark by putri*/
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 630px;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	/* clear: left; remark by putri 171111*/
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
       margin-right:2px; /* add by putri*/
	/*margin: 0 3px 7px 0;*/
}
label[for=JnsKlmP] {width:90px;}
label[for=AlSrt1] {width:90px;}
label[for=SediaDihubY] {width:90px;}
label[for=JnsMotor1] {width:90px;}
label[for=JnsMotor2] {width:90px;}
label[for=MohonFakturMcGender2] {width:90px;}
label[for=JnsMotor3] {width:90px;}
label[for=Jnsjual1]{width:90px}
label[for=QuestionaireStatusRumah1]{width:110px}
label[for=QuestionaireStatusRumah2]{width:130px}
label[for=QuestionaireStatusHp1]{width:110px}
label[for=QuestionaireStatusHp21]{width:110px}
label[for=CashBankJnTypeC]{width:90px}
div.radio label {
	/*margin: 0 0 6px 20px;*/
}
input[type=submit], form .submit input {
	display: inline;
	font-size: 100%;
	width: auto;
}
form .submit input[type=submit], form .submit input {
	background:#62af56;
	background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
	border-color: #2d6324;
	color: #000;
	text-shadow: #8cee7c 0px 1px 0px;
}
form .submit input[type=submit]:hover, form .submit input:hover {
	background:#4ca83d;
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
}
form div.submit input {width:auto;}

form.filter{background:#ededed;width:490px;padding:10px 10px 0px 10px;}
form.filter div input{width:200px;margin-top:-17px;}
form.filter div select {clear:none;float:left;}
form.filter div{padding-bottom:0;padding-top:5px;}
form.filter div.submit input{width:auto;margin:0;padding-bottom:0;}
/** Forms Transaksi header Detail**/
form.tr * {
	clear:none;
	padding:0;
	margin:0;
	font-size:100%;
}

form.tr {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
form.tr fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
form.tr fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}

form.tr div.h {
	background:#efefef;
	padding:5px;
}
form.tr div.col1 div {
	clear:both;
	padding:2px 0;
}

form.tr div.h div.clear{
	clear:both;
	padding:0;
	height:0;
}
form.tr div.col1 label{
	width:25%;
}
form.tr div.col1 input, form.tr div.col1 textarea {
	width:70%;
}
form.tr div.col2 label{
	width:32%;
}
form.tr div.col2 input, form.tr div.col1 textarea {
	width:62%;
}
form.tr div.col2 div div {
	clear:both;
	padding:2px 0;
}
form.tr div.d input {
	width:auto;
}
form.tr div.radio label {margin:0;}
form.tr div.radio div.radiodiv {clear:none;float:left;margin-right:20px;}
form.tr input.radio{width:auto !important;margin-top:3px;}
form.tr h2 {background:none;font-size:16px;padding-bottom:10px;}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 10px 0 1em 0;
	background: #c73e14;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #fff;
	font-weight: bold;
	background: #c73e14;display:none;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0; 
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}


/**  Actions in Index  **/
div.actionsindex {width:600px;}
div.actionsindex li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actionsindex ul li a {
	font-weight: normal;
	display: block;
	float:right;
	margin-left:5px;
	clear: none !important;
}
div.actionsindex ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
form .submit input,
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
form .submit input:hover, 
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}
.padd{padding-bottom:10px}
.buttonlov{height:20px;width:22px;}
.padd20{padding-bottom:32px;}
.button_search{width:60px;height:20px;font-size:12px}
.buttonsearch{height:18px;width:60px;font-size:9px}
.label_input{width:155px}
.textdetail{width:98%}
.padding2px{padding:2px;}
.textdetail2lov{width:80%}
.textdetail2{width:98%}
.currency{text-align:right;}
/* Report Neraca */
.border-neraca{padding:0px;border:1px solid #000}
.neraca-content   tr:nth-child(2n) td {background:#FFF;border:0px}
.neraca-content   tr  td {background:#FFF;border:0px}
.neraca-header{font-weight:bold;padding:0 0 15px 0;background:#FFF}
.neraca-desc{width:200px;background:#FFF;height:20px}
.neraca-periode{width:100px;text-align:right;height:20px}
.neraca-periode-label{text-align:center;font-weight:bold}
.desccoa{
z-index:1000px;
position: absolute;
display:block;
width:100%;
height:100%;
}
.desccoacontent
{
position: absolute;
top:10%;
left:5px;
padding:10px;
border:2px solid #333;
background:#FFF;
width:250px;
color:#000;
-moz-box-shadow: 7px 6px 10px #000000;
-webkit-box-shadow: 7px 6px 10px #000000;
box-shadow: 7px 6px 10px #000000;
}