@import "flora.dialog.css";
@import "tree.css";
@import "flora.resizable.css";
@import "dialog.css";
* {
	margin: 0;
	padding: 0;
}
a {
	font-size:12px;
	color: #FF7F02;
	text-decoration: underline;
	cursor: pointer;
}
a:link,a:visited{
	color:#000;
	text-decoration: none;
}
a:hover{
	color:#FF9204;
}
a:active,a:focus{
	color:#000;
}
button{
	margin:0;
	padding-left:5px;
	padding-right:5px;
    border:1px solid #7e7e7e;
    background:url(/themes/default/img/button_bg1.gif) repeat-x left;
    font-size:12px;
    height:22px;
    cursor:pointer;
}
.input_button{
	margin:0;
	padding-left:5px;
	padding-right:5px;
    border:1px solid #7e7e7e;
    background:url(/themes/default/img/button_bg1.gif) repeat-x left;
    font-size:12px;
    height:22px;
    cursor:pointer;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;  
}
h3{
	font-size:12px;
}
/* table */
table{
	width:100%;
	font-size:12px;
}
table td{
	height:auto;
}
.lbl {
	width: 10%;
	text-align: right;
}
.fld {
	width: 30%;
	text-align: left;
}
.btn {
	width: 10%;
	text-align: left;
	color: red;
}
/* form */
form {
	height: auto;
}
label{
    font-size:12px;
    color:#6e6e6e;
}
/*可编辑的input*/
label input,textarea{
	padding:0px 3px 0px 3px;
	font-size:12px;
	word-wrap:break-word;
	word-break:break-all;	
	border:none;
	background-color:transparent;
	border-bottom:1px solid #9C9C9C;
	width:100%;
}
label .noedit{
    font-size:12px;
	border:none;
	background-color:transparent;
	border:none;
    word-wrap:break-word;
	word-break:break-all;
}
/*用于搜索的input*/
input,textarea{
	padding:-3px 0px -3px 0px !important;
	padding:0px 3px 0px 3px;
	font-size:12px;
	word-wrap:break-word;
	word-break:break-all;
    background:transparent;
	border:1px solid #9C9C9C;
    cursor:text;
}
select{
	font-size:12px;
	word-wrap:break-word;
	word-break:break-all;
    background:transparent;
	border:1px solid #9C9C9C;
	width:auto !important;
	min-width: 100px;
}
option{
	padding:-3px 0px -3px 0px !important;
	padding:0px 3px 0px 3px;
	font-size:12px;
	word-wrap:break-word;
	word-break:break-all;
    background:transparent;
}
/*去掉checkbox的边框*/
.check{
    border:none;
    cursor:pointer;      
}
.clear{
	clear:both;
}
.left{
	float:left;
	word-wrap:break-word;
	word-break:break-all;  		
}
.right{
	float:right;
}
span{
	font-size:12px;
}
p {
	color: #000;
}
/*鼠标手型*/
.cursor{
	cursor:pointer;
}
.visited {
	color: #fff;
	font-weight: bold;
}
.link {
	color: #000;
	cursor: pointer;
	text-decoration: underline;
	padding: 3px;
}
.f14{
    font-size:14px;
    color:#000;
}
/*缩进两个字*/
.text_indent{
    /*text-indent:2em;*/
    padding-left:3px;
    padding-top:2px;
}
/*帮助文字*/
.help{
	color:#000;
	font-size:13px;
	font-weight:bold;
    padding-top:2px;
}
.helpinfo{
    margin-top:6px;
}
.helpinfo p{
	margin-top:1px;
    font-size:12px;
    color:#446C44;
    line-height:1.5em;  
}
/*特殊提示和操作*/
.especial{
    margin-top:5px;
    padding:10px;
    border:1px solid #3B7F0B;
    background:#EEF8E7;
}
/*主体页面外围控制整体布局*/
#wrapper{
	margin:0 auto;
	padding:10px;
	background: #F5F8ED;
	text-align:left;
	width:98%!important;
	width:100%;
	min-width: 600px;
	min-height:700px;
	height:auto!important;
	height:700px;
}

