/* Mobile CSS */

a:link {color: #333333;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:hover {color: #333333;text-decoration: none;}
a:active {color: #333333;}

.arial11 {font-size: 11px}
.arial11bold {font-size: 1.1em;font-weight: bold;}

.arial11orange {font-size: 1.1em; color: #cc3300;}
.arial11orange:link {font-size: 1.1em; text-decoration:none; color: #cc3300;}
.arial11orange:visited {font-size: 1.1em; text-decoration:none; color: #cc3300;}
.arial11orange:hover {font-size: 1.1em; text-decoration:none; color: #cc3300;}
.arial11orange:active {font-size: 1.1em; text-decoration:none; color: #cc3300;}

.arial11boldorange {font-size: 1.1em; color: #cc3300; font-weight: bold;}
.arial11boldorange:link {font-size: 1.1em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:visited {font-size: 1.1em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:hover {font-size: 1.1em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:active {font-size: 1.1em;text-decoration:none; color: #cc3300; font-weight: bold;}

.arial13 {font-size: 13px}

.arial13bold {font-size: 1.3em;font-weight: bold;}

.arial13orange {font-size: 1.3em; color: #cc3300;}
.arial13orange:link {font-size: 1.3em; text-decoration:none; color: #cc3300;}
.arial13orange:visited {font-size: 1.3em; text-decoration:none; color: #cc3300;}
.arial13orange:hover {font-size: 1.3em; text-decoration:none; color: #cc3300;}
.arial13orange:active {font-size: 1.3em; text-decoration:none; color: #cc3300;}

.arial13boldorange {font-size: 1.3em; color: #cc3300; font-weight: bold;}
.arial13boldorange:link {font-size: 1.3em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:visited {font-size: 1.3em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:hover {font-size: 1.3em;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:active {font-size: 1.3em;text-decoration:none; color: #cc3300; font-weight: bold;}

/* Mobile CSS END -------------------------------------------------------------------------------------*/


/* Header CSS */

.tabSourcingHome_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: bolder;
	color: #ffffff;
	background-image: url(../../images/title_gradientBackground.gif);
	padding: 3px 10px 3px 8px;
	cursor:pointer;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.tabSourcingHome_up{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: bolder;
	color: #333333;
	padding: 3px 10px;
	cursor:pointer;
	line-height: normal;
}

.sourcingHome_search_orange_whiteLine {
	background-color: #ca4700;
}

.sourcingHome_search_orange_whiteLine_leftWhiteLine {
	background-color: #ca4700;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}


.sourcingHome_search_orangeBackground {
	background-color: #ca4700;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-top:2px;
	padding-left:3px;
	padding-right:8px;
	padding-bottom:2px;
}

.background_lightYellow {
	background-image: url(../../images/bg_lightYellow.gif);
}

.sourcingHome_searchBoxFrame {
	border: 1px solid #FFFFFF;
	background-color: #dcdbd9;
	padding: 3px 5px 0px;
}

.button_industryPortals {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: bolder;
	color: #333333;
	background-color: #FFFFFF;
	padding: 1px 5px;
	border: 1px solid #CCCCCC;
}

.industryPortals_frame {
	background-color: #999999;
	padding: 1px;
	
}
.industryPortals{
	cursor:pointer;
	
}

.industryPortals_title {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/title_gradientBackground.gif);
	padding: 3px;
	line-height: normal;
}

.sub_menu_dowm {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	background-image: url(../../images/bg_lightYellow.gif);
	font-weight: bold;
	line-height: normal;
	padding-right: 5px;
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.sub_menu {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	font-weight: normal;
	line-height: normal;
	padding-right: 5px;
	cursor:pointer;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}

/* Header End ------------------------------------------------------------------------------------- */


/* Templete */


/* ----------container to center the layout-------------- */
#maincontainer {
width: 950px;
margin: 0 auto;
}

/* ----------header-------------- */
#header {
width:auto;
padding: 0px;
margin: 0px;
}


/* -----------------content--------------------- */
#content {
width:730px;
padding: 0px;
margin:0 10px 0 10px;
float:left;
}


/* -----------------Inside content--------------------- */
#Insidecontent {
width:auto;
padding: 0px;
}


/* --------------left navi------------- */
#left {
float: left;
margin: 0px;
padding: 0 0 0 10px;
}

/* -----------footer--------------------------- */
#footer {
width:auto;
padding: 0px;
}




#squarebanner {
width:125px;
float:left;
display:block;
padding:0 25px;
}

#verticalbanner {
width:120px;
float:left;
display:block;
padding:0 27px 0 28px;
}



.spacer {
clear:both;
line-height:15;
}




.container {
	margin:0pt auto;
	width:950px;
	left: 2px;
	top: -1px;
}

.container2 {
	margin:0pt auto;
	width:800px;
	left: 0px;
	top: 0px;
}
.container_padding2{
	padding:15;
	width:780px;
	left: 2px;
}
.container_padding {
	margin:15pt auto;
	width:950px;
	left: 2px;
}

.templete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
}

/* Templete End ------------------------------------------------------------------------------------- */


/* Diy Css */

.scroll_Box {
	background-color:#FCFCFC;
	border:1px solid silver;
	height:88px;
	overflow:auto;
}

.clickToSelect{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	cursor:pointer;
}

.online_photoFrame {
	padding: 5px;
	background-image: url(../../images/bg_title_yellow.gif);
}

.diy_popupScroll{
	background-color:#FCFCFC;
	border:1px solid silver;
	height:310px;
	overflow:auto;
}

/*.diy_calendar_yellow{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	background-image: url(../../images/bg_title_yellow.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.diy_calendar_lightGray {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	background-color: #c4c4c4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.diy_calendar_white {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f5f5f5;
	border-left-color: #f5f5f5;
}

.diy_calendar_white_sun {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f5f5f5;
	border-left-color: #f5f5f5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
}

.diy_calendar_date {
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}*/

/* Diy Css End ------------------------------------------------------------------------------- */


/* h1 title */
.title_white_GradientBackground {	
	background-image: url(../../images/title_gradientBackground.gif);
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bolder;
	color: #FFFFFF;
	margin:0px
}

h2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	font-weight: bolder;
	color: #000000;
	margin:0px
	
}
/* h1 title End ------------------------------------------------------------------------------- */


/* Sourcing Css */
.advancedSearch_padding_left_15px {
	padding-left: 15px;
}

.advancedSearch_dotLine {
	height:1px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #cccccc;
}

.tradeAlert_box {
	background-color:#FCFCFC;
	border:1px solid silver;
	height:112px;
	overflow:auto;
}

.tradeAlert_box_thin {
	background-color:#FCFCFC;
	border:1px solid silver;
	height:68px;
	overflow:auto;
}

.advanced_searchBox {
	background-color:#FCFCFC;
	border:1px solid silver;
	height:88px;
	overflow:auto;
}

.relatedHistory {
	background-color:#FCFCFC;
	border:1px solid silver;
	width:600px;
	height:200px;
	overflow:auto;
}

.compare_Box {
	background-color:#FCFCFC;
	border:1px solid silver;
	width: 100%;
	overflow:auto;
}

.tab_up {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_orangeBackground.gif);
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.tab_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground.gif);
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.companyCertification_dotline {
	border:none;
	border-top:dotted 1px #cccccc;
	height:1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.companyBackground_authenticatedBox_padding_small_outsideLine {
	background-color: #f5f5f5;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.companyBackground_authenticatedBox_middleGray {
	background-color: #CCCCCC;
	padding: 1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

.company_headerSearchBox {
              font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
              font-size: 1em;
	background-color: #FFFFFF;
	color : #666666;
	font: normal
	border: 0px solid #999999;
}

.company_headerSearchBox_tab_bold{
	
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	padding: 0px 5px 0px 5px;
	background-image:  url("../../images/bg_company_search.gif");
}

.company_headerSearchBox_tab{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: normal;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.company_printVersion_padding_content{
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.sourcing_categoryBrowse_height {
	height: 45px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;}

.searchResultAll_title_black_MiddleGrayBackground {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	background-color: #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
}

.Featured_listing {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	padding-top: 1px;
	padding-right: 5px;
}

.sourcingHome_tab_up {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #cc3300;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #FFFFFF;
}
.sourcingHome_tab_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #CCCCCC;
}

/* Sourcing Css End  ------------------------------------------------------------------------------- */


/* Portal Home Css */

.padding_topBottom_2px {
	padding-top: 2px;
	padding-bottom: 2px;
}

.Home_title_white_GradientBackground 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../../images/title_gradientBackground.gif);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: normal;
}

.home_tab_up {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #FFFFFF;
}

.home_tab_up2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000000;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #FFFFFF;
	text-align:center;
}
.home_tab_down2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bolder;
	color: #000000;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.home_tab_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.home_tab_end {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
}

.Home_height {
	height: 25px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;}

.Home_background_white_padding_middle {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.padding_right_2px {
	padding-right: 2px;
}

.HomeSourcing_tab_top 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	cursor:pointer;
	background-image: url(../../images/portalHome_grayBackground.gif);
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fece5f;
	line-height: normal;
	padding: 5px 3px 0px 5px;
}

.HomeSourcing_tab_top2 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	cursor:pointer;
	background-image: url(../../images/portalHome_grayBackground.gif);
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	line-height: normal;
	padding: 5px 3px 0px 5px;
}

.HomeSourcing_tab 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	cursor:pointer;
	background-image: url(../../images/portalHome_grayBackground.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fece5f;
	line-height: normal;
	padding: 5px 3px 0px 5px;
}

.HomeSourcing_tab2 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	cursor:pointer;
	line-height: normal;
	background-image: url(../../images/portalHome_grayBackground.gif);
	border-left-color: #CCCCCC;
	border-left-width: 3px;
	border-left-style: solid;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #fece5f;
	padding: 5px 3px 0px 5px;
}

.HomeSourcing_tab_down 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #cc3300;
	padding: 0px;
	cursor:pointer;
	line-height: normal;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fece5f;
	border-left-color: #fece5f;
	border-left-width: 3px;
	border-left-style: solid;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fece5f;
	background-color: #FFFFFF;
	padding: 5px 3px 0px 5px;
}

.HomeSourcing_end 
{
	height:18px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	padding: 0px;
	cursor:pointer;
	line-height: normal;
	background-image: url(../../images/portalHome_grayBackground.gif);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fece5f;
	padding: 5px 3px 0px 5px;
}

.Home_grayBackground_yellowLine{
	background-color: #CCCCCC;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fece5f;
}


.Home_grayBackground{
	background-color: #CCCCCC;
}

.HomeSourcing_tab_VerticalDown_NEW
{
	float:left;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	height:15px;
	font-weight: bolder;
	padding: 5px 10px;
	cursor:pointer;
	background-color: #FFFFFF;
	border-top: solid 3px #fece5f;
	border-left: solid 0px #fece5f;
	border-right: solid 3px #fece5f;
}

.HomeSourcing_tab_VerticalDown2_NEW
{
	float:left;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	height:15px;
	font-weight: bolder;
	padding: 5px 10px;
	cursor:pointer;
	background-color: #FFFFFF;
	border-top: 3px solid #fece5f;
	border-left: 3px solid #fece5f;
	border-right: 3px solid #fece5f;
}

.HomeSourcing_tab_VerticalDown2_NEW2
{
	float:left;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bolder;
	height:20px;
	padding: 3px 9px;
	cursor:pointer;
	text-align:center;
	background-color: #FFFFFF;
	border-top: 3px solid #fece5f;
	border-left: 3px solid #fece5f;
	border-right: 3px solid #fece5f;
	width:100px
	
	
}




.Home_grayBackground_yellowLine_NEW{
	background-color: #CCCCCC;
	height:15px;
	padding: 5px 10px; 
	text-align:right;
	border-bottom: solid 3px #FECE5F;
}

.HomeSourcing_tab_Vertical_NEW2
{
	float:left;
	width:120px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bolder;
	text-align:center;
	cursor:pointer;
	padding-left:2px;padding-right:2px;padding-top:5px;
	
	height:24px;
	
	
}
.HomeSourcing_tab_Vertical_NEW
{
	float:left;
	height:15px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	padding: 5px 10px;
	cursor:pointer;
	background-color: #CCCCCC;
	border-bottom: solid 3px #FECE5F;
}

.HomeSourcing_tab_VerticalLine
{
	width:1px;
	cursor:pointer;
	height:18px;
	background-image: url(../../images/portalHome_line.gif); 
}
.HomeSourcing_tab_VerticalLine2
{
	width:1px;
	cursor:pointer;
	height:18px;
	background-image: url(../../images/portalHome_line.gif); 
}

.HomeSourcing_tab_VerticalLine3
{
	width:1px;
	cursor:pointer;
	height:18px;
	background-image: url(../../images/portalHome_line2.gif); 
}

.Home_background_gray_padding_middle {
	background-color: #F5f5f5;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
}

.padding_bottom_4px {
	padding-bottom: 4px;
}

.padding_bottom_3px {
	padding-bottom: 3px;
}
.padding_bottom_1px {
	padding-bottom: 1px;
}

.padding_top_4px {
	padding-bottom: 3px;
}


.HomeConcurrentEvent{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	padding: 5px;
	line-height: normal;
	background-color: #F5f5f5;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cccccc;
}

.Homelink_black_small {
	font-family: Arial, Helvetica, sans-serif, 細明體, 新細明體, 標楷體;
	font-size: 0.8em;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
}

.Homelink_black_small:link {
	font-family: Arial, Helvetica, sans-serif, 細明體, 新細明體, 標楷體;
	font-size: 0.8em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:hover {
	font-family: Arial, Helvetica, sans-serif, 細明體, 新細明體, 標楷體;
	font-size: 0.8em;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:active {
	font-family: Arial, Helvetica, sans-serif, 細明體, 新細明體, 標楷體;
	font-size: 0.8em;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:visited {
	font-family: Arial, Helvetica, sans-serif, 細明體, 新細明體, 標楷體;
	font-size: 0.8em;
	color: #333300;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.HomeAdvertisement{
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}

/* Portal Home Css End  ------------------------------------------------------------------------------- */

body {
 background-color:#FFFFFF;
 color:#000;
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size:62.5%; 
 font-weight:normal;
 line-height:18px;
 margin-left: 0px;
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 
}

html>body {
font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
font-size:1em; // IE can!|t read this
}



img 
{
	border:0px;
}

textarea
{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
}

input
{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
}

select
{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
}
form {
	margin:0px;
	padding:0px;
}

.background_white {
	background-color: #FFFFFF;
}

.background_lightGray {background-color: #F5F5F5;}
.background_lightyellow {background-color: #fffbe1;}
.background_mediumGray {background-color: #c4c4c4;}

.background_lightGray_padding_middle {
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.background_lightGray_padding_middle2 {
	background-color: #F5F5F5;
	font-size:1em;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}

.background_mediumGray_padding_middle {
	background-color: #c4c4c4;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.background_lightGray_padding_middle_bold {
	background-color: #F5F5F5;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
}

.background_mediumGray_padding_middle_bold {
	background-color: #c4c4c4;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-weight: bold;
}

.background_white_padding_middle {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	
}

.background_lightGray_padding1px {
	background-color: #CCCCCC;
	padding: 1px;
}

.sidebox_frame_gray {background-color: #CCCCCC; padding: 3px;}

.sidebox_frame_white {background-color: #FFFFFF;padding: 3px;}

.sidebox_yellow_title {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: normal;
	background-image: url(../../images/bg_title_yellow.gif);
}

.sidebox_title_nolink  {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground.gif);
	padding: 5px;
	
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	
}


.button_gray_up  {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground.gif);
	background-repeat: repeat-x;
	background-color: #C8C8C8;
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	
}

.button_gray_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground_d.gif);
	background-repeat: repeat-x;
	background-color: #AAAAAA;
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
}

.button_gray_up2  {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground.gif);
	padding: 3px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	
}

.button_gray_down2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_grayBackground_d.gif);
	padding: 3px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
}



.button_orange_up2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_orangeBackground.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	text-decoration:none;
}

.button_orange_down2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../../images/bt_orangeBackground_d.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	text-decoration:none;
}

.button_orange_up {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	background-image: url(../../images/bt_orangeBackground.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	text-decoration:none;
}

.button_orange_down {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(../../images/bt_orangeBackground_d.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	text-decoration:none;
}

.link_red_small_undline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: underline;
	color: #cc3300;
	line-height: normal;
}

.link_red_small_undline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	line-height: normal;
}

.link_red_middle_undline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
}

.link_red_middle:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
	font-weight: bold;
}

.link_red_middle_bold:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}



.link_red_large_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
	font-weight: bold;
}

.link_red_large_bold:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_large_bold:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_large_bold:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_large_bold:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}




/**/
.link_red_middle_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
	font-weight: bold;
}

.link_red_middle_bold2:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold2:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold2:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold2:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}
/**/
/**/
.link_red_middle_bold3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
	font-weight: bold;
}

