.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}

a {
	font-family: Tahoma ;
	font-size: 11px;
	color: #ffff99;
}
a:link {
	text-decoration: none;
	color: #1750A2;
	cursor:pointer;
}
a:visited {
	text-decoration: none;
	color: #1750A2;
}
a:hover {
	text-decoration: underline;
	color: #666666;
	
}
a:active {
	text-decoration: none;
	color: #1750A2;
}
body, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #2A344D;
}
body {
	background-color:#FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	
}


/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
	
.re:hover {background-color: #A6CF45; 
		font-size:9px; 
		font-family:tahoma; 
		color:#000000; 
		font-weight:bold; 
		border-left: 	solid 1px #2A344D;
		border-top: 	solid 1px #2A344D; 
		border-right: 	solid 1px #C0C0C0; 
		border-bottom: 	solid 1px #C0C0C0;}
.re {padding: 2px;  
		text-align: center;
		text-valign: bottom;
		background-color: #2A344D; 
		font-size:9px; 
		font-family:tahoma; 
		color:#A6CF45; 
		font-weight:bold; 
		border-left: 	solid 1px #000000;
		border-top: 	solid 1px #000000; 
		border-right: 	solid 1px #000000; 
		border-bottom: 	solid 1px #000000; 
		text-decoration: none;width: 300;HEIGHT: 20;}
		
/*BUAT EDIT  */

#editButton{
display:block;
width:4%;
padding:5px;
border:2px solid #D0E8F4;
background-color:#ECF8FD;
}
#tampilEdit {
width:97,5%;
display: none;
padding:5px;
border:2px solid #FADDA9;
background-color:#FDF4E1;
}

/* Style for the main menu */  
.menu { z-index: 100; margin: 0; font: 11px Verdana; }   
.menu ul { list-style: none; margin: 0; padding: 0;  }   
.menu ul li { position: relative; float: left; border: 1px solid #000000; }   
.menu ul li a { display: block; padding: 0 5px; margin: 0; text-decoration: none; cursor: pointer; height: 25px; line-height: 25px;  }   
.menu ul li a:hover { background: #336699; color: #ffffff; }   
  
/* Style for the sub-menu (dropdown) */  
.menu ul ul { position:absolute; top: 25px; left: -1px; padding-top: -1px; border-top: 1px solid #000000; }   
.menu ul ul li { display: block; border-top: 0; }   
.menu ul ul li a { line-height: 25px; padding: 0 5px; margin: 0; text-decoration: none; cursor: pointer; width: 200px; }   
.menu ul ul li a:hover { background: #336699; color: #ffffff; } 


.style1 {font-size: 9px}