
.follow_pagetitle {
	font-size: 20px;
	color: #F07277;
	font-weight: bold;
}
/* leftPanelMenu */
.leftPanelMenu {
	font-size: 16px;
	color: #F07277;
	font-weight: bold;
}

td.leaderBoard-title { 
	background:#F07277; 
	font-family:"Microsoft JhengHei";
	font-weight:bold; 
	text-align:center;
	font-size:14px;
	color:#ffffff;	
	padding:5px;
	border-bottom:1px solid #999; 
	border-top:1px solid #999; 
	/*border-right:1px solid #999; */
}

td.leaderBoard-title a { 
	background:#F07277; 
	font-family:"Microsoft JhengHei";
	font-weight:bold; 
	text-align:center;
	font-size:14px;
	color:#ffffff;	
	padding:5px;
	border-bottom:1px solid #999; 
	border-top:1px solid #999; 
	/*border-right:1px solid #999; */
}

.leftPanelMenu a {
	color: #0066cc;
	text-decoration: none;
    font-weight: bold;
    cursor: pointer;    
}

.leftPanelMenu a:hover{
	color: #0066cc;
	text-decoration: none;
    background-color: #fbd392;
}

.leftPanelMenu li{
	margin-left:  40px;
    list-style: disc;
}
.leftPanelMenu li a{
	color: #0066cc;
	font-size: 14px;
    text-decoration: none;
   /* font-weight: bold;*/
    cursor: pointer;
}
.leftPanelMenu li a:hover{
	color: #0066cc;
	text-decoration: none;
    background-color: #cccccc;
}

.leftPanelMenu li.current a, .leftPanelMenu li.current a:hover{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #259E7D;
}

.leftPanelMenu ul a{
	font-size: 16px;
	color: #DA9B18;
    text-decoration: none;
    /*font-weight: bold;*/
    cursor: pointer;    
}
.leftPanelMenu ul a:hover{
	color: #DA9B18;
	text-decoration: none;
    background-color: #cccccc;
}

.leftPanelMenu ul.current a, .leftPanelMenu ul.current a:hover{
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    background-color: #259E7D;
}