﻿/* 
body {
	  font-family: Arial, sans-serif;
	  font-size:13px;
	  font-weight:lighter;	
	  margin:0px;
	}
	
	a:link {
		text-decoration: none;
		color: #0088cc;
	}
	
	a:hover {
		text-decoration: underline;
	}
    */	
	#CenterColumn {
	  margin: auto;
	  padding-right: 20px;
	  padding-left: 20px;
	  max-width: 1170px;
	  min-height: 402px;
	  background: white url('-/media/Default Website/cover.ashx') no-repeat;
	  background-size: 1170px 402px;
	  text-align: left;
	}	
	
	#InnerCenter {
		margin: auto;	
		position:relative;
		width:1150px;
		height:700px;
	}	
	
	#Header {
		height:402px;
	}	
	
	#Footer {
		width:100%;
		clear:both; 
		padding-top:2px;
	}	
	
	#LeftContent {
        width:750px;
	    text-align: justify;
	}
	
	#scLogo {
		margin-top:20px;
	}
	
	.contentTitle {
		margin-top: 50px;
		font-weight:100;
		font-size: 36px;
	}
	
	.divider {
		background-color: #DCDCDC;
		border: 0 none;
		clear: both;
		display: block;
		height: 1px;
		float:none;
		margin: 50px auto;
		width: 100%;
	}
	
	.contentDescription{
		padding-right:20px;
		line-height: 22px;
	}


.pdf {
}

.ppt {
}

.doc {
}

.xls {
}


ul li .pdf:before {
    content: ' ';
    background: url("../../../images/HKEX/HKEX GROUP/search-result-pdf.png") no-repeat;
    padding: 5px 32px 5px 0;
}

ul li .ppt:before {
    content: " ";
    background: url("../../../images/HKEX/HKEX GROUP/search-result-ppt.png") no-repeat;
    padding: 5px 32px 5px 0;
}

ul li .doc:before {
    content: " ";
    background: url("../../../images/HKEX/HKEX GROUP/search-result-doc.png") no-repeat;
    padding: 5px 32px 5px 0;
}

ul li .xls:before {
    content: " ";
    background: url("../../../images/HKEX/HKEX GROUP/search-result-xls.png") no-repeat;
    padding: 5px 32px 5px 0;
}

.result-container .news-items {
    margin-top: 1em;
}

.result-container .news-items div.date{
    display: inline-block;
    width: 100px;
    line-height:1.5em;
    vertical-align: top;
    margin:12px 0;
    margin-right: 20px;
    color:#13426b;
    text-wrap: none !important;
    white-space:nowrap;
}
.result-container .news-items div.description{
    margin:12px 0;
    color:#000;
    line-height:1em;
    display: inline-block;
    width: 80%;
    vertical-align: top;    
}


.table-container {
  overflow: auto; }
  .table-container table {
    border-collapse: collapse; }
    .table-container table th, .table-container table td {
      padding: 12px;
      vertical-align: top; }
  .table-container .top-border {
    border-top: solid 1px #ccc; }
  .table-container .bottom-border {
    border-bottom: solid 1px #ccc; }
  .table-container .left-border {
    border-left: solid 1px #ccc; }
  .table-container .right-border {
    border-right: solid 1px #ccc; }
  .table-container .lightblue {
    color: #13426b;
    background: #D4DCE5; }
  .table-container .blue {
    font-weight: bold;
    color: #fff;
    background: #13426b; }
  .table-container .text-center {
    text-align: center; }
  .table-container .text-right {
    text-align: right; }


    .table-container .altRow tr:nth-child(odd) {
        color: #000;
        background: #fff !important;
    }

    .table-container .altRow tr:nth-child(even) {
        color: #13426b;
        background: #D4DCE5;
    }


h1.spanHeading {
    font-size: 2em;
    color: #13426B;
}

h2.spanHeading {
    font-size: 1.5em;
    color: #13426B;
}

h3.spanHeading {
    font-size: 1.17em;
    color: #13426B;
}

h4.spanHeading {
    font-size: 1em;
    color: #13426B;
}

.pasteTable td{
	vertical-align: top;
}

.imageRight {
    float:right;
}

    .imageRight .imageRightCaption {
        text-align:center;
    }

.clearFix {
    clear:both;
}


@media print {
    body, table, div {
        overflow: hidden;
    }

    .table-container {
        padding: 1px;
    }
}