.template {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	/* margin: 5px; */
	clear:both;
	height: 100%;
	width: 100%;
}


/* dashboard */
.fieldset{
	width:700px;
	margin:25px auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	color:#606060;
	border:solid 1px #b7b7b7;
	border-top:10px solid #ffdd55;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background:-moz-linear-gradient(top,  #fff,  #ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-shadow:0 1px 1px rgba(255,255,255,1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.fieldset .header{
	margin-left: 0px;
	float:left;
	font-size:16px;
	font-weight: normal;
	padding:5px 15px 5px 10px;
	cursor:pointer;
	color:#e8f0de;
	border:solid 1px #fff;
	background:#64991e;
	background:-webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background:-moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-top-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}

.fieldset .header:hover{
	background:#538018;
	background:-webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background:-moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}

.fieldset .content{
	display:block;
	margin:15px 20px 20px 25px;
	clear:both;
	float:left;
	width:650px;
}

div.img {
  margin:2px;
  margin-bottom: 35px;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  padding:0px 15px 0px 18px;
}

hr {
	display: block;
	position: relative;
	padding: 0;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #FFF;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
	margin-top:5px;
	margin-bottom: 10px;
}

div.img img{
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
}

div.img a:hover img {
  border:1px solid #c0c0c0;
}

.fieldset .content .link{
	text-decoration: none;
	text-align:center;
	font-weight:normal;
	width:120px;
	margin:0px;
	font-size: 12px;
	color: #000;
}

.fieldset .content .link:hover{
	text-decoration: none;
	font-weight:normal;
	width:120px;
	margin:0px;
	font-size: 12px;
	color: #000099;
}

.fieldset .content .spanheader{
	font-weight: bold;
	font-size: 12px;
}

.clr {
	clear: both;
}

.little {
	font-size: 10px;
}


