@charset "utf-8";
/* CSS Document */


 @media print {

	         	
			 #printaku{ display:none}
			
			
			
      }
	  




	
	body{
		font-family:Tahoma, Geneva, sans-serif;
		font-size:12px;
		width:100px;
		margin:auto;
	}
	#stDate { width:100px;
	height:15px;
	
		}
		
	#endDate { width:100px;
	height:15px;
	
		}	


	table {
        width: 70%;
    }
	
    
	table { margin:auto;  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	}

	#tabeldata thead{
	background:#F90;
	color:#FFFFFF;

	}
	#tabeldata thead td{
			border-right-width: thin;
		border-bottom-width: thin;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #FFBF55;
		border-bottom-color: #FFBF55 ;
		text-align:center;	
		


		
	}

	#tabeldata tbody td{
		border-right-width: thin;
		border-bottom-width: thin;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #D5D5D5;
		border-bottom-color: #D5D5D5;		
	}

	#tabeldata{
	-webkit-box-shadow: 0 8px 6px -6px #FF9F00;
	   -moz-box-shadow: 0 8px 6px -6px #FF9F00;
	        box-shadow: 0 8px 6px -6px #FF9F00;
	}
	
	#tabeldata tbody tr:hover{
		background:#ccc;			
	}
	#tabeldata tfoot td{
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #CCCCCC;
	}
	#tabeldata tfoot{
	background:#464646;
	color:#FFFFFF;
	}
	
		#tabelhour{
	-webkit-box-shadow: 0 8px 6px -6px #FF9F00;
	   -moz-box-shadow: 0 8px 6px -6px #FF9F00;
	        box-shadow: 0 8px 6px -6px #FF9F00;
	}
	
	#tabelhour thead{
	background:#F90;
	color:#FFFFFF;
	}

	#tabelhour thead td{
		border-right-width: thin;
		border-bottom-width: thin;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #FFBF55;
		border-bottom-color: #FFBF55 ;
		text-align:center;	
		
		
	}

	
	#tabelhour tbody td{
		border-right-width: thin;
		border-bottom-width: thin;
		border-right-style: solid;
		border-bottom-style: solid;
		border-right-color: #D5D5D5;
		border-bottom-color: #D5D5D5;		
	}
	

	
	#tabelhour tbody tr:hover{
		background:#ccc;			
	}
	#tabelhour tfoot td{
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #CCCCCC;
	}
	#tabelhour tfoot{
	background:#575757;
	color:#FFF;
	}
	
	/*	 css mulai isi tabel */
	
.ui-dialog-contain {
  width: 92.5%;
  max-width: 800px;
  margin: 10% auto 15px auto;
  padding: 0;
  position: relative;
  top: -15px;
}