﻿/* Common */
html
{
	min-width: 770px;
}
img
{
	border: 0px;
}
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
}
#mainBox
{
	width:950px;
	margin:0 auto;
	padding: 0 8px;
	background: #fff;
}
.clean
{ 
	clear: both;
	font-size:1px;
	width:1px;
	height:0;
	visibility: hidden;
}

.wrapfix:after {
    content: "."; 
    display: block;
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.wrapfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .wrapfix {height: 1%;}
.wrapfix {zoom:1;}
.wrapfix {display: block;}
/* End hide from IE-mac */
a
{
	color:#000;
	text-decoration:none;
}
a:hover 
{
	text-decoration:underline;
}

ul,li,p,form,input,select,option,dl,dt,dd
{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 
{
	margin:0;padding:0;
}
h3
{
	font-size:14px;
}
h4,h5
{
	font-size:12px;
}
li
{
	list-style-type: none;
}

.floatL
{
	float:left;
}

.floatR
{
	float:right;
}
.red
{
	color:#cc0000;
}
.blue
{
	color:#3366FF;
}
.black
{
	color:#000;
}
.deepBlue
{
	color:#06c;
}
.green
{
	color:#008000;
}
.orange
{
	color:#FE6700;
}
.gray
{
	color:#666;
}




/* layout */
#mainBox
{
	width:950px;
	margin:0 auto;
}





/*--------------------------------
             common
----------------------------------*/
#container
{
	margin:2px 0 0 0;
}
.container
{
	margin:8px 0 0 0;
}
.content
{
	float:right;
	width:710px;
}
/* --------------------------
        loginBox
-------------------------- */
.loginBox
{
	margin:10px 0 0 0;
	padding:10px 0;
}
.LoginTipsBox
{
	width:73%;
	border:1px solid #ccc;
	background:#FFFFEE;
	margin:auto;
	text-align:left;
	color: #1b518e;
}

.LoginTipsBox h1
{
	font-size:20px;
	line-height:200%;
}

.LoginTipsBox a
{
	color:Red;
}

.LoginTipsImgBox
{
	margin:20px;
	float:left;
}

.LoginTipsContentBox
{
	margin:20px 20px 10px 20px;
	line-height:180%;
}
.LoginTipsContactInfo
{
	text-align:right;
	margin:10px;
}
.loginField
{
	width:73%;
	margin:0 auto;
	padding: 10px 0 0 0;
}
.login
{
	width:335px;
	height:190px;
	padding: 0 0 10px 0;
	overflow:hidden;
}
.login h4
{
	color: #fff;
	text-align: center;
	height: 25px;
	line-height: 25px;
	margin: 1px;
	clear: both;
	width: 333px;
}
.loginField div.floatL
{
	border:1px solid #CD321D;
}
.loginField .floatL h4
{
	background:#CD321D;
}
.memberLogin
{
	padding:0 20px;
}
.memberLogin h5
{
	height:24px;
	line-height:24px;
	text-align: center;
	font-weight: normal;
	padding: 4px 0;
}
.memberLogin form
{
	margin:0 0 0 10px;
}
.textField1
{
	padding:2px;
	width: 180px;
}
.textField2
{
	padding:2px;
	width:80px;
}
.memberLogin dt,
.memberLogin dd
{
	float:left;
	height: 24px;
	line-height: 24px;
	margin: 0 0 5px 0;
}
.memberLogin dt
{
	width:50px;
	margin:0 4px 0 0;
	text-align: right;
}
.memberLogin dd
{
	margin:0 5px 5px 0;
}
.loginErrorTips
{
	text-align:center;
	line-height:14px;
}
.loginButton
{
	text-align:center;
	padding:10px 0 0 0;
}
.loginButton img
{
	vertical-align:middle;
}
*+html .loginButton img
{
	vertical-align:bottom;
	padding:1px 0 0 0;
}
.loginButton input
{
	vertical-align:middle;
}
.loginButton a
{
	padding: 0 0 0 6px;
	text-decoration: underline;
}
.loginField .floatR h4
{
	background:#06c;
}
.loginField div.floatR
{
	border:1px solid #06c;
}
.loginField .floatR ul
{
	padding:25px 0 0 0;
}
.loginField .floatR ul li
{
	width:60%;
	margin:0 auto;
	clear: both;
	height: 22px;
	line-height: 22px;
	padding: 0;
	text-align: center;
}
.loginField .floatR ul li a
{
	color:#1F3A87;
	padding:2px 4px;
	/*text-decoration:underline;*/
}
.loginField .floatR ul li a:hover
{
	background:#06c;
	color:#fff;
	display:block;
	padding:2px 4px;
	text-decoration:none;
}
.webServices
{
	margin: 20px 0 0 0;
	padding: 0 25px;
}
.webServices a
{
	padding:5px;
	height:24px;
	line-height:24px;
	width: 120px;
	display: block;
	border: 1px solid #06c;
	background: #e2f0fb;
	text-align: center;
	color: #1F3A87;
}

#MainOperationBox { display:none; position:absolute; background-color:#fff; border:2px solid #ccc; padding:6px; width:580px; }



/* ------------------------
      regBody
--------------------------*/
#regBody {
	margin:10px 0 0 0;
}
.regFormPart
{
	border:1px solid #ccc;
	padding:8px 0;
	margin:8px 0;
}
/* ------------------------
          regTop
--------------------------*/
#regTop {
	padding:3px;
	text-align:left;
	border: 1px solid #ccc;
	background: #FFFCEF;
}
#regTop .deepBlue
{
	font-size:14px;
	font-weight: bold;
}
#regTop h4 {
	text-align:left;
	padding:8px 0 0 8px;
	font-weight: normal;
	color: #333;
}
#regTop h5
{
	text-align:right;
	padding:0 6px 0 0;
	font-weight:normal;
}
.regTips1
{
	background:url("/common/images/bg.png") no-repeat -220px -443px #FFFCEF;
	line-height:30px;
	height:30px;
	margin:10px 0 0 0;
	padding:0 10px 0 22px;
	border: 1px solid #ccc;
	border-bottom:none;
}
.regInputErrorTips li
{
	background:url("/common/images/bg.png") no-repeat -220px -316px;
	height:20px;
	line-height:20px;
	text-align:left;
	padding: 0 0 0 22px;
}	
/* ------------------------
          regInputBody
--------------------------*/
#regInputBody h1
{
	text-align:center;
	color: #CC0000;
}
#regInputBody h3
{
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color:#1b518e;
	padding: 6px 0;
	font-size: 16px;
	text-align: center;
}
#regInputBody h4 a
{
	text-decoration:underline;
	color: #06c;
	font-weight: normal;
}
.regBorder
{
	border-bottom:1px solid #ccc;
	width:900px;
	display:block;
	margin: 0 auto;
	padding: 0 0 0 8px;
	text-align: left;
}
.regInputErrorTips
{
	border:1px solid #ccc;
	border-top:none;
}	
.colTitle
{
	height:25px;
	line-height:25px;
	margin:10px 0;
	text-align: right;
	width:90px;
	float: left;
}
.inputField
{
	line-height:25px;
	margin:10px 0 10px 20px;
	text-align: left;
	float: left;
}
.inputField img
{
	vertical-align:top;
}
.RegisterExplainBox
{
	line-height: 15px;
	color: #666;
	margin: 10px 0 0 0;
	width: 400px;
	float: right;
	background:#f6f6f6;

}
.RegisterExplainBox div
{
	padding:5px 15px;

}

