/*
 * 800 x 600 screen resolution
 * left: 160 px
 * right: 620 px
 */

body {
	margin: 0px 0px 30px;
}

#container {
	/* edited by ykchan */
	width: 780px;
}

#navleft {
	background-color: #40A2DE;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	background-image: url(/images/banner-left1.jpg);
	background-repeat: no-repeat;
	height: 116px;
	/* edited by ykchan */
	width: 160px;
}

#navleft_frontpage {
	background-color: #40A2DE;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	background-image: url(http://www.hkclic.org/images/banner-left-frontpage.jpg);
	background-repeat: no-repeat;
	height: 116px;
	/* edited by ykchan */
	width: 160px;
}

#nav {
	background-color: #FFFFFF;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
}

#topics {
	background-color: #D6B594;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	background-image: url(http://www.hkclic.org/images/topics-bg.jpg);
	background-repeat: repeat-x;
	padding: 10px 10px 10px;
	/* edited by ykchan */
	width: 160px;
}

#contents {
	font-size: 16px;
	background-color: #EDDFD2;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	background-image: url(http://www.hkclic.org/images/content-bg.jpg);
	background-repeat: repeat-x;
	padding: 20px 20px 20px 20px;
	/* edited by ykchan */
	width: 580px;
}

#bottomleft {
	background-color: #C3A174;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	height: 5px;
}

#bottomright {
	background-color: #D5C9BF;
	border-right: thin solid #FFF;
	border-bottom: thin solid #FFF;
	height: 5px;
}

#search {
	background-image: url(http://www.hkclic.org/images/search-bg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	text-align: left;
	vertical-align: middle;
}

#searchbar {
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	border: 1px none;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

#footer a:link, #footer a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	text-decoration: underline;
}

#footer a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #990000;
	text-decoration: none;
}

#plain
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
}

.copyright {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Text Styles */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4A1486;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	/*color: #34B3D1;*/
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666;
	font-weight: bold;
}

.content, #contents p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	line-height: 20px;
}

.notice {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #0066CC;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #990000;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #000;
}

ul {
	list-style-type: square;
	font-size: 15px;
}

ul ul {
	list-style-type: disc;
}

li a:link, li a:visited {
	color: #990000;
	text-decoration: none;
}

li a:hover {
	color: #990000;
	text-decoration: none
}

/* Links to glossary */

.glossarylinks {
	cursor: help;
}

/* For Glossay */
#glossary {
	padding: 0px;
	margin: 10px;
	color: #000;
}

#glossary .term {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #4A1486;
	font-weight: bold;
	padding: 4px;
}

#glossary .definition, #glossary p, #glossary li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	margin-right: 20px;
	margin-left: 20px;
}

#contents a:link, #contents a:visited {
	color: #990000;
	text-decoration: none;
}

#contents a:hover {
	color: #4A1486;
	text-decoration: none;
}

#contents h1 a:link, #contents h1 a:visited, #contents h1 a:hover {
	color: #4A1486;
	text-decoration: underline;
}

#banner {
	display: none;
}

#banner a {
	color: #339900;
	text-decoration: none;
}

#banner h1 {
	font-size: x-large;
	font-weight: bold;      
}

#banner h2 {
	font-size: small;
}

/* For Tree Menu */

.TreeNode_ch {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
	line-height: 20px;
	letter-spacing: 0.06cm
}
	
.TreeNode {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
	line-height: 18px;
}
	
a.tree:active  {
 	color: blue; 
 	font-size: 13px;
}

a.tree:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
	font-size: 13px;		
}

a.tree:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #E5c995;
	text-decoration: underline;
	font-size: 13px;		
}

a.tree:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	text-decoration: underline;
	font-size: 13px;
}

a.tree {
	font-family: Arial, Helvetica, sans-serif;
	color: #330000;
	text-decoration: none;
	font-size: 13px;		
}

.important {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

.leftmenu {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}

a.blank:active  {
	font-size: 14px;
 	color: #fff; 
}

a.blank:visited {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

a.blank:hover {
	font-size: 14px;
	color: #E5c995;
	text-decoration: underline;
}

a.blank:visited:hover {
	font-size: 14px;
	color: #E5c995;
	text-decoration: none;
}

a.blank {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

/* Important Notes Only Visible On Print */
#note {
	display: none;
}

.hometopics {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

/* For List */	
ol.lroman {
	list-style-type: lower-roman
}

ol.uroman {
	list-style-type: upper-roman
}

ol.lalpha {
	list-style-type: lower-alpha
}

ol.ualpha {
	list-style-type: upper-alpha
}

/*styles used by the AutoComplete class */
.AutoCompleteBackground {
	background-color: blue;
}

.AutoCompleteHighlight {
	background-color:violet;
}

/* End of file */


