/* @group Basic Elements */
*, div, ol, ul, li, img {
	margin: 0;
	padding: 0;
	border: 0;
	}
body {
	background: #FFFDF4 url(../images/cite_bg.png) repeat-x top center;
	text-align: center;
	font: normal 12px/20px Arial, 'Lucida Grande', 'Lucida Sans';
	color: #351;
	}
input, textarea {
	font: normal 12px/20px Arial, 'Lucida Grande', 'Lucida Sans';
	color: #351;
	}
p {
/* 	margin-bottom: 10px; */
	text-align: justify;
	}
.chi {
  letter-spacing: 0.08em;
}
.internal {
  background-color: #FFEFA8;
}
div.internal {
  padding:8px 8px 1px 8px;
}
h1,
h1 a {
	margin-bottom: 3px;
	color: #000;
	font-size: 26px;
	line-height: 26px;
	}
h2,
h2 a {
	margin-bottom: 3px;
	color: #64B400;
	font-size: 18px;
	}
h3,
h3 a {
	color: #000;
	font-size: 13px;
	}
h4 {
	color: #000;
	font-size: 13px;
	color: #351;
}
ol, ul {
	margin-bottom: 20px;
	padding-left: 20px;
	}
ol {
	padding-left: 30px;
	}
dl dt {
	clear: both;
	float: left;
	width: 60px;
	}
#news dl dt {
	font-weight: bold;
}
a {
	color: #64B400;
	text-decoration: none;
	cursor: pointer;
	outline: none;
	}
a:hover {
	background-color: #64B400;
	color: #FFF;
	cursor: pointer;
	}
	
table {
	width: 100%;
	border-collapse:collapse;
	}
tr {
	background: #F1F1F1;
	}
th {
	background-color: #64B400; 
	color: #FFF;
	}
td, th {
	padding: 5px 10px;
	}
:focus {
	outline: none;
	}
.clear {
	clear: both;
	}
.note {
	font-size:10px;
}	
#imganchor a,
#imganchor a:hover,
#imganchor a:active {
	background: none;
}
#imganchor img {

	}
/* @end */
/* @group Layout Structure */
#pageWrapper {
	width: 100%;
	background: transparent url(../images/cite_footerbg.png) repeat-x bottom center;
	}
#layout {
	width: 910px;
	margin: 0 auto; padding: 0;
	}
/* Header */
#header {
	position: relative;
	height: 125px;
	padding: 0 5px;
	background: transparent url(../images/cite_header.png) no-repeat bottom center;
	}
#logo {
	position: absolute;
	top: 0; left: -30px;
	width: 395px; height: 99px;
	background: transparent url(../images/cite_logo.png) no-repeat top left;
	text-indent: -9999px;
	}
body.hk #logo {
	background-image: url(../images/cite_logo_hk.png);	
	}
#logo a,
#logo a:hover,
#logo a:active {
	display: block;
	width: 470px; height: 120px;
	margin-left: 40px;
	background: none;
	}
#headerlinks {
	position: absolute;
	top: 14px; right: 10px;
	color: #6CA215;
	font-size: 13px;
	}
#headerlinks a {
	margin: 0 5px;
	color: #8CD235;
	}
#headerlinks a:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
	}
#headerlinks a:active {
	text-decoration: underline;
	}
#headerlogin {
	position: absolute;
	top: 35px; right: 10px;
	color: #7fc923;
	font-size: 13px;
	}
#headersearch {
	display: none;
	}
