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

#container-right-top { height: 50px; background-color:#ffcb01; text-align: left;}
#container-right-bottom { height: 430px;}

span.directoryTitle {margin-left: 20px; font-size:40px; color: #FFFFFF; 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;}
a.thickbox:link, a.thickbox:visited { color:#000000; text-decoration: none;}
a.thickbox:hover { color: #ffcb01;}

tr.title { height: 30px; color:#CCCCCC; background-color: #2f2f2f;}
th.name { width: 100px;}
th.nickname { width: 120px;}
th.institution { width: 130px;}
th.kind { width: 100px;}
th.area { width: 110px;}
th.grad { width: 80px;}
th.action { width: 80px;}

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

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;
}

table.info { float: left; margin-left: 10px; margin-top: 10px; width: 700px; background-color:#ebebeb;}
td.table_title { text-align:left; font-size: 18px; color:#006699;}
td.title { font-weight: bold; text-align: right; width: 130px;}
td.info { text-align: left;}

