/* 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: 11px;font-weight: bold;}

.arial11orange {font-size: 11px; color: #cc3300;}
.arial11orange:link {font-size: 11px; text-decoration:none; color: #cc3300;}
.arial11orange:visited {font-size: 11px; text-decoration:none; color: #cc3300;}
.arial11orange:hover {font-size: 11px; text-decoration:none; color: #cc3300;}
.arial11orange:active {font-size: 11px; text-decoration:none; color: #cc3300;}

.arial11boldorange {font-size: 11px; color: #cc3300; font-weight: bold;}
.arial11boldorange:link {font-size: 11px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:visited {font-size: 11px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:hover {font-size: 11px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial11boldorange:active {font-size: 11px;text-decoration:none; color: #cc3300; font-weight: bold;}

.arial13 {font-size: 13px}

.arial13bold {font-size: 13px;font-weight: bold;}

.arial13orange {font-size: 13px; color: #cc3300;}
.arial13orange:link {font-size: 13px; text-decoration:none; color: #cc3300;}
.arial13orange:visited {font-size: 13px; text-decoration:none; color: #cc3300;}
.arial13orange:hover {font-size: 13px; text-decoration:none; color: #cc3300;}
.arial13orange:active {font-size: 13px; text-decoration:none; color: #cc3300;}

.arial13boldorange {font-size: 13px; color: #cc3300; font-weight: bold;}
.arial13boldorange:link {font-size: 13px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:visited {font-size: 13px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:hover {font-size: 13px;text-decoration:none; color: #cc3300; font-weight: bold;}
.arial13boldorange:active {font-size: 13px;text-decoration:none; color: #cc3300; font-weight: bold;}

/* Mobile CSS END -------------------------------------------------------------------------------------*/


/* Header CSS */

.tabSourcingHome_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	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, Helvetica, sans-serif;
	font-size: 10px;
	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/header/bg_lightYellow.gif);
}

.sourcingHome_searchBoxFrame {
	border: 1px solid #FFFFFF;
	background-color: #dcdbd9;
	padding: 3px 5px 0px;
}

.button_industryPortals {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	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, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	background-image: url(../images/title_gradientBackground.gif);
	padding: 3px;
	line-height: normal;
}

.sub_menu_dowm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-image: url(../../images/header/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, Helvetica, sans-serif;
	font-size: 9px;
	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 {
	margin:0pt auto;
	width:950px;
	left: 2px;
	top: -1px;
}

.container_padding {
	margin:15pt auto;
	width:950px;
	left: 2px;
}

.templete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	cursor:pointer;
}

.online_photoFrame {
	padding: 5px;
	background-image: url(../../images/sourcing/bg_title_yellow.gif);
}

.diy_popupScroll{
	background-color:#FCFCFC;
	border:1px solid silver;
	height:310px;
	overflow:auto;
}

