@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
	min-width: 960px;
	font-family: verdana,arial;
	font-size: 12px;
	background-image: url("../image/bg/bg.gif") ;
}

.blue_col{
	border: thin black solid;
	background-color: #336BF0;
	color: white;
}

div.feedback{
	position: fixed;
	top: 0px;
	left: 0px;
	
}

#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	border: #cccccc 1px solid;
	background-color: white;
}

.d_block{
	display: block;
}

strong{
	font-size: 12px;
	color: #515151;
}

hr{
	border:#cccccc solid 1px;
}

a{
	text-decoration: none;
	color: #094297;
	font-size: 12px;
	font-weight: normal;
}


a:hover{
	text-decoration: underline;
	color: #264482;
	font-size: 12px;
	font-weight: normal;
}

img{
	border: none;
}

ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family: arial;
	font-size: 12px;
}

#main{
	width: 900px;
	text-align: left;
	padding: 10px;

}

#head{
	background: url("../image/bg/artistic_02.jpg") right no-repeat #0143a1;
	height:150px;
}

#mainmenu{
	background: url("../image/top.png") repeat-x scroll center top;
	height:20px;
	padding: 6px;
}

#contact{
	position:fixed;
	top:0px;
	left:0px;
	float:left;
}

h1{
	font-size:16px;
}

#errormsg{
	color:red;
	margin-left:10px;
	margin-top:10px;
	background:url("../image/msg_error.gif") left top no-repeat;
}

#errormsg h1{
	margin-left:25px;
	margin-top:5px;
}



/*
==========================================================
Left Layout
==========================================================
*/

#leftLayout {
	width: 220px;
	float: left;
	position: absolute;
	display: block;
}

.clear:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	min-height: 1px;
}
* html .clear {
	height: 1px;
}

/*
==========================================================
Right Layout
==========================================================
*/

#rightLayout {
	width: 220px;
	float: right;
	position: absolute;
	bottom: 0px;
	display: block;
}


/*
==========================================
Bagian style untuk sign in
==========================================
*/


#signin_box{
	border-color:#cccccc;
	border-style:solid;
	border-width:1px;
	width:300px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:15px;
	position:relative;
	background:url("../image/sign_2.gif") repeat-x;
	/*float:right;*/

}

#signin_box #sign{
	margin:0px;
	background:url("../image/sign.gif") repeat-x;
	height:20px;
	width:290px;
	color:white;
	position:relative;
	padding-left:10px;
	padding-top:1px;
	padding-bottom:4px;
	font-weight:bold;
}

#signin_box form{
	padding-top:10px;
}

#signin_box label{
	float:left;
	width:100px;
	text-align:right;
	font-weight:bold;
	margin-right: 5px;
}

#signin_box input.edttext{
	border:#cccccc solid 1px;
	width:170px;
}

#signin_box input#submit{
	font-weight:bold;
	border:#6f8eb1 solid medium;
}

#signin_box #text{
	padding-left:10px;
	padding-bottom:10px;
	color:#4850aa;
}

#signin_box hr{
	color:#cccccc;
	border:1px solid #cccccc;
	margin-left: 10px;
	margin-right: 10px;
}

/*
==========================================================
Bagian untuk register
==========================================================
*/

#register{
	background-color:#FFEAEB;
	border:#FF9B9B solid thick;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	width:400px;
	padding-bottom:0px;

}

html>body #register{
	padding-bottom:10px;
}

#register h1{
	padding-left:20px;
	font-size:24px;
	float:left;

}

#register h2{
	padding-left:130px;
	font-size:14px;
}

#register form{
	padding-top:10px;
}

#register label{
	float:left;
	width:125px;
	padding-right:5px;
	text-align:right;
	font-weight:bold;
	font-size:15px;
}

#register input.edttext{
	border:#cccccc solid 1px;
	width:170px;

}

#register input#submit{
	width:120px;
	height:30px;
	background-image:url("../image/submit_btn.gif");
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	border:#f9cfd0 1px solid;
}

#register h2{
	display:inline-block;
	text-align:left;
	font-weight:normal;
	margin-bottom:20px;
}

