﻿/**后台模板开始**/
.Show
{
	display:block;
}

.Hide
{
	display:none;
}

.ScannerTextBox
{
    font-size:26px;
    height:40px;
}

.IntranetWrap
{
	text-align: left;
	width: 1250px;
	margin: 0 auto;
	text-align: center;
	color:#000;
}

.IntranetWrap a
{
	color:#000;
}

.IntranetLoginPanel 
{
	background-image:url(../../IntranetImages/LoginBg.jpg);
	background-position:center;
	background-repeat:no-repeat;
	height:400px;
	text-align:center;
	color:#000000;
	margin-top:50px;
	border:solid 1px #016AA9;
}
.LoginTable 
{
	margin-top:180px;
}
.IntranetHeaderPanel
{
	height:71px;
	background-image:url(../../IntranetImages/HeaderBg.gif);
	background-position:center;
	background-repeat:no-repeat;
}
.IntranetHeaderPanel .AdminAction
{
	float:left;
	width:300px;
	line-height:30px;
	margin:30px 0px 0px 260px;
	_margin:35px 0px 0px 140px;
}
.IntranetHeaderPanel .CurrentDate
{
	float:right;
	width:200px;
	line-height:30px;
	margin:30px 20px 0px 0px;
	color:#FFFFFF;
	text-align:right;
}
.UserInfo 
{
	height:60px;
	line-height:35px;
	width:100%;
	background-image:url(../../IntranetImages/LeftTopBg.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
}
.UserInfo DIV
{
	margin:10px 0px 0px 26px;
	color:#FFFFFF;
}
.AdminMenuPanel
{
	width:100%;
	text-align:center;
}
.AdminMenuCaption
{
	width:151px;
	height:23px;
	background-image:url(../../IntranetImages/Menu.gif);
	background-position:center;
	background-repeat:no-repeat;
	line-height:23px;
	color:#FFFFFF;
	font-weight:bold;
}
.AdminMenu
{
	width:149px;
	border-left:solid 1px #96D6E4;
	border-right:solid 1px #96D6E4;
	border-bottom:solid 1px #96D6E4;
	text-align:center;
	margin-bottom:5px;
}
.AdminMenuItem 
{
	background-image:url(../../IntranetImages/MenuItem.gif);
	background-position:left;
	background-repeat:no-repeat;
	height:23px;
	line-height:23px;
	padding-left:20px;
	width:80%;
	text-align:left;
}
.AdminMenuItem a
{
	color:#1574AA;
}
.LocationBar 
{
	background-image:url(../../IntranetImages/LocationBg.gif);
	background-position:center;
	background-repeat:repeat-x;
	height:26px;
	line-height:26px;
	text-align:left;
	padding-left:10px;
}
.BodyPanel 
{
	width:100%;
	padding-top:10px;
	margin:0 auto;
}

.IntranetBlueButton
{
	background-image: url(../../IntranetImages/blueBtnBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 102px;
	height: 29px;
	color:#FFFFFF;
   cursor:pointer;
}

.IntranetBlueSmallButton
{
	background-image: url(/IntranetImages/blueSmallBtnBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 44px;
	height: 26px;
	color:#FFFFFF;
   cursor:pointer;
}


.IntranetBlueSmallCancleButton
{
	background-image: url(/IntranetImages/blueSmallBtnBg2.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 44px;
	height: 26px;
	color:#FFFFFF;
   cursor:not-allowed;
}


.IntranetBlueBigButton
{
	background-image: url(/IntranetImages/blueBigBtnBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 85px;
	height: 26px;
	color:#FFFFFF;
   cursor:pointer;
}




.IntranetBlueMiddleButton
{
	background-image: url(/IntranetImages/blueMiddleBtnBg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 60px;
	height: 26px;
	color:#FFFFFF;
   cursor:pointer;
}


.ModuleName
{
	color:#1574AA;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	margin:10px 0px 10px 0px;
	padding-left:10px;
	height:30px;
	line-height:30px;
}
/**后台模板结束**/
/**数据列表开始**/
.AdminDataList
{
	background-color:#B7D5E3;
}
.AdminDataList TD
{
	min-height:25px;
	padding:5px 0;
}
.AdminDataListHeader
{
	min-height:23px;
	background-image:url(../../IntranetImages/DataListHeaderBg.gif);
	background-position:center;
	background-repeat:repeat-x;
	color:#003300;
	font-weight:bold;
	text-align:center;
	height:30px;
}
.AdminDataListItem
{
	background-color:#FFFFFF;
	vertical-align:middle;
	word-wrap:break-word;
	word-break:break-all;
	height:30px;
}

.AdminDataListItemDetail
{
	background-color:#dcefed;
	vertical-align:middle;
	word-wrap:break-word;
	word-break:break-all;
	height:30px;
}

.AdminDataListItemHighlight
{
	background-color:#FFAA00;
	word-wrap:break-word;
	word-break:break-all;
	height:30px;
}

.AdminDataListItemHighlightDetail
{
	background-color:#f9e5a1;
	word-wrap:break-word;
	word-break:break-all;
	height:30px;
}
.AdminDataListItemPending
{
	background-color:#60B6F3;
	word-wrap:break-word;
	word-break:break-all;
	height:30px;
}
.AdminDataListItem a
{
	color:#1574AA;
	text-decoration:underline;
}

.AdminDataListItem a:hover
{
	color:Red;
}
.AdminDataListSubItem
{
	background-color:#FFFFFF;
}

.PendingAttention a
{
	color:#FFAA00;
}

.PendingReply a
{
	color:#60B6F3;
}

.NoArrivedShanghai a
{
	color:#ee8e4b;
}

.NoContainerNumber a
{
	color:green;
}

.FollowRemark
{
    background-color:orangered; 
}
/**数据列表结束**/
/**商品分类开始**/
.AddCategoryPanel
{
	margin:30px 0px 10px 0px;
	width:100%;
	text-align:left;
}
/**商品分类结束**/
.TableHeader .MyLocation
{
	margin:6px 0 0 40px; font-weight:bold;
}

.TableMiddle
{
	width:100%;
	padding:2px 2px 3px 2px;
	text-align:left;
}

.TableMiddle p
{
	line-height:30px;
	padding:0;
	margin:0;
}

.TableMiddle .DataListHeader
{
	background:url(../../IntranetImages/DataListBg.jpg) repeat-x left top;
	height:22px;
}

.TableFooter
{
	width:835px;
	height:29px;
	margin-bottom:5px;
	text-align:left;
}

.TableFooter .Pagination
{
	width: 100%;
	text-align: center;
	padding:0 5px;
	height: 25px;
}

.DeleteButton
{
	background: url(../../IntranetImages/Delete.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	border: none;
}

.EditButton
{
	background: url(../../IntranetImages/Edit.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	border: none;
}

.SureButton
{
	background: url(../../IntranetImages/ViewDetail.gif) no-repeat left top;
	width: 20px;
	height: 20px;
	border: none;
}
 .PrePay
{
 font-size:2em;
  padding-left:30px;     
   color:Red;
    text-align:left;
}
/**订单管理开始**/
.OrderSearchPanel TD
{
	line-height:20px;
	text-align:left;
}
/**订单管理结束**/


.ManagerDiv
{
	width:100%;
	text-align:left;
	padding:0 10px;
}

.ManagerDiv p
{
	margin:0;
	padding:0;
	line-height:25px;
	padding:0 3px;
}

/**订单明细开始**/
.OrderDetailPanel td
{
	height:20px;
	text-align:left;
}
.Attribute
{
	background-color:#BAE2FB;
	text-align:center;
}

.ShipmentDetailPanel 
{
	color:#000;
	margin-top:10px;
	height:20px;
}
/**订单明细结束**/
/**权限开始**/
.UserListPanel
{
	text-align:left;
}
/**权限结束**/

/**鼠标提示效果开始**/
div#qTip {
 padding: 3px;
 border: 1px solid #666;
 border-right-width: 2px;
 border-bottom-width: 2px;
 display: none;
 background: #999;
 color: #FFF;
 font: bold 9px Verdana, Arial, sans-serif;
 font-size:12px;
 text-align: left;
 position: absolute;
 z-index: 1000;
}
/**鼠标提示效果结束**/

.divfancybox
{
    display:none
}
.divfancybox div ul li
{
    padding:10px 20px;
    height:20px;
     text-align:center
}

.content-table td img{margin-right:3px; vertical-align:text-bottom;}
.content-table td.food{ height:35px; vertical-align:middle;}
.NOBorder{ border:none!important;}
.content-table a{ color:#2C5784; text-decoration:underline;}
.content-table a:hover{color:#ff6600; text-decoration:underline;}
.content-table .domain a{ color:#2C5784; text-decoration:none}
.content-table .domain a:hover{color:#ff6600; text-decoration:none;}
/*.content-table th{ border-top:1px solid #B7C4D4; border-bottom:1px solid #F9F9FA; background: url(/mmm/images/ui/ico_thbg.gif) #E2E7EF top right no-repeat; height:23px!important; height:21px; color:#000; text-align:left; line-height:23px; padding-left:7px; white-space:nowrap; }*/
.content-table th{ border-top:1px solid #B7C4D4; border-bottom:1px solid #F9F9FA; background: url(/IntranetImages/ico_thbg.gif) #E2E7EF top right no-repeat; height:23px!important; height:21px; color:#000; text-align:center; line-height:23px; padding-left:7px; white-space:nowrap; }
.content-table th.none{ background:#E2E7EF;}
.content-table tr{ background:#F2F2F2;} 
.content-table th.thright{ text-align:right; padding-right:10px;}
.content-table th.thcenter{ text-align:center; padding:0;}
.content-table th.thleft{ text-align:left; padding-left:10px;}
.content-table td{padding-left:10px; height:24px; word-break:break-all;border-bottom:1px solid #F9F9FA; padding-right:10px;}
.content-table td.tdright{text-align:right; padding-right:10px;}
.content-table td.tdrightpad30{text-align:right; padding-right:30px;}
.content-table td.tdrightpad0{text-align:right; padding-right:0px; }
.content-table td.tdleftpad0{padding-left:0px;}
.content-table td.tdcenter{text-align:center;}
.content-table td.img{ text-align:center;}
.content-table ol{ margin:0px 0px 0px 50px; padding:0px;}
.content-table ol li{padding:0px; margin:0px; }
/*.content-table .http-input{background:url(/mmmIntranetImages/input-http.gif) no-repeat #fff; padding-left:40px;}*/



/*编辑页*/
.diveditaccurate{border:1px solid #00BE00;  margin:0px; float:left;height:30px;}
.diveditaccurate .accurate-content{ margin:1px 0px 0px 1px;  font-weight:bold;font-size:12px;background:url(/IntranetImages/icon/accurate.gif) left no-repeat #E6FFE6; padding-left:24px; line-height:28px; color:#1B7005;text-align:left}

.divediterror{border:1px solid #ff6600; margin:0px; float:left;height:auto}
.divediterror .error-content{ margin:1px 0px 0px 1px; font-weight:bold; font-size:12px; background:url(/IntranetImages/icon/error.gif)  left no-repeat #FFF2E9; padding-left:24px; line-height:24px; color:#9C614F;}


/*底部固定保存按钮*/
.BottomPopDiv
{
	padding-top:8px;
	padding-left:180px;
    text-align:center;
	width: 100%;
	height: 30px;
	position: fixed;
	left: 0;
	bottom: 0;
	overflow: hidden;
	background: #F9F9FB url(iLocation.jpg) repeat-x -100px !important;
	border-top: 1px solid #D0DADF !important;
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)));
}


/*当前位置*/
.contable{ margin-bottom:5px;}
.contable .con-ico{height:19px; margin-bottom:5px;}
.contable .con-ico a{color:#2C5784;}
.contable .con-ico a:hover{color:#000;}
.hr{ width:100%; margin:0;background:url(/IntranetImages/bg-line.gif) repeat-x; height:12px; clear:both}
.contable .con-fl{float:left; margin-right:15px;}
.contable .con-fl img,

em1.error{ position:absolute; background:url(/IntranetImages/icon/error.gif)  left no-repeat #FFF2E9; border:1px solid #ff6600; padding:3px; font-style:normal; top:inherit; text-indent:20px; text-align:left }
em1.accurate{  background:url(/IntranetImages/icon/accurate.gif)  left no-repeat ; border:0px solid #1B7005; margin-bottom:5px;padding:3px; padding-left:20px;_padding:0px 10px;}



/*验证控件默认生成的元素*/
label.error{  background:url(/IntranetImages/icon/error.gif) left no-repeat #FFF2E9; border:1px solid #ff6600;font-style:normal; top:inherit; text-indent:20px; text-align:left;  font-weight:bold;line-height:30px; padding:5px 15px;}
label.accurate{  background:url(/IntranetImages/icon/accurate.gif) top left no-repeat ; border:0px solid #1B7005; margin-bottom:5px;padding:3px; padding-left:20px;_padding:0px 10px;}
 
  .inactive
{
   cursor: not-allowed;
}


.tr_on
{
    background-color:#ccc
}


tr.AdminDataListItem:hover 
{
	background-color:#ccc;
}

tr.AdminDataListItemHighlight:hover 
{
	background-color:#ccc;
}

tr.AdminDataListItemPending:hover 
{
	background-color:#ccc;
}
tr.Item:hover 
{
	background-color:#fff1da;
}



.myorderstyle {
    background: none repeat scroll 0 0 #FFFFE0;
    border: 1px solid #F9DFB2;
    width: 100%;
    margin-bottom:10px;
}

.myorder_right_div {
    margin: 10 0 10px;
}


.user_centerTag ul {
    background: url("/images/dot_uctag.png") repeat-x scroll 0 27px transparent;
    border-bottom: 1px solid #DDDDDD;
    height: 37px;
    padding-left: 10px;
    text-align:center;
}
.myorder_right_div ul, ol, li {
    list-style: none outside none;
}

.user_centerTag .select a {
  /*  background: none repeat scroll 0 0 #FFFFFF;*/
  	background: url(/Images/MyOrderCurrentGroupBG.gif) repeat-x left top;
    border-bottom: 1px solid #FFFFFF;
    color: #4f91bd;
    height: 36px;
    font-weight:bold;
}

.user_centerTag .blank a {
    background: none repeat scroll 0 0 #F1F1F1;
    border-bottom: 1px solid #DDDDDD;
    border-top: 1px solid #FFFFFF;
    color: #4f91bd;
     font-weight:bold;
}
.user_centerTag li a {
    display: block;
    padding: 0 20px;
}



.user_centerTag li {
    border: 1px solid #DDDDDD;
    float: left;
    height: 35px;
    line-height: 35px;
    margin-right: 5px;
}


.SubmitToShip
{
	background-image: url(../../images/submittoship.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 154px;
	height: 37px;
	color:#FFFFFF;
   cursor:pointer;
   font-weight:bold;
}


.btncz
{
	background-image: url(../../images/btnczbg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 96px;
	height: 30px;
  color:#FFFFFF;
   cursor:pointer;
   font-weight:bold;
}


.btnorange
{
	background-image: url(../../images/btnorangebg.gif);
	background-position: center;
	background-repeat: no-repeat;
	border: solid 0px red;
	width: 104px;
	height: 37px;
  color:#FFFFFF;
   cursor:pointer;
   font-weight:bold;
}