.link_red_middle_bold3:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold3:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold3:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold3:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}
/**/
.link_red_middle_bold_underline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}
.link_red_middle_bold_underline2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}
.link_red_middle_bold_underline3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline3:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline3:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline3:hover{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline3:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_black_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333300;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

.link_black_middle_bold:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}

.link_black_middle_bold_underline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}


.link_black_middle_bold_underline2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}

.link_black_middle_bold_underline2:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline2:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline2:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline2:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}







.link_black_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	
}

.link_black_middle:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}

.link_black_middle:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}

/******/
.link_black_middle2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
}

.link_black_middle2:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}

.link_black_middle2:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle2:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle2:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}

/*****/
.link_black_middle3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
}

.link_black_middle3:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}

.link_black_middle3:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000000;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle3:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}
.link_black_middle3:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #cc3300;
	text-decoration: none;
	
	font-weight: normal;
}


/*****/
.link_black_middle_underline2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline2:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}

.link_black_middle_underline2:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline2:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline2:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #000000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}

.link_black_middle_underline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}



.link_black_middle_underline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}

.link_black_middle_underline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_small {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
}
.link_black_small:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small_underline {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #333300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #cc3300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}

.link_black_large_bold_underlind {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}


.link_black_large_bold_underlind:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}

.link_black_large_bold_underlind:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}
.link_black_large_bold_underlind:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}

