.blockscroll {   
	background-color: white;
	overflow-x: auto;
	overflow-y: hidden;
	width: 100%;
}
.displayTable{
    width:100%;
	border:1px solid #ddd;
    padding:0px;
    margin:0px;
    background-color: #0093C4; 	
    font-size: 16px;
    color: #FFFEFE;
    border-radius: 5px;
    font-family: "微軟正黑體", "新細明體", Verdana, sans-serif, Arial, Tahoma;
    margin-bottom: 15px;
    border-collapse: separate;
}


.empty{
	background-color:#FFFFFF;
    text-align:center;
    color: #666666;
    height:18pt;
}

.displayTagHeader{
    white-space: nowrap;
    padding-right: 10px;    
    height:30pt;
}

.odd{
    background-color:#FFFFFF;
    text-align:center;
    color: #666666;
    height:30pt;
}
.even{
    background-color:#F4F4F4;
    text-align:center;
    color: #666666;
    height:30pt;
}
.sortable{
    background-image: url(../images/sort_primary.gif);
    background-repeat: no-repeat;
    background-position: right medium;
    font-size: 14px; 
    height:18pt;
    
}
.order1{
    background-image: url(../images/sort_down.gif);
    background-repeat: no-repeat;
    background-position: right medium;
}
.order2{
    background-image: url(../images/sort_up.gif);
    background-repeat: no-repeat;
    background-position: right medium;
}
.sorted{
    
}
.displayTable a:link{
    font-size: 14px;
    color: #05849A;
    text-decoration: underline;
}
.displayTable a:visited{
    font-size: 14px;
    color: #05849A;
    text-decoration: underline;
}
.displayTable a:hover{
    font-size: 14px;
    color: #FF6600;
    text-decoration: underline;
}

.displayclass{
    font-size: 14px;
    color: #666666;
    text-align:center;
    font-family: "微軟正黑體", "新細明體", Verdana, sans-serif, Arial, Tahoma;
}
.displayclass a:link{
    font-size: 14px;
    color: #05849A;
    text-decoration: underline;
}
.displayclass a:visited{
    font-size: 14px;
    color: #05849A;
}
.displayclass a:hover{
    font-size: 14px;
    color: #FF6600;
}