/*
==========================================================
success Message
==========================================================
*/
#success_message{
	background: #f0f0f0 url("../image/msg_check.gif") top left no-repeat;
	min-height: 80px;
	padding-left: 60px;
	padding-top: 10px;
	margin-bottom: 10px;
	display: block;
	width: 840px;
}


#success_message h1{
	color: #209926;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana, Arial;
	margin-top:0px;
}

#error_message{
	background: #f0f0f0 url("../image/msg_error2.gif") top left no-repeat;
	min-height: 80px;
	padding-left: 60px;
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
	display: block;
	width: 840px;

}


#error_message h1{
	color: #D70000;
	font-weight: bold;
	font-size: 18px;
	font-family: verdana, Arial;
	margin-top:0px;
}

#main td.profilcenter{
	padding-left: 10px;
	padding-right: 10px;
}
/*
========================================
Bagian untuk searching user
========================================
*/

.search_filter{
	background-color: #ABBEE7;
	padding: 5px;
}

.search_filter select, .search_filter input.m_width{
	width: 95%;
	margin-bottom: 5px;
	display: block;
}

.u_search_result{
	padding: 30px;
	padding-top: 10px;
}

.u_search_result .summary{
	font-weight:normal;
	float: left;
	padding:0;
	margin-bottom: 10px;
}

ul.pgnum{
	float: right;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}

ul.pgnum li{
	padding: 3px;
	padding-bottom: 1px;
	float: left;
}

ul.pgnum li.selected{
	border-bottom: 3px solid black;
}


.u_srch_rslt_img{
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 7px;
	float:left;
	border: 1px solid #cccccc;
	width: 80px;
	height: 80px;
	text-align: center;

	
}



.user_block{
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 10px;
}

.user_block:hover{
	background-color: #F1F8FE;
}

.user_block h3{
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
	color: #0A8D9C;
	margin-bottom: 3px;
}

.user_block img{
	height:75px;
	margin:0 auto;
	max-width: 75px;
}

.user_block ul.user_info{
	width: 400px;
	float: left;
}

.user_block strong{
	color:#333333;
	display:block;
	font-weight:normal;
	padding:3px 0 4px;
}



.user_block ul.opr_btn{
	display: block;
	float: right;
	width: 100px;
	color: #657acf;
}

.user_block ul.opr_btn a{
	font-size: 11px;
}

.user_block ul.opr_btn li{
	border-bottom: 1px solid #cccccc;
	padding-left: 3px;
}

.user_block ul.opr_btn li:hover{
	background-color: #9ECAFE;
}

/*
=======================
popup
=======================
*/

.generic_dialog_popup{
	position: absolute;
	border: 1px solid black;
	margin: 0 auto;
	width: 500px;
	height: 180px;
	background-color: white;
	text-align: left;
	z-index: 1;
}

.generic_dialog_popup h1{
	background-color: #6d84b4;
	color: white;
	font-size: 14px;
	margin-top: 0px;
	padding:4px;
}

.generic_dialog_popup h2{
	font-family:	"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 18px;
	font-weight: normal;
	padding: 10px;
}

.generic_dialog_popup input{
	border: 1px solid black;
	margin: 3px;
}

.generic_dialog_popup div.text{
	font-family:	"lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	padding: 10px;
}

div.pop_foto_box{
	border:1px solid #CCCCCC;
	float:left;
	height:80px;
	margin: 7px;
	text-align:center;
	width:80px;
}

img.pop_foto_box{
	height:75px;
	margin:0 auto;
	max-width:75px;
	
}

div.friends_list{
	width: 285px;
	padding: 3px;
	border: 1px solid #cccccc;
	
}

div.friends_list img.foto{
	width: 75px;
	max-height: 100px;
	float: left;
}

div.friends_list div.delete{
	float: right;
	padding: 1px;
	border: 1px solid #cccccc;
	color: #bbbbbb;
	
}

div.friends_list ul{
	float: left;
	margin-left: 10px;
}

div.friends_list a{
	font-size: 14px;
	font-weight: bold;
}

/* Album foto folder */

div.album_folder{
	
	display: inline-block;
	float: left;
	margin: 20px;
	text-align: center;
}

