@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY{
    background: #FFF;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
}
A{
	color: #73216d;
	text-decoration: none;
	cursor: pointer;
}
A:hover{
	text-decoration: none;
	cursor: pointer;
	color: #666666;
}
STRONG{
    font-weight: bold;
}
EM{
    font-style: italic;
}
.clear{
    clear: both;
}
INPUT{
    vertical-align: middle;
}
#wrapper{
  width: 900px;
  margin: 0 auto;
  padding: 0 0 0 0;
}

/* Header
------------------------------------ */

#header{
  background: url(images/inner_header.jpg) top right no-repeat;
  position: relative;
  height: 157px;
}
#header H1 A{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 235px;
    height: 42px;
    position: absolute;
    top:0;
    left:0;
    background: url(images/logo.png) no-repeat;
	margin: 3px 0 0 3px;
}
#text-1{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 459px;
    height: 26px;
    position: absolute;
    top:52px;
    left:113px;
    background: url(images/text-1.png) no-repeat;
	cursor: pointer;
}

#text-2{
    outline: none;
    text-indent: -999999px;
    display: block;
    width: 221px;
    height: 83px;
    position: absolute;
    top: 80px;
    left: 0px;
    /*background: url(images/text-1.png) no-repeat;*/
	cursor: pointer;
}

#h-decor{
    /*outline: none;*/
    /*display: block;*/
    width: 221px;
    height: 83px;
    position: absolute;
    top:0px;
    left:0;
	cursor: pointer;
    /*background: url(images/h-decor.png) no-repeat;*/
    /*z-index: 1000;*/
}
#h-img{
  width: 271px;
  height: 87px;
  position: absolute;
  top:0;
  right:0;
}
#h-links{
  position: absolute;
  top:0px;
  right:18px;
  padding-top:6px;
}

#h-links a {
  text-decoration:none;
}

#header #header-website-links {
    position: absolute;
    top: 95px;
	_top: 95px;
    right: 0;
    width: 678px;
    /*height: 1px;*/
    padding: 0 0 0 0;
}

#header #header-website-links UL{
	/*display: block;*/
	height: 28px;
    /*background: #FF6600;*/
	z-index: 10;
}

#header #header-website-links UL ul.header-sublist{
	position: absolute;
	display: none;	
	overflow:visible;
	top:0;
	width: 150px;
	border-top: 1px solid #FF7D26;
    /*background: #FF6600;*/
	z-index: 100;
}

#header #header-website-links UL ul.header-sublist li {
	width: 150px;
	background: url("home-images/transparent.png");
	border: 1px solid #FF7D26 ;
	border-width: 0px 1px 1px 1px;
	font-weight: normal;
    /*background: #FF6600;*/
	z-index: 105;
	margin:0;
}

#header #header-website-links UL ul.header-sublist li:hover{
	background: #FF7D26;	
}


#header #header-website-links UL ul.header-sublist li a{
	/*padding: 5px 0 5px 10px;*/
}

#header #header-website-links LI{
  float: left;
  /*height: 28px;*/
  /*line-height: 28px;*/
  line-height:1px;
  /*margin: 0 20px 0 0;*/
  width: 336px;
  position: relative;
  /*z-index: 1001;*/
}
#header #header-website-links LI.last{
  width: 330px;
}

#header #header-website-links2 {
    position: absolute;
    top: 0px;	
    right: 90px;
    width: 515px;
}

#header #header-website-links2 ul{
	height: 28px;
}

#header #header-website-links2 li{
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 3px 0 0 0;
  padding: 0 5px;
  border-right: 1px solid #73216d;
}

#header #header-website-links2 li.last{
  border-right: none;
}

#header #header-website-links2 li a{
  _padding-top: 2px;
  text-decoration: none;
  color: #73216d;
  font-size: 13px;
  font-weight: bold;
}

#header #header-website-links2 li a:hover{
  text-decoration: none;
  color: #996600;
}

#header #header-website-links LI A{
  display: inline-block;
  padding: 7px 0 8px 10px;
  line-height: 16px;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
}

#header #header-website-links li li a{
  font-weight: normal;
}


#header LI A:hover, #header LI.current A{
  /*background: url(images/key.png) no-repeat right top;*/
  color:#FFF;
}

/* Main
------------------------------------ */

#main{
  float: left;
  width: 900px;
  background: url(images/main.png) repeat-y;
  /*position: relative;*/
}
#leftNav{
	width:221px;
	float:left;
    position: relative;
    height: 500px;
}
#leftNav ul.topNav {
	position: absolute;
    top:55px;
    right:-2px;
    width: 142px;
}
#leftNav ul.topNav li{
	/*float:left;*/
	/*position:relative;*/
	/*display:block;*/
	padding: 0 0 10px 0;
    margin: 0 0 10px 0;
	border-bottom:2px solid #fff;
	font-size:14px;
	
}

#leftNav ul.topNav ul.secondNav {
	padding-top: 10px;
}

#leftNav ul.topNav ul.secondNav li {
	font-size: 12px;
	color: #333333;
	padding: 0 0 5px 0;
    margin: 0 0 0 0;
	border-bottom: none;
	position: relative;
	background: none;
}


ul.topNav LI A{
	display:block;
	/*float:left;*/
	color:#666;
	font-weight:bold;
    padding: 0 0 0 20px;
    width: 120px;
	text-decoration:none;
}

ul.topNav ul.secondNav li A{
	color:#999;
	font-weight:bold;
}

ul.topNav ul.secondNav ul.bottomNav li a{
	color:#999;
	font-weight:normal;
}


ul.topNav li a.current, ul.topNav li a.chosen, ul.topNav li a:hover, 
ul.topNav ul.secondNav li a.current, ul.topNav ul.secondNav li a.chosen, ul.topNav ul.secondNav li a:hover,
ul.topNav ul.secondNav ul.bottomNav li a.current, ul.topNav ul.secondNav ul.bottomNav li a.chosen, ul.topNav ul.secondNav ul.bottomNav li a:hover {
	color:#FF6600;
}

ul.topNav li a.arrow {
	background:url(images/arrow.gif) no-repeat left 4px;
}
ul.bottomNav {
	padding:0 ;
	padding-right: 5px;
	margin:0;
	list-style:none;
	position:absolute;
	left:-9999px;
	width:87px;
}
ul.bottomNav LI{
	float:left;
    /*padding: 0 0 10px 0;*/
    margin: 0 0 10px 0;
	/*background-color:#ff0000;*/
}
ul.bottomNav LI A{
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
	font-weight:normal;
	text-align:right;
    display: block;
	width:90px;
	padding:0;
}
ul.bottomNav li A{
	color:#999;
	background:none;
}
ul.bottomNav li a.currentSub, ul.bottomNav li a:hover {
	color:#FF6600;
	background:none;
}
ul.bottomNavActive {
	left:-92px;
	top: 0;
}
#content{
  width: 450px;
  float: left;
  padding: 44px 30px 40px 20px;
}

#content A{
	text-decoration: none;
	color:#0033ff;
}

#content A:hover{
	text-decoration: none;
	color: #00aaff;
}

#content H2{
	margin: 0 0 20px 0;
	font-size: 22px;
	color: #73216d;
	font-family: Arial, Helvetica, sans-serif;
}

#content H3{
	font-size: 18px;
	color: #73216d;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

#content H4{
	font-size: 14px;
	font-weight: bold;
	color: #73216d;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

#content P{
  margin: 0 0 10px 0;
  line-height: 18px;
}
.t-1 thead, .t-1 tbody {
  border: 1px solid #DDA300;
  margin: 10px 0 15px 0;
}

.t-1 tbody th, .t-1 tbody td{
  border: 1px solid #DDA300;  
}

.t-1 tbody th{
  font-weight: normal;
  padding: 3px;
  vertical-align: middle;
  color: #7D5F00;
}

.t-1 tbody td{
  padding: 3px;
  vertical-align: middle;
  color: #333;
  font-weight: normal;
}
.t-1 tbody td.vertical-align-top{
  vertical-align: top;
}
.t-1 td.alt, .t-1 th.alt{
  background: #FFF0CB;
}
.t-1 thead th, .t-1 thead td{
  text-align: center;
  font-weight: bold;
  background: #FF6600;
  color:#FFF;
  border: 1px dotted #fff;
  padding: 3px;
  vertical-align: middle;
  color: #fff;
}
.t-1 thead th.left, .t-1 thead td.left{
  text-align: left;
}

.t-1 thead th.table-title {
  background: #FFE5CC;
  color: #FF6600;
  padding: 10px 3px;
}

.t-1 tfoot td {
  text-align:left;
  font-weight: normal;
  font-size:11px;
  color: #666;
}
#content .t-1 tfoot td p{
	margin: 0;
}
#sidebar{
  width: 179px;
  float: left;
  padding: 5px 0 0 0;
}
.u-links{
  margin: 10px 0 15px 0;
}
.u-links H3{
  margin: 0 0 5px 0;
  font-weight: bold;
  font-size: 13px;
  color: #333399;
  font-style: italic;
}
.u-links UL{
	list-style-type: none;
}
.u-links LI{
  margin: 0 0 5px 0;
  font-style: italic;
  background-image: url(images/u-link_bullet.png);
  background-position: 0px 3px;
  padding: 0 0 0 10px;
  background-repeat: no-repeat;
  _width: 166px;
}
.u-links LI A{
	text-decoration: none;
	color: #cc3366;
}
.u-links LI A:hover{
  color: #333399;
}
.block-4{
  margin: 4px 0 10px 0;
}
.block-4 IMG{
  margin: 0 5px 5px 0;
  width: 87px;
  height: 87px;
  display: block;
  float: left;
}
.block-4 IMG.last{
  margin: 0 0 5px 0;
}

.block-4 IMG.long{
	width: 179px;
	height: 87px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.underline {
	text-decoration:underline;
}

.footer {
	font-size:11px;
	color: #999999;
}

ul.normal {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	list-style-type: none;
}

ul.normal li{
	background-image: url(images/para_bullet.png);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	padding-left: 13px;
	list-style-type: none;
}
ul.normal li a{
	text-decoration: none;
}

/*FAQ
------------------------------------ */

div.faqunit {
  padding: 5px;
  border-bottom: 1px dashed #000;
}

div.question {
  padding:5px;
  background-color:#FCA;
}
div.answer {
  padding:5px;
  background-color:#EEF;
  display:none;
}

#content div.question p{
  margin: 0;
}

#content div.question p {
  font-weight: bold;
  color: #333;
}

/* Admissions Index Page
------------------------------------ */

.admissions-icon  {
	float:left; 
	width:32%;
}

table.admissions-icon-table {
	margin:3px; 
	border:2px solid #DDA300; 
	cursor: pointer;
}

table.admissions-icon-table  td{
	padding:5px; 
	border:2px solid #DDA300; 
	width:140px; 
	height:92px;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color: #f60;
}

#content table.admissions-icon-table  td a{
	color: #f60;
}

table.admissions-icon-table  td#arts{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-arts.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#bba{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-bba.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#edu{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-education.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#eng{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-engineering.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#law{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-law.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#med{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-medicine.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#sci{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-science.jpg) no-repeat bottom;
}

table.admissions-icon-table  td#soc{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/admissions/entrance-requirements/faculty-social-science.jpg) no-repeat bottom;
}


/* Footer
------------------------------------ */

#footer{
	position: relative;
	left: 241px;
	bottom:20px;
	font-size:11px;
	color: #666666;
	float: left;
	margin: 15px 0 0 0;
}

#footer a{
	color: #73216d;
	text-decoration: none;
}

#footer a:hover{
	color: #996600;
	text-decoration: none;
}

#footer a#footer-cuhk-link, #footer a#footer-cuhk-link:hover {
	color: #666666;
}


/*Extract in Learning Outcomes
--------------------------------------------*/

div.extract {
	background: #FFE5CC;
	padding: 20px 20px 10px 20px;
	
}

.hide {
	display: none;
}

/*Speech Extract by Kenneth Young
----------------------------------------------*/
.speech {
	background:url('/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/img-4b.jpg');
	padding: 3px;
}
.speech-by {
	font-size:11px;
}

/*Smaller font in Exceptions
----------------------------------------------*/
.supplementary-note {
	font-size:11px;
}

/*Larger font in first alphabet in iCare, Experiential Learning
----------------------------------------------*/
.icare {
	font-size:18px;
	color: #ff6600;
	font-family: "Lucida Console", monospace;
}

ul.icare-list li {
	background-position: 2px 9px;
}

/*justify text in study scheme table
----------------------------------------------*/
table#study-scheme tbody tr td {
	text-align:justify;
	vertical-align:top;
}


/*Scholarships and Financial Aid 
----------------------------------------------*/
div.photo-rotator {
	background:url("/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/img-4b.jpg") repeat scroll 0 0 transparent;
}

div.photo-rotator-title {
	padding:2px;
	font-size:13px;
	font-weight:bold;
	color:#CC3366;
	text-align:center;
	
}

div.photo-item {
	display:none;
}

div.photo-item a {
	display: block;
	/*text-align:center;*/
}

div.photo-caption-title {
	font-size:12px;
	font-weight: bold;
	color: #7D5F00;
	padding-bottom: 3px;
}
div.photo-caption {
	padding: 5px;
	font-size:11px;
}

div.photo-more{
	padding: 5px;
	font-size:11px;
	display:block;
	text-align: right;
}
div.photo-more a{
}

div.photo-rotator-button  {
	height:20px;
}
div.photo-rotator-button div.zoom-button {
	background:url("images/zoom.gif") no-repeat;
	margin: 0 5px;
	float:left;
	width:15px;
	height:15px;
	cursor: pointer;
}

div.photo-rotator-button div.prev-button, div.photo-rotator-button div.next-button {
	margin: 0 5px;
	float:right;
	width:15px;
	height:15px;
	cursor: pointer;
}


div.photo-rotator-button div.prev-button {
	background:url("images/arr_left.gif") no-repeat 50% 50%;
}

div.photo-rotator-button div.next-button {
	background:url("images/arr_right.gif") no-repeat 50% 50%;
}

/* Scholarships and Financial Aid Index Page
------------------------------------ */

.scholarships-icon  {
	float:left; 
	width:50%;
}

table.scholarships-icon-table {
	margin:3px; 
	border:2px solid #DDA300; 
	cursor: pointer;
}

table.scholarships-icon-table  td{
	padding:5px; 
	border:2px solid #DDA300; 
	width:260px; 
	height:92px;
	font-size:14px;
	line-height:15px;
	font-weight:bold;
	color: #f60;
}

#content table.scholarships-icon-table  td a{
	color: #f60;
}

table.scholarships-icon-table  td#scholarships{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/scholarships-financial-aid/scholarships.jpg) no-repeat bottom;
}

table.scholarships-icon-table  td#financial-aid{
	background: url(/20201208110440oe_/http://www.cuhk.edu.hk/334/english/images/scholarships-financial-aid/financial-aid.jpg) no-repeat bottom;
}
