html, body {
	height:100%;
	margin:0px;
}
 
.TiruHref {
cursor:pointer;
color:#0000FF;
text-decoration:underline;
}

.mastercontainer {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	width: 100%; /*-780px;*/
	/*background-color:#999;*/
	/*padding:5px;*/
	
	min-height:100%;
}
	
.header img {
	width:100%;
}

.div_menu {
	float:left;
	width:180px;
	text-align:center;
	background-color:#099;
	height:40px;
	line-height:40px;
	margin:5px;
	color: #FFC;
}

.left_side {
	float:left; 
	width:210px; /*300px; */
	background-color:#eee;
	/*height:500px;*/
	
	min-height:100%;
	height:100%;
}

.right_side {
	overflow:hidden;
	float:left; 
	width:80%; /*480px; */
	/*background-color: #9FC;*/
	/*height:500px;*/
}

.right_side_in1 {
	padding-left:5%;
}
	
.selamat {
	float:left;
	margin-left:20px;
}
 
.keluar {
	float:right;
	margin-right:40px;
}

/*@media all and (max-width: 780px) {*/
@media all and (max-width: 420px) {
	.div_menu {
		float: none;
		width: auto;
		font-size:auto;
	}
	
	.mastercontainer {
		width: auto;
	}
	
	.left_side  {
		float:none;
		width: auto;
	}
	
	.right_side {
		float:none;
		width: auto;
		height:auto;
	}

	.right_side_in1 {
		padding:0px;
	}
	
	.selamat, .keluar {
		float:none;
		margin:auto;
	}
	
	.stdinfo td {
		display:block;
		clear:left;
	}
}
