/* default untuk tag-tag HTML */
/*untuk table*/
caption {font-size: 1.7em; color: #F06; text-align: left;}
.history table {margin: 2px auto 2px auto; padding: 0; border: 1px #e8d5fb solid; border-collapse: collapse; width: 99%;}
.history td, .history th {padding: 10px 4px;}
/*td + td {border-left: 1px solid #FAFAFA; color: #999;}
td + td + td {color: #666; border-left: none;}*/
.history td a {color: #444; text-decoration: none; text-align: justify;}
.history td a,.history th a {display: block; width: 100%;}
.history td a:hover {color:#FFCC00;}
.history tfoot th {text-align: right;}
.history th {text-align: center;}
/*th + th {text-align: right;}
th + th + th {text-align: left;}*/
.history th a {color: #F06; text-decoration: none; font-size: 1.1em;}
.history th a:visited {color: #F69;}
.history th a:hover {color: #F06; text-decoration: underline;}
.history thead tr, tfoot tr {color: #555; font-size: 0.8em;}
.history tr {font: "century gothic";}
.history tr:hover {background: #2d2d2d;}

/**/
.none{
  border:none;
  background:none;
  color:#000000;
}
html,body{
	margin:0;
	padding:0;
	font:12px arial;
	text-align:justify;
	cursor:default;
	
}

span,div{
	margin:0;
	padding:0;
	text-align:left;
}

h1,h2,h3,h4,h5,h6,form,div,span{
	padding:0;
	margin:0;
}

.container h1 span{
	display:none;
}

h2{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:lighter;
}
img{
	border:0;
	padding:0;
	margin:0;
}

a{
    font-size:12px;
	text-decoration:none;
	color:#FF0000;
	float:none;
}

a:hover{
	color:#e32f2f;
	text-decoration:underline;
}

/*a#on{
	color:#e32f2f;
}*/

a,label{
	cursor:pointer;
}

p{
	margin:2px 0 10px 0;
	cursor:default;
	line-height:normal;
	text-align:justify;
}

ul{
	margin:0;
	padding:0;
	list-style:none;
}

li{
	margin:0;
	padding:0;
	text-align:justify;
	
  }

input{
	font:11px "verdana", arial, times, serif;
	margin:0;
}

/* class-class umum */

.floatleft{
	float:left !important;
	display:inline !important;
}

.floatright{
	float:right !important;
	display:inline !important;
}

.clreol{
	clear:both;
}

.btn{
	background:#fff url(../images/btn/bgbtn_grey.gif) repeat-x bottom;
	border:1px solid #ccc;
	text-transform:uppercase;
	color:#666;
	padding:3px;
	margin-top:5px;
}
form{
  margin:0;
  padding:0;
}

