A:link {
	TEXT-DECORATION: none
}
A:visited {
	COLOR: BLUE; TEXT-DECORATION: none
}
A:active {
	TEXT-DECORATION: none
}
A:hover {
	COLOR: red; TEXT-DECORATION: underline
}
.input_box {
	BORDER-RIGHT: #d3d7da 1px solid;
	BORDER-TOP: #d3d7da 1px solid;
	BORDER-LEFT: #d3d7da 1px solid;
	COLOR: #49525f;
	BORDER-BOTTOM: #d3d7da 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #f5f5f5;
	font-weight: bold;
}
.input_box1 {
	BACKGROUND-COLOR: #f8fafa;
	BORDER-BOTTOM: #dbdee3 1px solid;
	BORDER-LEFT: #dbdee3 1px solid;
	BORDER-RIGHT: #dbdee3 1px solid;
	BORDER-TOP: #dbdee3 1px solid;
	COLOR: #464f60;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	HEIGHT: 20px;
	font-size: 10px;
	font-weight: bold;
}

/* new added style */
.button_box {
	border-right: #d3d7da 1px solid;
	border-top: #d3d7da 1px solid;
	border-left: #d3d7da 1px solid;
	border-bottom: #d3d7da 1px solid;
	color: #49525f; /* font color untuk text button */
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font face untuk button box */
	background-color: #f5f5f5; /* background color untuk button box */
	font-size: 10px; /* font size for button box text */
	font-weight: bold; /* font weight untuk button box text */
	width: 100px; /* width button box */
}
/* new added style */
.table {
	background-color: #f8fafa;
	border-bottom: black 1px solid;
	border-left: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;  
	color: #464f60;
	font-family: Verdana, Arial, Helvetica, sans-serif; /* font face untuk text dalam <td> */
	font-size: 10px;
	font-weight: bold; 
}
.tr { color:#FFFFFF; height:18px; background:url(../images/tableheader.png)
}
INPUT {
	BACKGROUND-COLOR: #eeeeee; COLOR: #333333; FONT: 10px/11px Verdana, Geneva, Arial, Helvetica, sans-serif; MARGIN-BOTTOM: 2px; MARGIN-TOP: 2px; font-weight: bold;
}
TEXTAREA {
	BACKGROUND-COLOR: #eeeeee; BORDER-BOTTOM: #999999 1px solid; BORDER-LEFT: #999999 1px solid; BORDER-RIGHT: #999999 1px solid; BORDER-TOP: #999999 1px solid; COLOR: #333333; FONT: 10px/11px Verdana, Geneva, Arial, Helvetica, sans-serif; MARGIN-BOTTOM: 10px
}
select { 
 font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;  
}
.light-blue-bg 
{
	BACKGROUND-COLOR: #f8fafa
}
.bodybackground {
	background-image: url(../images/bg_yellowgreen.gif);
}