/*
==========================================================
Bagian untuk editprofile
==========================================================
*/



#editprofile{
	
	border:#cccccc solid thin;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:600px;
	margin-top: 15px;
	margin-bottom: 20px;	
	background-color: #f7f7f7;
	text-align:left;
	padding-left: 10px;
	padding-right: 10px;


}

html>body #editprofile{
	padding-bottom:10px;

}

#editprofile h1{
	margin: 0px;
	margin-left:-10px;
	margin-right:-10px;
	padding:5px;
	color:#333333;
	background-color: #9fb8e9;
	font-size:12px;
	font-weight:bold;
	font-family: verdana;
}

#editprofile h2{
	margin-top:0px;
	margin-bottom:10px;
	padding:5px;
	color:#333333;
	background-color: #e9e9e9;
	font-size:12px;
	font-weight:bold;
	font-family: verdana;
}

#editprofile ul.education{
	text-decoration: none;
	margin: 0;
	list-style: none;
	padding: 0;
	font-size: 15px;
	
	
}

#editprofile li.education{
	background-color: #E5E5E5;
	padding: 5px;
	margin-bottom: 10px;
}	

#editprofile #nav ul {
	margin: 0;
	margin-left:-10px;
	margin-right:-10px;	
	padding: 0;
	list-style: none;
	width:620px;
	float: left;
	background: #efefef;
	margin-bottom: 10px;
	height: 30px;

}

#editprofile #nav ul li {
	float: left;
}

#editprofile #nav ul a {
	margin: 3px;
	font-size:10px;
	font-weight:bold;
	font-family: verdana;
	display: block;
	padding: 0 2em;
	line-height: 2.1em;
	text-decoration: none;
	color: black;
}

#editprofile #nav ul a.highlight{
	background-color: #6d84b4;
	color: white;
}

#editprofile #nav ul a:hover{
	background-color: #cad8f3;
	color: black;
}

#editprofile label{
    font-weight: bold;
    float:right;
 }

#editprofile tr{
    margin-bottom: 13px;
    clear: both;
}


#editprofile td{
    padding:3px;
}

#editprofile #content{
	margin-left: 20px;
}

#editprofile input#submit{
	width:120px;
	height:30px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border: black 1px solid;
}

#editprofile input#test{
	width:500px;
}

#editprofile select.album_foto{
	width:300px;
}

#editprofile span.linelabel{
	font-size: 15px;
	display: block;	
	margin-bottom: 4px;
	color: #555555;
	display: block;
}

#editprofile span.edukasi{
	font-size: 17px;
	margin-bottom: 4px;
	color: #333333;
	display: block;
	font-weight: bold;
}

#editprofile div.interest{
	font-size: 17px;
	margin-bottom: 4px;
	color: #333333;
	font-weight: bold;	
	vertical-align: top;
	margin-left: 30px;
	margin-right:10px;
	width: 500px;
	display: inline-block;
}

#editprofile span.year{
	display: inline;
	font-size: 13px;
	margin-bottom: 4px;
	color: #555555;	
}

#editprofile a.delete{
	
	float: right;
	position: relative;

}

#editprofile textarea.interest{
	margin-bottom : 10px;
}
#editprofile input.linetext{
	margin-bottom: 4px;
	width: 300px;
}

#editprofile a{
	text-decoration:none;
	color: black;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	color: #165AFA;
}


.search { position : relative;  }
.search-query {
	width   : 170px;
	border  : 1px solid #707070;
	padding : 2px;
}
.search ul {
	position        : absolute;
	list-style-type : none;
	width           : 174px;
	margin          : -2px 0 0 0;
	padding         : 0;
	background      : #f7f7f7;
	border          : 1px solid #707070;
	font-size       : 85%;
	float:none;
}
.search li {
	padding : 2px;
	margin  : 0;
	
}

.search li.active {
	background-color: red;
}

div.m_leftcontent{
	width: 250px;

	display: inline;
	position: relative;

}

div.m_leftcontent ul{
	list-style: none;
	font-family: verdana,Arial,"Times new roman";
	font-size: 12px;
	border: 1px solid #969696;
	margin-left: 4px;
	padding-left: 0px;
	border-bottom: none;
	background-color: #f7f7f7;
}

div.m_leftcontent ul li{
	margin-left: 0px;
	padding: 6px;
	border-bottom: 1px solid #969696;
}

div.m_leftcontent ul li:hover{
	background-color: #EBF4FE;
}

div.m_rightcontent{
	width: 600px;
	margin-left: 20px;
	display: block;
	position: relative;
}

div.m_rightcontent h1{
	font-size:15px;
	font-family:verdana, arial;
	color: #333333;

}

div.m_rightcontent hr{
	border-bottom:gray thin solid;
}

div.m_rightcontent div.fotoframe{
	width: 100px;


}

div.fotoframe img{
	width: 50px;
	display: block;
	padding: 2px;
	border: 1px solid #cccccc;	
}

table.custtable{
	width: 100%;
	padding: 6px;
}

table.custtable tr{
	display:table-row;
	border-bottom: #cccccc 1px solid;
}

table#b_board{
	border-collapse: collapse;
	border:solid #cccccc 1px;
	table-layout: fixed;
}

table#b_board thead{
	background-color: #cccccc;
	padding: 5px;
	
}

table#b_board tbody{
	padding: 5px;
	
}

table#b_board tbody tr{
	border-bottom:solid #cccccc 2px;
}

table#b_board img{
	max-height: 70px;
	max-width: 130px;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 3px;
}

label.m_cust{
	width: 12em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

label.m_cust2{
	width: 18em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	padding-top: 3px;
	font-size: 11px;
	display: block
}

.submit input.m_cust{
	margin-left: 7em;
} 
textarea.m_cust{
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351
}

.submit input.m_cust{
	color: #eeeeee;
	background: #2174A0;
	border: 2px outset #d7b9c9
	padding: 10px;
} 

fieldset.m_cust{
	border: 1px solid #cccccc;
	width: 25em;
	margin-bottom: 0.8em;
}

legend.m_cust{
	color: #fff;
	background: #2174A0;
	border: 1px solid #781351;
	padding: 2px 6px;
	margin-left: 1em;
	margin-bottom: 0.8em;
	
}