﻿/* 超链接样式 */
a,a:visited,a:hover { text-decoration:none;color:#666; }
/* 文本输入框样式 */
.textbox{color:#666;border:2px solid #E3E3E3;height:19px; font-family: "Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";font-size:12px; padding-left:2px; padding-right:2px;}
   .textbox.xlarge{width:220px;}
   .textbox.large{width:150px;}
   .textbox.small{width:61px;}
/* 下拉框样式 */
.dropdownlist{border:2px solid #E3E3E3;height:25px;text-align: center; font-family: "Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";font-size:12px; color:#666; }
  .dropdownlist.xlarge{width:225px;}
  .dropdownlist.large{width:158px;}
  .dropdownlist.small{width:70px;}
/* 列表框样式 */
.listBbox{ color:#666;height: 400px; width:100%;}
/* 多行文本框样式 */
.textarea{ color:#666;border:2px solid #E3E3E3;overflow:auto;resize: none; padding:2px; font-family: "Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";font-size:12px;line-height:20px; }
  .textarea.large{ width:788px; }
.textarea[disabled]{ background-color:#F5F5F5;}
/* 按钮样式 */
.button{height:25px;margin-right:5px;border:2px solid #FF4F03;background:#FF4F03;font-weight:bold;color:#FFFFFF; font-family: "Microsoft Yahei",Verdana,Simsun,"Segoe UI","Segoe UI Web Regular","Segoe UI Symbol","Helvetica Neue","BBAlpha Sans","S60 Sans",Arial,"sans-serif";font-size:12px;padding:0 1em;overflow:visible !ie; }
  .button.disabled,.button[disabled]{ border: 2px solid #F5F5F5;background-color: #F5F5F5; color:#ACA899;}
.button::-moz-focus-inner{ border:none;padding:0; }
a.button{ display:inline-block;}

/* 布局表格样式(客户分组页) */
.layout_table{ width:100%; border-collapse: collapse;}
.layout_table .percent_50_td{width: 50%; vertical-align: top; padding:0px;}
.layout_table .percent_20_td{width: 20%; vertical-align: top; padding:0px;} 
.layout_table .percent_80_td{width: 80%; vertical-align: top; padding:0px;}
/* 表格无效行样式 */
.unvisible_row{ color:#999999;}
/* 数据表格列样式 */
th.x-small{width:5%;}
th.small{width:10%;}
th.medium{width:25%;}
th.large{width:35%;}
th.x-large{width:50%;}

/* 一般样式类 */
.clear{clear:both;}
.center{text-align:center;}
/* 暂无信息样式 */
.no-content-text{text-align: center; color: #e3e3e3; font-size: 20px; font-weight:bold;}
/* 高亮文字样式 */
.high-text{ font-weight:bold;color:#FF4F03;}
  a.high-text,a:visited.high-text{ color:#FF4F03; }
/* 验证信息样式 */
.validatorCalloutHighlight{ border:2px solid Red;}
.validatorCalloutPanel{ font-size: 12px;color: #666666;}
/* 分页样式 */
.page_nav{width:100%;text-align:center;margin-top:20px; vertical-align:middle; height:25px;}
    .page_nav a{color:#FFF;text-decoration:none;padding:2px 5px 3px;background:#FF4F03; display:inline-block;}/* border:2px solid #FF4F03; */
    .page_nav .on{ padding:2px 0px;display:inline-block;}
    .page_nav .index-box{ margin:1px 4px 0px; border:2px solid #CCCCCC; text-align:center;width:30px; }
/* 弹出遮罩层样式 */
.modalBackground {
	background-color:#FFF;
	filter:alpha(opacity=70);
	opacity:0.7;
}
/* 弹出框样式 */
.modalPopup {
	background-color: #FFF ;
	border:2px solid #FF4F03;
	padding:30px;
	border-radius: 10px;
}
/* 按钮条容器样式 */
.button_pannel{ margin:10px 0;width: 100%;}
  .button_pannel input{float:left;}
  .button_pannel span{float:left;margin-right:5px;}
  .button_pannel select{float:left;}
  .button_pannel .textbox{ margin-right:5px;}
/* 可拖动句柄样式 */
.drag-handle{cursor:move;}

/*metro 按钮*/
div.metro-button { height: 150px; width: 150px;background-color: #FF4F03; color: #FFF; font-size:14px; font-weight: bold;padding:10px; cursor:pointer;}