.link_black_large_bold_underlind:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;	
}

.link_black_large_underlind {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}


.link_black_large_underlind:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}

.link_black_large_underlind:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}
.link_black_large_underlind:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}

.link_black_large_underlind:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;	
}






.link_white_small_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}
.link_white_small_bold:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.link_white_small_bold:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.link_white_small_bold:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.link_white_small_bold:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}

.dot_line {
	border:none;
	border-top:dotted 1px #cccccc; 
	height:1px;
}
.dot_line_size_1pxHeight {
	border:none;
	border-top:dotted 1px #cccccc; 
	height:1px;
	font-size: 0px;
}
.dot_line_size_1pxHeight2 {
	border:none;
	border-bottom:dotted 1px #cccccc; 
	height:1px;
	
}
.dot_line_size_1pxHeight3 {
	border:none;
	border-top:dotted 1px #cccccc;
	padding-top:5px; 
	height:1px;
	font-size: 0px;
}



.title_orange{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 2.4em;
	font-weight: bolder;
	color: #f47920;
	line-height: normal;
}



.title_orange2, .title_orange2:link, .title_orange2:active, .title_orange2:visited, .subtitle
{
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.8em;
 text-decoration: none;
 color: #f47920;
 line-height: normal;
 font-weight: bolder;
} 
.title_orange2:hover {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.8em;
 text-decoration: none;
 color: #555555;
 line-height: normal;
 font-weight: bolder;
}




