.modalku90{
	 top:10%;
	 width: 90%;
	 left: 5%;
	 margin-left: 0;
}

.modalku70{
	 top:20%;
	 width: 70%;
	 left: 15%;
	 margin-left: 0;
}

.modalku50{
	 top:10%;
	 width: 50%;
	 left: 25%;
	 margin-left: 0;
}


.modalku30{
	 width: 30%;
	 left: 5%;
	 margin-left: 0;
}
  
input.invalid {
  border: 2px solid red;
}

select.invalid {
  border: 2px solid red;
}

textarea.invalid {
  border: 2px solid red;
}
.row_selected td{
	background:#c470c0;
	color:white;
}

.fancyTable td, .fancyTable th {
	/* appearance */
	border: 1px solid white;
	
	/* size */
	padding: 5px;
	}

.fancyTable {
	/* text */
	font-family: Arial;
	width:100%;
	 position: relative;
	}

.fancyTable tr.even.row_selected td {
	background-color: black;
	color:yellow;
}

.fancyTable tr.odd.row_selected td {
	background-color: black;
	color:yellow;
}


.fancyTable tbody tr td {
	/* appearance */
	background-color: #b3e6f2;
	/* text */
	color: black;
	font-size: 11px;
	}

.fancyTable tbody tr.odd td {
	/* appearance */
	background-color: #a9c7cf;

	color: black;
	font-size: 11px;
	}

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th, 
.fancyTable tfoot tr td {
	/* appearance */
	background-color: #04b08d;
	/* text */
	color: white;
	font-family: Calibri;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	}
	
table.cetak{
border:1px solid black;
border-collapse:collapse;
 } 

table.cetak th{
	background:#e4e6eb;
	font: bold 12px/30px Arial;
}	

table.cetak thead{
	background:#e4e6eb;
}	

table.cetak tr:hover{
background:yellow;	
}

table.cetak td{
border:1px solid black;
}


table.cetakisi{
border:1px solid black;
border-collapse:collapse;
background:#ccdce8;
 } 

table.cetakisi th{
	background:#e4e6eb;
	font: bold 12px/30px Arial;
}	

table.cetakisi thead{
	background:#e4e6eb;
}	

table.cetakisi tr:hover{
background:#97bda5;	
}

table.cetakisi td{
border-bottom:1px solid black;
}



.nice a:link {
	color: #666;
	font-weight: bold;
	text-decoration:none;
}
.nice a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}

.nice a:active,
.nice a:hover {
	color: #bd5a35;
	text-decoration:underline;
}
.nice {
	   font-family: "Andale Mono", AndaleMono, monospace;
	color:#666;
	font-size:10px;
	text-shadow: 1px 1px 0px #fff;
	background:#eaebec;
	margin:3px;
	border:#ccc 1px solid;

	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;

	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}
.nice th {
	
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;

	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.nice th:first-child{
	text-align: left;
}
.nice tr:first-child th:first-child{
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:1px;
}
.nice tr:first-child th:last-child{
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:1px;
}
.nice tr{
	text-align: left;
}
.nice tr td:first-child{
	text-align: left;
	border-left: 0;
}
.nice tr td {
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	text-align: left;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.nice tr.even td{
	background: #f6f6f6;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
	background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.nice tr:last-child td{
	border-bottom:0;
}
.nice tr:last-child td:first-child{
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
}
.nice tr:last-child td:last-child{
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
}
.nice tr:hover td{
	background: #647084;
	color:white;
}