div.bg_img_folder{
	width: 112px;
	height: 120px;
	background: url("../image/folder.png") top left no-repeat;
	padding: 10px;
	text-align: center;
}

div.bg_img_folder img{
	max-width: 115px;
	max-height: 120px;
}

div.image_galeri{
	width: 125px;
	height: 95px;
	text-align: center;
	border: 1px solid #cccccc;
	float: left;
	margin: 6px;
}

div.image_galeri img{
	max-width: 125px;
	max-height: 95px;
	border: none;
}

div.box_comment{
	
}

form.cust label{
	border: 1px dotted gray;
  background-color: silver;
  font-weight: bold;
}
form.cust label {
	border: none; background-color: inherit;
	float: left;
	display: block;
	width: 100px; 
	text-align: right;
	margin-right: 5px;
}

form.cust input, form.cust textarea{
	border: 1px solid #cccccc;
	margin-right: 5px;
}

form.cust .radio{
	display: inline;
}

/*
	Style untuk BB Code
*/

ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

ul.normal{
	margin-left: 12px;
	padding: 0px;
	list-style: disc;
	font-family: arial;
	font-size: 12px;
}
.bb-code,
.bb-php {
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
  width: 95%;
  background-color: white;
  overflow: auto;
}

.bb-quote {
  border: 1px solid black;
  padding: 10px;
  width: 90%;
}

.bb-email { }
.bb-url { }

.bb-image {
  border-width: 0;
  border-style: none;
  max-width:500px;
}

a.star{
	background: url("../image/icon_star.jpg") no-repeat left;
	padding-left: 20px;
	
}

a.delete{
	background: url("../image/icon_delete.gif") no-repeat left;
	padding-left: 20px;
}

.foot{
	text-align: right;
}

.foot img{
	margin-right: 10px;
}

.navbar {
/*background:#FFFFFF url(images/top.png) repeat-x scroll center top;
height:26px;
margin:0 auto;
padding:9px 0 0 50px;*/
}
.navbar li {
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	
}
.navbar ul {
	margin:0;
	padding:0;
}
.navbar ul li a {
	color:#CCCCCC;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0 10px;
	text-decoration:none;
}
.navbar ul li a:hover {
	color:#FFFFFF;
}

.d_menu{
	width:120px;
	border: 1px solid black;
	position:absolute;
	background-color:#111111;
	color:#dddddd;
	z-index:1;
}
.d_menu ul {}
.d_menu ul li{

	float:none;
	padding: 3px;
}
.d_menu ul li:hover{
	background-color: #1A1A82;
}

.d_menu ul li a{
	color:#dddddd;
	font-size:11px;
	font-family: verdana, arial;
	font-weight: normal;
	padding: 0px;
}

span.footer{
	font-size:10px;
}

ul.idx{
	font-size: 14px;
	font-family: Arial;
	padding-left: 10px;
}

li.def{
	padding-left: 30px;
	padding-bottom: 5px;	
}
li.li1{
	background: url("../image/login-icon.gif") left top no-repeat ;
}

li.li2{
	background: url("../image/kdmconfig.gif") left top no-repeat ;
}

li.li3{
	background: url("../image/edit-icon.gif") left top no-repeat ;
}

li.li4{
	background: url("../image/ResourceForkEraser.gif") left top no-repeat ;
}

div.u_profil_box{
	background-color:#F7F7F7;
	border:thin solid #DDDDDD;
	width: 100%;
	text-align: center;
}

div.u_profil_box img{
	display:block;
	max-width: 130px;
	max-height: 140px;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 0.5em;
}

h6{
	margin-top : 3px;
	margin-bottom: 1.2em;
	font-size: 12px;
	font-family: verdana;
}

span.c_date{
	font-size: 9px;
	color: #414141;
}

span.info{
	font-size: 10px;
	color: #414141;
}

#pop_menu .d_menu > ul{
	display : none;
}

#pop_menu:hover .d_menu > ul{
	display : block;
}

a.sendmsg{
	background: url("../image/samsg_icon.gif") left no-repeat;
	padding-left: 18px;
}

a.g_btn{
	background: url("../image/btn.gif") left no-repeat;
	padding-left: 18px;
}