.RegisterExplainBox_Current,
.RegisterExplainBox_Error
{
	line-height: 15px;
	margin: 8px 0 0 0;
	text-align: left;
	float: right;
	padding:5px 15px;
	width: 370px; 
	border:1px solid #7BC1ED; 
	background:#E4F5FD;
	color:#44516F;
}
.RegisterValidator
{
	padding:0 0 0 5px;
}
.colTitle span
{
	text-align:right;
}
.regInput
{
	border:1px solid #B4B4B4;
	height:16px;
	line-height:16px;
	padding:2px;
	width:200px;
}
#part1,#part2,#part3,#part4
{
	border:1px solid #73c151;
	margin: 0 0 8px 0;
	padding: 0 0 10px 0;
}
#regInputBody ul
{
	margin:0 auto;
	clear: both;
	width: 900px;
}
.colContent
{
	background: #fafff9;
	padding: 5px 15px;
	line-height: 15px;
	border:1px solid #73c151;
	color: #444;
	margin: 10px 0 0 0;
	width: 380px;
	float: right;
}
.colContent a
{
	text-decoration:underline;
	color: #333;
}
.colContent a:hover
{
	text-decoration:none;
}
#regSubmit
{
	border:1px solid #ccc;
	text-align:center;
	height: 60px;
	line-height: 30px;
	margin:0 0 8px 0;
	padding: 8px 0;
	background: #FFFCEF;
}
#regSubmit a
{
	text-decoration:underline;
	font-weight:bold;
	color:#1f3a87;
}
#regSubmit a:hover
{
	text-decoration:none;
}
#regSubmit input
{
	width:150px;
	height:30px;
	cursor: pointer;
	padding: 5px 10px!important;
	padding: 6px 10px 0 10px;
}
.regFinish
{
	margin:20px auto;
	border:1px solid #73c151;
	padding:15px;
}

