body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	color: #333333;
	font-size: 80%;
	/*
	background-image: url(../img/promo_handle_bg.png);
	background-repeat: repeat-x;
	background-position: left 70px;
	*/
}
img {
	border: none;
}
p {
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 1.5em;
}
form{
	margin: 0px;
	padding: 0px;
}
hr{
	color: #6A9F78;
}
input.txt{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9B9B9B;
	padding-right: 3px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	color: #333333;	
	font-size: 100%;	
}
input.btn{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/bg_submit_btn.png);
	border: 1px solid #888888;
	background-repeat: repeat-x;
	height:21px;
	height /**/:auto;
	min-height:21px;
	padding-right: 3px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	background-color: #FFFFFF;
	color: #525252;
}
textarea{
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #9B9B9B;
	padding-right: 3px;
	padding-top: 2px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	font-size: 100%;
	
}
a:link {
	text-decoration: underline;
	color: #505B85;
}
a:visited {
	color: #505B85;
	text-decoration: underline;
}
a:hover {
	color: #0033CC;
	text-decoration: none;
}
.clear{
	clear: both;
}
#index{
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;

}
#header {
	position: relative;
	height: 70px;
	background-image: url(../img/bg_header.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#header #logo {
	position: absolute;
	top: 8px;
	left: 0px;	
}
#language {
	top: 5px;
	right: 10px;
	position: absolute;
}
#language img {
	margin-right: 3px;
	margin-left: 3px;
}

#promo {

}
#promo .handleBg {
	background-image: url(../img/handle_promo_bg.pngg);
	height: 29px;
	background-repeat: repeat-x;
	margin-bottom: 0px;	
}
#promo .handle {
	background-image: url(../img/handle_promo.png);
	background-repeat: no-repeat;
	height: 29px;
	color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	background-position: right top;
	position: relative;
}
#promo .content {
	background-image: url(../img/bg_promo.png);
	background-repeat: repeat-x;
	height:170px;
	height /**/:auto;
	min-height:170px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
}
#promo .content .separateline {
	background-image: url(../img/separateline_promo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
#promo .content .tablePromo {
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
}
#promo .content .tablePromo td{
	vertical-align: top;
	text-align: center;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 0px;
}

#promo .content .imgPromo {
	height: 120px;
	width: 223px;
	border: 1px solid #CECECE;
	padding: 0px;
}
#promo .content a:hover .imgPromo  {
	border: 1px solid #63963D;
}
#promo .content .describe {
	margin-top: 5px;
	text-align: left;
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #646464;
}
#promo .content .describe p {
	margin-bottom: 7px;
	margin-top: 0px;
	line-height: 1.2em;
}
#promo .content .describe a:link, #promo .content .describe a:visited {
	text-decoration: none;
	color: #646464;
}
#promo .content .describe a:hover {
	text-decoration: underline;
	color: #63963D;
}
#marqueeNew {
	background-image: url(../img/bg_marquee.png);
	background-repeat: repeat-x;
	margin-bottom: 3px;
	color: #005599;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #B5CBD0;
	border-right-color: #B5CBD0;
	border-bottom-color: #B5CBD0;
	border-left-color: #B5CBD0;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	height: 18px;	
}
#marqueeNew .name{
	background-image: url(../img/marqueeNew_name.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	height: 18px;
}
#marqueeNew a:link, #marqueeNew a:visited {
	color: #005599;
	text-decoration: none;
}
#marqueeNew a:hover {
	color: #005599;
	text-decoration: underline;
}
#nav {
	background-image: url(../img/bg_nav.png);
	background-repeat: repeat-x;
	height: 45px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#nav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li{
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 7px;
}

#nav .separateline{
	background-image: url(../img/separateline_nav.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 7px;
	margin: 0px;
}
/*instrument*/
#nav a.instrument:link, #nav a.instrument:visited {
	background-image: url(../img/nav_instrument.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 141px;
	display: block;
}
#nav a.instrument:hover, #nav  a.selectedInstrument:link, #nav a.selectedInstrument:visited {
	background-image: url(../img/nav_instrument.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 141px;
	display: block;
}
/*CA*/
#nav a.CA:link, #nav a.CA:visited {
	background-image: url(../img/nav_CA.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 168px;
	display: block;
}
#nav a.CA:hover, #nav  a.selectedCA:link, #nav a.selectedCA:visited {
	background-image: url(../img/nav_CA.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 168px;
	display: block;
}
/*supplies*/
#nav a.supplies:link, #nav a.supplies:visited {
	background-image: url(../img/nav_supplies.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 113px;
	display: block;
}
#nav a.supplies:hover, #nav a.selectedSupplies:link, #nav a.selectedSupplies:visited {
	background-image: url(../img/nav_supplies.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 113px;
	display: block;
}
/*IT*/
#nav a.IT:link, #nav a.IT:visited {
	background-image: url(../img/nav_IT.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 183px;
	display: block;
}
#nav a.IT:hover, #nav  a.selectedIT:link, #nav a.selectedIT:visited {
	background-image: url(../img/nav_IT.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 183px;
	display: block;
}
/*electrophotonics*/
#nav a.electrophotonics:link, #nav a.electrophotonics:visited {
	background-image: url(../img/nav_electrophotonics.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 141px;
	display: block;
}

