@charset "utf-8";
/* CSS of blue */
body.pageBody,#wrap{
	padding:0;
	margin:0;
	font-size: 90%;	
	background:#FFFFFF url(wcm_007421.gif) repeat-x top;
	line-height:120%;
	text-align:center;
	font-family:TimesNewRoman, 'Times New Roman', Times, '新細明體', PMingLiU;
}

.header{
	background:url(wcm_007423.gif) no-repeat left 0px;
	height:104px;
	//width:1014px;
}

#leftPart2 {
	float:left;
	background:url(wcm_007420.gif) no-repeat left 0px;
	width: 48px;
	height: 423px;
	padding:0px;

}

#rightPart2 {
	float:left;
	background:url(wcm_007422.gif) no-repeat left 0px;
	width: 43px;	
	height: 423px;
}

/* Menu Style Definition*/
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #48C8F7;
color: white;
}

.ddsmoothmenu ul li a:hover{
background: #48C8F7; /*background of menu items during onmouseover (hover state)*/
color: white;
}

/* Page Content Style Definition */
.pageTitle {font-size: 18px;color: #004675;}

.departmentTitle {
	font-size: 16px;
	font-weight: 300;
}

.searchTable {
    font-size: 12px;
	border: 1px solid #0066CC;
}

.searchTable th {
color: #0066CC;
text-align: left;
}


.searchTable td {    
padding: 3px;
}

.dataTable {	
	border: 1px solid #516FAB;
	border-collapse:collapse;
	-moz-border-radius-topright: 4px;	
}

.dataTable th {
	font-weight: 300;
	color: #516FAB;
	background-color: #DEE6F3;
}

.dataTable td {
	border: 1px #516FAB solid;
	padding: 3px;
}