.regFinish h4
{
	text-align:center;
	margin:20px;
}

.regStep
{
	width:500px;
	margin:auto;
	margin-top:30px;
}

.regStep h2
{
	text-align:center;
}

.regStep .step
{
	border:1px solid #ccc;
	padding:20px;
}

.regStep .nextStep
{
	height:30px;
	background:transparent url(../i/NextStep.png) no-repeat scroll 50px;
}
/* --------------------------
         userSideBar
-------------------------- */
.userSideBar
{
	float:left;
	width:232px;
}
	
.userSideBar .user
{
	border:1px solid #a7ccde;
	margin: 0 0 8px 0;
	padding: 0 0 8px 0;
	width: 230px;
}
.userSideBar h4
{
	background:url("../images/members.png") no-repeat 0 -60px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color: #1b518e;
	padding: 0 10px;
	margin: 0 0 5px 0;
	border-top: 1px solid #ace;
}
.userSideBar .user form
{
	margin:0;
	padding:0 0 5px 5px;
	line-height:25px !important;
}
.userSideBar .user .chkbox
{
	margin:2px 0 0 0;
}
.userSideBar .user span
{
	text-align: right;
	display: block;
	float: left;
	padding: 0 8px 0 0;
	color: #1b518e;
	width: 75px;
}
.userSideBar .user a
{
	padding:0 0 0 5px;
	text-decoration:underline;
}
.userSideBar .user a:hover
{
	text-decoration:none;
}
.userSideBar .user .textbox1
{
	width:110px;
	border:1px solid #8A9ABB;
	height: 16px;
	margin: 0;
	padding: 1px 0;
}
.userSideBar .user .textbox2
{
	width:60px;
	border:1px solid #a7ccde;
	margin: 0 0 0 60px;
	background: #e2f0fb;
	color: #1b518e;
	height: 25px;
	cursor: pointer;
}
.userSideBar .user img
{
	vertical-align:top;
	float: left;
	display: block;
}
.userSideBar .leftList
{
	padding:0 0 5px 0;
	border-left: 1px solid #a7ccde;
	border-right: 1px solid #a7ccde;	
	border-bottom: 1px solid #a7ccde;	
	width: 230px;
	margin: 0 0 8px 0;
}
.userSideBar .leftList h4 .floatR
{
	font-weight:normal;
	margin: 0 0 0 8px;
}
.userSideBar .leftList .listContent
{
	line-height:20px;
	height: 120px;
}
.userSideBar .leftList li
{
	height:20px;
	clear: both;
	padding: 0 2px 0 10px;
	background:url(/common/images/members.png) no-repeat -492px -450px;
	overflow: hidden;
	line-height: 20px;
}
.userSideBar .leftList li a
{

	display:block;
}
.userSideBar .leftList li span
{
	float:right;
	color:#666;
}
.welcome p
{
	padding:0 0 0 5px;
	line-height: 20px;
}
.welcome .deepBlue
{
	font-size:24px;
	font-weight:bold;
}
/* --------------------------
        userInfoBar
-------------------------- */
.userInfoBar p
{
	padding:0 0 0 10px;
	line-height: 20px;
}
.userInfoBar a
{
	text-decoration:underline;
	padding:4px;
}
.userInfoBar a:hover
{
	background:#06c;
	text-decoration:none;
	color:#fff;
}
/* --------------------------
        userInfoBox
-------------------------- */
.userInfoBox
{
	border-left:1px solid #ace;
	border-right:1px solid #ace;
	border-bottom:1px solid #ace;
	width: 540px;
	height:180px!important;
}	
.userInfoBox h4
{
	background:url("/common/images/members.png") repeat-x 0 -60px;
	height: 25px;
	line-height: 25px;
	text-align: left;
	color: #1b518e;
	margin: 0 0 5px 0;
	border-top: 1px solid #ace;
}
.userInfoBox h4 span
{
	background:url("/common/images/members.png") no-repeat -478px -38px;
	height: 24px;
	line-height: 24px;
	width:20%;
	display: block;
	text-align:left;
	padding:0 0 0 30px;
}
/* --------------------------
         userServices
-------------------------- */
.userServices
{
	width:154px;
	height: 170px;
	padding: 2px 0 0 0;
}
.userServices ul li
{
	width:100%;
	height:52px;
}
.userServices ul li a
{
	width:100%;
	height:53px;
	display:block;
	text-decoration:none;
}
.userServices ul li a:hover
{
	text-decoration:none;
}
.userSms
{
	background:url("../images/members.png") no-repeat 0 0;
}
.userFax
{
	background:url("../images/members.png") no-repeat -160px 0;
	margin: 10px 0;
}

