/*
CSS file for Hongkongpost.com
Author	: Laurence Lim (webmaster)
Date	: Jul 12, 2006
Version	: 1.1
*/

	table.mobile {
		background-color: #FFFFFF;
		border: 1px solid #AAAAAA;
		border-collapse: collapse;
		width: 100%;
	}

	table.mobile th {
		background-color: #F4F4EA;
		border: 1px solid #AAAAAA;
		padding: 5px;
		text-align: left;
	}

	table.mobile th.office {
		background-color: #F4F4EA;
	}

	table.mobile th.point {
		background-color: #F1F1D5;
		width: 20%;
	}

	table.mobile th.location {
		background-color: #F1F1D5;
		width: 50%;
	}

	table.mobile th.schedule {
		background-color: #F1F1D5;
		width: 15%;
	}

	table.mobile th.duration {
		background-color: #F1F1D5;
		width: 15%;
	}

	table.mobile th.day {
		background-color: #FFFFF1;
	}

	table.mobile td {
		border: 1px solid #AAAAAA;
		padding: 5px;
		text-align: left;
		vertical-align: top;
	}

