@charset "utf-8";
/* CSS Document */

#nav, #nav ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:relative;
	line-height:1.5em; 
}

#nav li .underline{
	/*border-bottom:1px solid #dcb9b9;*/
}

#nav a{
	display:block;
	padding:0px 3px;
	color:#000000;
	text-decoration:none;
}

#nav a:hover{
	background-color:#eeeeee;
	color:#333333;
}

#nav li{
	float:left;
	position:relative;
	width:120px; 
	color:#333333;
	font-weight:bold;
	text-align:left;
	/*padding:8px;*/
}

#nav ul {
	position:absolute;
	display:none;
	width:12em;
	top:1.5em;
	text-align:left;
}

#nav li ul a{
	width:12em;
	height:auto;
	float:left;
}

#nav ul ul{
	top:auto;
}	
#nav li ul{
	padding:0px 0px 0px 0px;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width:170px; /*210*/
	background-color:#ffffff;	
}
#nav li ul ul {
	/*left:12em;*/
	left:150px;
	margin:-2px 0 0 10px;
}

#nav li ul li, #nav li ul li a {
	font-weight:normal;
	padding:0px;
	width:160px;	/*201*/
	min-height:25px;
	/*height:25px;*/
	/*border-bottom: 1px solid #999999;*/	
	color:#333333;
	padding:0px 3px;
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
	display:block;
}

/*end dropdown*/



body {
	/*background: #4A363A;*/
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:70%;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h6, h3, h4, h5 {
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	/*background:#fff;*/
	color: #003d4c;
	font-size: 100%;
}
h2 {
	/*background:#fff;*/
	color: #000000;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 160%;
	font-weight: bold; /*normal atau bold*/
}
h6 {
	/*background:#fff;*/
	color: #000000;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 140%;
	font-weight: bold; /*normal atau bold*/
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 140%;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
}
h5 {
	color: #993;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 140%;
	text-align: left;
}

#container
{
	margin: 10px auto;
	width: 97%; /*97*/
	text-align: left;
	background-color: #fff;
	color: #333333;
	border: 1px solid #333333;
	line-height: 130%;

}
#header
{
	padding: .5em;
	background-color: #dddddd;
}

/*#header h2
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align: center;
	font-size:14px;
	padding: 0;
	margin: 0;
}*/

#menu
{
	border-top: 1px solid #333333;

}

#menu #welcome
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	text-align: right;
	font-weight: bold;
	float:right;
	margin-right: 10px;
	text-decoration: none;
}

#menu #welcome a:link, #menu #welcome a:visited
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	text-align: right;
	font-weight: bold;
	text-decoration: none;
}

#menu #welcome a:hover, #menu #welcome a:active
{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	background-color: #ffffff;
	text-align: right;
	font-weight: bold;
	text-decoration: underline;
}

#headershadow
{
	border-top: 1px solid #333333;
	clear: both;
}

#content
{
	min-height: 300px;
	margin: 0;
	padding: .5em;
	clear:left;
	text-align: center;
}

/*#content h2
{
	font-family: Calibri, Verdana, Arial;
	color:#333333;
	font-size:16px;
	margin-top: 10px;
}*/

#footer
{
	border-top: 1px solid #333333;
	clear: both;
	margin: 0;
	padding: .5em;
	text-align: center;
}

#login
{

	width: 620px;
	margin: auto;
	text-align: left;
	border: 1px solid #333333;
}

.error
{
	color: #ff0000;
}

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:4px;
}
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;
}
table td.actions a {
	margin: 0px 6px;
	padding: 4px 5px;
}

.tambahdata{
	text-align: left;
}

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

input[type=submit],
div.actions ul li a,
td.actions a {
	text-align: left;
	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,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}
th.actions {
    text-align: center;
}

#kotak{
	width: 98%;
	padding: 10px;
	border: 1px solid #000000;
	min-height: 450px;
}

#kotak #kiri{
	float: left;
	padding: 5px;
	width: 50%;
	border: 1px solid #000000;
	min-height: 420px;
}

#kotak #kanan{
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	margin-left: 20px;
	margin-bottom: 10px;
	width: 45%;
	min-height: 250px;
}

#kotak #bawah{
	float: left;
	padding: 5px;
	border: 1px solid #000000;
	margin-left: 20px;
	width: 45%;
	min-height: 100px;
}

#kotak h3{
	color: #000000;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 150%;
	font-weight: bold; /*normal atau bold*/
}

.clear{
	clear: both;
}

#printbutton{
	text-align:left;
}

#tandatangan{
	display: none;
}
#tandatangankiri{
	display: none;
}
#jamcetak{
	display: none;
}


#back{
	margin-top:50px;
	text-align: center;
	float: center;
}

.slipgaji{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:12px;
	float: left;
	border: 1px solid #000000;
	padding: 10px;
	margin: 10px;
	margin-bottom: 30px;
	width: 600px;
	text-align: left;
	line-height: 2em;
	font-weight: normal;
	display: block;
}

.slipgaji h3{
	color: #333333;
	font-size:13px;
	font-weight: bold;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:100%;
}
#ttdgaji{
	margin-top:10px;
	text-align: center;
	margin-right: 50px;
	width: 200px;
	float: right;
	height: 70px;
	border-bottom: 1px solid #000000;

}
#ttdgajikiri{
	margin-top:10px;
	text-align: center;
	margin-left: 50px;
	width: 200px;
	float: left;
	height: 70px;
	border-bottom: 1px solid #000000;
}

