
/* LOGO DEPKES */
	#vbLogoDepkes {
		position:absolute; width:79px; height:92px;	left:117px; top:16px; opacity:0;
		cursor:pointer;
	}
	
/* PRIMARY BANNER */
.ants-banner-container {
	font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px; cursor: move; font-weight:normal;
	position: absolute; left: 0px; top: 0px; width: 764px; height: 243px;
	overflow: hidden;
}

.ants-banner-container .date-info {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive;
	position:absolute; padding:10px; top:11px; left:441px; color:#000000; overflow:hidden; font-size:12px;
}

.ants-banner-container .hit-info {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive;
	position:absolute; padding:10px; top:11px; left:657px; width:80px; text-align:center; color:#000000; 
	overflow:hidden; font-size:12px;
}

.ants-banner-container .short-description {
	position:absolute; width:315px; height:145px; 
	right:7px; top:48px; color:#000000; overflow:hidden; opacity:0.97; 
	text-align:left; line-height:normal;
}

.ants-banner-link-container {
	padding:15px 0px 0px 10px;
}

.ants-banner-link-container a {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:14px; cursor:pointer; font-weight:normal;
	color:#FFFFFF;
}

.ants-banner-link-container a:hover {
	color:#00CC00;
}

.ants-banner-image-container {
	width:430px; height:188px; position:absolute; overflow:hidden; bottom:45px; left:10px;
}

/* NEWS TICKER */
.ants-newsticker-container {
	overflow:hidden; height:26px;
	background-image:url(../assets/images/imgNewstickerBackground.jpg); background-repeat:repeat-x;
}

.ants-newsticker-container li {
	width:1000px; height:24px; overflow:hidden;
}

.ants-newsticker-container li,
.ants-newsticker-container li a {
	font-family: 'ants-thin', "Century Gothic", Arial, cursive;
	padding:5px 0px 0px 10px; font-size:12px; color:#000000; 
}

/* NEW LIST */
	.ants-news-list {
		position:relative; font-family: 'ants-thin', "Century Gothic", Arial, cursive; cursor:default; line-height:normal;
	}

	.ants-news-list li {
		padding:5px 10px 5px 10px;
		border-bottom:2px dotted #e7e7e7;
	}
	
	.ants-news-list li:hover {
		border-bottom:2px dotted #67c46a;
	}
	
	.ants-news-list a {
		font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:14px;
		margin:0px 0px 4px; padding:0px; text-decoration:none; color:#000000;
	}
	
	.ants-news-list a:hover {
		color:#005092;
	}
	
	.ants-news-list p { 
		text-align:justify; 
	}
	.ants-news-list p.title { text-align:left; }
	
	.ants-news-list div.ants-news-image-container {
		float:left;
		padding:3px; border:1px solid #cccccc; margin:27px 10px 10px 0px;
	}
		
	.ants-news-list div.ants-news-image {
		position:relative;
		width:90px; height:60px; background-image:url(../assets/images/imgDefault-S.jpg); overflow:hidden;
	}
	
/* WEB SEARCH OPTION */
ul.ants-web-search-option {
	list-style:none; margin:0px; padding:0px;
}

ul.ants-web-search-option li {
	padding:10px; border-bottom:1px solid #CCCCCC;
}

ul.ants-web-search-option li .option-checkbox {
	float:left; margin:0px 10px 20px 0px; padding:0px;
}

ul.ants-web-search-option .option-title {
	cursor:pointer; font-size:12px;
}

/* PAGING SECTION */

div.ants-paging-section {
	width:100%; margin:0px 0px 0px 0px;
	border-bottom:2px solid #d8d8d8; background-color:#f9f9f9; background: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
	padding:10px 0px 10px 0px;
}

div.ants-paging-section li {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px;
	margin:0px; padding:10px; float:left; color:#666666;
	cursor:default;
}

div.ants-paging-section li.page {
	cursor:pointer; border-right:1px solid #FFFFFF; background-color:#f2f2f2; 
}

div.ants-paging-section li.title {
	color:#000000; cursor:default;
}

div.ants-paging-section li.selected {
	background-color:#d8d8d8; color:#000000; cursor:pointer;
}

div.ants-paging-section li.page:hover,
div.ants-paging-section li.selected:hover {
	background-color:#b9b9b9; color:#FFFFFF;
}