#nav a.electrophotonics:hover, #nav a.selectedElectrophotonics:link, #nav a.selectedElectrophotonics:visited {
	background-image: url(../img/nav_electrophotonics.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 141px;
	display: block;
}
/*medicaltreatment*/
#nav a.medicaltreatment:link, #nav a.medicaltreatment:visited {
	background-image: url(../img/nav_medicaltreatment.png);
	background-repeat: no-repeat;
	background-position: left 0px;
	height: 45px;
	width: 141px;
	display: block;
}
#nav a.medicaltreatment:hover, #nav a.selectedMedicaltreatment:link, #nav a.selectedMedicaltreatment:visited {
	background-image: url(../img/nav_medicaltreatment.png);
	background-repeat: no-repeat;
	background-position: left -45px;
	height: 45px;
	width: 141px;
	display: block;
}
/**/
#index #content {
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-x;
	position: relative;
	height:300px;
	height /**/:auto;
	min-height:300px;		
}
#content #contentBg {

}
/*Xavier#index #content #main{*/
#indexmain{
	height:200px;
	height /**/:auto;
	min-height:200px;
	float: left;
	width: 720px;
}

/**/
#path{
	color: #7F7F7F;
	font-size: 85%;
	background-image: url(../img/icon_path.png);
	background-repeat: no-repeat;
	background-position: 4px 6px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}
#path a:link, #path a:visited{
	color: #7F7F7F;
	text-decoration: none;
}
#path a:hover{
	text-decoration: underline;
}
#content #indexData{
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	
}
#content #indexData .title{
	background-image: url(../img/title_about_name.png);
	background-repeat: no-repeat;
	height: 25px;
	margin-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}
#content #indexData .data{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../img/bg_indexData.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#content #indexData .intro{
	clear: both;
	margin-bottom: 0px;
}
#content #indexData .intro .handle{
	margin-bottom: 5px;
	background-image: url(../img/handle_indexData.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7B7B7;
}
#content #indexData .intro .content{
	padding-bottom: 5px;
	padding-right: 5px;
}
#content #indexData .intro .content .more{
	text-align: right;
	padding-bottom: 6px;
	background-image: url(../img/bg_more.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#content #indexData .imgIndex{
	float: left;
	/*
	padding: 2px;
	border: 1px solid #999999;
	*/
	margin-right: 10px;
	clear: both;
	height: 110px;
	width: 150px;
}

#content #sideRight{
	background-image: url(../img/bg_sideRight.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 250px;
	float: right;
	margin-bottom: 10px;
	padding-top: 5px;
}
#content #sideRight #login{
	padding: 10px;

}
#content #sideRight #login a:link, #content #sideRight #login a:visited{
	color: #33458C;
	text-decoration: none;
}
#content #sideRight #login a:hover{
	color: #156FDB;
}
#content #sideRight #link{
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin: 3px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#content #sideRight #link img{

	margin-bottom: 5px;
}
#sideRight #FAQ, #sideRight #activity{
	margin-bottom: 5px;
}
#sideRight #FAQ .handle{
	color: #FFFFFF;
	background-image: url(../img/handle_FAQ.png);
	background-repeat: repeat-x;
	height:22px;
	margin-bottom: 2px;
}
#sideRight #activity .handle{
	color: #FFFFFF;
	background-image: url(../img/handle_activity.png);
	background-repeat: repeat-x;
	height:22px;
	margin-bottom: 2px;
}

#sideRight #FAQ .content, #sideRight #activity .content{
	padding: 8px;
	background-image: url(../img/bg_content_FAQ.png);
	border: 0px solid #B7B7B7;
	background-repeat: no-repeat;
	background-position: right bottom;
	height:130px;
	height /**/:auto;
	min-height:130px;		
}

#sideRight #FAQ .content .searcher{
	border: 0px solid #D7D7D7;
	background-color: #F0F0F0;
	padding: 5px;
	margin-bottom: 10px;
}
#sideRight #FAQ .content .msg{

}
#sideRight #FAQ .msg .addMsg{
	margin-bottom: 5px;
	text-decoration: none;
}

