/*
 * Copyright (c) 2008 Azeus Systems Philippines, Ltd. All rights reserved.
 * 
 * This software is the confidential and proprietary information of Azeus
 * Systems Philippines, Ltd. ("Confidential Information"). You shall not disclose
 * such Confidential Information and shall use it only in accordance with the
 * terms of the license agreement you entered into with Azeus.
 */ 
 
 body {
 background-color: white;
 }
 
td.sidePanelHSpace {
  width: 10px !important;
  min-width: 10px !important; 
  font-size: 12px !important;
}

#userId {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}

input.search_box {

	padding:0 0 0 0;
  
	font-family:inherit;
	color:#666666;
	/* color:#000000;	*/

	/* 20081009: fix IE8b2 */
	width:11em;	
  
 vertical-align: top;
 
 width:146px; 
 height: 16px; 
 margin-top: -1px;
}

a.advanced_search {
  vertical-align: top;
  font-size: 13px;
}

.whats_new {
  background: transparent url("../images/whats_new.gif") top left no-repeat;
  width: 189px;
  height: 170px;  
  text-align: left;
}

.whats_new  .whats_new_content {  
  text-align: left;
  padding: 40px 0 0 15px;
  width: 165px;
  height: 115px;

}

img.legend_icon {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

td.action_col {
  width: 58px;
}

#legend_bar  td {
  font-size: 12px;
}

div.legend {
  font-size: 12px;
}

#legend_bar td.first_col {  
  width: 40px; 
  font-weight: bold;
}

#legend_bar td.second_col {  
  padding-left: 2px;
}

#legend_bar img.legend_icon {
  vertical-align: top !important;
}

table.interesting_tender tr {
  background-color: #F0F0F0;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;  
  padding-bottom: 2px;
  font-size: 15px;
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  color: black;
}

table.interesting_tender td.first_col {
  width: 65px;
  vertical-align: top;
}

table.interesting_tender tr.even {
  background-color: #E5E5E5;
}

span.text_notif {
  font-weight: bold;
  color: #cc0000;
  vertical-align: top;
  font-size: 11px;
}

div.etb_banner_container_en {
  background: transparent url("../images/etb_banner_internet_en.gif") top left no-repeat;
  width: 99.6%;
  min-width: 600px;
  height: 50px; 
  position: relative;
  max-width: 800px;
  PADDING-LEFT: 3px;
}

div.etb_banner_container_zh_TW {
  background: transparent url("../images/etb_banner_internet_zh_TW.gif") top left no-repeat;
  width: 99.6%;
  min-width: 600px;
  height: 50px; 
  position: relative;
  max-width: 800px;
  PADDING-LEFT: 3px;
}

div.etb_banner_container_zh_CN {
  background: transparent url("../images/etb_banner_internet_zh_CN.gif") top left no-repeat;
  width: 99.6%;
  min-width: 600px;
  height: 50px; 
  position: relative;
  max-width: 800px;
  PADDING-LEFT: 3px;
}

a.etb_icon_banner {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  display: block;
  text-decoration: none;
}

a.etb_icon_tender_notice {
  background: transparent url("../images/etb_big_tender_notice.gif") top left no-repeat;   
  right: 235px; 
}

a.etb_icon_tender_addendum {
  background: transparent url("../images/etb_big_tender_addendum.gif") top left no-repeat;  
  right: 180px;
}

a.etb_icon_tender_enquiry {
  background: transparent url("../images/etb_big_tender_enquiry.gif") top left no-repeat;  
  right: 125px;
}

a.etb_icon_contract {
  background: transparent url("../images/etb_big_contract.gif") top left no-repeat;  
  right: 125px;
}

a.etb_icon_contract_award {
  background: transparent url("../images/etb_big_contract_award.gif") top left no-repeat;  
  right: 70px;
}

a.etb_icon_help {
  background: transparent url("../images/etb_big_help.gif") top left no-repeat;  
  right: 15px;
}

a.etb_icon_home {
  background: transparent url("../images/etb_big_home.gif") top left no-repeat;  
  right: 15px;
}