.userIm
{
	background:url("../images/members.png") no-repeat -320px 0;
}
/* --------------------------
         userInfoContent
-------------------------- */
.userInfoContent
{
	padding:0 0 0 150px;
	background: url("../images/members.png") no-repeat 8px -143px;
	height: 120px;
}
.userInfoContent p
{
	line-height:24px;
	height: 24px;
	width: 390px;
	overflow: hidden;
}
.userInfoContent .deepBlue
{
	font-size:26px;
	font-weight: bold;
}
.userInfoContent a
{
	text-decoration: underline;
}
.userInfoContent a.red
{
	font-size:18px;
	font-weight: bold;
}
.userInfoContent a:hover
{
	text-decoration:none;
}
.userTime
{
	text-align:center;
	padding: 6px 0 0 0;
	border-top:1px dashed #d3d3d3;
	width:96%;
	margin:0 auto;
}
/* --------------------------
       userSearch
-------------------------- */
.userSearch
{
	margin:10px 0 0 0;
}
.userSearchChk
{
	font-size:14px;
	color: #1b518e;
	font-weight: bold;
	margin: 0 10px 0 0;
}
.textfield
{
	width:120px;
}
.corSearch
{
	border-left:1px solid #ace;
	border-top:1px solid #ace;
	border-right:1px solid #ace;
	padding:5px 10px 4px 10px;
	margin:0 0 8px 0;
	background: #e2f0fb;
}
.priceSearch
{
	border-left:1px solid #ace;
	border-bottom:1px solid #ace;
	border-right:1px solid #ace;
	padding:4px 10px 5px 10px;
	background: #e2f0fb;
}
/* --------------------------
     userInfoMessage
-------------------------- */
.userInfoMessage
{
	border:1px solid #ace;
	margin: 10px 0;
	padding: 10px;
	background: #e2f0fb;
	line-height:20px;
}
.userInfoMessage a
{
	color: #1b518e;
	text-decoration: underline;
	padding:4px 6px;	
}
.userInfoMessage a:hover
{
	background:#06c;
	text-decoration: none;
	color:#fff;
}
.userInfoMessage h4
{
	font-size:14px;
	color: #1b518e;
}
/* --------------------------
      userDealBox
-------------------------- */
.userDealBox div
{
	width:348px;
	height:188px;
	border: 1px solid #ace;
}
.userDealBox div h4
{
	height:25px;
	line-height:25px;
	background:url("/common/images/members.png") repeat-x 0 -60px;
	color: #1b518e;
	padding: 0 5px 0 0;
}
.userDealBox div h4 span
{
	background:url("/common/images/members.png") no-repeat -480px -15px;
	height: 25px;
	line-height: 25px;
	width: 80px;
	display: block;
	text-align: right;
}
.userDealBox div dl
{
	width:100%;
	clear:both;
}
.userDealBox div dt,
.userDealBox div dd
{
	float:left;
}
.dealTitle
{
	height:22px;
	line-height:22px;
	background: #f4f8fb;
}
.dealList dt,
.dealList dd
{
	height:22px;
	line-height:22px;
	border-bottom: 1px dashed #d3d3d3;
}
.dealCol1
{
	width:154px;
	overflow: hidden;
	padding: 0 0 0 5px;
}
.dealCol1 a
{
	color:#1b518e;
}
.dealCol2
{
	width:50px;
	text-align: center;
	padding: 0 2px 0 0;
}
.dealCol3
{
	width:80px;
	text-align: right;
	padding: 0 5px 0 0;
	overflow:hidden;
}
.dealCol4
{
	width:50px;
	text-align: right;
	padding: 0 2px 0 0;
}
.dealCol5
{
	font-size:11px;
}
/* --------------------------
      userForumBox
-------------------------- */
.userForumBox
{

	border: 1px solid #ace;
	margin: 10px auto 0 auto!important;
	margin:0 auto;		
	width: 708px;
}
*+html .userForumBox
{
	margin:-8px 0 0 0;
}
.userForumBox h4
{
	height:25px;
	line-height:25px;
	background:url("/common/images/members.png") repeat-x 0 -60px;
	color: #1b518e;
	padding: 0 5px 0 0;
}
.userForumBox h4 span
{
	background:url("/common/images/members.png") no-repeat -480px 5px;
	height: 25px;
	line-height: 25px;
	width: 80px;
	display: block;
	text-align: right;
}
.userForumBox dt,
.userForumBox dd
{
	float:left;
}
.userForumList dt,
.userForumList dd
{
	height:24px;
	line-height:24px;
}
.userForumTitle1
{
	width:574px;
	padding: 0 0 0 5px;
}
.userForumTitle1 a
{
	width:569px;
	padding: 0 0 0 5px;
	color:#1b518e;
	display: block;
	background:url("/common/images/members.png") no-repeat -495px -550px;	
}
.userForumTitle2
{
	width:66px;
	text-align: right;
	padding: 0 6px 0 0;
}
.userForumTitle3
{
	width:50px;
	padding: 0 5px 0 0;
	text-align: right;
}
.userForumTitle9
{
	border-top:1px dashed #d3d3d3;
}
.userForumTitle0
{
	border-top:1px dashed #d3d3d3;
	border-right:1px dashed #d3d3d3;	
}
/* --------------------------
   		advSearch
-------------------------- */
.advSearch
{
	width:708px;
	border:1px solid #ace;
	background: #e2f0fb;
	height: 55px;
	line-height:26px;
	margin: 0 0 10px 0;
	padding: 10px 0;
}
.advSearch form
{
	width:96%;
	margin:0 auto;
}
.advSearch ul li
{
	height:26px;
}
.advSearch p
{
	float:left;
}
.textfield
{
	height:14px;
	line-height:14px;
	padding:2px 0;
}
.submitButton
{
	height:22px;
	line-height:20px !important;
	line-height:18px;	
	padding:0 2px;
	cursor:pointer;
}
/* --------------------------
   		advPages
-------------------------- */
#advPages
{
	width:688px;
	background: #fafafa;
	line-height:30px;
	padding: 10px;
	text-align:center;
	border-left:1px solid #ace;
	border-right:1px solid #ace;
	border-bottom:1px solid #ace;		
}