/*页面主体内容区*/
.shadow{
    float: left;	
	width: 73%;
	clear:left;	
}
#main{
	background: #FFFFFF;
	min-height:650px;
	height:auto!important;
	height:650px;
}
/*内容区标题*/
#main .head {
	height:auto !important;
	height:22px;
	padding: 5px 35px;
	background:#69AD46;
}
#main .head h1 {
	display: inline;
	font-size: 16px;
	color:#fff;
	word-wrap:break-word;
	word-break:break-all;  		
}
/* 标题区超链接 */
#main .head span{
	display: inline;
	line-height: 1.5em;
	font-size: 16px;
	color:#fff;
	word-wrap:break-word;
	word-break:break-all;  	
	text-decoration:none;
	cursor:pointer;
}
#main .head p{
	font-size: 12px;
	color:#fff;
}
#main .head p span{
	font-size: 12px;
	color:#fff;
	word-wrap:break-word;
	word-break:break-all;  	
	text-decoration:underline;
	cursor:pointer;
}
fieldset{
	margin:10px 0;
    padding:0px 10px 15px 10px;
}
fieldset legend{
	margin-bottom:10px;
    font-size:14px;
    font-weight:bold;
    color:#000;
}
fieldset legend a{
    font-weight:normal;
}
.fbody {
	padding:10px;
}
/*列表操作区*/
.fbody .tip {
	color:#606060;
	line-height:1.5em;
}
.fbody .right {
	margin-top:5px;
}
.fbody .tip img {
	margin-bottom:5px;
	cursor: pointer;
}
.fbody .tip input {
	cursor: pointer;
}
.fbody .status{
	margin-bottom:5px;
	text-align:right;
}
/*列表区-联系人&文件*/
.fbody .block {
    width:100%;
    font-size:12px;
}
/*列表表头区*/
.fbody .block .bhead {
	padding: 5px 20px 5px 5px;
	height: 28px;
	background: #E6E7E8;
	font-weight: bold;
}
.fbody .block .title{
	margin:10px 0;
	padding:10px;
	background:#E6E7E8;
}
.fbody .block  .selall {
	color: #FF8001;
	cursor: pointer;
	text-decoration: underline;
}
/*列表没有内容时的提示信息*/
.fbody .block .msg{
    margin-top:10px;
    margin-bottom:10px;
}
.fbody .block .bhead_no{
	margin: 5px;
}
.fbody .block .bbody{
	margin: 5px 3px;
    word-wrap:break-word;
	word-break:break-all;
	border-bottom: dashed 1px #d1d3d4;
	height:auto !important;
	height:20px;
}
.fbody .block .bbody .content{
	margin-left:25px;
    line-height:normal;
	word-wrap:break-word;
	word-break:break-all;    	
}
.fbody .block .bbody .textarea{
    margin-left: 20px; 
    font-size: 12px; 
    width: 100%; 
    overflow: visible;
	word-wrap:break-word;
	word-break:break-all;
    border: none;
}
/*列表翻页*/
.bfoot {
	height: 28px;
	text-align: right;
	padding-right: 10px;
	background: #F6F6F6;
	padding-top: 4px;
}
.bfoot img{
	margin-left: 6px;
}
.bfoot span.unsel{
	margin-left: 6px;
	cursor: pointer;
	text-decoration: underline;
}
.bfoot span.sel{
	margin-left: 6px;
	color: #FF7F02;
}
.fbody .block table {
	width: 100%;
	font-size: 12px;	
}
.fbody .block table thead td,th{
	padding:3px 0px;
	background: #E6E7E8;
	font-weight: bold;
	text-align:center;
}
.fbody .block table tbody tr td {
	padding:3px 1px;
	border-bottom: 1px dashed #d1d3d4;
	word-wrap:break-word;
	word-break:break-all;
	line-height:normal;
}
.fbody .block .layout table {
	width: 100%;
}
.fbody .block .layout table .lbl {
	width: 15%;
	text-align: right;
}
.fbody .block .layout table .fld {
	width: 30%;
}
.fbody .block .layout table .btn {
	width: 5%;
}
.fbody .block .layout table tr td {
	padding:3px 1px;
	border:none;
	word-wrap:break-word;
	word-break:break-all;	
}
.fbody form {
    width:100%;
}
/*送货管理*/
.list_thead_one{
    padding-top:3px;
    padding-bottom:3px;
	background: #ccc;
	font-weight: bold;
	text-align:left;
}
.list_thead_one span{
    display: -moz-inline-box; 
    display: inline-block;
}
.list_thead_one li{
	float:left;
	list-style-type: none;
	margin-left:2px;
	margin-right:5px;
	margin-top:3px;
}
.list_thead_two{
    color: #1b5d03; 
	padding-top:3px;
}
.list_thead_two span{
    display: -moz-inline-box; 
    display: inline-block;
}
.list_thead_two li {
	float:left;
	list-style-type: none;
	margin-left:2px;
	margin-right:5px;
	margin-top:3px;
    background-image:url(/themes/default/img/delivery/list_head_bg.gif);
    height: 12px;
    width:12px; 
	background-position: 0px 0px;
}
.list_thead_two .list_shrink{
    background-position: 14px 0px;
    cursor:pointer;
}
.list_thead_two .list_outspread{
	background-position: 0px 0px;
    cursor:pointer;
}
.list_thead_two .list_link{
	padding-top:5px;
	padding-bottom:5px;
	background:#efefef;
}
.list_thead_two .list_visited{
	padding-top:5px;
	padding-bottom:5px;
	background:#ffefd8;
}
.list_gray_bg{
    background:#fbfbfb;
}
.div_line{
	padding-top:5px;
    padding-left:46px;
    padding-bottom:5px;
    border-bottom:1px dashed #ccc;
}
.div_noline{
	padding-top:5px;
    padding-left:46px;
    padding-bottom:5px;
    border-bottom:1px solid #ccc;
}
.list_gray_bg1{
    background:#f6f6f6;
    border-bottom:1px dashed #ccc;
    padding-top:5px;
    padding-bottom:5px;
}
.list_thead_three{
    color:#6f7c00;
}
.div_green_line{
    background:#fbfbfb;
    border-bottom:2px solid #7db246;
    padding-top:5px;
    padding-bottom:5px;
    text-align:right;
    padding-right:5px;        
}
.font_red{
    color:#fa7300;
}
.div_gray_line{
    background:#f6f6f6;
    border-bottom:1px solid #ccc;
    padding-top:5px;
    padding-bottom:5px;
    text-align:right; 
    padding-right:5px;       
}
.div_yellow_bg{
    background:#ffefd8;
    text-align:right;
    padding-top:5px;
    padding-bottom:5px;
    padding-right:5px;
}
.line_through{
    text-decoration: line-through ;
  }