/* entry */
.field_entry{
	width:98%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	border:solid 1px #b7b7b7;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background:-moz-linear-gradient(top,  #fff,  #ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-shadow:0 1px 1px rgba(255,255,255,1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}

.field_entry .header{
	margin-left: 0px;
	float:left;
	font-family:arial;
	font-size:13px;
	font-weight: bold;
	padding:5px 15px 5px 10px;
	cursor:pointer;
	color:#ffffff;
	border:solid 1px #fff;
	background:#6f75bd;
	text-transform:uppercase;
	background:-webkit-gradient(linear, left top, left bottom, from(#6f75bd), to(#fff));
	background:-moz-linear-gradient(top,  #6f75bd,  #fff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-top-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}

.field_entry .content{
	display:block;
	margin-bottom: 10px;
	clear:both;
	float:left;
	width:99%;
	border: solid 1px #fff;
}

.field_entry .kiri{
	margin-bottom: 15px;
	margin-left: 0px;
	float:left;
	width:25%;
}

.field_entry .kiri .kirhead{
	float:left;
}

.field_entry .kiriatas{
	float:left;
	width:39%;
}

.field_entry .kekananatas{
	float:right;
	width:60%;
}

.field_entry .kekanan{
	/* margin-right: 10px; */
	float:right;
	width:73%;
}

.field_entry .kekananper{
	margin-right: 10px;
	margin-top: 0px;
	width:98%;
}
.field_entry .kekananperr{
	margin-right: 12px;
	margin-top: 20px;
	width:98%;
}
.field_entry .kekananpergrid{
	margin-right: 10px;
	margin-top: 5px;
	width:98%;
}
.field_entry .kekananpergridd{
	margin-right: 10px;
	margin-top: 5px;
	width:98%;
}
/* Form styles */

input,select{
	padding:3px;
	color:#333333;
	border:1px solid #96A6C5;
	margin-top:2px;
	font-size:11px;
}

select{
	width:auto;
	padding:2px;
}

.formline{
	padding:3px;
}

.formnya {
	font-size:11px;
	display:block;
	text-align:left;
}
.formnya span.label {
	color: #000000;
	font-size: 12px;
}
.tabul{
	width:100%;
}

.input-container{
	padding:0px;
	margin-bottom: 7px;
}

.form-title{
	font-family:"Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.form-sub-title{
	font-weight:normal;
	font-size:11px;
}

.greenButton{
	width:auto;
	margin:10px 0 0 2px;
	padding:3px 4px 3px 4px;
	color:white;
	background-color:#589d39;
	outline:none;
	border:1px solid #006600;
	font-weight:bold;
}

.greenButton:active{
	background-color:#006600;
	padding:4px 3px 2px 5px;
}
.generalButton:active {
	border: 1px solid #4F709F;
	background: #CCCCCC;
}
.blueButton{
	float:left;
	color:white;
	background-color:#6b6b6b;
	border:0px solid #fff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
	box-shadow:0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(255,255,255,0.7) inset;
	font-weight:bold;
	cursor:pointer;
}
.blueButton:active{
	background-color:#0066cc;
}
.blackButton{
	color:white;
	background-color:#000;
	outline:none;
	border:1px solid #fff;
	font-weight:bold;
}

.blackButton:active{
	background-color:#006600;
}
input[type="submit"], input[type="button"] {
	cursor: pointer;
}
.fieldSelect {
	width: 204px;
}
.fieldText {
	width: 195px;
}
.fieldTextarea {
	width: 222px;
	height: 50px;
}
.labul {
	font-weight: bold; 
}
#ngelud{
	left:10px;
	position:relative;
	top:3px;
	visibility:hidden;
}
#ngeror{
	background-color:#ffebe8;
	border:1px solid #dd3c10;
	text-align:center;
	visibility:hidden;
}

#div-grid .grid_head {
	font-size: 14px;
	color: #990099;
	font-weight: bold;
}


input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
div.error { display: none; }

form.regSwitch label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
	font-family: "Trebuchet MS";
	font-size: 9px;
	padding: 2px;
}
.kecantol {
	margin-bottom: 10px;
}
.nyantol {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #000;
}
.nyantol:hover {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #0000cc;
}
.menu_sebelumnya {
	font-family: Arial;
	font-size: 9px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
.menu_sebelumnya:hover {
	font-family: Arial;
	font-size: 9px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

/* entry-attendance */
.field_attendance{
	width:98%;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	border:solid 1px #b7b7b7;
	border-top:10px solid #ffdd55;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background:-moz-linear-gradient(top,  #fff,  #ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-shadow:0 1px 1px rgba(255,255,255,1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}
.field_attendance .kiri{
	margin-bottom: 15px;
	margin-left: 0px;
	float:left;
	width:39%;
}
.field_attendance .kiri .kirhead{
	float:left;
}
.field_attendance .header{
	margin-left: 0px;
	float:left;
	font-size:12px;
	font-weight: bold;
	padding:5px 15px 5px 10px;
	cursor:pointer;
	color:#ffffff;
	border:solid 1px #fff;
	background:#6f75bd;
	background:-webkit-gradient(linear, left top, left bottom, from(#6f75bd), to(#fff));
	background:-moz-linear-gradient(top,  #6f75bd,  #fff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-top-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.field_attendance .kekanan{
	margin-right: 10px;
	float:right;
	width:59%;
}
.field_attendance .kekananper{
	margin-right: 10px;
	margin-top: 20px;
	width:98%;
}
.field_attendance .kekananpergrid{
	margin-right: 10px;
	margin-top: 5px;
	width:98%;
}


/* preview picture */
#puctdelamos
{
	background: #eaf8fc;
	background-image: -moz-linear-gradient(#fff, #d4e8ec);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d4e8ec),color-stop(1, #fff));

	-moz-border-radius: 5px;
	border-radius: 5px;

	border-width: 1px;
	border-style: solid;
	border-color: #c4d9df #a4c3ca #83afb7;
	width: 160px;
	height: 125px;
	overflow: hidden; /* Clear floats */
	margin: 0px auto 0px;
}

/* preview spawn */
#spawn
{
	border:solid 1px #fff;
	background:#6f75bd;
	background-image: -moz-linear-gradient(#fff, #92d3ed);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #92d3ed));
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
	width: 550px;
	height: 115px;
	margin: 0px auto 0px;
}

/* for tm */
.set{
	width:500px;
	margin:25px auto;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-bottom-left-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	color:#606060;
	border:solid 1px #b7b7b7;
	border-top:10px solid #ffdd55;
	background:#fff;
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background:-moz-linear-gradient(top,  #fff,  #ededed);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
	text-shadow:0 1px 1px rgba(255,255,255,1);	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.4);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.4);
	box-shadow:0 1px 2px rgba(0,0,0,.4);
}
.set .header{
	margin-left: 0px;
	float:left;
	font-size:16px;
	font-weight: normal;
	padding:5px 15px 5px 10px;
	cursor:pointer;
	color:#e8f0de;
	border:solid 1px #fff;
	background:#64991e;
	background:-webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background:-moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	text-shadow:0 1px 1px rgba(0,0,0,.3);
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;	
	-khtml-border-top-right-radius:10px;
	-khtml-border-bottom-right-radius:10px;	
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;	
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,.2);
	box-shadow:0 1px 2px rgba(0,0,0,.2);
}
.set .content{
	display:block;
	margin:15px 20px 20px 25px;
	clear:both;
	float:left;
	width:400px;
}
.set .content .spanheader{
	font-weight: bold;
	font-size: 12px;
}

/* panel */
.f_panel {
	position: relative; 
	padding: 10px; 
	padding-top: 0; 
	padding-top: 25px\9; 
	margin-bottom: 10px; 
	background: #F6F6F6; 
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px; 
	border-radius: 8px; 
	background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#FFFFFF)); 
	background: -moz-linear-gradient(center top, #EFEFEF, #FFFFFF 100%); 
	box-shadow: 3px 3px 10px #ccc; 
	-moz-box-shadow: 3px 3px 10px #ccc; 
	-webkit-box-shadow: 3px 3px 10px #ccc
}
.l_panel {
	padding: 4px 10px; 
	position: absolute; 
	left: 10px; 
	top: -11px; 
	background-color: #4F709F; 
	color: white; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	box-shadow: 2px 2px 4px #888; 
	-moz-box-shadow: 2px 2px 4px #888; 
	-webkit-box-shadow: 2px 2px 4px #888; 
	text-shadow: 1px 1px 1px #333
}

.field_entry .infox {
	float: left;
	width: 20%;
	margin:0px;
}

.field_entry .jsee1{
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	float: left;
	width: 100%;
	vertical-align: middle;
}

.field_entry .jsee{
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: left;
	width: 98%;
}

.kright {
	float:left;
	width:80%;
	margin-top:6px;
	margin-left:15px;
	border:0px solid #000;
}
.link_nc {
	font-family: arial;
	font-size:11px;
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
.link_nc:hover {
	font-family: arial;
	font-size:11px;
	color: #000;
	font-weight:bold;
	text-decoration:underline;
}
