body {
	margin:0 auto;
    padding: 0px;
    height: 100%;
    background: rgb(255, 255, 255);
    font-family: 'Trebuchet MS', sans-serif;    
	font-size:14px;
	width: 75%;
}
body .main {
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
body.landscape .main {
    width: 960px;
}
.list {
	list-style-image: url('img/common/bullet.png');
}
.list li {
	margin-bottom: 8px;
}
.linker{
cursor: pointer;
color:#F38019;
}
.linker:hover{
text-decoration:underline;
color:#F38019;
cursor: pointer;
}

#temp td{
border: 1px solid #CCCCCC;
font-weight: bold;
padding-top:5px;
padding-bottom:5px;
}
#temp{
border-collapse:collapse;
}

.ticker-container{
float:left;
}
.watchlist{
width: 299px;
height: 40px;
min-width: 299px;
position: absolute;
right: 0px;
}
.watchlist table{
width:100%;
height:200px;
font-size:11px;
padding-left: 6px;
padding-right: 6px;
}
.watchlist table td{
text-align:center;
}
.dwlink{
font-weight: bold;
color:#F38019;
}
.dwlink:hover{
text-decoration: underline;
}

#headerregion { top: 0px; left: 0px; height: 50px; position: fixed; width: 100%; z-index: 9999;}
#headerregion .headerbox, #headerregion .logo { width: 100%; margin: auto; }

/* Content Box */
.contentbox {
    width: 100%; 
    min-width:1096px;
}
/* .contentbox .mainbox */
.contentbox .mainboxcell { width: 100%; }
.contentbox .mainbox {width: 100%;}
.contentbox .mainbox .tabmenu {width: 100%;background-repeat:repeat-x;}
/* Main Menu */
.contentbox .mainbox .tabmenu li {
    width: 137px;
    height: 60px;
	color: #635c5c;
    background-repeat:repeat-x;
    /*line-height: 24px;
	color: rgb(255, 255, 255);*/
}
.contentbox .mainbox .tabmenu li.twolines { line-height: 12px; }
.contentbox .mainbox .tabmenu li.selected {
    background-image: none !important;
    background-color:#e8e8e8; 
    color:#000000;
    font-weight: bold;
}
.contentbox .mainbox .workspacebox .workspace .pagetmpl {
    display: block;
}
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

.ui-autocomplete, .ui-menu, .ui-widget, .ui-widget-content, .ui-corner-all, .ui-menu-item {
    padding: 0px;
    margin: 0px;
    border-radius: 0px !important;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
	z-index: 9999;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; }

/*tabmenu.th.css */
#menu_home{
    width:15%;
}
#menu_priceGuideline{
    width:25%;
}
#menu_equivalent{
    width:24%;
	min-width:197px;
}
#menu_search{
    width:18%;
}
#menu_aboutus{
    width:18%;
}
#menu_knowledge{
    width:18%;
}
/* Tab Menu */
.tabmenu {
    list-style: none;
	padding-top: 54px;
	/*background-color:#1B1B1B*/
}
.tabmenu li {
    list-style: none;
    float: left;
    text-align: center;
    cursor: pointer;
}
.tabmenu li:last-child { margin-right: 0px; }
.tabmenu li.disabled {
    cursor: default;
}

.menu_box{
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
}
.menu_arrow{
    float:right;
    position:relative;
    top:-9px;
    width:1px;
}

.minitab{
background-repeat:repeat-x;
background-color:white;
color:black;
}
.minitab.minitab_select{
/*    background-image: none !important;
    background: white !important;  For Safari */
    background-image: none;
    color: black;
    background-color: #EEEEEE;
}
#toppicktabs .minitab{
    background-repeat:no-repeat;
}
#toppicktabs .minitab:hover{
    background-repeat:no-repeat;
}
.p1{
    font-size: 13px;
/*    font-family:Arial;*/

}
.p2{
    font-size: 12px;
/*    font-family:Arial;*/

}
.p3{
    font-size: 11px;
}
.p5{
    font-size: 20px;
}