.title_white{
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
}


.title_white2, .title_white2:link, .title_white2:active, .title_white2:visited
{
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.6em;
 text-decoration: none;
 color: #FFFFFF;
 line-height: normal;
 font-weight: bolder;
} 

.title_white2:hover {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.6em;
 text-decoration: none;
 color: #444444;
 line-height: normal;
 font-weight: bolder;
} 




.title_messagePage_gray {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	font-weight: bolder;
	color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #F5f5f5;
	line-height: normal;
}

.title_black_lightOrangeBackground {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #f4d5b7;
	line-height: normal;
	
}

.title_black_lightGrayBackground {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	background-color: #f5f5f5;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	line-height: normal;
}

.title_black_yellowBackground {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bolder;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	background-image: url(images/bg_title_yellow.gif);
}

.tablelist_content_right {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.tablelist_content_left_Bold {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	line-height: normal;
}









.content_gray_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.0em;
	font-weight: normal;
	color: #999999;
	line-height: normal;
}



.content_gray_middle2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: normal;
	color: #555555;
	line-height: normal;
}


.content_gray_middle3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1.1em;
	font-weight: normal;
	color: #555555;
	line-height: normal;
}


.content_gray_small {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #999999;
	line-height: normal;
}


.content_gray_large {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 25px;
	font-weight: bold;
	color: #555555;
	line-height: normal;
}



