* { padding: 0; margin: 0;}

html, body 
{
	color:#333333;
	background-color:#f6f6f6; 	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	height: 100%;
	min-height:100%;
}

#wrap 
{ 
	clear:both;
	/*border:2px solid #D0D0D0;*/
	background-color:#FFFFFF;
	margin:0 auto;
	width:960px;	
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
	
	height: auto !important; /* ie6 ignores !important, so this will be overridden below */
    min-height: 100%; /* ie6 ignores min-height completely */
    height: 100%;
	position: relative;	
}

#head {
	clear:both;
	/*margin:0;*/
	width:100%;
	height:90px;
}

#foot {    
	clear:both;
	/*margin-top:15px;
	padding-top:10px;*/
	width:100%;
	height:60px;
   	position:fixed;
   	left:auto;
   	bottom:0px;
}
	

#nav {	 
	clear:both;
	margin:0;
	padding:0 10px 0 0;
	width:950px;	
	height:40px;
	
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
}

/*=== MENU ===*/
nav ul ul { display: none; }
nav ul li:hover > ul { display: block; }

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%);
	/*box-shadow: 0px 0px 9px rgba(0,0,0,0.15);*/
	padding: 0 10px;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	display: inline-table;
	}
nav ul:after { content: ""; clear: both; display: block; }
nav ul li { float: left; }
nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
nav ul li:hover a { color: #fff; }
nav ul li a { 
	display: block; padding: 12px 20px;
	color: #757575; text-decoration: none;
	}
nav ul ul {
	background: #5f6975; border-radius: 0px; padding: 0;
	position: absolute; top: 100%;
	/*margin-left:20px;*/
	}
nav ul ul li {
	float: none; 
	border-top: 1px solid #6b727c;
	border-bottom: 1px solid #575f6a;
	position: relative;
	}
nav ul ul li a {
	padding: 10px 40px;
	color: #fff;
	}	
nav ul ul li a:hover { background: #4b545f; }
nav ul ul ul { position: absolute; left: 100%; top:0; }
nav ul li a.active {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);	
	color: #fff; 
	}

#content {
	clear:both;
	background: #fff;
	margin:0;
	/*padding:10px;*/
	padding-bottom:70px;
	overflow-y: auto;
	overflow-x:hidden;	 
	width:100%;
	height:100%;
}

#content-left {	
	clear:left;
	/*background:#996666;*/
	/*border:1px solid #b7ddf2;	*/
	display:inline;
	float:left;	
	line-height:14pt;
	margin:10px auto;
	padding:0 10px;
	text-align:justify;
	width:500px;
}

#content-right {	
	clear:right;
	/*background:#000099;*/
	/*border:1px solid #b7ddf2;*/	
	display:inline;
	float:right;
	line-height:14pt;
	margin:10px auto;
	padding:0 10px;
	text-align:justify;
	width:400px;
}
#content-middle {
	clear:both;
	/*background: #99CC00;*/
	margin:10px auto;
	/*padding:10px;*/ 
	/*border: 2px solid #D0D0D0;*/
	overflow-y: auto;
	overflow-x:hidden;	 
	width:800px;
	/*height:650px;*/
}


/*   ==index.php==   */
#content-index 
{ 
	 color:#333;
	 background:#FFF;
	 margin:5px auto;
	 padding: 5px; 	 
	 /*overflow-y: auto;
	 overflow-x:hidden;*/
	 height:600px;
	 width:930px;
}

#leftcol-index 
 {	
	clear:left;
	/*border: 2px solid #D0D0D0;*/
	display:inline;
	float:left;	
	margin:10px 0 0 65px;
	text-align:justify;
	width:480px;
	}
/*#leftcol-index h2 { margin:0; }*/


#rightcol-index  
{	
	clear:right;
	/*border: 2px solid #D0D0D0;*/
	display:inline;
	float:right;
	margin:10px 66px 0 0;
	text-align:justify;
	width:300px;
}
/*#rightcol-index h2 { margin:0; }*/



.clear { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.spacer { clear:both; height:1px; }
.spacer5 { clear:both; height:5px; }
.spacer10 { clear:both; height:10px; }
	

.post { float:left; padding:0 10px 20px 10px; line-height:17px;}
.post h2 {
	margin-bottom:10px;
	padding:6px 0;
	/*background:url(images/color.png) repeat left top;*/
	letter-spacing: -.5px;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:14px;
	color:#2f1b4e;
}


#login {
	clear:both;
	background:#F9F9F9;/*#f0f0f0;*/
	border:1px solid #DFDFDF;/*#cccccc;*/
	margin:70px auto;
    padding:20px;
	width:360px;
    
    /* Border style */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
	
 
    /* Border Shadow */
    -moz-box-shadow: 2px 2px 2px #cccccc;
    -webkit-box-shadow: 2px 2px 2px #cccccc;
    box-shadow: 2px 2px 2px #cccccc;
}

#login .log {
	margin:10px;
	padding:10px 0 0px 14px;
	letter-spacing: -.5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#login label {
	display:block;
	float:left;
	font-weight:bold;
	text-align:left;
	width:170px;
}

