#container { overflow: hidden;}
/*  指定到页面menu的背景色 */
li#event { background-color: #ffcb01; padding: 5px 0 !important; padding: 0;}

#container-right-top { height: 50px; background-color:#ffcb01; color: #FFFFFF; font-size:40px;}


p.eventTitle { text-align: left; margin-left: 20px; font-family:"Century Gothic";}
span.access { font-size: 14px; margin-left: 5px;}
a.details:link, a.details:visited { color:#000000; text-decoration: none;}
a.details:hover { color: #ffcb01;}

tr.title { height: 30px; color:#CCCCCC; background-color: #2f2f2f;}
th.date { width: 100px;}
th.event { width: 170px;}
th.vanue { width: 130px;}
th.time { width: 100px;}
th.attendance { width: 90px;}
th.fee { width: 80px;}
th.operation { width: 50px;}

tr.desc { font-size:14px; height: 65px;}

tr.alt td{ background-color:#ebebeb;} /*这行将给class为event_tb中所有class为alt的偶数行加上背景色*/
tr.over td {
        background-color:#CCCCCC;  /*这个将是鼠标高亮行的背景色*/
        cursor:pointer;
}

#pagination { text-align: right; }
#pagination a:link, a:visited { color:#000000;}
#pagination a,#pagination strong{
	padding: 1px 5px 1px 5px;
	background-color:#F6F6F6;	
	text-decoration: none;
	border : 1px solid #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
#pagination strong,#pagination a:hover {
	background-color:#c1e5a6;
	font-weight: bold;
	color:#FF9900;
	border : 1px solid #c1e5a6;
}

/* 5.24修改 */
/*  */
#container-left, #container-right
	{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important; 
	}
@media all and (min-width: 0px) {
#container-left, #container-right
	{
	padding-bottom: 0 !important;
	margin-bottom: 0 !important; 
	}
#container-left:before, #container-right:before
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]';
	display: block;
	background: inherit;
	padding-top: 32767px !important;
	margin-bottom: -32767px !important;
	height: 0;
	}
}

.show-event { width:710px; padding: 5px;}
p#eventTitle {text-align: left; padding-left: 5px; font-size: 14px; font-weight: bold;}
p#eventDesc, p#eventDate {text-align: left; padding-left: 5px; font-size: 12px; margin-top: 5px;}
a.titleLink:LINK, a.titleLink:VISITED {text-decoration: none;color: #0066ff;}
a.titleLink:HOVER { color: #0066ff; text-decoration: underline;}