@font-face { 
  font-family: Yanone Kaffeesatz; 
    src: url('../fonts/YanoneKaffeesatz-Regular.eot'); 
    src: local("Yanone Kaffeesatz"), url('../fonts/YanoneKaffeesatz-Regular.ttf'); 
} 

@font-face { 
  font-family: News Cycle; 
    src: url('../fonts/NewsCycle-Regular.eot'); 
    src: local("News Cycle"), url('../fonts/NewsCycle-Regular.ttf'); 
} 

/*tambahan dari amir tgl 2013-06-04*/
.topheader_container {
/*
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.1, #BFBFBF), color-stop(1, #ffffff) );
	background:linear-gradient( center top, #BFBFBF 1%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFBFBF', endColorstr='#ffffff');
	background-color:#BFBFBF;
	* */
	background:transparant;
	letter-spacing:1.4px;color: #008000;
	direction: ltr;
	height: 50px;
	left: 0;
	position: fixed;
	top: 10px;
	width: 100%;
	z-index: 99999;
	vertical-align:middle;
}
.topheader_second_container {
    background: transparent;
    color: #ffffff;
		display: block;
    font: 13px/28px sans-serif;
    height: 80px;
    left: 0;
    min-width: 600px;
    top: 100px;/*28px*/
    width: 100%;
    z-index: 200;
}

.topheader_home a{
cursor:pointer;
text-decoration:none;
}
.topheader_profile {
    background:transparent;
    color: #ffffff;
    font: 12px/28px sans-serif;
    height: 28px;
    right: 0;
    min-width: 400px;
    position: fixed;
    top: 0;
    width: auto;
    z-index: 100;
		text-align:right;
}
	.profile_head { 
		position:relative; 
		width:100%;
	}
	.profile_head_text{
		position: absolute; 
		right: 30px;
		cursor:pointer;
		top:0;
	}
	span.arrow_profile { 
		width: 7px;
		height: 7px;
		top:12px;
		position: absolute;
		right: 0;
		display: block;
		background: url(../images/arrows-white.png) no-repeat 0 0;
		overflow: hidden; /* making sure IE6 doesn't overflow and expand the box */
		font-size: 1px;
	}

	.profile_body { 
		padding:10px; 
		text-align:left; 
		display:block;
		width: 350px; 
		height:200px;
		font: 100% arial; 
		border: 1px solid #C6E7F0; 
		background: white; 
		color: #47433F;
		border-radius: 7px 7px 7px 7px;
		-webkit-border: 7px 7px 7px 7px;  
		float:right;
		top:28px;
		overflow:both;
	}
	img.img_profile {
		float: left;
		margin: 0 10px 0 0;
		vertical-align: middle;
		width:170px;height:180px;
	}
	.profile_body li{list-style: none;}

	.profile_close_container{
		float:right;
		position:relative;
    right:0;
		height:80px;
    z-index: 0;
	}
	.profile_close_text{
		position: absolute; bottom: 0; right: 0;cursor:pointer;color:silver;
	}

/*tambahan dari amir*/