ul.alternating li {
 background-color: #F0F0F0;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;  
  padding-bottom: 2px;
  font-size: 15px;
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  color: black;
}

ul.alternating li.even {
  background-color: #E5E5E5;
}

span.hint {
  font-size: 13px;
  color: #333;
}

span.align_top {
  vertical-align: top;
}

/* Content under Tab */
div.tab_content {
  border-top: 1px solid #cccccc;
}

/* Tab Menu */
div.tabmenu_container {
  margin-bottom: 8px;
  width: 100%;
  min-width: 790px;
}
div.tabmenu {  
  margin: 0 0 -2px 0;
  height: 24px;
  position: relative;
}

div.tabmenu ul {
  width: 100%;
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}

div.tabmenu ul li {
  float: left;
  margin: 0;
  padding: 0 4px 0 0;
  list-style: none;
/*  background: transparent url("../images/tabmenu_unsel.png") right -300px no-repeat;*/
}

div.tabmenu ul li a {
  display: block;
  float: left;
  color: black;
  padding: 5px 8px 3px 10px;
  text-decoration: none;
  color: #333 !important;  
  /*background: transparent url("../images/submenu_unsel.png") left -300px no-repeat;*/
}

div.tabmenu ul li a:hover {
  text-decoration: underline;
}

div.tabmenu ul li.sel {
  background: transparent url("../images/tabmenu.png") right -300px no-repeat;
}

div.tabmenu ul li.start {
  background-image: none;
  border: 0px;
  height: 23px;
  width: 10px;
}

div.tabmenu ul li.sel span {
  display: block;
  float: left;
  margin-top: -1px;
  background: transparent url("../images/submenu.png") left -300px no-repeat;
}

div.tabmenu ul li.sel a:hover {
  text-decoration: none !important;
}

.disabled {
  background-color: #f8f8f8;
  border: solid 1px #c9c7ba;
}

tr.even_row td, tr.even_row th{
  background-color: #E5E5E5 !important;
}

tr.downloaded  td{
  background-color: #C5C5C5 !important;
  color: #444 !important;
}

a.button_downloaded {
  padding: 2px 5px 2px 5px;
  background-color: #999999;
  color: white !important;
  font-weight: bold;
  font-size: 11pt;
  cursor: pointer;
  text-decoration: none;
}

a.button_downloaded:link {
  color: white;
}

a.button_downloaded:visited {
  color: white;
}

a.button_downloaded:hover {
  color: white;
  background-color: #ff6600;
}

a.button_downloaded_disabled {
  padding: 2px 5px 2px 5px;
  background-color: #999999;
  color: white;
  font-weight: bold;
  font-size: 11pt;
  cursor: default;
  text-decoration: none;
}

a.button_downloaded_disabled:link {
  color: white;
}

a.button_downloaded_disabled:visited {
  color: white;
}

a.button_downloaded_disabled:hover {
  color: white;
}

table.fixed_widths {
  /*do not use fixed widths, case 86405*/
  /*table-layout: fixed;*/  
}

td.date {
  text-align: right;
}


/*General terms and conditions*/

tr.gen_terms {
  height: 38px;
}

tr.gen_terms td.bullet {
  background: transparent url("../images/terms_and_conditions_bullet.jpg") top left no-repeat;
  width: 16px;
  height: 44px;
}

tr.gen_terms td.gen_common  {
  background: transparent url("../images/terms_and_conditions_header.jpg") top left repeat-x;
  color: white;
  vertical-align: top;
  padding: 4px 4px 0 4px;;  
}

tr.gen_terms td.gen_header {  
  width: 420px;  
  font-weight: bold;   
}

tr.gen_terms td.gen_file {
  width: 80px;
  font-size: 8pt;
  padding-top: 10px;
  text-align: center;
}

tr.gen_terms_content {
  height: 30px;  
  padding: 5px 0 5px 5px;
}

tr.gen_terms_content td.gen_common  {
  background-color:#dde4f6;  
  
  vertical-align: middle;
  
}

tr.gen_terms_content td.gen_header {  
  padding-right: 20px;
}