#sideRight #FAQ .msg ol, #sideRight #activity ol{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sideRight #FAQ .msg ol li, #sideRight #activity ol li{
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/separateline_FAQ.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #505B85;
	font-weight: bold;
}
/*Xavier#sideRight #FAQ .msg ol li a:link, #sideRight #FAQ .msg ol li a:visited, #sideRight #activity ol li a:link, #sideRight #activity ol li a:visited{*/
#sideRight #FAQ .msg a:link, #sideRight #FAQ .msg a:visited, #sideRight #activity a:link, #sideRight #activity a:visited{
	text-decoration: none;
	font-weight: normal;
}
#sideRight #FAQ .msg ol li a:hover, #sideRight #activity ol li a:hover{
	font-weight: normal;
}
#sideRight #FAQ .more, #sideRight #activity .more{
	text-align: right;	
}

#footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ACACAC;
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:30px;
	height /**/:auto;
	min-height:30px;
	text-align: center;
	font-size: 85%;
	padding: 10px;
	color: #7F7F7F;
	clear: both;
}
#footer p{
	margin-bottom: 3px;
	margin-top: 0px;
	line-height: 1.2em;
}
#footer a:link, #footer a:link{

}
/*inPage*/
#inPage {
	width: 970px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;

}

#inPage #content {
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-x;
	position: relative;
	height:300px;
	height /**/:auto;
	min-height:300px;		
}
#inPage #contentBg {
	/*Xavierbackground-image: url(../img/bg_contentBg.png);*/
	background-repeat: no-repeat;
	height:400px;
	height /**/:auto;
	min-height:400px;
	background-position: left top;
}
#inPage #content #main{
	height:200px;
	height /**/:auto;
	min-height:200px;
	float: left;
	width: 550px;

}
#inPage #content #subNav{
	width: 165px;
	float: left;
	background-image: url(../img/bg_subNav.png);
	background-repeat: repeat-y;
	background-position: left top;
	margin-top: 0px;
}
#subNav #header{
	background-image: url(../img/bg_subNav_header.png);
	background-repeat: repeat-x;
	background-position: left top;
	overflow: hidden;
	height: 3px;
}
#subNav dl{
	width: 165px;
	margin: 0px;
	padding: 0px;
}
#subNav dl dt{
	background-color: #1A478A;
	color: #FFFFFF;
	background-image: url(../img/icon_arrow_white.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-position: 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
#subNav dl dt a:link, #subNav dl dt a:visited{

	color: #FFFFFF;
	text-decoration: none;
}
#subNav dl dd{
	background-image: url(../img/icon_arrow_blue.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-position: 3px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;

	color: #0066CC;
}
#subNav dl dd a:link, #subNav dl dd a:visited{

	color: #0066CC;
	text-decoration: none;
}
#subNav ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 165px;	
}
#subNav ul li{
	background-image: url(../img/icon_arrow.png);
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 27px;
	background-position: 17px 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #0066CC;
	margin: 0px;
	display: block;
}
#subNav ul li a:link, #subNav ul li a:visited{
	display: block;
	color: #0066CC;
	text-decoration: none;
} 
#subNav ul li a:hover{
	display: block;
	color: #0066FF;
}
#content #inPageData{
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 23px;
	
}
#content #inPageData .title{
	height: 70px;
	margin-bottom: 15px;
}
#content #inPageData .data{
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../img/bg_inPageData.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 20px;
}
#content #inPageData .intro{
	clear: both;
	margin-bottom: 10px;

}
#content #inPageData .intro .handle{
	margin-bottom: 10px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-weight: bold;
}
#content #inPageData .intro .content{
	padding-bottom: 5px;
	padding-right: 5px;
}
#content #inPageData dl{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#content #inPageData dl dt{
	background-image: url(../img/icon_arrow_dt.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 4px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#content #inPageData dl dd{
	background-image: url(../img/icon_arrow_dd.png);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: left 4px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 15px;
}

.imgProduct{
	float: left;
	margin-right: 10px;
	clear: both;
	margin-bottom: 10px;
}
.link{
	padding-top: 20px;
	padding-bottom: 5px;
}
.link img{
	margin-right: 20px;
	margin-bottom: 8px;
}
.tableProduct{
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;

}
.tableProduct th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	white-space: nowrap;
	text-align: left;
	vertical-align: top;
	color: #616161;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tableProduct td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	vertical-align: top;
}
.tableProduct ol{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 25px;
}
.tableProduct ol li{
	margin-bottom: 5px;
}

/* popupPage */
body#popupPage{
	background-image: url(../img/bg_popupPage.png);
	background-repeat: repeat-x;
	background-position: left top;

}
body#popupAct{
	background-image: url(../img/bg_popupAct.png);
	background-repeat: repeat-x;
	background-position: left top;

}
body#popupPromo{
	background-image: url(../img/bg_popupPromo.png);
	background-repeat: repeat-x;
	background-position: left top;

}