.content_gray_large2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 20px;
	font-weight: bold;
	color: #555555;
	line-height: normal;
}




.content_black_small {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

.content_black_small2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: normal;
	color: #000000;
	line-height: normal;
} 
.content_black_small_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
} 


.content_black_small_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}


.content_black_middle2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #000000;
	line-height: normal;
}

.content_black_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}


.content_black_middle3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}
.content_black_middle_bold4 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	
}



.content_black_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

.content_black_middle_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

.content_black_large {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	color: #333333;
	line-height: normal;
}

.content_black_large_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 	font-size: 1.4em;
 	font-weight: bold;
 	color: #000;
 	line-height: normal;
}

.content_white_small {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}

.content_red_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	color: #cc3300;
	line-height: normal;
}

.content_orange_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: bold;
	color: #f47920;
	line-height: normal;
}



.content_orange_large_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 38px;
	font-weight: bolder;
	color: #f47920;
	line-height: normal;
}




.content_red_middle_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: bold;
	color: #cc3300;
	line-height: normal;
}

.content_red_large_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc3300;
	line-height: normal;
}

.content_green_large_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.3em;
	font-weight: bold;
	color: #147c00;
	line-height: normal;
}
.content_red_large_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.3em;
	font-weight: bold;
	color: #cc3300;
	line-height: normal;
}

.content_red_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	font-weight: normal;
	color: #cc3300;
	line-height: normal;
}
.content_red_small {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	font-weight: normal;
	color: #cc3300;
	line-height: normal;
}
.content_white_middle {

	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.1em;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}
.content_blue_middle {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #0000CC;
	font-weight: normal;
	text-decoration: none;
	line-height: 17px;
}

.content_blue_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.2em;
	color: #0000CC;
	font-weight: bold;
	text-decoration: none;
	line-height: 17px;
}






.photo_frame {
	background-color: #999999;
	padding: 1px;
}

.collapseLayer {
	height:0px;
	overflow:hidden;
}
.expandCollapseBtn {
	cursor:pointer;
}

.padding_top_3px {
	padding-top: 3px;
}
.padding_top_5px {
	padding-top: 5px;
}
.padding_top_10px {

	padding-top: 10px;
}
.padding_top_15px {
	padding-top: 15px;
}

.padding_top_12px {
	padding-top: 12px;
}
.padding_top_18px {
	padding-top: 18px;
}
.padding_top_20px {
	padding-top: 20px;
}
.padding_left_5px {
	padding-left: 5px;
}