tr.gen_terms_content td.gen_file {
  text-align: center;
}
/*End of General terms and conditions*/

div.centerGutter {
  line-height: 10px;
}

/**
 * The gray area usually used for placing control items.
 */
div.workSection {
  background-color: #F0F0F0;
  font-size: 15px;
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  color: #000000;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 2px;
  padding-right: 4px;
}

/**
 * Vertical Space
 */
div.smallVSpace {   
  height: 10px;
  font-size: 0;
}

/**
 * The button section
 */
div.btnSection {
  padding: 6px 3px 6px 2px;
  margin: 0;
  width: auto;
  color: #000000;
  background-color: #F0F0F0;
}

/* Button */


a.btn {  
  padding: 2px 5px 2px 5px;
  background-color: #999999;
  color: white !important;
  font-weight: bold;
  font-size: 11pt;
  cursor: pointer;
  text-decoration: none !important;  
}

a.hl {
 background-color: #CC0000;
}


a.btn:link {
}

a.btn:visited {
}

a.btn:hover {
  background-color: #ff6600;
}

a.btn_disabled {
  padding: 2px 5px 2px 5px;
  background-color: #999999;
  color: white;
  font-weight: bold;
  font-size: 11pt;
  cursor: default;
  text-decoration: none;
}

a.btn_disabled:link {
  color: white;
}

a.btn_disabled:visited {
  color: white;
}

a.btn_disabled:hover {
  color: white;
}

/* End of Button */


/* Grid */

div.grid_container {  
  width: 100%;     
}

div.inner_grid_container {
  overflow-x: auto;
  width: 100%;
  height: expression(this.scrollHeight + (this.offsetWidth < this.scrollWidth ? 16 : 0) + 'px');
  /*firefox fix for the scrollbar*/
  padding-right: 5px;  
}

