body {
	margin:			0px;
	padding:		0px;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		12px;
}

.header {
	background-image:		url(/images/logokhk.png);
	background-repeat:		no-repeat;
	background-position:	left;
	height:					75px;
	padding-left:			85px;
	background-color:		#E5E5CC;
/*	background-color:		#D6D6BF;*/
	border-bottom:			1px solid black;
}

.header .mainTitle {
	font-size:				36px;
	font-weight: 			bold;
/*	color:					#6B6E42;*/
	color:					white;
}

.header .subTitle {
	font-size:				20px;
	font-weight: 			bold;
/*	color:					#6B6E42;*/
	color:					white;
	padding-left:			30px;
}

.navigation {
	float:				left;
	margin:				5px;
	padding:			5px;
	background-color:	#E5E5CC;
/*	background-color:	#D6D6BF;*/
	border:				1px solid black;
}

.navigation a {
	font-weight: normal;
}

.navigation .title {
	font-weight: bold;
}

form {
	display: inline;
}

.footer {
	padding-top: 15px;
}

.footer div {
	border-top:	1px solid black;
	text-align:	right;
	font-size:	10px;
	padding:	0px 5px 0px 5px;
}

.navigation .fieldLabel {
	font-size: 10px;
}

.navigation input {
	width: 75px;
}

.navigation #submit {
	margin-top:	5px;
	font-size:	10px;
	width:		78px;
}

.bookmark {
	border-bottom:	1px solid black;
	padding:		3px;
}

.spacer {
	clear: both;
}

.listGroup {
	float:			left;
	margin-left:	10px;
}

.list .title {
	font-weight:	bold;
	padding-top:	15px;
	padding-bottom:	5px;
}

.list .itemName {
	padding-left: 15px;
}

.list .itemDesc {
	padding-left: 25px;
}

.adminBox {
	float:	left;
	height:	16px;
	width:	75px;
}

a {
	color:			#666666;
	font-weight:	bold;
}

a:hover {
	color: #000000;
}

input, textarea, select {
	border:			1px solid black;
	margin:			0px;
	padding:		0px;
	padding-left:	2px;
	font-family:	Geneva, Arial, Helvetica, sans-serif;
	font-size:		12px;
}
#SQLdb {
	border: none;
}

.mySiteForm input {
	width:	200px;
}

.mySiteForm #chgQuota {
	width:			80px;
	font-size:		10px;
	margin-left:	10px;
}

.mySiteForm textarea {
	width:	200px;
	height: 75px;
}

.settingsTable input {
	width:	200px;
}

.settingsTable #submit {
	width: 204px;
}

#help {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 300px;
	padding: 5px;
	background-color:#FF9900;
	color: black;
	visibility: hidden;
	border: 1px solid black;
}