.padding_left_10px {
	padding-left: 10px;
}
.padding_left_20px {
	padding-left: 20px;
}

.padding_left_15px {
	padding-left: 15px;
}
.padding_left_25px {
	padding-left: 25px;
}
.padding_right_5px {
	padding-right: 5px;
}
.padding_right_10px {
	padding-right: 10px;
}
.padding_right_20px {

	padding-right: 20px;
}
.padding_right_15px {
	padding-right: 15px;
}
.padding_bottom_5px {
	padding-bottom: 5px;
}
.padding_bottom_10px {
	padding-bottom: 10px;
}
.padding_bottom_15px {
	padding-bottom: 15px;
}
.padding_bottom_20px {
	padding-bottom: 20px;
}
.padding_bottom_200px {
	padding-bottom: 200px;
}

.padding_topBottom_100px {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding_top_100px_bottom_200px {
	padding-top: 100px;
	padding-bottom: 200px;
}

.popupLayout_frame {
	background-color: #666666; padding: 3px;
}

.activeMenuItem 
{
	background-color:#F0F0F0;
	font-weight:bold;
	cursor:pointer;
}

.inactiveMenuItem 
{
	background-color:#FFFFFF;
	font-weight:normal;
	cursor:pointer;
}

.popUpLayer {
	visibility:hidden;
	overflow:auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index:200;
}
.popUpLayerBg {
	background-color:#000000;
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	visibility:hidden;
	overflow:auto;
	position:absolute;
	left:0px;
	top:0px;
	z-index:100;
}

.calendarContainer {
	display:none;
	position:absolute;
	z-index:1;
}

.padding_topBottom_2px {
	padding-top: 2px;
	padding-bottom: 2px;
}


/*Print CSS*/

.hideInPrinting {
	display:block;
}
.displayInPrinting {
	display:none;
}

.print_mainSideBoxWidth {
width:148px;
}

.print_mainBodyWidth {
width:100%;
}

.line1 {
border-bottom: 3px solid #CCCCCC;
}
.line3 {
border-top: 1px solid #CCCCCC;
}
.number {
	border: 2px soild #fff;
	background-color:#cccccc;
	color:#000; font-size:15px;font-weight:bold;
	padding:3px;
}

.line2 {
border-bottom: 1px dotted #CCCCCC;
}
/*Print CSS -----------------------------------------*/
/* modified */
.HomeSourcing_tab_VerticalDown_NEW {
	BORDER-RIGHT: #fece5f 3px solid; PADDING-RIGHT: 10px; BORDER-TOP: #fece5f 3px solid; PADDING-LEFT: 10px; FONT-WEIGHT: bolder; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 9px; BORDER-LEFT: #fece5f 3px solid; CURSOR: pointer; PADDING-TOP: 2px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff
}
/* modified */
.HomeSourcing_tab_VerticalDownLeft_NEW {
	BORDER-RIGHT: #fece5f 3px solid; PADDING-RIGHT: 10px; BORDER-TOP: #fece5f 3px solid; PADDING-LEFT: 13px; FONT-WEIGHT: bolder; FONT-SIZE: 11px; FLOAT: left; PADDING-BOTTOM: 9px; BORDER-LEFT: #fece5f 0px solid; CURSOR: pointer; PADDING-TOP: 2px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; HEIGHT: 15px; BACKGROUND-COLOR: #ffffff
}

.HomeSourcing_tab_VerticalDown2_NEW
{
	float:left;
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1em;
	height:15px;
	font-weight: bolder;
	padding: 5px 10px;
	cursor:pointer;
	background-color: #FFFFFF;
	border-top: 3px solid #fece5f;
	border-left: 3px solid #fece5f;
	border-right: 3px solid #fece5f;
}
.title_white_GradientBackground_gray {	
	background-image: url(images/title_gradientBackground_gray.gif);
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.wordwrap
{
  	 -moz-binding: url('../wordwrap.xml#wordwrap');
}

.normalURL:link {font-size: 1.2em;color: blue;text-decoration: underline;}
.normalURL:visited {font-size: 1.2em;color: purple;text-decoration: underline;}
.normalURL:hover {font-size: 1.2em;color: blue;text-decoration: underline;}
.normalURL:active {font-size: 1.2em;color: #333333;}

.normalURL2:link {font-size: 1.2em;color: blue;text-decoration: underline;}
.normalURL2:visited {font-size: 1.2em;color: purple;text-decoration: underline;}
.normalURL2:hover {font-size: 1.2em;color: blue;text-decoration: underline;}
.normalURL2:active {font-size: 1.2em;color: #333333;}


.link_white_middle_bold {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.4em;
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
 line-height: normal;
}
.link_white_middle_bold:link {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.4em;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 line-height: normal;
}
.link_white_middle_bold:hover {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.4em;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 line-height: normal;
}
.link_white_middle_bold:active {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.4em;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 line-height: normal;
}
.link_white_middle_bold:visited {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.4em;
 color: #ffffff;
 text-decoration: none;
 font-weight: bold;
 line-height: normal;
}

/* enews */
.content_black_large_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	line-height: normal;
}

.link_black_middle_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold2:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold2:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold2:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold2:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}




.link_grey_middle_bold {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.6em;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}

.link_grey_middle_bold:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: normal;
}

.link_grey_middle_bold:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: normal;
}

