/* blue */
a:link, a:visited {
	color: #135cae;
}

a:hover {
	color: #0b3768;
}

h3, .componentheading, table.moduletable th {
  color: #135cae;
}

/* Left Menu */
div.module_menu h3 {
	margin: 0 1px !important;
	padding: 4px 5px 1px 7px !important;
	background-color: #5f964f;
	font-weight: bold !important;
	color: #fff;
	font-size: 1.2em;
}

ul.leftLinks {
	margin: 0;
	padding: 10px 0;
	border-top: 7px solid #dfdfdf;
	background-color: #f4f4f4;
	list-style: none;
	text-align: center;
	}
img.linksBanner {
	border: 1px solid #999;
	}

/* random image */
.moduletable_randomImg h3 {
	margin: 0 0 3px 0;
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color: #000;
}

/* stock share */
.mainRight table {
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	}
.mainRight table caption {
	padding: 4px 0 2px 0;
	font-weight: normal;
	}
table.stock1 th {
	padding: 2px;
	border-top: 1px solid #ccc;
	font-weight: normal;
	background-color: #f7f7f7;
	font-size: 0.9em;
	color: #666;
	}
table.stock1 th, table.stock1 td {
	padding: 2px;
	font-weight: normal;
	}
table.stock1, table.stock2, table.stock3 {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
table.stock2 th, table.stock3 th {
	padding: 2px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	background-color: #f7f7f7;
	font-size: 0.9em;
	color: #666;
	}
table.stock3 th {
	font-size: 1em;
	}
table.stock2 td, table.stock3 td {
	padding: 2px;
	font-weight: normal;
	}
table.stock1 tr.stbg td {
	border-top: 0px solid #ccc;
	background-color: #ecf1fa;
	}
table.stock1 tr.stbg2 td {
	padding-right: 5px;
	border-top: 0px solid #ccc;
	background-color: #ecf1fa;
	text-align: right;
	}
tr.stbg td {
	background-color: #ecf1fa;
	}
th.stock_th2 {
	background-color: #fff !important;
	border-top: 0 !important;
	font-size: 0.9em;
	color: #666;
	}
span.stock_level {
	font-size: 0.9em;
	color: #333;
	}
td.stock_level {
	text-align: right;
	font-size: 0.9em;
	color: #333;
	}
td.stock_change {
	text-align: right;
	color: #f30;
	}
span.stock_index-hk {
	
	}

/* Pool (vote) */
.poll_vote {
	padding: 10px;
	border: 1px solid #ccc;
}