@charset "utf-8";
/* CSS Document */
	@font-face {
		font-family: 'ants-strong'; src: url("https://www.kemkes.go.id/web/assets/fonts/GOTHICB.TTF"); /* For non-IE browsers */
	}
	
	@font-face {
		font-family: 'ants-thin'; src: url("https://www.kemkes.go.id/web/assets/fonts/GOTHIC.TTF"); /* For non-IE browsers */
	}
	

	
/* JS IDENTIFIER */
	.ants-give-left-shadow {}
	.ants-give-anim-border {}
	.ants-give-same-height {}
	
	.ants-anim-left-line { 
		/* background-color:#6bdc6b; */
		background-color:#019b53; 
		width:10px; height:35px; position:absolute; left:-10px; top:0px;
	}
	
/* GENERAL */
	h1 { font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; margin:0px; padding:4px 0px 4px 0px; }
	a, a.small { font-family: 'ants-thin', "Century Gothic", Arial, cursive; text-decoration:none; margin:0px; padding:0px; color:#081ef5; cursor:pointer; }
	a:hover, a.small:hover { text-decoration:none; color:#990000; }
	
	a.small {
		font-size:11px;
	}
		
	p { line-height:normal; text-align:justify; }
	.ants-fl { float:left; } .ants-fr { float:right; }
	
	h1.ants-group-section {
		margin:10px 10px 0px 10px; padding:0px 0px 5px 10px;
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:14px; text-transform:uppercase; font-weight:normal;
		color:#000099; text-shadow:none; text-align:left;
		border-bottom:2px dotted #e7e7e7;
	}
	
	.ants-group-header, .ants-group-header-highlight {
		position:relative; height:16px; cursor:default;
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px;
		text-shadow: 1px 1px 2px #d7d7d7;
		padding:13px 10px 11px 10px;
		
		background-repeat:repeat-x; background-position:top;
	}
	
	.ants-group-header {
		background-image:url(../assets/images/imgBackgroundMenuContainer.png);
	}
	
	.ants-group-header-highlight {
		background-image:url(../assets/images/imgBackgroundMenuContainerGreen.png);
	}

	.ants-w261 {
		width:260px;
	}

/* UL OL */
	li.Disc {
		list-style:disc; line-height:normal;
	}
	
	li.Decimal {
		list-style:decimal; line-height:normal;
	}
	
	li.Latin {
		list-style:upper-latin; line-height:normal;
	}
	
/**/
	.ants-outline-box-container {
		overflow:hidden;
		margin:5px; 
		
		padding-bottom:10px;
		margin-bottom:10px;
		border-bottom:3px solid #7ce1b0;
		/* border:1px solid #e2e2e2; background-color:#fafafa; */
	}

/* VERTICAL TICKER */
	.ants-vertical-ticker {
		overflow:hidden;
	}
	
	.ants-vertical-ticker li { 
		padding:10px 10px 10px 10px; border-bottom:1px solid #e2e2e2;
	}
	
	.ants-vertical-ticker li:hover { 
		background-color:#fafafa;
	}
	
	.ants-vertical-ticker li a { 
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; 
		color:#000000; text-shadow:none; text-align:left; font-weight:normal;
	}

/* ANIMATED BANNER */
	ul.ants-animated-banner, ul.ants-animated-banner li {
		list-style:none; margin:0px; padding:0px;
	}
	
	ul.ants-animated-banner li {
		position:relative; width:258px; height:96px; overflow:hidden; margin-bottom:10px;
	}
	
	ul.ants-animated-banner li img {
		position:absolute; top:0px; left:0px;
	}
	
/* HEADLINE KANAN - JKN */ 
	.ants-right-headline li {
		padding:0px; margin:0px;
	}
	
	.ants-right-headline li.image-container {
		height:59px; overflow:hidden;
	}
	
	.ants-right-headline li.image-container, 
	.ants-right-headline li.image-container img  {
		padding:0px; margin:0px;
	}
	
	.ants-right-headline li.group {
		padding:7px 10px 7px 10px;
		background-color:#a7d4e7; border-bottom:1px solid #a7d4e7;
	}
	
	.ants-right-headline li.group h1 {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:14px; text-transform:uppercase;
		color:#FFFFFF; text-shadow:none; text-align:left; font-weight:normal;
	}
	
	.ants-right-headline li.menu {
		background-color:#a7d4e7;
	}
	
	.ants-right-headline li.menu-odd {
		background-color:#93cfe7;
	}
	
	.ants-right-headline li.menu a,
	.ants-right-headline li.menu-odd a {
		display:block;
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-weight:normal;
		padding:9px 10px 9px 10px; border-bottom:1px solid #a7d4e7;
		color:#FFFFFF;
	}
	
	.ants-right-headline li.menu:hover {
		background-color:#799ad2;
	}

	.ants-right-headline li.menu-odd:hover {
		background-color:#799ad2;
	}
	
	.ants-right-headline li:hover a {
		color:#000000;
	}
	
/* MENU ATAS */
	.ants-top-menu {
		margin:6px;
	}
	
	.ants-top-menu li {
		float:left; padding:2px 8px 2px 8px; border-right:1px solid #CCCCCC;
	}
	
	.ants-top-menu li a.small {
		font-family: "Century Gothic", Arial, cursive; font-size:11px; color:#333333;
	}
	
/* Link Icon */

	a.ants-off-button, a.ants-on-button {
		display:block; cursor:pointer;
		width:43px; height:24px; background-repeat:no-repeat;
		margin:1px 0px 0px 1px; opacity:0.5;
	}

	a.ants-off-button {
		background-image:url(../assets/images/imgOn.png);
	}

	a.ants-on-button {
		background-image:url(../assets/images/imgOff.png);
	}
	
/* BAGIAN LINK-LINK PENTING */
	ul.ants-important-link li {
		margin-left:10px; margin-right:10px;
		padding:12px 10px 12px 10px; background-color:#ecf7f2; border-top:1px solid #FFFFFF;
		cursor:default;
	}
		
	ul.ants-important-link li a, ul.ants-important-link li h1 {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px;
		text-decoration:none; text-transform:uppercase; text-shadow: 1px 1px 2px #d7d7d7;
		margin:0px; padding:0px;
	}

	ul.ants-important-link li h1 {
		padding:12px 10px 12px 10px;
	}

	ul.ants-search-location {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px;
		border:1px solid #77ee77; background-color:#ecf7f2;
	}
	
	ul.ants-search-location li {
		margin:0px; border:none;
	}
	
	ul.ants-search-location span.ants-field-title {
		display:block; padding:0px 0px 6px 0px; text-shadow: 1px 1px 2px #d7d7d7;
	}
	
	ul.ants-search-location select {
		display: inline-block;
		padding: 4px;
		font-size: 13px;
		line-height: 18px;
		color:#000000;
		border: 1px solid #ccc;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		width:100%;
	}
	
	ul.ants-search-location input[type=button] {
		padding:6px;
	}


		
/* NEWS SECTION */
	.ants-news-section, .ants-news-content {
		position:relative; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; cursor:default; line-height:normal;
	}
	
	.ants-news-content { font-size:14px; line-height:normal; text-align:justify; }
	.ants-news-content p { text-align:justify; margin-bottom:20px; }

	.ants-news-content div.ants-news-image-container {
		float:left; padding:5px; border:1px solid #cccccc; margin:0px 10px 10px 0px;
	}
	
	.ants-news-content div.ants-news-image {
		position:relative; background-image:url(../assets/images/imgDefault-M.jpg); overflow:hidden;
	}
	
	.ants-news-section span.date, .ants-news-list span.date {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; display:block; color:#ee0606; font-size:11px;
		margin: 0px 0px 5px 0px; 
	}
	
	.ants-news-section span.date {
		margin-bottom:10px;
	}

	.ants-news-list span.date {
		margin: 5px 0px 3px 0px; color:#ee0606;
	}
	
	.ants-news-content span.date {
		color:#ee0606;
	}
		
	h1.title {
		display:block; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:16px;
		margin:0px 0px 10px; padding:0px;
		text-shadow: 1px 1px 2px #d7d7d7;
	}

	.ants-news-section h1.title {
		display:block; font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:16px; font-weight:normal;
		margin:0px 0px 10px; padding:0px;
	}

	h1.secondary-title, .ants-news-section h1.secondary-title {
		display:block; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px;
		margin:0px 0px 15px; padding:0px;
		text-shadow: 1px 1px 2px #d7d7d7;
	}
	
	h2.description, .ants-news-section h2.description {
		display:block; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; font-weight:normal;
		margin:0px 0px 10px; padding:0px; text-align:justify;
	}
	
	.ants-news-section a { text-decoration:none; }
	.ants-news-section a:hover h1, .ants-news-list a:hover h1 { color:#990000; }

	.ants-news-section .footnote, .ants-news-list .footnote, .ants-news-footer .footnote {
		font-size:11px; color:#6d6d6d;
	}
	
	.ants-news-section .footnote {
		margin-bottom:15px; 
	}
	
	.ants-news-list .footnote li { text-align:right; }
	.ants-news-section .footnote a, .ants-news-list .footnote a, .ants-news-footer .footnote a { 
		font-size:11px; text-decoration:none; color:#081ef5; 
		padding:4px 3px 4px 3px;
	}
	.ants-news-section .footnote a:hover, .ants-news-list .footnote a:hover, .ants-news-footer .footnote a:hover { 
		color:#990000; text-shadow: 1px 1px 2px #d7d7d7;
	}

	.ants-news-list span.list-category {
		display:block;
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px; font-weight:normal; text-shadow: 1px 1px 2px #d7d7d7; text-transform:uppercase;
		padding:0px 0px 5px 0px;
	}

	.ants-news-section a.small { text-decoration:none; margin:0px; padding:0px; color:#081ef5; }
	.ants-news-section a.small:hover { text-decoration:none; color:#990000; }
	
	
	.ants-content-image {
		float:left; margin:0px 20px 10px 0px;
		border:1px solid #efefef; padding:10px;
	}
	
/* NEWS CONTENT LIST */ 
	.ants-news-content .ants-line-menu-container li a {
		font-size:12px; color:#081ef5; text-shadow:none;
	}

	.ants-news-content .ants-line-menu-container li a:hover {
		text-shadow: 1px 1px 2px #d7d7d7;
	}
	
	.ants-news-content .ants-line-menu-container li h2 {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px; text-transform:uppercase;
		margin:0px; cursor:default; color:#d6ba00; text-shadow:none; text-align:left;
	}
	
	.ants-news-content .ants-line-menu-container li.menu {
		border-bottom:1px dotted #e3e3e3;
	}
	
	.ants-news-content h2 {
		font-size:14px; margin-top:20px;
	}
	
	.ants-news-content ul {
		list-style:none;
	}
	
	.ants-news-content ul.ants-latin-list,
	.ants-news-content ul.ants-decimal-list,
	.ants-news-content ul.ants-circle-list {
		margin:5px 0px 15px 0px; list-style-position:inside;
	}

	.ants-news-content ul.ants-latin-list li {
		list-style-position:inside; list-style:upper-latin; padding:4px 0px 4px 0px;
		margin-left:20px; text-align:justify;
	}
	
	.ants-news-content ul.ants-decimal-list li {
		list-style-position:inside; list-style:decimal; padding:4px 0px 4px 0px;
		margin-left:20px; text-align:justify;
	}
	
	.ants-news-content ul.ants-circle-list li {
		list-style-position:inside; list-style:circle; padding:4px 0px 4px 0px;
		margin-left:20px; text-align:justify;
	}

/* HEADLINE NEWS */
	.headlineTitleBanner h1.title {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:16px; text-transform:uppercase;
		margin:0px; color:#00CC00; text-shadow:none; text-align:left;
		padding-bottom:10px;
	}
	
	.headlineTitleBanner h2.description {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px; font-weight:normal;
		margin:0px; cursor:default; color:#000000; text-shadow:none; text-align:justify;
		padding-bottom:10px;
	}
/* NEWS HISTORY LIST */
	.ants-news-history-list li {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive;
		padding:10px 10px 6px 20px; margin-left:70px; border-bottom:1px solid #e6e6e6; border-top:1px solid #FFFFFF;
		position:relative; overflow:hidden;
	}
	
	.ants-news-history-list li:hover {
		background-color:#fcfcfc; border-top:1px solid #FFFFFF;
	}
	
	.ants-news-history-list li.date-group {
		border-top:3px solid #999999; border-bottom:none; margin:0px; padding:0px; 
	}
	
	.ants-news-history-list span.date {
		display:block; font-size:11px; text-decoration:none; width:60px; background-color:#6bdc6b; color:#FFFFFF;
		text-align:center; margin:0px 0px 10px 0px; padding:5px; 
	}
	
	.ants-news-history-list div.info {
		display:block; width:300px; padding:0px; float:right; text-align:left; font-size:11px; color:#999999; text-transform:uppercase;
		opacity:0.6;
	}
	
	.ants-news-history-list div.info span {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive;
		font-size:14px; font-weight:normal; color:#00CC00;
	}

/* NEWS FOOTER */
	.ants-news-footer {
		clear:both; text-align:right; margin:0px; padding:10px 10px 10px 0px; background-color:#f9f9f9;
	}

/* PAGE NAVIGATION */
	.ants-page-navigation { padding:5px 5px 5px 0px; border-bottom:1px solid #f9f9f9; cursor:default; }
	
	.ants-page-navigation a {
		text-decoration:none; margin:0px; padding:6px 5px 6px 5px; font-size:11px; 
	}
	
	.ants-page-navigation span {
		font-size:12px; color:#CCCCCC;
	}

	.ants-page-navigation span.dead-title {
		font-size:11px; color:#999999;
	}
	
	.ants-page-navigation a:hover {
		background-color:#f9f9f9; text-shadow: 1px 1px 2px #d7d7d7;
	}

/* WEB FOLDER */
	.ants-web-folder {
		margin:0px; padding:20px 20px 20px 15px; 
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; cursor:default;
	}

	.ants-web-folder p {
		margin-botom:20px; line-height:normal;
	}	

	.ants-web-folder h1.header {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:16px; font-weight:normal; cursor:default;
		text-shadow: 1px 1px 2px #d7d7d7; margin:0px 0px 15px 0px; padding:0px;
	}	
	
	.ants-web-folder ul li {
		margin:0px; padding: 0px; 
	}

	.ants-web-folder ul li ul li {
		margin:0px; padding: 0px 0px 0px 15px; 
	}
	
	.ants-web-folder ul li h1 {
		margin:0px; padding:10px 0px 10px 0px; font-size:12px; font-weight:normal; border-bottom:1px solid #CCCCCC;
	}

	.ants-web-folder ul li h1.disabled {
		color:#999999;
	}
	
	.ants-web-folder ul li a {
		 font-size:12px; text-decoration:none; color:#390099; margin:0px; padding:0px; text-transform:uppercase;
	}
	
	.ants-web-folder ul li a:hover {
		text-shadow: 1px 1px 2px #d7d7d7;
	}

/* SMALL ICON */
	.ants-small-icon li {
		float:left; padding:0px 5px 0px 5px; margin:0px; min-height:25px;
	}
	
	.ants-small-icon li:hover {
		border-bottom:2px solid #CCCCCC;
	}
	
	.ants-small-icon a {
		margin:0px; padding:0px 0px 3px;
	}
	
	.ants-small-icon a:hover {
		background-color:#FFFFFF;
	}
	
/* ACCORDION */
ul.ants-accordion, ul.ants-flat-accordion {
	position:relative;
}

ul.ants-accordion a.ants-accordion-header, ul.ants-accordion a.operation, ul.ants-accordion a.date {
	display:block; padding:8px 10px 8px 15px; 
	font-family: 'ants-thin', "Century Gothic", Arial, cursive; 
	font-size:12px; font-weight:normal; cursor:default;
	text-shadow:1px 1px 2px #d7d7d7; 
	
	background-color:#f9f9f9;
	background: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
	border-bottom:1px solid #CCCCCC;
}
	ul.ants-green-accordion a.ants-accordion-header {
		text-align:left;
	}
	
	ul.ants-green-accordion a.ants-accordion-header, ul.ants-green-accordion a.operation, ul.ants-green-accordion a.date {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; 
		font-size:12px; font-weight:normal; text-shadow:none; cursor:default; color:#2e8e31;
		
		background-color:#eaf2eb;
		background: -moz-linear-gradient(bottom, #eaf2eb, #ffffff);
	}
	
	ul.ants-green-accordion li.menu {
		margin:0px; padding:0px;
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; color:#333333; font-weight:normal;
		border-bottom:1px solid #E2E2E2; text-align:left;
	}
	
	ul.ants-green-accordion li.menu a {
		display:block;
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px; font-weight:normal; text-align:left;
		padding:8px 6px 8px 6px;
	}
	
	ul.ants-green-accordion li.menu:hover {
		border-bottom:1px solid #999999;
	}

ul.ants-accordion a.date {
	font-size:10px; float:left; border:none; margin-right:10px;
	width:40px; text-align:center;
	background: -moz-linear-gradient(top, #f0f0f0, #f6f6f6);
}

ul.ants-accordion a.operation {
	font-size:10px; cursor:pointer; color:#990000; border:none;
	background: -moz-linear-gradient(top, #f0f0f0, #f6f6f6);
}

ul.ants-flat-accordion li, ul.ants-flat-accordion a {
	padding:4px 0px 4px 0px; text-transform:none;
}

ul.ants-flat-accordion a.ants-accordion-header {
	display:block; 
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; 
	text-shadow:none; color:#000000;
	font-size:14px; padding:4px 0px 4px 0px; font-weight:normal; cursor:default;
	
	background-color:#f9f9f9; background:none;
	border-bottom:1px solid #e9e9e9;;
	cursor:pointer;
}

ul.ants-flat-accordion a.ants-menu-publikasi {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px;
}

ul.ants-flat-accordion a.ants-accordion-header:hover {
	color:#00CC00;
}

ul.ants-accordion .ants-accordion-content {
	position:relative; padding:10px 15px 15px 15px;
}

ul.ants-flat-accordion .ants-accordion-content {
	position:relative; padding:10px 15px 15px 25px; display:none;
}

/* TABLE */
	.ants-standard-table {
		border-top:1px solid #999999; border-right:1px solid #999999;
	}
	
	.ants-standard-table tr td {
		border-left:1px solid #999999; border-bottom:1px solid #999999; padding:5px;
	}

	.ants-standard-table tr td.right {
		text-align:right;
	}

	.ants-standard-table tr.header td {
		font-weight:bold;
	}

/* FOLDER EXPLORE */
/* 67 51*/

	.ants-folder-menu {
		position:relative; overflow:hidden;
		float:left; padding:10px; margin:15px 0px 0px 15px; width:295px; border:2px solid #efefef;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
		
		min-height:310px;
		cursor:default;
	}
	
	.ants-folder-menu .boxes {
		position:absolute; left:0px; top:0px; background-color:#000000;
		width:100%; opacity:0;
	}
		
	.ants-folder-menu ul li h1.folder-title {
		display:block; height:40px;
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; 
		font-size:14px; font-weight:normal; margin:0px; padding:10px 10px 5px 10px;
		text-transform:uppercase;
	}

	.ants-folder-menu span.info {
		display:block; color:#999999; font-size:smaller; padding:0px 10px 10px 10px;
	}

	.ants-folder-menu span.no-record {
		display:block; color:#999999; font-size:12px; line-height:normal; font-style:italic;
	}
	
	.ants-folder-menu ul li {
		padding:0px; border-bottom:1px solid #efefef;
	}
	
	.ants-folder-menu ul li.folder-description {
		padding:15px 10px 15px 10px;
	}
	
	.ants-folder-menu ul li.folder-list {
		padding:6px 10px 0px 10px; border:none; text-align:left;
		min-height:50px;
	}
	
	.ants-folder-menu ul li.folder-list:hover {
		background-color:#f2f2f2;
	}
	
	.ants-folder-menu ul li.folder-list a {
		display:block;
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; 
		font-size:12px; color:#000099; cursor:pointer;
	}
	
	.ants-folder-menu img {
		float:left; margin-right:10px; margin-top:2px;
	}

	.ants-folder-footer {
		clear:both; margin-top:10px; padding:10px 0px 10px 10px; border-top:1px solid #efefef;
	}
	
	.ants-folder-footer a.history-list {
		cursor:pointer;
		padding:10px; background-color:#FFFFFF; color:#000099;
		
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
		border-radius: 5px;
	}
	
	.ants-folder-footer a.history-list:hover {
		background-color:#000000; color:#FFFFFF;
	}
	
/* BY ID */
#vbMainLayer {
	z-index:10;
	margin:0px; padding:10px; position:relative; width:1024px; margin:0 auto; height:100%;

	-moz-box-shadow: 0px 3px 4px #333333;
	-webkit-box-shadow: 0px 3px 4px #333333;
	box-shadow: 0px 3px 4px #333333; /* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')"; /* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#333333');	

	./* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
}

#vbContainerHeader {
	z-index:0;
	height:123px; position:relative; 
	background-repeat:repeat-x; background-position:left;
}

#vbContainerMenu, #vbContainerGroupSection {
	z-index:10;
	height:35px; position:relative; background-image:url(../assets/images/imgMenuBackground-01.jpg);
}

/* ICON BACK */
.antsBackToTop {
	margin:20px; display:none; cursor:pointer;
}
	
/* MENU UTAMA */
	.antsPopUpMenu {
		position:relative; height:35px;
	}

	.antsPopUpMenu li.parent {
		float:left; text-decoration:none; list-style:none; margin:1px; padding:0px;
	}
	
	.antsPopUpMenu li.parent:hover {
		background-image:url(../assets/images/imgMenuBackground-01-hover.jpg);
		background-color:#FFFFFF;
	}
	
	.antsPopUpMenu li.parent h1 {
		font-family: "Century Gothic", Arial, cursive; font-size:11px; color:#FFFFFF;
		padding:12px 10px 10px 10px;
		cursor:pointer;
	}
		
	.antsPopUpMenu li.parent:hover h1 {
		color:#000000;
	}

	.antsPopUpContainer {
		position:absolute; min-width:312px; min-height:100px; background-color:#FFFFFF;
		background: -moz-linear-gradient(bottom, #f2f6f3, #ffffff, #ffffff, #ffffff);
		
		cursor:default; opacity:0; display:none;
		padding:10px;
		
		-moz-box-shadow: 0px 3px 4px #333333;
		-webkit-box-shadow: 0px 3px 4px #333333;
		box-shadow: 0px 3px 4px #333333; /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')"; /* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#333333');	
	
		./* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
	}
	
	.antsPopUpContainer li.group h2 {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:16px; color:#c3c3c3; font-weight:normal;
		padding:10px 10px 4px 10px; max-width:312px;
		border-bottom:3px solid #7ce1b0;
	}
	
	.antsPopUpContainer .menu {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; color:#333333; font-weight:normal;
		max-width:312px;
		border-bottom:1px solid #7ce1b0;
	}
	
	.antsPopUpContainer .menu a {
		display:block; padding:8px 10px 8px 10px;
		cursor:pointer; color:#333333;
	}
	
	.antsPopUpContainer .menu:hover {
		background-color:#e6fbf1; color:#a3900d; 
	}
	
	.antsPopUpContainer .menu a:hover {
		color:#990000;
	}
	
	li.antsSearchSection {
		background-image:url(../assets/images/imgSearch.png); background-position:right; background-repeat:no-repeat;
		padding:3px 30px 0px 0px; margin-right:10px;
	}
	
	li.antsSearchSection #txtKeyword {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; color:#999999; width:240px;
		border:1px solid #CCCCCC; padding:2px; margin-top:4px;
	}
	
	ul.antsSearchSectionFilter {
		position:absolute; width:238px; height:auto; background-color:#FFFFFF; left:0px; top:27px;
		opacity:0; padding:10px;
	}
	
	ul.antsSearchSectionFilter h1 {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:20px; color:#c3c3c3; font-weight:normal;
		padding:10px 10px 4px 10px;
	}
	
	/* INNER IMAGE CONTAINER ON POPUP */
	ul.antsInnerImageContainer {
		width:224px; height:400px; margin:10px 10px 10px 20px; 
		background-image:url(../assets/images/imgBackgroundPopUpInnerMenu.png); 
		background-position:bottom; background-repeat:repeat-x; background-color:#f0f0f0;

		-moz-box-shadow: 0px 0px 4px #c8c8c8;
		-webkit-box-shadow: 0px 0px 4px #c8c8c8;
		box-shadow: 0px 0px 4px #c8c8c8; /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#c8c8c8')"; /* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#c8c8c8');	

		./* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
	}
	
	ul.antsInnerImageContainer li.images {
		border:10px solid #FFFFFF; background-image:url(../assets/images/xxxPlanet.png); background-position:center; background-repeat:no-repeat;
		width:203px; height:203px;
	}

	ul.antsInnerImageContainer li.description {
		padding:10px; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:12px; color:#333333; text-align:right;
		overflow:hidden;
	}

/* END OF - MENU UTAMA */

/* MENU INDEX PENTING */
	#vbMainIndexMenu {
		z-index:20;
		position:fixed; width:164px; top:0px; height:100%; left:-300px; 
		background-image:url(../assets/images/imgBackground.png); background-position:center;
		
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px; opacity:0;

		-moz-box-shadow: 0px 3px 4px #333333;
		-webkit-box-shadow: 0px 3px 4px #333333;
		box-shadow: 0px 3px 4px #333333; /* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#333333')"; /* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#333333');	
	
		./* For IE 8 */
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";
		/* For IE 5.5 - 7 */
		filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000');
		cursor:default;
	}
	
	#vbMainIndexMenu ul li.header {
		height:25px; background-color:#000000; color:#FFFFFF; opacity:0.3;
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:16px;
		padding:13px 10px 7px 12px; text-transform:uppercase;
		text-align:center; 
	}
	
	#vbMainIndexMenu ul li.sub-header {
		font-size:12px; color:#FFFF00; 
		padding:20px 15px 8px 0px; text-align:right;
	}
	
	#vbMainIndexMenu ul li.link {
		position:relative; overflow:hidden;
		font-size:12px; color:#FFFFFF; 
		padding:10px 0px 10px 0px; text-align:right;
		border-bottom:1px solid #343434;
	}
	
	#vbMainIndexMenu ul li.link .inner-container { padding-right:15px; }
	
	#vbMainIndexMenu ul li.link a {
		font-size:12px; color:#FFFFFF; padding:15px 0px 15px 0px; opacity:0.6; cursor:pointer;
		z-index:10;
	}
	
	#vbMainIndexMenu ul li.link div.background-link {
		position:absolute; background-color:#FFFFFF; opacity:0.08; width:200px; height:200px; top:0px; left:0px;
		z-index:0; cursor:pointer;
	}
	
.antsLeftCornerShadow {
	width:416px; height:29px; position:absolute; background-image:url(../assets/images/imgLeftShadow.png);
	bottom:-29px; z-index:10000; opacity:0.6;
}

.antsRightCornerShadow {
	width:416px; height:29px; position:absolute; background-image:url(../assets/images/imgRightShadow.png);
	bottom:-29px; right:0px; z-index:10000; opacity:0.6;
}

/* DIAMBIL DARI WEB DEPKES */
	li.ants-animated-link {
		position:relative; float:left; 
		margin: 3px 6px 3px 0px;
		width:103px; height:42px; overflow:hidden; 
		font-size:9px; line-height:12px; cursor:pointer;
	}
	
	li.ants-animated-link a {
		position:absolute; left:0px; top:-42px;
		padding:3px 4px 4px 4px;
		width:95px; height:42px;
		color:#FFF; overflow:hidden;
		
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px;
		text-decoration:none; background-color:#000;
	}
	
	li.ants-animated-link a:hover {
		color:#FFF; text-decoration:none;
	}
	
	li.ants-animated-link img { position:absolute; left:0px; top:0px; }
	
	li.ants-social-media, li.ants-social-media-disabled {
		position:relative; float:left; 
		width:26px; height:26px; overflow:hidden; 
		border:2px solid #000;
	}
	
	li.ants-social-media-disabled {
		border:2px solid #083440;	
	}
	
	li.ants-social-media img { position:absolute; left:0px; top:-26px; width:26px; height:52px; }
	
/* BAGIAN FOOTER */

	#vbLayerFooter {
		margin:0px; padding:0px; 
		position:relative; height:195px; width:100%; margin:0 auto; 
		background-color:#157a96;
	}
	
	#vbLayerFooter span.FooterGroup {
		display:block;
		color:#c2ffe1;
		font-size:12px;
		
		padding:5px 5px 5px 5px;
		border-bottom:4px solid #14a25d;
		cursor:default;
	}
	
	#vbLayerMenuFooter {
		position:absolute; width:100%; height:39px; bottom:0px; left:0px; clear:both; background-color:#126c84;
	}

	.SectionLinkApplication {
		position:absolute; width:335px; height:100px; top:50px; left:0px; padding:0px 0px 0px 0px; background-color:#0e5c71;
	}
	
/* BAGIAN SECTION GROUP */
	.SectionGroup, .SectionGroupFlat, .SectionGroupFooter {
		display:block; margin:0px; padding:0px;
		text-decoration:none; color:#000; 
		cursor:default; font-weight:bold;
	}
	
	.SectionGroupTall {
		clear:both;
		display:block; margin:0px; padding:15px 0px 15px 0px;
		font-size:12px; font-weight:bold; text-decoration:none; color:#000; 
		border-bottom:2px solid #c2bcbc;
		cursor:default; text-align:left;
	}
	
	.SectionGroupFooter	{
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:14px; font-weight:normal;
		display:block; margin:0px; padding:15px 0px 15px 10px;
		cursor:default; font-weight:normal;
		
		background-color:#10657c;
		color:#57bbd7; border-bottom:1px solid #157a96;
	}
	
	.SectionGroupFooter:hover {
		color:#57bbd7; 
		text-decoration:none;
	}
	
	.SectionGroup { 
		font-size:12px; 
		height:22px; padding:10px 0px 0px 15px;
		background:url(../resources/images/DepkesBlue/bgLinkGroup.jpg); 
	}
	
	.SectionGroupFlat { 
		font-size:12px;
		height:19px;
		padding:11px 0px 3px 5px;
		margin:10px;
		
		color:#000;
		border-bottom:2px solid #d1d1d1;
	}
	
	.SectionGroup a, .SectionGroupFlat a {
		margin:0px; padding:0px;
		font-size:12px;
		text-decoration:none;
	}
	
	ul.AppNav {
		margin:5px 10px 0px 0px; padding:0px; 
		position:relative; float:right;
	}
	
	ul.AppNav li, ul.AppNav li.Disabled {
		margin:0px; padding:0px 5px 0px 5px; color:#ffffff; font-size:10px;
		float:left; cursor:pointer;
	}
	
	ul.AppNav li.Disabled {
		color:#01313e; cursor:default;
	}
/* END OF : BAGIAN SECTION GROUP */

/* BAGIAN FOOTER CONTACT */
	#vbSection_FooterContact {
		margin:0px; padding:0px;
	}
	
	#vbSection_FooterContact li {
		margin:0px;
		font-size:12px;
		display:block; color:#FFF; background-color:#126c84;
		border-bottom:1px solid #157a96;
		text-decoration:none;
		padding:12px 5px 12px 5px;
		cursor:default;
	}
	
	#vbSection_FooterContact li span.FtRight {
		float:right; padding:0px 10px 0px 0px;
		font-size:14px;
	}
/* END OF : BAGIAN FOOTER CONTACT */

/* RIGHT FOOTER MENU */
	#vbLayerFooterMenu {
		margin:0px; padding:0px; position:absolute;
		left:0px; top:7px;
	}
	
	#vbLayerFooterRightMenu {
		margin:0px; padding:0px; position:absolute;
		right:0px; top:7px;		
	}
	
	#vbLayerFooterMenu li,
	#vbLayerFooterRightMenu li {
		margin:0px; padding:0px;
		position: relative;
		list-style: none;
		float: left;
		
		display: block;
	}
	
	#vbLayerFooterMenu li a,
	#vbLayerFooterRightMenu li a {
		font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:11px; text-transform:uppercase;
		margin:0px; padding:4px 6px 4px 6px;
		
		display: block;
		text-decoration: none;
		
		border-right:1px solid #157a96;
		
		cursor:pointer;
	}
	
	#vbLayerFooterMenu li a,
	#vbLayerFooterRightMenu li a {
		padding:6px 6px 10px 10px;
		color:#FFF;
	}
	
	#vbLayerFooterMenu li a:hover,
	#vbLayerFooterRightMenu li a:hover {
		color:#FF0;
		text-decoration:none;
		
		background-color:#0e5c71;
	}