/*
#headersearch {
	position: absolute;
	top: 47px; right: 10px;
	width: 290px; height: 38px;
	padding-top: 16px;
	background: transparent url(../images/cite_search.png) no-repeat top right;
	}
#headersearch input {
	width: 220px; height: 20px;
	padding-bottom: 2px;
	background: transparent;
	font-size: 16px;
	color: #AAA;
	}
#headersearch input:hover,
#headersearch input:focus,
#headersearch input.focus {
	color: #000;
	}
#headersearch input.submit {
	width: 20px; height: 20px;
	margin-top: 2px;
	background: transparent url(../images/cite_searchsubmit.png) no-repeat 0px 0px;
	cursor: pointer;
	text-indent: -9999px;
	}
#headersearch input.submit:hover,
#headersearch input.submit:focus,
#headersearch input.submit.focus {
	background-position: 0px -20px;
	}
*/
#nav {
	position: absolute;
	bottom: 24px; right: 10px;
	list-style: none;
	height: 40px;
	margin: 0; padding: 0;
	background: transparent url(../images/cite_nav.png) no-repeat bottom left;
	}
#nav li {
	float: left;
	height: 40px;
	/**width: 0; /* ie6 hack */
	background: transparent url(../images/cite_nav.png) no-repeat bottom right;
	font-size: 14px;
	}
#nav div.small {
	font-size: 9px;
  margin-top: -9px;
  letter-spacing: 0.1em;
}
#nav li a {
	display: block;
	height: 24px;
	margin-right: 2px; margin-top: 10px;
	padding: 3px 12px;
	color: #AEFFAA;
	}
#nav li a:hover {
	text-decoration: none;
	background-color: #51C349;
	color: #FFF;
	}
#nav li a:active {
	background: transparent url(../images/cite_nav_tab.png) repeat-x bottom center;
	color: #000;
	}
#nav li.selected a,
#nav li.selected a:hover {
	border: solid 1px #FFF;
	border-width: 1px; border-bottom-width: 0px;
	padding-top: 3px;
	background: transparent url(../images/cite_nav_tab.png) repeat-x bottom center;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/* Body */
#body {
	padding: 0 5px;
	background: transparent url(../images/cite_body.png) no-repeat top center;
	}
	
#content {
	min-height: 450px;
	margin: 0 auto; padding: 0px 20px;
	padding-bottom: 1px;
	background-color: #FFF;
	text-align: left;
	}
	
#contentMain {
	float: left;
	width: 580px;
	}
#contentSide {
	float: right;
	width: 260px;
	margin-left: 20px;
	}
#contentSide #subcategory {
	margin-left:40px;
	margin-top:20px;
	font-size:90%;
	}
#subnav, #event-theme{
	width: 260px;
	background: transparent url(../images/cite_subnav_bg.png) repeat-y top right;
	}
#subnav ul, #event-theme ul {
	list-style: none;
	margin: 0;
	padding: 6px 0;
	padding-bottom: 0;
	background: transparent url(../images/cite_subnav_top.png) no-repeat top right;
	}
#subnav ul li, #event-theme ul li {
	margin-left: 30px;
	}
#subnav ul li a, #event-theme ul li a {
	display: block;
	min-height: 20px;
	padding: 8px 20px;
	font-size: 14px;
	}
#event-theme ul li a {
	padding: 5px 20px;
	}
#subnav ul li a:hover, #event-theme ul li a:hover {
	text-decoration: none;
	background-color: #CACACA;
	color: #000;
	}
#subnav ul li a:active, #event-theme ul li a:active {
	background-color: #FFF;
	color: #000;
	}
#subnav ul li.selected, #event-theme ul li.selected {
	margin-left: 0;
	}
#subnav ul li.selected a, #event-theme ul li.selected a,
#subnav ul li.selected a:hover, #event-theme ul li.selected a:hover {
	padding-left: 30px;
	background: transparent url(../images/cite_subnav_selected.png) no-repeat center right;
	color: #FFF;
	font-weight: bold;
	font-size: 15px;
	}
#subnav ul li.closing, #event-theme ul li.closing {
	padding: 3px 0;
	height: 0;
	background: transparent url(../images/cite_subnav_bottom.png) no-repeat bottom right;
	}
.event-theme-leader, .event-theme-pd, .event-theme-new, .event-theme-itedu, .event-theme-itimpact, .event-theme-dre, .event-theme-km, .event-theme-transform {
	font-size: 0.85em;
	color: #64B400;
}
body#news div.theme h3 div.event-theme {
	display:none;
}

