/* -----------------------------------------------------------------
	Desc		:	Untuk penggunaan image pada about us
	Creator		: 	herman@binus.ac.id
	Last Update	:	05/07/2007	
----------------------------------------------------------------- */
.imgcompany{
	background:url(../layout/padfotocompany.gif) center no-repeat;
	width:275px;
	height:200px;
	float:left;
	display:inline;
	margin:0 10px 0 0;
}

.imgcompany img{
	float:left;
	display:inline;
	margin:20px 0 0 20px;
}

/* -----------------------------------------------------------------
	Desc		:	Untuk penggunaan informasi orang
	Creator		: 	herman@binus.ac.id
	Last Update	:	05/07/2007	
----------------------------------------------------------------- */
.itemcontentperson{
	float:left;
	display:inline;
	border-top:1px solid #ccc;
	padding:8px 0 0 0;
	clear:both;
	width:535px;
}

.itemcontentperson:first-child{
	border-top:none;
}

.itemcontentperson img{
	float:left;
	display:inline;
	margin:5px 10px 5px 0;
	border:1px solid #000;
}

.itemcontentperson h4{
	font-size:11px;
}

.itemlist
{
	float:left;
	clear:both;
	width:500px;
}

.itemlist .tgl
{
	float:left;
}

.itemlist .jdl
{
	float:left;
	display:inline;
	margin-left:5px;
}

.treeview{
clear:both;
}

.treeview ul{
margin: 0;
padding: 0;
}

.treeview li{
background: url(../icon/icon_arrow.gif) no-repeat 0 2px;
padding-left: 22px;
}

.treeview li.submenu{
background: url(../icon/icon_close.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{
display: none;
}

.treeview .submenu ul li{
cursor: default;
}