#newsHilight {
	padding-right:250px;
	position:relative;
	border:5px solid #ccc;
	height:275px;
	background:#fff;
	overflow:hidden;
	border-radius:0;
}
#newsHilight ul.ui-tabs-nav {
	left: 390px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 306px;
    z-index: 1;
	background:none;
	border:0;
}
#newsHilight ul.ui-tabs-nav li {
	padding:1px 0;
	padding-left:13px;
	font-size:12px;
	font-weight:bold;
	color:#666;
	height:66px;
	border:0;
	border-radius:0;
	overflow:hidden;
	white-space:normal;
	text-align:left;
	clear:left;
	width:290px;
}
#newsHilight ul.ui-tabs-nav li img {
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
	width:83px;
	height:57px;
}
#newsHilight ul.ui-tabs-nav li span {
	font-size:11px;
	font-family:Verdana;
	line-height:16px;
}
#newsHilight li.ui-tabs-nav-item a {
	display:block;
	padding:0;
	height:66px;
	color:#333;
	background:#fff;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	text-decoration:none;
	display:block;
	width:290px;
}
#newsHilight li.ui-tabs-nav-item a:hover {
	background:#f2f2f2;
}#newsHilight li.ui-state-default {
	background:none;
}
#newsHilight li.ui-tabs-selected {
	background:url('../images/selected-item.png') top left no-repeat;
}
#newsHilight ul.ui-tabs-nav li.ui-tabs-selected a {
	padding:0;
	background:#ccc;
}
#newsHilight .ui-tabs-panel {
	width:400px;
	height:275px;
	background:#999;
	position:relative;
	padding:0;
}
#newsHilight .ui-tabs-panel .info {
	position:absolute;
	bottom:0;
	left:0;
	height:70px;
	width:100%;
	background: url('../images/transparent-bg.png');
}
#newsHilight .info h2 {
	font-size:18px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0;
	overflow:hidden;
	text-align:left;
}
#newsHilight .info p {
	padding:0;
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	text-align:left;
	color:#f0f0f0;
}
#newsHilight .info a {
	text-decoration:none;
	color:#fff;
}
#newsHilight .info a:hover {
	text-decoration:underline;
}
#newsHilight .ui-tabs-hide {
	display:none;
}
#newsHilight .imgHighlight {
	width:400px;
	height:275px;
}
#newsMonth {
	line-height:16px;
}
table.ui-datepicker-calendar td span, table.ui-datepicker-calendar th, table.ui-datepicker-calendar td a, table.ui-datepicker-calendar th {
	width:25px;
	overflow:hidden;
}
/*Event Popup*/
.listEvent {
	font-size:11px;
	min-height:50px;
	overflow:hidden;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:1px dotted #666;
}
.listEvent img {
	float:left;
	width:50px;
	height:auto;
	max-height:50px;
	margin-right:10px;
	overflow:hidden;
}