/* Footer */
#footer {
	position: relative;
	height: 150px;
	padding: 0 5px;
	background: transparent url(../images/cite_footer.png) no-repeat top center;
	font-size: 11px;
	color: #FFF;
	}
#footer a {
	color: #ACF255;
	}
#footer a:hover {
	background: none;
	color: #FFF;
	text-decoration: none;
	}
#footer a:active {
	text-decoration: underline;
	}
#footer .faculty {
	position: absolute;
	top: 47px; right: 10px;
	}
#footer .faculty a,
#footer .faculty a:hover {
	display: block;
	width: 215px; height: 37px;
	background: transparent url(../images/cite_footer_faculty.png) no-repeat top right;
	text-indent: -9999px;
	}
#footer ul {
	position: absolute;
	top: 40px; left: 10px;
	list-style: none;
	margin: 0; padding: 0 2px;
	padding-bottom: 5px;
	background: transparent url(../images/cite_footer_divider.gif) repeat-x bottom center;
	}
#footer ul li {
	display: inline;
	margin-right: 5px;	padding-right: 12px;
	background: transparent url(../images/cite_footer_bullet.png) no-repeat center right;
	text-transform: uppercase;
	}
#footer ul li.last {
	margin-right: 0; padding-right: 0;
	background: none;
	}
#footer .copyright {
	position: absolute;
	top: 67px; left: 10px;
	color: #FFF;
	}
#footer .copyright a,
#footer .copyright a:hover {
	color: #FFF;
	}
	
	
/* @end */






/* @group Home */
#home {
	color: #684;
	}
#home h1 {
	display: none;
	}
#home h1 a {
	display: block;
	width: 860px; height: 150px;
	margin-bottom: 20px;
	background: transparent url(../images/banner_home.jpg) no-repeat center center;
	text-indent: -9999px;
	}
#home h3,
#news h3 {
	margin-top: 5px; 
	padding-top: 5px;
	border-top: dotted 1px #64B400;
	line-height: 16px;
/* 	margin-bottom: 5px; */
	}
#home ul.projects {
	list-style: none;
	margin: 0; padding: 0;
	margin-bottom: 10px;
	margin-top:10px;
	}
#home ul.projects li {
	margin-bottom: 20px;
	}
#home ul.projects li a {
	position: relative;
	display: block;
	width: 580px; height: 150px;
	margin-bottom: 10px;
	}
#home ul.projects li a img,
#home ul.projects li a span {
	position: absolute;
	}
#home ul.projects li a img {
	border: 0;
	}
#home ul.projects li a span.feature-title {
	display: block;
	padding: 5px 10px;
	background-color: #64B400;
	color: #FFF;
	font-size: 14px;
	}
#home ul.projects li a span.feature-more {
	display: block;
  height: 26px;
	padding: 2px 5px 0 15px;
	background: transparent url(../images/home_more.png) no-repeat 0 0;
	font-size: 14px;
  font-weight: bold;
  bottom: 8px;
  right: 34px;
  color:#4d8b00;
}
#home ul.projects li a:hover span.feature-more {
  color:#4d8b00;
}
#home ul.projects li a span.feature-arrow {
	display: block;
  width: 22px;
  height: 24px;
	background: transparent url(../images/home_more_arrow.png) no-repeat 0 0;
  bottom: 12px;
  right: 12px;
}
#home ul.projects li a:hover {
	background: none;
	}
#home ul.projects li a:hover span.feature-title {
	background-color: #000;
	}
#home .contact {
	padding: 10px;
	background-color: #EAEAEA;
	}
#home .contact dl, #home #event dl {
	font-size: 12px;
	line-height: 18px;
	}
#home .contact dl dt, #home .contact dl dd, #home #event dl dt, #home #event dl dd {
	margin-bottom: 2px;
	}
#home .contact dl dt.postal,
#home #event {
	margin-bottom: 15px;
}
#home .more {
	margin-top:10px;
}
#home #event input{
	border:1px solid #64B400;
	padding:2px;
	*padding:0;
}
#home #event .login {
	width: 80px;
}
#home #featured_projects {
	padding-top: 15px;
}
/* @end */