div.collapse div.grid_container {
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

table.grid {  
  margin: 0;
  clear: both;
  width: 100%;  
  font-size: 15px;
  /*do not use fixed widths, case 86405*/
  /*table-layout: fixed;*/
}

table.grid tr {
  height: 20px;
  vertical-align: top;
}

table.grid tr.odd {
  
}

table.grid td.norows {
  text-align: center;
  color: #607B91;    
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

table.grid td.norows a {
  color: red;
}

table.grid th {
  background-color: #F0F0F0;
  text-align : left;
  padding-left : 1px;
  padding-right : 2px;
  padding-top: 2px;
}

table.grid th.sel {
}  

table.grid th.sort {
  cursor: pointer;
  color: #cc0000;
}

table.grid th span.desc {
  background: transparent url(../images/sort_desc.gif) top left no-repeat;
  display: block;
  height: 11px;
  width: 16px;
  font-size: 8px;
  float: right !important;
}

table.grid th span.asc {
  background: transparent url(../images/sort_asc.gif) top left no-repeat;
  display: block;
  height: 11px;
  width: 16px;
  font-size: 8px;
  float: right !important;
}

table.grid th a {
  text-decoration: none;
  color: Black;
}

table.grid th a:hover {
  text-decoration: underline;
}

table.grid td {
  padding-left : 3px;
  padding-right : 3px;
  padding-top: 2px;
  padding-bottom: 2px;
}

table.grid td.last {
  
}

table.grid a {

}

table.grid a:hover {

}

table.grid th.nbr, table.grid td.nbr {
 
}

span.loading {
  font-family : Arial, Helvetica, sans-serif;  
  font-size: 12px;
  color: #666666;
}

td.GridTitle {
  color: White;
  height: 26px;
  font-weight: bold;
  font-size: 18px;
  padding-left: 3px;
  padding-right: 20px;
}

/* End of Grid */



/* CALENDAR */

input.calendar {
  background: transparent url(../images/icon/calendar.gif) no-repeat;
  width: 20px;
  height: 20px;
  border: 0px;
  cursor: pointer;
}

div.calendar {
  width: auto !important;
}

div.calendar table {
  width: auto !important;
}

/* TABS */

div.calmenu {  
  width: 100%;  
  height: 24px;
  margin: 0px 0 0 0;
  background: transparent url("../images/btm_border.gif") left bottom  repeat-x;  
}

div.calmenu ul {  
  font-size: 12px;
  list-style: none;
  padding: 0;
  margin: 0;  
}
  
div.calmenu ul li {
  background: transparent url("../images/calmenu.gif") right -50px no-repeat;
  float: left;
  margin: 0 0 0 0;
  padding: 0 4px 0 0;
  border-bottom: 1px solid #999999;  
  white-space: nowrap;  
}
  
div.calmenu ul li a {
  background: transparent url("../images/calmenu.gif") left -50px no-repeat;
  display: block;  
  float: left;
  color: black;
  padding: 5px 8px 3px 10px;  
  text-decoration: none;
}

div.calmenu ul li a:hover {
  text-decoration: underline;  
}

div.calmenu ul li.start {
  background-image: none;
  border-bottom: 1px solid #999999;    
  height: 23px;
  width: 10px;
}

div.calmenu ul li.sel {
  font-weight: Bold;
  background: transparent url("../images/calmenu.gif") right -300px no-repeat; 
  border-bottom: 1px solid #f1f5fa;  
}
  
div.calmenu ul li.sel a {
  background: transparent url("../images/calmenu.gif") left -300px no-repeat; 
}

div.calmenu ul li.sel a:hover {
  text-decoration: none !important;
}

/* End of Calendar */

hr.dvr {
  height: 1px !important; 
  color: #cccccc; 
  margin-left: 10px; 
  margin-right: 10px;
}

#route div {
  float: left;
  width: 2px;
  height: 17px;
  overflow: hidden;
}

.right {
  text-align: right;
}

table.lbl td, table.lbl th {
  padding: 4px 0 4px 3px;
}
table.lbl_disabled {
  width: auto !important;
}

table.lbl_disabled td, table.lbl_disabled th {
  padding: 4px 0 4px 3px;
}

table.lbl_disabled tr {
  vertical-align: top;
}

select.disabled {
  color: gray;
  border-style: solid; 
  border-color: inactiveborder; 
  border-width: 1px;
}

textarea.disabled {
  color: gray;
  border-style: solid; 
  border-color: inactiveborder; 
  border-width: 1px;
}

input.text {
  border-style: solid; 
  border-width: 1px;
  border-color: #7f9db9;
  height: 17px;
}

input.disabled {
  color: gray;
  border-style: solid; 
  border-color: inactiveborder; 
  border-width: 1px;
}

input.disabled_text {
  color: gray;
  border-style: solid; 
  border-color: inactiveborder; 
  border-width: 1px;
  height: 17px;
  background-color: #f8f8f8;
  /*height: 17px;*/
}

span.MandatoryAsterisk {
  color: #CC0000;
  font-family: Arial,Helvetica,FreeSans,sans-serif;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

DIV.formSubTitle {
	PADDING-LEFT: 3px; 
	PADDING-BOTTOM: 3px; 
	WIDTH: 99.6%; 
	COLOR: #000000; 
	PADDING-TOP: 3px; 
	BACKGROUND-COLOR: #FCF5E6;
	font-size: 11pt;
	max-width: 800px;
}

span.static {
  position: relative;
  font-weight: bold;
}

table.padded tr td {
 padding: 4px 0 4px 3px;
}

table.fieldSection tr td {
 vertical-align: top;
}

table.fieldSection tr th {
 vertical-align: top;
 font-weight: normal;
 text-align: left;
}

span.chk {
  position: relative;
  top: 1px;
  /* ie6 fix */
  _top: 2px;   
  vertical-align: top;
}

/* Error */
div.msg {
  border: 2px solid #cc0e0c;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
div.msg div.error {
  background: transparent url("../images/icon/warning_inet.gif") 3px 2px no-repeat;
  padding: 4px 0 0 29px;
  height: 22px;
  font-weight: bold;
  color: #cc0e0c;
  font-size: 13px;
}

div.msg div.info {
  background: transparent url("../images/tick2.gif") 10px 2px no-repeat;
  padding: 2px 0 0 36px;
  height: 18px;
  font-weight: normal;
}

div.msg div.hint {
  background: transparent url("../images/icon/warning.gif") 10px 2px no-repeat;
  padding: 2px 0 0 36px;
  height: 18px;
  font-weight: normal;
}

div.msg ul {
  /*ie hack fix for bullet*/
  _list-style-image: url("../images/bullet_red.gif");
  padding: 0;
  margin: 0px 0 0 40px;
  color: #cc0e0c;  
}

div.msg ul li {
  padding-top: 2px;
}

div.msg a {
  color: #cc0e0c;
  text-decoration: none;
}

div.msg a:hover {
  text-decoration: underline;
}

div.msg div.tip {
  font-size: 11px;
  color: #cc0e0c;
  font-weight: normal;
  margin: 0 0 12px 0;
}

/* end of Error */

/* Points to note */
td.pointsToNote {
  border-color: rgb(204, 0, 0);
  border-top: 1px solid rgb(204, 0, 0);
}

div.listdiv li {
  padding: 0;
}

div.listdiv ul {
  padding: 0;
  margin: 0;
  border: 0;
  text-align: left;
  padding-top: 2px;
  padding-left: 15px;
}

td.pointsToNote span.pointsTitle {
  color: rgb(204, 0, 0);
}
/* End of Points to note */

form {
  height: 100%; 
  margin: 0; 
  padding: 0;
}

table.tender_action {
 width: 55px;
 padding: 0;
 margin: 0; 
 }

table.tender_action td {
 font-size: 0;
 padding: 0 4px 0 0;
 margin: 0;
 width: 16px !important;
}

table.tender_action td.last {
  padding-right: 0px;
}

textarea {
   overflow: auto;
}

div.grid_pages_container {
 padding-right: 3px;
 padding-bottom: 3px;
 text-align: right;
}

.leftMidCell {
  width: 140px;
}

span.checkbox {
   margin-left: -4px;
   margin-right: 4px;
}

span.CurPage {
  font-size: 13px;
}

table.page {    
  width: 958px;  
}

div.download_new_addendum {
  background: transparent url("../images/tender_addendum_dl.gif") top left no-repeat;
  width: 190px;
  height: 14px;
  padding-left: 19px;
  font-weight: bold;
  color: #cc0000;
  vertical-align: middle;
  font-size: 11px;
  cursor: pointer;
}

#progressPanel {
 /*margin-left: -150px;*/
	CLEAR: left; FLOAT: left; WIDTH: 100% !important; 
	z-index: 99;	
	max-width: 958px;
}

#route div {
  float: left;
  width: 2px;
  height: 17px;
  overflow: hidden;
}

iframe.cover {
  z-index: 9000;    
  opacity: 0;
  filter: alpha(opacity = 0); 
/*   background-color: #333333;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  border: none;  
  overflow: hidden;
}
/*
#currentTimeApplet {
	width: 269px;
	height: 15px;
	float: right;
	margin-left: 5px;
	margin-top: 2px;
}
*/
.currentTimeAppletzh {
  
}
.currentTimeAppleten {
}

div.timeAppletContainer {
  text-align: right;
}

#midPanel {
 /* general fix for midpanel content adjusting
 to View->Text Size of IE
 */
 font-size: 13px;
}

ul {
	/* Leading underscore is an IE hack. */
	_list-style-image: url("../images/bullet_black.gif");
}

ul li {
	line-height: 16px;
	padding-bottom: 3px;
}

applet.invisible {
	/* Just enough dimensions so IE will load the applet completely. */
	height: 1px;
	width: 1px;
	/* 
	 * Otherwise, IE renders a whole row with what looks to be like generous
	 * padding/margin causing noticeable whitespace at the top of the page.
	 */
	float: left;
}

tr .checkBoxCell {
	width: 1.25em;
	text-align: center;
}
#midPanel table {
	table-layout: fixed;
}

#contentPanel table {
	table-layout: auto;
}

.error_icon {
	padding-bottom: 3px;
}

div#_MESSAGE {
	overflow: auto;
}

a#BD_TENDER_URL {
	display: inline-block;
	word-break: break-all;
}

