body, span, div
{
	font-family: "Arial Unicode MS", sans-serif !important;
}

/*
 * Ensure that the webpage fills the entire browser
 */
html, body
{
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}

html
{
	overflow: auto;
}

/*
 * Change the background colour
 */
body
{
	background-color: white;
}

#wrap
{
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

/*
 * Setup #container div, placing in the center of the page
 */
#container
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	min-height: 100%;
}

/*
 * Login links
 */
#logincontainer
{
	display: none;
}

/*
 * Title
 */
#titlecontainer
{
	display: none;
}

/*
 * Logo
 */
#logocontainer
{
	display: none;
}

.divlabel
{
	display: none;
}

/*
 * Menubar
 */
#menubarcontainer
{
	display: none;
}

#content
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-repeat: repeat-y;
	height: auto;
}

#content > #contenttop
{
	display: none;
}

#content > #contentmiddle
{
	margin-left: 20px;
	margin-right: 20px;
	min-height: 300px;
	height: auto;
	padding: 0px;
}

#contentbottom
{
	display: none;
}

/*
 * Footer
 */
#footercontent
{
	display: none;
}

#breadcrumbs
{
	display: none;
}

/*
 * Menu on the left
 */
#content_left
{
	display: none;
}

#content_main_1col,
#content_main_2col,
#content_main_3col,
#content_main_2col_smaller
{
	float: left;
	margin: 16px 18px 83px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	height: 100%;
	width: 100%;
	background-repeat: repeat-y;
	background-position: top left;
}

#content_right
{
	display: none;
}

#content_right > div.moduletable
{
	margin: 0px;
	padding: 0px;
}

#content_right > div.moduletable > h3:first-child
{
	margin: 0px;
	padding: 0px;
}


/*
 * Heading styles
 */
.componentheading
{
	font-size: 22px;
	font-weight: bold;
	color: #791715;
}

.contentheading
{
	font-size: 18px;
	font-weight: bold;
	color: #55100f;
}

span
{
	color: #202020;
}


/*
 * Module boxes
 */
div.moduletable
{
	text-align: center;
}

div.moduletable h3
{
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #791715;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	display: block;
}

div.moduletable div.syndicate
{
	padding: 0px;
	margin: 0px;
	display: block;
}

div.moduletable div.syndicate *
{
	display: inline;
	padding: 0px;
	margin: 0px;
}

#newsflash
{
	display: none;
}

#content_main
{
	clear: both;
	float: left;
	width: 100%;
}

ul
{
	margin-left: 20px;
	padding-left: 0px;
	list-style: none;
}

ul > li
{
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.5em;
	padding-left: 15px;
}


a:active,
a:link,
a:visited
{
	color: #a85454;
	text-decoration: none;
}

a:hover
{
	color: #a83c2a;
	text-decoration: underline;
}

span.article_seperator
{
	display: block;
	width: 100%;
	background-image: url(../images/divider_horiz.png);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.createdate,
.modifydate
{
	font-size: 12px;
	color: #808080;
	text-align: right;
}

.langselect
{
	text-align: right;
}


#content_main .oddrow
{
	background-color: #e0e0e0;
}


.contentpaneopen
{
	 width: 100%;
}

.cantonese_h2
{
	font-size: 16px;
	font-weight: bold;
	color: #791715;
}

.contentpaneopen table td
{
	font-family: "Arial Unicode MS", sans-serif;
	font-size: 16px;
}

.back_button,
.pagenav_next,
.pagenav_prev,
.pagenav
{
	display: none;
}