#admin  input {
	border:1px solid #64B400;
	padding:2px;
	*padding:0;
}

#admin dl dt{
  clear:both;
  float:left;
	width: 150px;
	margin-bottom: 5px;
}

#admin dl dd {
	margin-bottom: 5px;
}



/* @group About */
#pub table {
	width: 100%;
	border-collapse:collapse;
}
#pub tr {
	background: none;
}
	
#pub td {
	padding: 0px 0px;
}

#tocmenu, #tocmenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 2;
	z-index: 11;
}

#tocmenu ul {
	border: dotted 1px #64B400;
}

#tocmenu a {
	display: block;
	width: 30em;
}

#tocmenu li { /* all list items */
	float: left;
	width: 30em; /* width needed or else Opera goes nuts */
}

#tocmenu li ul { /* second-level lists */
	position: absolute;
	background: white;
	width: 30em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#tocmenu li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 30em;
}

#tocmenu li:hover ul ul, #tocmenu li.sfhover ul ul {
	left: -999em;
}

#tocmenu li:hover ul, #tocmenu li li:hover ul, #tocmenu li.sfhover ul, #tocmenu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#about	h3 {
	margin-top: 20px; padding-top: 20px;
	border-top: dotted 1px #64B400;
	line-height: 16px;
	margin-bottom: 5px;
	}
#about dl dt {
	width: 120px;
	}	
#about table .position {
	width: 145px;
}
#about table .name {
	width: 130px;
}
#about .internal input[type=text] {width: 386px; border: 1px solid #CCCCCC;}


/* @end */


/* @group News */
#news	dl dt.description {
	float: none;
	width: 200px;
	margin-bottom: 0px;
}
#news dl dt {
	width:80px;
}
#news .photo {
	margin-top:10px;
}
#news #tagcloud {
	margin-left:30px;
	margin-top:20px;
}
#news #event-theme {
	margin-top:20px;
}
#news_speaker {
	float:left;
}

/* @end */

/* page navigation */
#page_navigation {
	clear:both;
	margin-top:20px;
	font-size:12px;
}

/* @group projects */
#projects #ilpa {
	display:none;
}
/* end */

.red {
	color:#cc3300;
}

#errormsg {
	padding: 10px 0 10px 30px;
	background-color: #EAEAEA;
}
#home .contact {
	background-color: #EAEAEA;
}

.youtube_list {
  float: left;
  margin: 0 40px 20px -10px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}
 
#home #event input.reg_now , #news #contentMain input.reg_now , #home #event input.internal , #news #contentMain input.internal, #about #contentMain input.internal {
  border:1px solid #64B400;
  padding: 2px;
  margin: 3px 0 5px -2px;
  cursor: pointer;
}

#home #contentSide div.video {
	float: left;
}

#news #contentMain div.event-info-brief{
	width: 400px;
	float: left;
}

#news #contentMain div.video {
	float: right;
}

#news input, #news  select {
  border:1px solid #64B400;
}

#news dl#personal_info dt, #news dl#session dt {
  width: 240px;
}
#news dl#personal_info dt , #news dl#personal_info dd, #news dl#session dt , #news dl#session dd{
  line-height: 24px;
}
#news dl dd span.filled {
  background-color:#EAEAEA;
  padding: 2px;
}
#news dl#session textarea, #news div.userexp textarea{
  border:1px solid #64B400;
}
#news dl#session div.userexp{
  padding-left: 20px;
  padding-bottom: 20px;
}
#news dl#session ol{
  padding-left: 20px;
}

/* social networking */
#content .share-buttons {
	float:right;
	text-align:right;
	text-transform:none;
	width:180px;
	margin-top: 4px;
}
.twitter-share-button {
	display:block;
	float:left;
	margin:-1px 0 0;
	width:100px !important;
}

table.annual_reports tr {
	border-bottom: 1px solid #64B400;
}