/*.diy_calendar_yellow{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	background-image: url(../../images/sourcing/bg_title_yellow.gif);
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

.diy_calendar_lightGray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFFFF;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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 {
	background-color: #FFFFFF;
	color : #666666;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #999999;
}

.company_headerSearchBox_tab_bold{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
	padding: 0px 5px 0px 5px;
	background-image:  url("../../images/sourcing/bg_company_search.gif");
}

.company_headerSearchBox_tab{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	background-color: #cccccc;
	padding-top: 1px;
	padding-right: 5px;
}

.sourcingHome_tab_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #cc3300;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #FFFFFF;
}
.sourcingHome_tab_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 14px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bolder;
	color: #333333;
	padding: 5px;
	cursor:pointer;
	line-height: normal;
	background-color: #FFFFFF;
}

.home_tab_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	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;
}

.Home_grayBackground_yellowLine_NEW{
	background-color: #CCCCCC;
	height:15px;
	padding: 5px 10px; 
	text-align:right;
	border-bottom: solid 3px #FECE5F;
}

.HomeSourcing_tab_Vertical_NEW
{
	float:left;
	height:15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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); 
}

.Home_background_gray_padding_middle {
	background-color: #F5f5f5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.padding_bottom_4px {
	padding-bottom: 4px;
}

.padding_bottom_3px {
	padding-bottom: 3px;
}

.padding_top_4px {
	padding-bottom: 3px;
}


.HomeConcurrentEvent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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-size: 8px;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	line-height: 10px;
}

.Homelink_black_small:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: 10px;
}

.Homelink_black_small:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	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:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:15px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

img 
{
	border:0px;
}

textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
form {
	margin:0px;
	padding:0px;
}

.background_white {
	background-color: #FFFFFF;
}

.background_lightGray {background-color: #F5F5F5;}

.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_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, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	line-height: normal;
	background-image: url(../../images/sourcing/EN/bg_title_yellow.gif);
}

.sidebox_title_nolink  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	background-image: url(../images/bt_grayBackground.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
	
}

.button_gray_down {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	background-image: url(../images/bt_grayBackground_d.gif);
	padding: 5px;
	cursor:pointer;
	border:1px;
	border-color:#c8c8c8;
	border-style:solid;
	line-height: normal;
}

.button_orange_up {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #cc3300;
	line-height: normal;
}

.link_red_small_undline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_small_undline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	line-height: normal;
}

.link_red_middle_undline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_undline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
}

.link_red_middle:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: normal;
	line-height: normal;
}

.link_red_middle_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	line-height: normal;
	font-weight: bold;
}

.link_red_middle_bold:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
}

.link_red_middle_bold_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_middle_bold_underline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #cc3300;
	font-weight: bold;
	line-height: normal;
	cursor:pointer;
}

.link_red_large_bold,.link_red_large_bold:link,.link_red_large_bold:active,.link_red_large_bold:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#d20000;
font-weight:700;
text-decoration:none;
}

.link_red_large_bold:hover {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:15px;
color:#d20000;
text-decoration:none;
font-weight:700;
}

.link_black_middle_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	font-weight: bold;
	text-decoration: none;
	line-height: normal;
}

.link_black_middle_bold:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
}

.link_black_middle_bold_underline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle_bold_underline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: underline;
	line-height: normal;
	font-weight: bold;
}

.link_black_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
}

.link_black_middle:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

.link_black_middle:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.link_black_middle:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}
.link_black_middle:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc3300;
	text-decoration: none;
	line-height: normal;
	font-weight: normal;
}

.link_black_middle_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}


.link_black_middle_underline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}

.link_black_middle_underline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_middle_underline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
	font-weight: normal;
	text-decoration: none;
	line-height: normal;
}
.link_black_small:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc3300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
	text-decoration: none;
	font-weight: normal;
	line-height: normal;
}
.link_black_small_underline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc3300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}
.link_black_small_underline:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #cc3300;
	text-decoration: underline;
	font-weight: normal;
	line-height: normal;
	cursor:pointer;
}

.link_black_large_bold_underlind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	font-weight: bold;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}


.link_black_large_bold_underlind:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}

.link_black_large_bold_underlind:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}
.link_black_large_bold_underlind:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;
}

.link_black_large_bold_underlind:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: bold;	
}

.link_black_large_underlind {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	font-weight: normal;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
}


.link_black_large_underlind:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}

.link_black_large_underlind:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333300;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}
.link_black_large_underlind:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: normal;
}

.link_black_large_underlind:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
	line-height: normal;
	cursor:pointer;
	font-weight: 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;
}

.title_white{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	line-height: normal;
}

.title_messagePage_gray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	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, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	line-height: normal;
	background-image: url(../../images/sourcing/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, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
}

.content_gray_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	line-height: normal;
}

.content_black_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	line-height: normal;
}

.content_black_small_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

.content_black_middle_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

.content_black_large {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	line-height: normal;
}

.content_black_large_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: normal;
}

.content_white_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}

.content_red_middle_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #cc3300;
	line-height: normal;
}

.content_red_middle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #cc3300;
	line-height: normal;
}
.content_red_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #cc3300;
	line-height: normal;
}
.content_white_middle {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	line-height: normal;
}
.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_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%;
}

/*Print CSS -----------------------------------------*/