#hdr_menu_mqsite_sub .p2 a , #hdr_menu_lang_sub .p2 a,#hdr_menu_abtMacq_sub .p2 a{
    color:white;
    text-decoration:none;
}
#hdr_menu_mqsite_sub .p2 a:hover, #hdr_menu_lang_sub .p2 a:hover, #hdr_menu_abtMacq_sub .p2 a:hover{
    text-decoration:underline;
    font-weight:bold;
}

#hdr_menu_mqsite_sub .p2 .orange_text{
    color:#F4801D;
}

.h3{
    font-size: 16px;
}
.h4{
    font-size: 14px;
/*    font-family:Arial;*/

}

.upColor{
    color:#55B24D;
}
.downColor{
    color:#b7102c;
}
.zeroColor{
    color:black;
}
.sectionHeader{
    font-weight:bold;
    padding-left:12px;
    float:left;
    margin-top:11px
}
.cursor{
    cursor:pointer;
}

/* Footer Box */
.footerbox {
    width: 100%;
	padding-bottom: 40px;
	/*min-width:855px;
    height: 270px;*/
}
.footerbox .partners { 
    background: url("../../sgx/images/common/partners3.gif") no-repeat; 
    width: 1000px; height: 191px; 
}
.footerbox .disclaimer { 
/*    background: url("../../sgx/images/common/footer_bg.gif") no-repeat; */
    width: 100%; 
    /*height: 79px;*/ 
    margin-top: 0px;
}
.footerbox .disclaimertext { 
    background-color:#EAEAEA;
    font-size: 11px;
    color: rgb(0, 0, 0);
    text-align:relative;
	width: 100%;
}
.footerbox .disclaimertext a { text-decoration: underline; color: rgb(0, 0, 0); }
.footerbox .disclaimertext p {padding: 20px;}
.DisclaimerContent{
			background-color:#f2f2f2;
			padding:5px;
			margin-top:40px;
			font-size:11px;
		}
.tbDisclaimer td{
font-family: 'Trebuchet MS', sans-serif;
	font-size:11px;
}
.popupTermAndCondition p {
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 11px;
}

.rowseparator { height: 10px; }
/*.rowseparator_small { height: 5px; }*/
.rowseparator_large { height: 100px; }
.rowseparator_medium {height:150px}

.spacing-table {
			font-size: 15px;
			border-collapse: separate;
			border-spacing: 0 5px; 
		}
		.spacing-table th {
			text-align: left;
			padding: 5px 15px;
		}
		.spacing-table td {
			padding: 5px 15px;
		}
		.spacing-table td:first-child {
			border-left-width: 3px;
			border-radius: 5px 0 0 5px;
		}
		.spacing-table td:last-child {
			border-right-width: 3px;
			border-radius: 0 5px 5px 0;
		}
