/* -----------------------------------------------------------------
	Desc		:	Standarisasi untuk tag-tag HTML 
	Creator		: 	herman@binus.ac.id
	Last Update	:	12/04/2007	
----------------------------------------------------------------- */

html,body{
	margin:0;
	padding:0;
	font:11px "verdana", arial, times, serif;
	line-height:18px;
	text-align:center;
	color:#000;
	cursor:default;
	background:#f5f5f5;
}

span,div,form{
	margin:0;
	padding:0;
	text-align:left;
}

h1,h2,h3,h4,h5,h6,form,div,span{
	padding:0;
	margin:0;
}

h1{	font-size:20px; }
h2{	font-size:16px; }
h3{	font-size:14px;	}
h4{	font-size:11px;	}
h5{	font-size:11px;	}
h6{	font-size:11px;	}

img{
	border:0;
	padding:0;
	margin:0;
}

a{
	color:blue;
	text-decoration:none;
}

a:hover{
	color:blue;
	text-decoration:underline;
}

a{
	cursor:pointer;
}

p{
	margin:0 0 10px 0;
	text-align:justify;
}

ul{
	list-style-type:none;
	margin:0 0 15px 2px;
	padding:0;
}

ul li{
	margin:0;
	padding:0 0 0 10px;
	background:url(../images/arrow01.gif) no-repeat 0 5px;
}

ol{
	margin-top:0;
	margin-bottom:15px;
}

ol li{
	margin:0;
	padding:0 0 0 0;
}

input, textarea, select{
	font:11px "verdana", arial, times, serif;
	margin:0;
	height: 21px;
}

table{
	clear:both;
}

table td{
	vertical-align:top;
}

table td.alignright{
	text-align:right;
}

table th{
	background:url(../images/grad_grey.gif) repeat-x bottom;
	color:#777;
	text-align:center;
}

table tr.alt td{
	background:#f5f5f5 !important;
}

/* added by michael 15 Mar 2012 start here */
.updateProgress
{
	border-width: 1px;
	border-style:hidden;
	background-color:Transparent;
	position: absolute;
	width: 180px;
	height: 65px;
}
/* added by michael 15 Mar 2012 end here */