.ui-btn-active{
	/*background: #000069;*/

	background: -webkit-gradient(linear, left top, left bottom, from( #D278FF /*{c-bhover-background-start}*/), to( #6E00A5 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background: -webkit-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background:    -moz-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* FF3.6 */
	background:     -ms-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* IE10 */
	background:      -o-linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
	background:         linear-gradient( #D278FF /*{c-bhover-background-start}*/, #7C2881 
	/*{c-bhover-background-end}*/);
	
	color: #FFF;
	border: 1px solid #9600E1;
}

.ui-listview li.contain-thumb > a{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.ui-listview li > a .ui-li-head{
	padding-top: 10px;
	padding-bottom: 10px;
}

.ui-li-thumb{
	/*background-color: rgba(0,0,0, 0.3);*/
	height: 78px; 
	width: 80px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 1px solid #EEE;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}




.ui-li-head{
	
}

.ui-li-thumb img{

	text-align:center;
}

.ui-navbar .sub-nav li .ui-btn .ui-btn-inner {
	padding-top: 5px;
	padding-bottom: 5px;
}

.addshadow-gray{
	-webkit-box-shadow: 0 3px 5px #CCC;
	   -moz-box-shadow: 0 3px 5px #CCC;
	        box-shadow: 0 3px 5px #CCC;
}

.addshadow-dark{
	-webkit-box-shadow: 0 3px 5px #999;
	   -moz-box-shadow: 0 3px 5px #999;
	        box-shadow: 0 3px 5px #999;
}

.indentContent{
	margin: 0px 15px 0px 15px;
}

.linkList{
	width: auto;
	position: relative;
	float: right;
	margin-bottom: -20px;
	font-size: 7pt;
}

.linkList a{
	font-size: 7pt;
}

#searchSide{
	padding-bottom: 8px;
}


.hotCourse .active{
	display: block;
}

.hotCourse .hide{
	display: none;
}

.hotCourse p{
	 text-shadow: none;
}

.menu-icon{
	float: left;
	width: 18px;
	height: 18px;
}	

.background_image{
	background: url(images/nthu_logo3.png);
    background-repeat:no-repeat;
    background-position:center center;
    background-attachment:fixed;


	
}

.hVideoBlock{
	background: url(images/highvideo.jpg) left center no-repeat;
	background-size: 74px 18px;
	padding: 5px 0px 5px 75px; 
}

.hVideoBlock a{
	font-size: 14pt;
	margin-left: 15px;
	margin-bottom: 15px;
}

.lVideoBlock{
	background: url(images/lowvideo.jpg) left center no-repeat;
	background-size: 74px 18px;
	padding: 5px 0px 5px 75px; 
}

.lVideoBlock a{
	font-size: 14pt;
	margin-left: 15px;
	margin-bottom: 15px;
}

#readMoreBtn{
	margin-top: 20px;
}