#login label.user span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/user.png) no-repeat left;
}

#login label.pwd span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/key.png) no-repeat left;
}

#login h2 {
	margin:10px;
	padding:6px 15px 6px 15px;
	background:url(../images/sidebar.png) repeat left top;
	letter-spacing: -.5px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;

    /* Border style */
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

#login .error {	
	margin-left:10px;
	padding:5px 20px 5px 43px;
	background-position:12px 5px;
	background-repeat:no-repeat;
	background-image:url('../images/ic-error.png'); 
	color:#d93e39; 
	text-align:left;
}

#banner { padding-bottom: 20px; }
.imagedropshadow {
	padding:5px;
	/*border: solid 1px #EFEFEF;*/
	width:780px;
	height:400px;
	background-color:#FFFFFF;
	
	border: solid 1px #CCC;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}

img { padding-right:10px; vertical-align:middle; }

.welcome {
	color: #757575;
	float:right;
	margin:10px 0 10px 10px;
	font-size:10px;
	text-align:right;
}
.underline { text-decoration:underline; }

#sidebar {
	float:right;
	width:380px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:normal;
}

#sidebar li { margin-bottom:10px; padding:0 0 10px 0px; }
#sidebar li ul { margin:0px 14px; }
#sidebar li li {
	margin:0;
	padding:10px 0px;
	/*background: url(images/img05.gif) repeat-x left bottom;*/
	border-bottom:1px dotted #DFDFDF;
}

#sidebar li li.name span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/user.png) no-repeat left;
}

#sidebar li li.home span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/home.png) no-repeat left;
}

#sidebar li li.phone span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/phone.png) no-repeat left;
}

#sidebar li li.mail span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/email.png) no-repeat left;
}

#sidebar li li.curDate span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/calendar.png) no-repeat left;
}

#sidebar li li.curTime span {
	padding:10px 0;
	padding-left:30px !important;
	background:url(../images/clock.png) no-repeat left;
}

#sidebar li li:hover { color:#08c; }
#sidebar p { 
	margin:0; 
	padding:0px 14px; 	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	line-height: 200%; 
	}
#sidebar h2 {
	margin-bottom:10px;
	padding:6px 0 6px 14px;
	/*background:url(images/color.png) repeat left top;*/
	letter-spacing: -.5px;
	text-transform:capitalize;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#2f1b4e;
}
#sidebar a { text-align: left; text-decoration: none; font-weight: bold; }


/*=== NEWS TICKER ===*/

#newsticker-demo { 
	width:480px; 
	/*background:#EAF4F5;*/ 
	padding:18px 10px; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px; 
	margin:0;
	border:1px solid #DFDFDF;
}

.newsticker-jcarousellite { width:480px; }
.newsticker-jcarousellite ul li { 
	list-style:none; 
	display:block; 
	padding-bottom:1px; 
	margin-bottom:10px; 
	border-bottom:1px dotted #DFDFDF;
}
/*.newsticker-jcarousellite .thumbnail { float:left; width:110px; }*/
.newsticker-jcarousellite .info { float:left; height: 120px; width:400px; padding-bottom:10px;}
/*.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }*/

.newsticker-jcarousellite .date {
	float:left;
	height:52px;
	width:52px;
	background:url(../images/date.png) no-repeat;
	margin-right:10px;
	line-height:normal;
}

.newsticker-jcarousellite .date .month {
	display:block;
	color:#FFF;	
	/*font-size:11px;*/
	font:11px Arial;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding-top:4px;
}

.newsticker-jcarousellite .date .day {
	display:block;
	color:#222;
	/*font-size:18px;*/
	font:20px Arial;
	font-weight:bold;
	text-align:center;
	padding-top:5px;
}

.newsticker-jcarousellite .title { display: block; font-size:11px; font-weight:bold; }
.newsticker-jcarousellite .meta { display: block; font-size:11px; /*padding-bottom:5px;*/ }
.newsticker-jcarousellite .detail {
	display:block;
	padding-left: 15px;
	background:url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
.newsticker-jcarousellite .meta:hover, .detail:hover { color:#0081cb; }


#news-ticker {
	margin-top:10px;
	height: 20px;
	overflow: hidden;
	width:100%;
}
#news-ticker li {
	height: 20px;
	display:block;
	clear:both /* This is to ensure that there is no overlap */
}

/* =========================================
   CSS UNTUK DROPDOWN PROFIL PENGGUNA 
   ========================================= */
.user-profile-menu {
    position: relative;
    display: inline-block;
    cursor: pointer;
}
.user-profile-menu .user-name-display {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-bottom: 10px; 
}
.profile-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
}
.profile-dropdown-content a {
    color: #333 !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 13px !important;
    font-weight: normal !important;
    line-height: normal !important;
    border-bottom: 1px solid #eee;
}
.profile-dropdown-content a:last-child { border-bottom: none; }
.profile-dropdown-content a:hover { background-color: #ddd; }
.user-profile-menu:hover .profile-dropdown-content { display: block; }
.logout-btn { color: #d9534f !important; font-weight: bold !important; }