/* TAB */
div.ants-tab-section {
	width:100%; margin:0px 0px 0px 0px;
	border-bottom:2px solid #d8d8d8; padding:10px 0px 0px 0px;
}

div.ants-tab-section li a {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:14px; color:#311ef5;
}

div.ants-tab-section li {
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px;
	margin:0px; padding:10px; float:left; color:#666666;
	cursor:default;
}

div.ants-tab-section li.page {
	cursor:pointer; border-right:1px solid #FFFFFF; background-color:#f2f2f2; 
}

div.ants-tab-section li.title {
	color:#000000; cursor:default;
}

div.ants-tab-section li.selected {
	background-color:#d8d8d8; color:#000000; cursor:pointer;
}

div.ants-tab-section li.page:hover,
div.ants-tab-section li.selected:hover {
	background-color:#b9b9b9; color:#FFFFFF;
}

/* REGULATION TABLE */
table.ants-regulation-table {
	border:1px solid #CCCCCC; cursor:default; width:100%;
}

table.ants-regulation-table tr td.strong {
	font-weight:bold;
}

table.ants-regulation-table tr td {
	min-width:40px;
	padding:8px 5px 8px 5px; border-bottom:1px solid #CCCCCC;
}

table.ants-regulation-table tr.odd {
	background-color:#f9f9f9;
}

table.ants-regulation-table tr:hover {
	background-color:#d3ffd3; 
}

/* FINANCIAL REPORT MENU */
.ants-financial-report-menu {
	list-style:none; position:relative; margin:5px 5px 5px 10px;
}

.ants-financial-report-menu li {
	float:left; padding:0px; margin:5px 5px 0px 0px; border:1px solid #CCCCCC; text-align:center;
	background-color:#FFFFFF; background: -moz-linear-gradient(top, #f9f9f9, #f6f6f6);
}

.ants-financial-report-menu li a {
	display:block; padding:10px;
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:25px; cursor:pointer;
}

/* HORIZONTAL BANNER */
ul.ants-horizontal-banner {
	position:relative; margin-top:10px;
}

ul.ants-horizontal-banner li {
	
}

/* VERTICAL BANNER */
ul.ants-vertical-banner {
	
}

ul.ants-vertical-banner li {
	position:fixed; top:0px; width:153px; height:634px;
	margin:0px; padding:0px; z-index:1;
}

ul.ants-vertical-banner li.left {
	background-position:center; background-repeat:no-repeat;
}

ul.ants-vertical-banner li.right {
	right:0px;
	background-position:center; background-repeat:no-repeat;
}

ul.ants-vertical-banner div.ants-close-banner {
	position:absolute;
	height:25px; background-color:#000000; color:#FFFFFF; opacity:0;
	font-family: 'ants-strong', "Century Gothic", Arial, cursive; font-size:12px; cursor:pointer;
	border-bottom:1px solid #FFFFFF; 
	width:100%; padding:15px 10px 5px 12px; text-transform:uppercase;
}

div.ants-show-banner {
	z-index:1000; 
	width:40px; height:145px; position:fixed; top:50px; left:-100px;
	background-image:url(../assets/images/imgButtonVerticalBanner.png); background-repeat:no-repeat;
	cursor:pointer;
}

/* TOP BACKGROUND SECTION */ 
.ants-top-background-layer {
	position:absolute; height:200px; top:0px; left:0px; width:100%; background-color:#61b964; opacity:0.1;
}

/* LANGUAGE OPTION */
div.ants-language-option {
	position:absolute; right:0px; bottom:0px; margin:5px;
}

div.ants-language-option li {
	padding:5px; float:left; 
	font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:11px; font-weight:normal; 
}

div.ants-language-option li.title {
	cursor:default; color:#000000; padding:7px 8px 7px 8px; text-transform:uppercase;
	font-size:12px; opacity:0.5;
}

div.ants-language-option li.menu {
	cursor:default; color:#000000; padding-top:7px 5px 8px 5px; text-transform:uppercase; background-color:#ffffff; opacity:0.6;
	border-right:1px solid #cccccc; 
}

div.ants-language-option li.selected {
	opacity:0.75;
}

div.ants-language-option li a {
	padding:0px; margin:0px; font-family: 'ants-thin', "Century Gothic", Arial, cursive; font-size:11px; font-weight:normal;  text-transform:uppercase;
}

div.ants-language-option li:hover {
	opacity:0.85;
}