#popupPage #wrapper{
	background-image: url(../img/handle_popupPage.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#popupPromo #wrapper{
	background-image: url(../img/handle_popupPromo.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#popupAct #news{
	background-image: url(../img/handle_popupAct_news.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#popupAct #job{
	background-image: url(../img/handle_popupAct_job.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#popupAct #finance{
	background-image: url(../img/handle_popupAct_finance.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#addMessage{
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	text-align: left;
	padding-top: 50px;

}
#searchMessage{
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align: left;
	padding-top: 50px;

}
#promoProduct{
	margin-right: auto;
	margin-left: auto;
	width: 650px;
	text-align: left;
	padding-top: 50px;

}
#popupPage .infoResult{
	margin-bottom: 0px;
	color: #FFFFFF;
	background-color: #454545;
	padding: 5px;
	font-weight: bold;
}
#popupPage .keyword{
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-bottom: 3px;
}
#popupPromo .case{
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #316241;
	margin-top: 15px;
}
#act{
	margin-right: auto;
	margin-left: auto;
	width: 850px;
	text-align: left;
	padding-top: 50px;

}
#popupAct #title, #popupPage #title, #popupPromo #title{
	margin-bottom: 75px;
	padding-right: 16px;
	padding-left: 16px;
}
#main{
	margin-bottom: 20px;
}
#mainTop{
	background-image: url(../img/main_topbg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 25px;
	position: relative;
}
#mainTop #mainTopLeft{
	position: absolute;
	top: 0px;
	background-image: url(../img/main_topleft.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#mainTop #mainTopRight{
	position: absolute;
	background-image: url(../img/main_topright.png);
	background-repeat: no-repeat;
	height: 25px;
	width: 30px;
	position: absolute;
	top: 0px;
	right: 0px;
	overflow: hidden;
}
#mainMid{


	background-color: #FFFFFF;
}
#mainMid #mainMidLeft{
	background-image: url(../img/main_midleftbg.png);
	background-repeat: repeat-y;
	width: 30px;
	height:200px;

	vertical-align: top;
}
#mainMid #mainMidLeftTop{
	background-image: url(../img/main_midleft.png);
	background-repeat: no-repeat;
	height: 167px;
	width: 30px;
}
#mainMid #mainMidContent{
	background-color: #FFFFFF;
	margin-left: 25px;
	margin-right: 25px;
	vertical-align: top;
	background-image: url(../img/main_midbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height:200px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}
#mainMid #mainMidRight{
	background-image: url(../img/main_midrightbg.png);
	background-repeat: repeat-y;
	width: 30px;
	height:300px;

	vertical-align: top;	
}
#mainMid #mainMidRightTop{
	background-image: url(../img/main_midright.png);
	height: 167px;
	width: 30px;
	background-repeat: no-repeat;
}
#mainBottom{
	background-image: url(../img/main_bottombg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 50px;
	position: relative;

}
#mainBottom #mainBottomLeft{
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../img/main_bottomleft.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 30px;
	overflow: visible;
}
#mainBottom #mainBottomRight{
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../img/main_bottomright.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 30px;
	overflow: visible;
}
.tableSetting{
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 10px;
	color: #494949;	
}
.tableSetting th{
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-position: 2px 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	white-space: nowrap;
	padding-left: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 5px;
	text-align: left;
	vertical-align: top;

}
.tableSetting td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D4D4;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 5px;
	padding-left: 5px;
}
.sendSubmit{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;

}
/**/
#popupData{
	background-image: url(../img/handle_popupData.png);
	background-repeat: no-repeat;
	background-position: center -10px;
	height:205px;
	height /**/:auto;
	min-height:205px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 940px;
	text-align: left;
	padding-top: 50px;
}
#popupData #wrapper{
	padding-right: 40px;
	padding-left: 40px;
}
#popupData #title{
	margin-bottom: 50px;

}
#popupData .user{
	margin-bottom: 3px;
}
.tableData{
	padding: 0px;
	border-collapse: collapse;
	margin-bottom: 3px;
	color: #494949;
	border: 1px solid #D9D9D9;
	background-image: url(../img/main_midbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.tableData th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #454545;
	padding: 8px;
}
.tableData td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	padding: 8px;
}
.tableDataBottom{
	background-image: url(../img/main_bottombg.png);
	background-repeat: repeat-x;
	overflow: hidden;
	height: 50px;
	background-position: left -20px;
}
.searchData{
	background-color: #EBF3FB;
	padding: 9px;
	margin-bottom: 10px;
	color: #4C4C4C;
}
.searchData th{
	padding-right: 3px;
	white-space: nowrap;
	vertical-align: top;
}
.searchData td{
	padding-right: 13px;
	vertical-align: top;	
}
#popupData .infoResult{
	background-image: url(../img/icon_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-bottom: 2px;
}