#advPages a
{
	padding:0 8px;
}





/* --------------------------
         search
-------------------------- */
#dataPanel{clear:both; margin:10px 0 0 0;}
#dataPanel #search, #dataPanel #operationToolbar
{
	text-align:center;
	border:1px solid #ace; 
	border-bottom:0; 
	background:#E2F0FB;
	padding:7px 0;
}
#dataPanel #operationToolbar { text-align:right; }
.textArea{height:17px;}
/* --------------------------
         dataList
-------------------------- */


#dataList table
{
	border:1px solid #ace;
	border-collapse:collapse;
	width:100%;
}
#dataList td
{
	padding:4px;
	border:1px solid #ace;
	text-align:center;
}
#dataList .titleRow td, #dataList .titleRow th { font-weight:bold; text-align:center; background-color:#F4F8FB; }
#dataList .dateTimeCol{ width:120px; }
#dataList .operationCol{ width:40px; }
.Emphasize{color:#ff0000;}
#ListBoxItem .Button{margin:0 3px 0 0;padding:0;height:20px;line-height:16px;margin:2px 0 0 0;}
/* --------------------------
      addInfoBox
-------------------------- */
.addInfoBox
{
	border:1px solid #ace;
	padding: 0 0 10px 0;
	background:#fff;
}
.addInfoBox h1
{
	height:30px;
	line-height:30px;
	background: #e2f0fb;
	color: #1b518e;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ace;
}




.FormTablesBox
{
	padding:0 10px 10px;
}
.addInfoBox ul{clear:both;padding:8px 0;}
.addInfoBox ul li{float:left; line-height:25px;color:#1b518e;}
.addInfoBox li.nota
{
	width:15%;
	text-align:right;
	padding: 0 8px 0 0;
	font-size:14px;

}
.addInfoBox ul li.sTips{width:255px;color:#666;text-align:left;}
.addInfoBox ul li.sTips span a{color:#06c;text-decoration:underline;}
.addInfoBox ul li.sTips span a:hover{text-decoration:none;}
.addInfoBox ul li.sBody
{
	width:550px;
	clear:right;
	padding:0 0 0 20px;
	
	color:#666;
	text-align: left;
}
.addInfoBox ul li.sBody input
{
	margin:0 8px 0 0;
}
.addInfoBox ul li.sBody a{text-decoration:underline;}
.addInfoBox ul li.sBody a:hover{text-decoration:none;}
.addInfoBox ul li.sBody img{vertical-align:middle;}
.addInfoBox ul li.sBody .areaSelect{width:90px;}
.addInfoBox ul li.sBody2{width:99%;margin:0 auto;}
.addInfoBox .submitBotton
{
	margin:20px auto 5px auto; text-align:center;
} 
#colNote{height:18px;line-height:18px;color:#F00; font-size:12px; border-right:1px solid #d3d3d3; border-left:1px solid #d3d3d3; padding:4px;}
.columnTypeC .colContent a.curA{color:#D45417;}

/* JobsBox */
.JobsBox
{
	line-height:180%;
}

.JobInfoBox
{
	background-color:#F0F1F4;
	padding:5px;
	border-bottom:1px solid #D6D6D6;
}

.JobsBox .Job, .JobsBox .Amount, .JobsBox .Qualifications { width:100px; }
.JobsBox .JobRequirement { width:480px; height:40px; }

a.SubtractJobButton, a.AddJobButton, a.SubtractMemberButton
{
	border: 1px solid #ccc;
	padding: 0 5px 0 30px;
	display: inline-block;
	line-height: 24px;
}
a.SubtractJobButton
{
	background:  url(../I/Subtract.png) no-repeat 0 0 #fff ;
}
a.AddJobButton
{
	background:  url(../I/Add.png) no-repeat 0 0 #fff ;
}



#List .Title{}

.QuotedList .title{text-align:left;font-size:12px;
font-weight:bold;}
.QuotedList{text-align:left;}
.QuotedList  .Title th{text-align:center;}
#dataList .List{}
#dataList .List .Title{background-color:#FAFAFA;}
#search {}
#search span input{width:60px;}

.listTitle2
{
	background:#F2F6FB;
	color:#333;
	width:100%;	
	height:26px;
	line-height:26px;
	white-space:nowrap;
	overflow:hidden;	
}
.listTitle2 dt{width:10%; padding:0; text-align:center;}
.listTitle2 dd{/*width:20%;*/ padding:0; float:left;text-align:center;}

.listDetailBox2 dl
{
	width:100%;
	height:22px;
	line-height:22px;
	white-space:nowrap;
	overflow:hidden;
	border-bottom:1px solid #F2F6FB;
}

.listDetailBox2{border-left:1px solid #F2F6FB;border-right:1px solid #F2F6FB;}

.listDetailBox2 dt
{	
	text-align:center;
	width:10%;
}
.listDetailBox2 dd
{	
	/*width:20%;	*/
	text-align:center;
	float:left;
}
.pages{ text-align:center;border-left:1px solid #F2F6FB; border-bottom:1px solid #F2F6FB; border-right:1px solid #F2F6FB;}

#mainBox2 {
	margin:0 auto;
	padding:2px 8px 0;
	width:700px;
	background-color:#FFFFFF;
}
.hideMe{ display:none;}
.ButtonBar{ text-align:center;}


.showtext{ color:Red; border:medium none;width:70px;}

.ValueBox label{margin:0 5px 0 0;}
.spanFirt
{
	width:165px;
	float:left;
}
.spanFirt select{}
.spanSecond
{
	width:230px;
	float:left;
}

.spanTitle{font-weight:bold;}

.codeNum{width:20%;}
.codePro{width:30%; overflow:hidden;}
.codeTy{width:10%;}
.codeSel{width:6%;}
.codeAnnex
{
	height:20px;
	width:10%;
}
.codeSerial
{
	height:20px;
	width:10%;
}


.codeName{width:30%; height:24px;}
.codeEngName{width:30%; height:24px;}
.codeByName{width:18%; height:24px;}

.showtext{ color:Red; border:medium none;width:70px;}

.searchBar5{}
.searchBar5 .selectList
{
	height:20px;
	padding:1px 0;
	width:15%;
}

.searchBar5 .textBox{width:20%;}
.listTitle5
{
	background:#F2F6FB none repeat scroll 0 0;
	color:#333333;
	height:26px;
	line-height:26px;
	overflow:hidden;
	white-space:nowrap;
	width:100%;
}
.listTitle5 dt{}
.listTitle5 dd{}

.comId
{
	text-align:center;
	width:8%;
	height:24px;
	line-height:24px;
}
.comName
{	
	cursor:pointer;
	width:52%;
	height:24px;
	line-height:24px;
}
.comArea
{
	width:25%;
	height:24px;
	line-height:24px;
}
.comTalk
{
	text-align:center;
	width:6%;
	height:24px;
	line-height:24px;
}
.comSelect
{
	text-align:center;
	width:6%;
	height:24px;
	line-height:24px;
}


.dataContentList{}
.dataContentList .dataContent
{	
	border-bottom:1px solid #AACCEE;
	border-left:1px solid #AACCEE;
	border-right:1px solid #AACCEE;
	float:right;
	padding:0 0 0 4px;
	width:44%;
}

.dataContentList .dataList
{
	/*border-left:1px solid #AACCEE;
	border-right:1px solid #AACCEE;
	width:54%;
	margin:5px 0 0;*/
	border:1px solid #AACCEE;	
}

.dataListTitle
{
	height:24px;
	line-height:24px;
	width:100%;
}
.dataName
{
	float:left;
	height:24px;
	width:30%;
}
.dataPrice
{
	float:left;
	height:24px;
	width:20%;
}
.dataSB{width:18%; float:left;}
.dataSel{width:10%; float:left;}
.dataDelete{width:10%; float:left;}

.dataListContentBox{}

.dataListTitle dt,.dataListContentBox dt
{
	width:12%;
}

.advPages2{
	background:#FAFAFA none repeat scroll 0 0;
	border-top:1px solid #AACCEE;
	line-height:20px;
	padding:5px;		
}

#Title{background:#FAFAFA none repeat scroll 0 0;}
#ListBox{}

.dataLeft
{
	/*float:left;
	width:52%;*/
}
.dataRight{float:left;}
.dataContent .title{font-weight:bold;}
.dataContent .contentBox{}

.dataContent h3
{
	text-align:center;
	text-decoration:underline;
	background:transparent url(/common/images/members.png) no-repeat scroll 0 -60px;
	border-bottom:1px solid #AACCEE;
}
.dataContent .p
{
	height:22px;
	line-height:22px;
}
.dataContent p{}
.dataContent dl
{
	height:24px;
	line-height:24px;
}
.dataContent dl dt{}
.dataContent dl dd{}
.dataContent .remark
{
	border:1px dashed #D3D3D3;
	color:blue;
	font-size:12px;
}

.listInterrelated
{
	border:1px solid #AACCEE;
	/*float:right;*/
	margin:5px 0 0;
	
	/*border-right:1px solid #AACCEE;
	border-top:1px solid #AACCEE;
	margin:17px 0 0;*/
}
.listMy
{
	border:1px solid #AACCEE;
	float:left;
	/*
	border-right:1px solid #AACCEE;*/
}

.listInterrelated h3
{
	background:none repeat scroll 0 0 #E2F0FB;
	border-bottom:1px solid #AACCEE;
	height:22px;
	line-height:22px;
	text-align:center;
	text-decoration:underline;
}
.dataContentListBox
{
}
.dataButtonListBox{}

.conSysBox
{
	width:900px;
	background:#fff;
	border:1px solid #ccc;
	margin:8px auto;
	padding:10px;
}
.conSysTitle h1
{
	font-size:16px;
	color:#007BBB;
	background:#f7f9fd;
	text-indent:20px;
	height:30px;
	line-height:30px;
	border-bottom:1px solid #98b7cc;
	margin:0 0 10px;
	padding:5px 0;
}
#conSysBody
{
	padding:10px;	
	font-size:14px;
}
.FormTablesBox .FormTable{}
.FormTablesBox .FormTable tr
{
	display:inline-block;
	width:100%;
	min-height:40px;
	height:auto;
	padding:4px 0 0;
	
	
}
.FormTablesBox .FormTable tr td
{
	vertical-align:top;
}
.FieldBox
{
	width:80px;
	text-align:right;
	padding:0 10px 0 0;
	
}
.ValueBox input
{	
	border:1px solid #a0b4c5;
	padding:4px 2px 2px 4px;
	color:#666;
}
.MemberInfoBox
{
	font-size:12px!important;
	border:1px solid #A0B4C5;
	padding:20px;
	width:660px;
	margin:0 0 10px;
	color:#666;	
}
.MemberInfoBox select
{
	color:#666;
}
.MemberInfoBox input
{
	border:1px solid #ccc;
	height:14px;
	line-height:10px;
	font-size:12px;
}
.conSysListBox
{
	border-top:1px solid #dadada;
	margin:0 auto;
	width:874px;
	padding:10px 0;
}
.conSysListBox h4 span
{
	font-size:14px;
	font-weight:normal;
	width:60px;
	display:block;
	text-align:right;
}
.conSysList
{
	padding:10px 20px 10px 65px;
}
.conSysList p
{
	color:#666;
}
.conSysButton
{
	text-align:center;
}
.SubtractMemberButton
{
	margin:10px 0 0;
	background:url("../I/Subtract.png") no-repeat  0 0 #fff ;
}
.conSysButton input
{
	padding:4px 6px;
	cursor:pointer;
}
#UCCompany_UCCost_CtrCostList_ctl00_CbSelect,#UCCompany_UCCost_CtrCostList_ctl01_CbSelect,#UCCompany_UCCost_CtrCostList_ctl02_CbSelect
{
	width:10px!important;
	border:0!important;
}
.CostSetBox
{

}
.CostSetBox input
{
	width:60px;
	border:1px solid #ccc;
}
#CostContainer
{
	display:block;
	height:30px;
	line-height:30px;
	color:#666;
}
* html #CostContainer
{
	padding:4px 0 0;
}
.CostItem
{
	margin:0 6px 0;
}
.MemberInfoBox li
{
	margin:10px 0;
}
.MemberInfoBox li input,.MemberInfoBox li select
{
	margin:0 10px 0;
}
.FormTablesBox a:hover
{
	text-decoration:none;
}
/*
#VSForm
{
	position:relative;
	left:370px;
	top:-490px;
}
#VSForm li
{
	margin:0 0 22px;
	color:#BA2636;
}*/


.prodPic{}
.prodPic li 
{
	border:1px solid #AACCEE;
	float:left;	
	margin:1px;
	padding:5px;	
}
.prodPic .pic{}
.prodPic h5
{
	height:20px;
	line-height:20px;
	overflow:hidden;
}
.prodPic .pic img{height:120px;}
.prodPic .ButtonBar{}

.imgList{height:160px; overflow:hidden; padding:0 10px;}
.imgList p
{	
	float:left;
	height:140px;
	margin:2px;
	text-align:center;
	width:130px;
}
.imgList p img{height:120px; width:120px;}

#imgContent
{
	border:1px solid #ccc;
	height:140px;
}

#subNav{ height:5px;}

.contactSpan{}
.contactSpan li{}
.contactSpan .telSpan{}
.contactSpan .linkSpan{}

.cluetip-default {
	background-color:#E2F0FB !important;
	border:1px solid #AACCEE;
}
.cluetip-default #cluetip-outer
{
	background-color:#E2F0FB !important;
	margin:0;	
}

.cluetip-default #cluetip-inner {
	padding:5px 10px 10px 10px !important;
}
.cluetip-default div#cluetip-close {
	color:#990000;
	margin:0 5px 5px;
	text-align:right;
}

.dataContentListBox h4
{
	background:none repeat scroll 0 0 #E2F0FB;
	border-bottom:1px dashed #AACCEE;
	font-size:15px;
	height:24px;
	line-height:24px;
}
.dataContentListBox h4 .endDetal
{
	font-size:12px;
	font-weight:normal;
}
.dataContentListBox .detailTite
{
	text-align:right;
	width:60px;
}
.dataContentListBox .detailValue
{
	padding:0 0 0 5px;
}

.changeInfoBox h1
{
	font-size:16px !important;
	
}

.module li{line-height:20px;height:20px;padding: 0 10px;}
.module li em{float:right;}