/*页面附属栏目区*/
#side{
	width: 26%;
	float: right;
	clear:right;	
}
#side .block{
    padding:8px;
    font-size:12px;
    color:#606060;
    line-height:1.4em;
	word-wrap:break-word;
	word-break:break-all;    
}
#side .block .blink{
	padding-top:1px;
	padding-left:15px;
	font-size:13px;
	color:#000;
	background: url(../img/stock/blink.gif) repeat-x left;
    border-right:1px solid #95C99B;
	height:22px;
	cursor: pointer;
}
#side .block .bvisited{
	padding-top:1px;	
	padding-left:15px;	
	font-size:13px;
	color:#000;
    background: url(../img/stock/bvisited.gif) repeat-x left;
    border-right:1px solid #1A8716;
    height:22px;
}
#side .block .bhead {
	background: url(../img/stock/shead_bg.gif) repeat-x left;
    border-right:1px solid #95C99B;
	height:22px;	
}
#side .block .bheaded {
	margin-left:0px;
    border-bottom:1px solid green;
    height:22px;
	background: url(../img/stock/sheaded_bg.gif) repeat-x left;
    border-right:1px solid #1A8716;
}
#side .block .bheader{
    /*background: url(../img/stock/bvisited.gif) repeat-x left;*/
    margin-left:0px;
    border-bottom:3px solid green;
    height:22px;
}
#side .block h2 {
	margin:2px 5px 5px 15px;
	font-size:13px;
	color:#000;
	float: left;
}
#side .block .bheader h2{
    /*background: url(../img/stock/bvisited.gif) repeat-x left;*/
    margin-left:4px;
}
#side .block .btn {
	margin:2px 0 0 0;
	float: right;
	color:#000;
	text-align:right;
	cursor: pointer;
	width:30%;
}
#side .block .btn span {
	font-weight:normal;
	font-size:12px;
	text-decoration: underline;
}
/*
#side .greenline{
	maigin-top:5px;
	margin-bottom:8px;
	border:1px solid #B1CA96;
}

#side .f13b{
    font-size:13px;
    font-weight:bold;
    color:#000;
}
*/
#side .block .bbody{
	margin-top:1px;
	line-height:1.4em;
}
#side .block .bbody span{
	margin-top:1px;
}
#side .block .bbody .hot{
	margin:5px 10px;
	font-size:14px;
	color:#000;
}
#side .block .bbody .link {
	font-weight:normal;
	color:#000;
	text-decoration: underline;
	cursor: pointer;
    margin-left:4px;
}
#side .block .bbody .visited {
	padding-left:4px;
	font-weight:bold;
    margin-left:4px;
	color:#000;
	text-decoration: none;
	background-color:#CDE3B4;
}
#side .block strong{
    color:#000;
}
#side .block .indent {
	margin-left: 10px;
	line-height:1.5em;
}
#side .block .indent p {
	margin-left: 10px;
}
#side .block li {
	margin-top:10px;
	margin-left: 10px;
	font-size:13px;
}
/*
#side .block .greenbg{
    margin-top:15px;
    padding:5px;
    background-color:#EEF8E7;
    line-height:2em;
}
*/
#side .block .bbody .groupTitle{
	color:#0F7A01;
	font-weight:bold;
}
#side .block .bbody .groupTitle_b{
    color:#000;
    font-weight:bold;
    cursor:pointer;
}
#side .block .bbody	.groupSubTitle{
	margin:2px 5px;
	color:#0F7A01;
	text-decoration: underline;
	cursor: pointer;
}
#side .block .bbody table{
    width:90%;
}
#side .block .bbody table tr td {
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#side .block .input{
	background-color:transparent;
	width:115px;
}
/*特殊样式*/
.must{
	color:#8B4A03; 
}
.readinput{
  	font-size:12px;
	border:none;
	border-bottom:1px solid #9C9C9C;
	disabled:disabled;
}
.editinput{
  	font-size:12px;
	border:1px solid #9C9C9C;
}
.bvisited{
    font-weight:bold;
    text-decoration: none;
    color:#628E63;
}
.circle{
    border:1px solid #ccc;
}
.comm_box {
	height: 100px;
	line-height:20px;
	border: 1px solid #9C9C9C;
	padding: 7px;;
	background-color: white;
	overflow: auto;
}
.webdata{
    background-color: #FFCC00;
}
/*斜体字*/
i {
	font-size:12px;
    line-height:1.5em;
	color:#606060;
	word-wrap:break-word;
	word-break:break-all;    	
}
/*编号样式（产品和订单）*/
.number{
    text-decoration: underline; 
    cursor: pointer;
}
/*dialog页面内容样式*/
#dialogcontent{
	margin:0;
	background:#fff;
	text-align:left;
}
#dialogcontent .sideleft{
	margin-right:10px;
	width:25%;
	float:left;
	clear:left;
}
#dialogcontent .sideright{
	float:right;
	clear:right;
}
#dialogcontent .thead{
	margin-left:3px;
	background:#fff;
}