.link_grey_middle_bold:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: normal;
}

.link_grey_middle_bold:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #404040;
	font-weight: bold;
	line-height: normal;
}


.link_grey_left_bold, .link_grey_left_bold:link, .link_grey_left_bold:active, .link_grey_left_bold:visited
{
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.1em;
 text-decoration: none;
 color: #333333;
 line-height: normal;
 font-weight: bolder;
} 
.link_grey_left_bold:hover {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size: 1.1em;
 text-decoration: none;
 color: #f47920;
 line-height: normal;
 font-weight: bolder;
} 


.link_grey_left_bold2, .link_grey_left_bold2:link, .link_grey_left_bold2:active, .link_grey_left_bold2:visited
{
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size:1em;
 text-decoration: none;
 color: #666666;
 line-height: normal;
 font-weight: bolder;
} 
.link_grey_left_bold2:hover {
 font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
 font-size:1em;
 text-decoration: none;
 color: #f47920;
 line-height: normal;
 font-weight: bolder;
} 




.link_grey_left_bold2 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size:1em;
	text-decoration: none;
	color: #666666;
	line-height: normal;
	font-weight: bold;
}



.link_black_middle_bold3 {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #000000;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold3:link {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold3:visited {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold3:hover {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

.link_black_middle_bold3:active {
	font-family: Verdana, Arial, 細明體, 新細明體, 標楷體;
	font-size: 1.4em;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	line-height: normal;
}

/* enews video */
.link_blue_middle2 {
  FONT-WEIGHT: normal;font-size: 1.2em; COLOR: #0d4278; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; TEXT-DECORATION: none
}
.link_blue_middle:link {
  FONT-WEIGHT: normal;font-size: 1.2em; COLOR: #0d4278; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; TEXT-DECORATION: none
}
.link_blue_middle:visited {
  FONT-WEIGHT: normal;font-size: 1.2em; COLOR: #0d4278; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; TEXT-DECORATION: none
}
.link_blue_middle:hover {
  FONT-WEIGHT: normal;font-size: 1.2em; COLOR: #0d4278; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; TEXT-DECORATION: underline
}
.link_blue_middle:active {
  FONT-WEIGHT: normal;font-size: 1.2em; COLOR: #0d4278; LINE-HEIGHT: 17px; FONT-FAMILY: Verdana, Arial, 細明體, 新細明體, 標楷體; TEXT-DECORATION: underline
}


/*Menu CSS Start*/
BODY {
	FONT-WEIGHT: normal; FONT-SIZE: 11px; MARGIN: 0px; COLOR: #000; LINE-HEIGHT: 18px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #ffffff
}
HTML > BODY {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
DIV {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H1 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H2 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H3 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
H4 {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
P {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
FORM {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
LABEL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
INPUT {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
TEXTAREA {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
IMG {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
SPAN {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
B {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
HR {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
INPUT {
	FONT-SIZE: 1.1em; COLOR: #333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
TEXTAREA {
	FONT-SIZE: 1.1em; COLOR: #333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
SELECT {
	FONT-SIZE: 1.1em; COLOR: #333; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.spacer {
	CLEAR: both; LINE-HEIGHT: 0
}
/*UL 
{ list-style-position: inside; padding: 0px; margin: 0px; }*/
.dot_line {
	BORDER-TOP: #cccccc 1px dotted; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 1px; BORDER-BOTTOM-STYLE: none
}
.mainleftmenu {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; WIDTH: 180px; PADDING-TOP: 0px; HEIGHT: 100%
}
.mainleftmenu A.menuitem {
	DISPLAY: block; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; FONT-WEIGHT: bold; FONT-SIZE: 145%; BACKGROUND: #bbb; COLOR: white; PADDING-TOP: 5px; POSITION: relative; HEIGHT: 100%; TEXT-DECORATION: none
}
.icon {
	PADDING-RIGHT: 3px; PADDING-TOP: 1px
}
.mainleftmenu A.menuitem:visited {
	COLOR: white; -moz-outline: none 0; outline: none 0
}
.mainleftmenu .menuitem:active {
	COLOR: white; -moz-outline: none 0; outline: none 0
}
.mainleftmenu A.menuitem .statusicon {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; RIGHT: 5px; BORDER-BOTTOM-WIDTH: 0px; POSITION: absolute; TOP: 5px; BORDER-RIGHT-WIDTH: 0px
}
.mainleftmenu A.menuitem:hover {
	BACKGROUND: #9c9c9c
}
.mainleftmenu A.submenuitem {
	BORDER-TOP-WIDTH: 0px; BORDER-LEFT-WIDTH: 0px; RIGHT: 5px; BORDER-BOTTOM-WIDTH: 0px; POSITION: relative; TOP: 5px; BORDER-RIGHT-WIDTH: 0px
}
.mainleftmenu DIV.submenu {
	BACKGROUND: white
}
.mainleftmenu DIV.submenu UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.mainleftmenu DIV.submenu UL LI {
	PADDING-BOTTOM: 0px; PADDING-TOP: 3px
}
.mainleftmenu DIV.submenu UL LI A {
	PADDING-LEFT: 0px; FONT-SIZE: 100%; PADDING-BOTTOM: 3px; COLOR: black; PADDING-TOP: 3px; TEXT-DECORATION: none
}
.mainleftmenu DIV.submenu UL LI A:hover {
	PADDING-BOTTOM: 3px; PADDING-TOP: 3px
}
.mainleftmenu DIV.submenu .highlight {
	COLOR: #ff0000
}
#submenutitle {
	PADDING-LEFT: 15px; FONT-SIZE: 100%; PADDING-BOTTOM: 0px; COLOR: #818181; PADDING-TOP: 0px; TEXT-DECORATION: none
}
#submenutitle .highlight2 {
	DISPLAY: block; PADDING-LEFT: 0px; FONT-WEIGHT: bold; FONT-SIZE: 127%; BACKGROUND: #fff; PADDING-BOTTOM: 0px; COLOR: #f47920; PADDING-TOP: 0px; BORDER-BOTTOM: #ff5a00 2px solid; TEXT-DECORATION: none
}
#submenutitle .border2 {
	BORDER-BOTTOM: #ff5a00 2px solid
}
 .accordprefix{
vertical-align: middle;
}
#submenutitle .border1 {
	BORDER-BOTTOM: #dddddd 1px solid;padding:2px 0 2px 0;
}
.mainleftmenu DIV.submenu .border3 {
	DISPLAY: block; WIDTH: 95%; BORDER-BOTTOM: #dddddd 1px solid; font-weight: bold;
}
#submenutitle UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
#submenutitle UL LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px 5px 0px 0px; PADDING-TOP: 0px
}
#submenutitle UL LI A {
	PADDING-RIGHT: 5px; DISPLAY: inline-block; PADDING-LEFT: 13px; FONT-SIZE: 100%; BACKGROUND: url(../../images/menudot2.gif) #fff no-repeat; PADDING-BOTTOM: 3px; COLOR: #818181; PADDING-TOP: 3px; TEXT-DECORATION: none
}
#submenutitle UL LI A:hover {
	FONT-SIZE: 100%; BACKGROUND: url(../../images/menudot3.gif) no-repeat; COLOR: #f47920; TEXT-DECORATION: none
}
.padding_top_3px {
	PADDING-TOP: 3px
}
.padding_top_5px {
	PADDING-TOP: 5px
}
.padding_top_10px {
	PADDING-TOP: 10px
}
.padding_top_15px {
	PADDING-TOP: 15px
}
.padding_top_11px {
	PADDING-TOP: 11px
}
.padding_top_18px {
	PADDING-TOP: 18px
}
.padding_top_20px {
	PADDING-TOP: 20px
}
.padding_left_5px {
	PADDING-LEFT: 5px
}
.padding_left_10px {
	PADDING-LEFT: 10px
}
.padding_left_20px {
	PADDING-LEFT: 20px
}
.padding_left_15px {
	PADDING-LEFT: 15px
}
.padding_left_25px {
	PADDING-LEFT: 25px
}
.padding_right_5px {
	PADDING-RIGHT: 5px
}
.padding_right_3px {
	PADDING-RIGHT: 3px
}
.padding_right_10px {
	PADDING-RIGHT: 10px
}
.padding_right_20px {
	PADDING-RIGHT: 20px
}
.padding_right_15px {
	PADDING-RIGHT: 15px
}
.padding_right_23px {
	PADDING-RIGHT: 23px
}
.padding_bottom_5px {
	PADDING-BOTTOM: 5px
}
.padding_bottom_10px {
	PADDING-BOTTOM: 10px
}
.padding_bottom_15px {
	PADDING-BOTTOM: 15px
}
.padding_bottom_20px {
	PADDING-BOTTOM: 20px
}
.padding_bottom_25px {
	PADDING-BOTTOM: 25px
}

/*Menu CSS End*/

#upper_menu {
	width:180px;
}

#lower_menu {
	width:180px;
}

#sideBox_advertisetment {
	width:180px;
}