/* CSS Document */
#bg {
/*background:transparent url(/lnhome/images/bg_main_withnav.jpg) top left repeat-y;*/
background-image: url(/omip/images/background.jpg); 
background-repeat: repeat;
}

/* main content */
#right_content {
	MARGIN-RIGHT: 25px; 
	MARGIN-LEFT: 215px; 
/*	border: solid 1px #000000; */
	height: 100%;
}

#main_content {
	MARGIN-RIGHT: 10px; 
	MARGIN-LEFT: 5px; 
	/*border: solid 1px #000000; */
	height: 100%;
}
#main_infodiv {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*border: solid 1px #000000;*/
	height:100%;
	/*background-image: url(http://www.ln.edu.hk/lnhome/images/earmarklongbg.gif);
	background-repeat:no-repeat;
	background: url(http://www.ln.edu.hk/lnhome/images/earmarkright.gif) no-repeat top;*/
	/*BACKGROUND: url(http://www.ln.edu.hk/lnhome/images/earmarkright.gif) no-repeat right top;*/
}

/* left menu */
#left_main {
	FLOAT: left; 
	WIDTH: 200px; 
	MARGIN-RIGHT: 0px; 
	MARGIN-LEFT: 0px;
	height:auto;
}
#wmt_infodiv_main {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	margin-top: 20px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:100px; /*fix for Netscape */
}

#sidebar_inner {
	border: solid 1px #ff9900;	
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin-bottom: 20px;
	margin-right: 10px;
	list-style: none;
}

#sidebar h2 {
	height: 30px;
	margin: 0;
	padding: 6px 0 0 10px;
	background: url(/omip/images/window-bg.jpg) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #ffffff;
}

#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	padding-left:10px;
	padding-bottom:5px;
}
#sidebar .event {
	border: none;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	margin: 0;
}

#sidebar .item {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
	margin-top: 0px; /* for the bottom line */
	margin-left: 8px;
	margin-bottom: 0px;
	color: #0066cc;	
	border-bottom: 1px dotted #999999;
}
#sidebar a {
	text-decoration: none;
	color: #0066cc;	
}

#sidebar a:hover {
	text-decoration: underline;
}

/* box column*/
#left_box {
	width: 50%;
	float: left;
	/*border: solid 1px #000000;*/
}
#right_box {
	width: 49%;
	float: right;
	/*border: solid 1px #000000;*/
}