/* 标题区超链接 */
#dialogcontent .thead span{
	display: inline;
	line-height: 1.5em;
	font-size: 14px;
	font-weight:bold;
	text-decoration:none;
}
#dialogcontent .link {
	margin:5px 10px;
	padding:3px;
	font-weight:normal;
	line-height:1.5em;
	color:#000;
	text-decoration: underline;
	cursor: pointer;
    clear: both;
}
#dialogcontent .visited {
	margin:5px 10px;
	padding: 3px;
	font-weight:normal;
	line-height:1.5em;
	color: #000;
	text-decoration: none;
	background-color:#CDE3B4;
}
#dialogcontent .frame{
    border:1px solid #7e7e7e;
    width:100%;
    height:260px;
    overflow-x:hidden;
    overflow-y:auto;
}
/*
*图片放缩
*/
 .pics{
        padding: 0;  
        margin:  0;  
        overflow:hidden;
        border-color: #E5EAEA;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
    }
/*
flash上传进度条样式
*/
/* Message */
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
	color:red;
}

/* Current */
.green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}
/*虚线*/
.dashed{
	border-bottom:1px dashed #d1d2d4;
}
.progressWrapper {
	width: 100%;
	overflow: hidden;
}

.progressContainer {
	margin: 3px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
.progressName {
	font-size: 12px;
	font-weight: 700;
	color: #555;
	width: 90%;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 95%;
	font-size: 12px;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.valign{
        vertical-align:top;
        background: #fff;
}

/*用于导入的样式*/
.dateErr{
    background: red;
}
/*用于选中checkbox加亮显示*/
.visitChecked {
	background: #CDE3B4;
}

.unvisitChecked {
	background: #FFFFFF;
}
.visitChecked2 {
	background: #CDE000;
	filter: Alpha(Opacity ='30');
}

.visitChecked3 {
	background: #e7f2d2;
}


/* 广告标签 用于识别广告位置*/
.advert-tag{
}

/* 广告容器*/
.advert-main{
}

/*广告标题*/
.advert-title{
}

/*广告内容*/
.advert-content{
}

.refContent{
	background-color: #f5f5f5; 
	padding : 5px; 
	margin-bottom: 5px;
	width:360px;
	border: 1px solid #cccccc;
}

.refContent div{
	margin: 5px 5px;
}