.tbborder td { padding:3px 6px 3px 6px; border:1px solid #ccc; border-collapse:collapse}
.tbborder a:hover{color:#000000;}
.tbborder a:visited{color:#000000;}
.tb_dw_header{ background:#fecc0a; font-weight:bold; text-align:center;color:#696969;font-size:1em;}

	.kedw_inside{
		text-align:center;
		/*font-family:tahoma;*/
		font-size:100%;
		vertical-align:middle;
	}	
	.kedw_inside a{ color:#FF6627; text-decoration:none;}
	
	/*glowingtabs*/
	.glowingtabs{
	float:left;
	width:100%;
	line-height:normal; /*Add border strip to bottom of menu*/
	/*background:url(../images/title_underline.gif) 0px bottom no-repeat;*/
	background:0px bottom no-repeat;
	margin-bottom:5px;
}

.glowingtabs ul{
float:right;
list-style-type: none;
margin:0;
margin-left: 0px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
	font-size:13px;
	display:inline;
	margin:0;
	padding:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.glowingtabs a{
	float:left;
	/*background:url(../images/glowtab-left.gif) no-repeat left top;*/
	margin:0;
	margin-right: 0px; /*spacing between each tab*/
	padding:0 0 0 9px;
	text-decoration:none;
}

.glowingtabs a span{
	float:left;
	display:block;
	/*background:url(../images/glowtab.gif) no-repeat right top;*/
	padding: 5px 8px 3px 3px;
	font-weight:normal;
	color:#999;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #666;
	
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
	clear: left;
	width:100%; /*width of 2nd level sub menus*/
	/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.
	padding:10px 5px;*/
}
.tabcontent{
display:none;
}

input, select, option {

 font-family:Arial, Helvetica, sans-serif;font-size: 15px;
 /*    font-family: "Optima", "Arial";*/
    color: rgb(0, 0, 0);}
	
	
	
.button {
    background-color: #635c5c; 
    border: 2px solid #635c5c;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
	
}	

.button:hover {
	background-color: #c4bebe;
    color: black;
	border: 2px solid #635c5c;
	border-radius: 8px;
}

.button_price {
    background-color: #f2f2f2; 
    border: 2px solid #635c5c;
    color: white;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
	
}	
.button_price:hover {
	background-color: #c4bebe;
    color: black;
	border: 2px solid #635c5c;
	border-radius: 8px;
}
.button1 {
    background-color: #c4bebe; 
    border: 2px solid #c4bebe;
    color: black;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	border-radius: 8px;
	
}	

.button1:hover {
	background-color: #635c5c;
    color: white;
	border: 2px solid #c4bebe;
	border-radius: 8px;
}

.select {
	border-radius: 8px;
    /*border-color: #555555;*/
	border-color: #635c5c;
	font-size:14px;
   
}

.select:hover {
	border-radius: 8px;
    background-color: #EAEAEA;
	color: black;
}

.issuerSelect{
	background-color: #EAEAEA;
}

.selectSearch {
 height: 130%;
}
.selectSearch:hover {
height: 130%;
}

.selectPriceGuideline {
 height: 24px;
}
.selectPriceGuideline:hover {
height: 24px;
}

.dropmenu{
    position:absolute;
    z-index:100;
    display:none; 
    background-color: #dddddd;
    width:160px;
    height:auto;
    border: 1px solid #8F8F8F;
    border-top:none;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    
    /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
    opacity: 0;
    transition: opacity 1s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#loadingmessage {
  position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:grey;
	opacity: .8;
 }
 
 .ajax-loader {
			position: absolute;
			left: 50%;
			top: 50%;
			/*margin-left: -32px;  -1 * image width / 2 */
			/* margin-top: -32px;  -1 * image height / 2 */
			display: block;  
			background:#ffffff url('./img/ajax-loader.gif') no-repeat center center;
		}
		
pre {
    white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
    white-space: -pre-wrap; /* Opera */
    white-space: -o-pre-wrap; /* Opera */
    white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
    word-wrap: break-word; /* IE 5.5+ */
}

.divIS {
    
    line-height: 1.5em;
    overflow: hidden;
}

.wordwrap { 
   white-space: pre-wrap;      /* CSS3 */   
   white-space: -moz-pre-wrap; /* Firefox */    
   white-space: -pre-wrap;     /* Opera <7 */   
   white-space: -o-pre-wrap;   /* Opera 7 */    
   word-wrap: break-word;      /* IE */
}

	
#rankingTable tr td {

height: auto;
}
/*
.tablePriceGuideline{
	border: 1px solid #ccc;
}*/

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
  }
  /* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: gray;
    color: white;
  }
  
  /* Modal Body */
  .modal-body {padding: 2px 16px;}

  /* The Close Button */
  .btnCloseTerm {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .btnCloseTerm:hover,
  .btnCloseTerm:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }
