@charset "utf-8";
/*-----------------------Global------------------*/

* img {
	border: 0;
}

/*-----------------------Body------------------*/

body {
	margin: 0;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #ffffff url(/images/UM_BG_S1662x1300.jpg) no-repeat;
	background-position: center 0;
	background-attachment: fixed;
}
/*-----------------------Container------------------*/

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;/* border: 2px #00FFFF solid; */
}
/*-----------------------Navigation 1------------------*/

#navigation1 {
	background: #00305E;
	height: 28px;
	border-bottom: 6px #DEA326 solid;
}
/***********************
      Menu 1
************************/

#menu1 {
	width: 390px;
	float: left;
	/* background-color:#0000CC; */
	display: inline;
	margin-left: 30px;
	margin-top: 0px;
}
#menu1 * {
	color: #FFFFFF;
	font: bold 14px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
}
#menu1 ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu1 li {
	display: inline;
}
#menu1 li a {
	display: block;
	height: 25px;
	float: left;
	color: #ffffff;
	text-decoration: none;
	background-image: url(/images/home_bar_img.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 5px;
	padding: 0px 5px 0px 20px;
}
#menu1 li a:hover {
	color: #ffcc33;
	text-decoration: none;
}
#menu1 li.first a {
	border: none;
	padding-left: 0;
	background-image: none;
}
/*************************
      Language Box
**************************/

#languageBox {
	width: 300px;
	float: left;
	/* background-color:yellow; */
	display: inline;
	margin-right: 15px;
	margin-top: 7px;
	text-align: right;
}
#languageBox * {
	color: #FFFFFF;
	font: 11px "Arial", "Helvetica", "Verdana";
	font: 12px "Arial", "Helvetica", "Verdana" !important;
}
#languageBox ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#languageBox li {
	display: inline;
}
#languageBox li a {
	/*display: block;*/
	float: left;
	color: #FFFFFF;
	padding: 0px 10px;
	border-left: 1px solid #FFFFFF;
	text-decoration: none;
}
#languageBox a.lang_chi {
	color: #FFFFFF;
	padding-top: 0px;
	font: 11px "新細明體", "Arial", "Helvetica", "Verdana";
	padding-top: 2px\0/; /*ie8/9 only*/
	font-size: 12px\0/; /*ie8/9 only*/
}
:root #languageBox a.lang_chi {
	padding-top: 1px\0
} /*ie9 only*/
:root #languageBox a.lang_chi {
	font-size: 11px\0
} /*ie9 only*/
#languageBox li a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#languageBox li.first a {
	border: none;
	padding-left: 0;
}
#languageBox li.last a {
	padding-right: 0;
}
/***********************
      Search Box
************************/

#searchBoxBG {
	height: 44px;
	width: 201px;
	background: url(/images/search_bar_bg.png) no-repeat;
	margin-top: -11px;
	margin-right: 20px;
	float: right;
	
}
#searchBox {
	width: 201px;
	float: left;
	display: inline;
	margin-right: 10px;
	margin-top: 8px !important;  /* for Firefox */
	margin-top: 7px;
	_margin-top: 7px;            /* for IE6     */
}
* html #searchBox {
}
#searchBox form {
	margin: 0;
	padding: 0;
}
.searchBox_txtfield {
	width: 116px;
	webkit-transition-width: 112px;
	display: inline;
	border: #E4AD2E 1px solid;
	background-color: #ffffff;
	/*background-image: url(/images/textfield_bkgd.jpg);*/
	background-repeat: repeat-x;
	color: #999999;
	font: 10px "Arial", "Helvetica", "Verdana", "新細明體";
	font-size: 12px !important;
	font-size: 11px \9;
	margin-left: 5px;
	margin-top: 3px;
	margin-top: 4px \9;
}
 @media only screen and (device-width: 768px) {
.searchBox_txtfield {
	width: 112px;
}
}
#searchBox #go {
	/* margin: 0px 0 0 0; */
	display: inline;
	margin-top: -3px;
	margin-top: 1px \9;
}
#searchBox #go * {
	font: 12px "Verdana", "Arial", "Helvetica", "sans-serif" !important;
}
#logo {
	width: 50px;
	float: left;
	display: inline;
	margin-top: 8px;
	margin-top: 8px \9;
	text-align: right;
}
/*-----------------------Navigation 2------------------*/

#navigation2 {
	color: #CCCCCC;
	background: #F0F5FA;
	height: 25px;
}
/***********************
      Menu 3
************************/

#menu3 {
	width: 960px;
	display: inline;
	margin-left: 0px;
	margin-top: 0px;
}
#menu3 * {
	color: #FFFFFF;
	font: bold 14px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
}
#menu3_list {
	height: 25px;
	min-width: 200px;
	padding: 0px;
	margin: 0px;
	float: right;
	background: url(/images/entry_bar_head.png) no-repeat left top;
}
#menu3 ul {
	margin: 0 0 0 130px;
	padding: 3px 20px 0 0;
	list-style: none;
	background: url(/images/entry_bar_bg.png) repeat-x;
	height: 22px;
}
#menu3 li {
	display: inline;
}
#menu3 li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#menu3 li a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#menu3 li.first a {
	border: none;
	padding-left: 0;
}
#menu3 li.last a {
	padding-right: 0;
}
/*-----------------------Photobox------------------*/

#photobox {
	width: 960px;
	height: 151px;
	background: url(/images/index_banner.jpg);
}
*html #photobox {
	margin-bottom: -2px;
}
/*-----------------------Navigation 3------------------*/

#navigation3 {
	width: 958px;
	height: 29px;
	background: url(/images/bkgd_navi2_menu3.png) repeat-x;
	/* use to distinguish end of background image */
	border-left: 1px #DCDCDC solid;
	border-right: 1px #DCDCDC solid;/* bottom spaces are yielded to contentbox to handle */
}
/***********************
      Menu 4
************************/

#menu4 {
	width: 960px;
	float: left;
	/* background-color:#00CCFF; */
	display: inline;
	margin-top: 6px;
}
#menu4 * {
	color: #000000;
	font: bold 14px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
}
#menu4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#menu4 li {
	display: inline;
}
#menu4 li a {
	padding: 0 10px;
	border-left: 1px solid #D3D3D3;
	/* inherit color from #menu4 * */
	/* color: #00004B; */

	text-decoration: none;
}
#menu4 li a:hover {
	color: #990000;
	text-decoration: none;
}
#menu4 li.first a {
	border: none;
}
/*-----------------------Contentbox------------------*/

#contentbox {
	width: 960px;
	background-color: #FFFFFF;
	height: auto !important;
	height: 550px;
	border-top: 20px #FFFFFF solid;
}
/***********************
      Left Content
************************/

#content_left {
	width: 274px;
	float: left;
	margin-left: 20px;
	display: inline;
}
/*.UM_logo {
    border-bottom: 10px solid #FFFFFF;
}*/

/************************************
      Left Content - UM news
*************************************/

#um_news {
	width: 274px;
	min-height: 200px;
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	margin-bottom: 20px;/* inherit from #content_left */
	/* padding: 		0px;*/
	/* margin-left: 	20px;*/
    /* float: 			left;*/
}
#um_news h2 {
	border-bottom: 10px solid #FFFFFF;
	margin: 0px;
	height: 27px;/* inherit from #content_left */
    /* width: 			281px;*/
	/* padding: 		0px;*/
	/* margin-left: 	20px;*/
    /* float: 			left;*/
}
#um_news h2 span {
	display: none;
}
#um_news .odd {
	background: #EEEEEE;  /* solid color for odd cells */
}
#um_news td {
	font: 12px "Arial", "Helvetica", "Verdana";
	vertical-align: top;
	padding: 6px 0px;
	line-height: 18px;
}
#um_news p.more {
	font: 12px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
	text-align: right;
}
#um_news p.more a {
	color: #999999;
	text-decoration: none;
}
#um_news p.more img {
	margin-left: 5px;
}
#um_news p.more a:hover {
	/* background: url(../images/button_more-hover.gif) no-repeat 0 0; */
	color: #990000;
	text-decoration: none;
}
#um_news .newsSubject {
	width: 246px;
	vertical-align: top;
	text-decoration: none;
	padding-right: 15px;
	text-align: justify;
}
#um_news .newsSubject a {
	color: #00305A;
	text-decoration: none;
}
#um_news .newsSubject a:hover {
	color: #990000;
}
#um_news td.news_date {
	padding: 6px 10px;
	text-align: right;
}
#um_news .news_month {
	font-size: 12px;
}
#um_news .news_day {
	font-size: 14px;
	font-weight: bold;
}
/************************************
      Left Content - Event Calendar
*************************************/

#event_cal {
	width: 274px;
	margin-bottom: 20px;
	text-align: justify;
}
#campus_events {
	width: 274px;
}
#event_cal h2 {
	height: 27px;
	margin: 0px;
	padding: 0px;
}
#event_cal h2 span {
	display: none;
}
#event_cal p.more {
	font: 12px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
	text-align: right;
	padding-top: 0px;
}
#campus_events_details{
	height: 141px;
	max-height: 141px;
	overflow:hidden;
}
#event_cal p.more a {
	color: #999999;
	padding: 2px 0px 0px 0px;
	text-decoration: none;
	margin: 0;
}
#event_cal p.more img {
	margin-left: 5px;
}
#event_cal p.more a:hover {
	/* background: url(../images/button_more-hover.gif) no-repeat 0 0; */
	color: #990000;
	text-decoration: none;
}
#event_cal td {
	font: 12px "Arial", "Helvetica", "Verdana";
	vertical-align: top;
	padding: 6px 0px;
	line-height: 18px;
}
#event_cal td.events_link {
	padding-right: 15px;
}
#event_cal tr.odd {
	background: #EEEEEE;  /* solid bk color */
}
#event_cal a.eventsSubject {
	color: #00305A;
	text-decoration: none;
}
#event_cal a:hover.eventsSubject {
	color: #990000;
	text-decoration: none;
}
#event_cal td.events_date {
	padding: 6px 10px;
	text-align: right;
}
#event_cal .events_month {
	font-size: 12px;
}
#event_cal .events_day {
	font-size: 14px;
	font-weight: bold;
}
#marqueecontainer {
	position: relative;
	width: 274px; /*marquee width */
	height: 250px; /*marquee height */
	background-color: white;
	overflow: hidden;
	/* border: 3px solid orange; */
	padding: 2px;
	padding-left: 4px;
}
/***********************
      Center Content
************************/

#content_center {
	width: 390px;
	float: left;
	margin-left: 12px;
	margin-right: 10px;
	display: inline;
	height: auto !important;
	background-color: #eeeeee;
}
#nrs_content_center_slide-content .more a:hover {
	color: #900;
}

#nrs_content_center_slide-content .viewport p{
	line-height: 18px;
	text-align: left;
}
/***********************
      Right Content
************************/

#content_right {
	width: 230px;
	float: right;
	margin-right: 20px;
	display: inline;
}

#nrs_content_center_slide-content .overview{
	font: 12px "Arial", "Helvetica", "Verdana";
	line-height: 18px;	
}
/****************************************
      Right Content - Right Top News
*****************************************/

#right_top_news {
	width: 230px;
	float: left;
	min-height: 300px;
	height: auto !important;/*height: 300px;*/
	/* background-color: #333333; */
}
#right_top_news h2 {
	font: bold 14px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";
	margin-top: 10px;
	color: #000000;
	line-height: 150%;
}
#right_top_news td{
	font: 12px "Arial", "Helvetica", "Verdana";
	padding-top: 0px;
	line-height: 18px;
	text-overflow: ellipsis;
}

#right_top_news p {
	font: 12px "Arial", "Helvetica", "Verdana";
	color: #000000;
	text-align: left;
	line-height: 18px;
	margin: 0px;
	text-overflow: ellipsis;
}
#right_top_news p+div {
	font: 12px "Arial", "Helvetica", "Verdana";
	color: #000000;
	text-align: justify;
}
#right_top_news p.more {
	/*width: 50px;*/
	margin-top: 12px;
	height: 19px;
	float: right;
	font: 12px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial" !important;  /* for Firefox */
	font: 9px "Palatino Linotype", "Book Antiqua", "Palatino", "Arial";              /* for IE *//* text-transform: uppercase; */
}
#right_top_news p.more a {
	/*width: 50px;*/
	height: 19px;
	display: block;
	/* background: url(../images/button_more.gif) no-repeat 0 0; */
	color: #999999;
	padding: 0px;
	text-decoration: none;
}
#right_top_news p.more img {
	margin: 0px 0px 0px 5px;
}
#right_top_news p.more a:hover {
	/* background: url(../images/button_more-hover.gif) no-repeat 0 0; */
	color: #990000;
	text-decoration: none;
}
#right_top_news ul li {
	font: 12px "Arial", "Helvetica", "Verdana";
}
/*-----------------------Footer------------------*/

#footer {
	clear: both;
	background: #FFFFFF url(/images/bkgd_footer.jpg) no-repeat bottom;
	background-position: bottom;
	min-height: 110px;
	height: auto !important;
	color: #464646;
	text-align: center;
	font: 11px/20px "Arial", "Helvetica", "Verdana";
	font-size: 12px !important;
	font-size: 12px \9;
}
#footer .logo {
	margin-top: 6px;
}
#footer img.email {
	vertical-align: middle;
}
a.textbutton, a.textbutton:visited {
	color: #00305E;
	text-decoration: none;
}
a.textbutton:hover {
	color: #680001;
	text-decoration: none;
}

/*********new compus countdown**************/
/*
#new_um_countdown {
	margin: 0px;
	padding: 0px;
	height: 66px;
	width: 210px;
	background: #ffffff url(/images/carousel/icon_ncp.jpg) no-repeat left top;
	border: 0px;
	float: left;
	-webkit-text-size-adjust: none;
}


#new_um_countdown a *{
	text-decoration: none;
}

#new_um_countdown p {
	color: #ffffff;
	margin: 8px 8px 8px 81px;
	padding: 15px 2px 0 4px;
	border: 0;
	height: 36px;
	width: 118px;
	background: #00305E;
	line-height: 14px;
}
#new_um_countdown .ctitle, #new_um_countdown .ctitle a:visited, #new_um_countdown .ctitle a {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	color: #3699B6;
	text-decoration:none;
}
#new_um_countdown .ctitle br {
	line-height: 0px;
}
#new_um_countdown .ccontent, #new_um_countdown p a:visited .ccontent:visited, #new_um_countdown p a{
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 10px;
	color: #ffffff;
	text-decoration:none;
}
#new_um_countdown .cday {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 15px;
}*/
/*********new compus countdown**************/


/*********carousel**************/

/* Tiny Carousel */
#slider1 {
	height: 1%;
	overflow: hidden;
	padding: 0 0 10px;
	display: block;
	margin: 0 10px;
	margin-top: 30px;
	width: 940px;
}
#slider1 .viewport {
	margin: 0 13px;
	width: 864px;
	height: 70px;
	overflow: hidden;
	position: relative;
	float: left;
}
#slider1 .buttons {
	background: url("/images/arrow_left.png") no-repeat transparent;
	display: inline;
	margin-top: 21px;
	background-position: left top;
	text-indent: -999em;
	float: left;
	width: 25px;
	height: 24px;
	overflow: hidden;
	position: relative;
}
#slider1 .next {
	background: url("/images/arrow_right.png") no-repeat transparent;
	float: right;
}
#slider1 .disable {
	visibility: hidden;
}
#slider1 .prevdisable {
	visibility: hidden;
}
#slider1 .nextdisable {
	visibility: hidden;
}
#slider1 .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 211px;
left: 0 top: 0;
}
#slider1 .overview li {
	float: left;
	margin: 0;
	margin-right: 4px;
	height: 66px;
	border: 1px solid #dcdcdc;
	width: 211px;
}
/*********carousel**************/



/*************auto scrolling******************/

#p7scroller1 {
	/* position: absolute; */
	position: relative;
	width: 274px;
	height: 165px;
	z-index: 100;
	overflow: hidden;
	clip: rect(0px 274px 220px 0px);
	visibility: visible;/* background-color: #999999; */
	/* layer-background-color: #999999; */
	/* border: 1px none #000000; */
	 
	 
}
#p7s1content1 {
	/* position: absolute; */
	position: relative;
	width: 274px;
	z-index: 99;
	left: 12px;
	top: 260px;
	visibility: visible;/* background-color: red; */
}
#p7sc1Pause {
	position: relative;
	left: 233px;
	top: -288px;
	width: 18px;
	z-index: 105;/* background-color: #999999; */
	 /* layer-background-color: #999999; */
}
#p7sc1Resume {
	position: relative;
	left: 209px;
	top: -310px !important;  /* for Firefox */
	top: -308px;             /* for IE */
	width: 18px;
	z-index: 104;/* background-color: #999999; */
	 /* layer-background-color: #999999; */
}
.pviiscroller {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
}
.pviiscroller p {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 14px;
	margin-top: 0px
}
.pviiscroller h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px
}
.pviiscroller a:link {
	color: #000000;
	text-decoration: underline
}
.pviiscroller a:visited {
	color: #000000;
	text-decoration: underline
}
.pviiscroller a:hover {
	color: #000000;
	text-decoration: none
}

/*************auto scrolling******************/
#footer a.textbutton_bold, #footer a.textbutton_bold:visited {
	color: #00305E;
	text-decoration: none;
	font-weight:bold;
}
#footer a.textbutton_bold:hover {
	color: #680001;
	text-decoration: none;
}