/* 全局CSS定义 */ body {font-family:Tahoma; height:100%;font-size:12px;color:#333333;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend, input,textarea,button,p,blockquote,th,td {margin:0;padding:0;word-wrap:break-word;word-break:break-all;} h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;} table{border-collapse:collapse; border-spacing:0;} caption,cite,em,strong,th {font-style:normal; font-weight:normal;} caption, th {text-align:left;} fieldset, img {border:0;} img {vertical-align:top;} ul,ol{list-style:none;} /*ul,ol,li{list-style:none;}*/ input,button,select,textarea{color:#000; font:100% arial; vertical-align:middle; overflow:hidden;} button{cursor:pointer;} /* a{text-decoration:none; color:#333333; } .clear{clear:both;font-size:0px;line-height:0px;height:0px} /*===链接====* / a:link{ color:#00000; text-decoration:none; bblr:expression(this.onFocus=this.blur());/*IE使用去掉虚线框* / outline-style:none;/*FF使用去掉虚线框 * / } a:hover{color:#d91f25;} a:active{ color:#444;} */ /* a{ text-decoration:none; bblr:expression(this.onFocus=this.blur());/*IE使用去掉虚线框*/ outline-style:none;/*FF使用去掉虚线框 * / }*/ .tip-error{ height:26px; line-height:26px; color:#ff0000; background:#ffffd0 url("/WebRoot/themes/default/images/common.png") no-repeat -380px 6px; border:1px solid #ffad77; } .tip-box{ border:1px solid #fedc9c; background-color: #ffffea; } .tip-info{ background:url("/WebRoot/themes/default/images/icons.png") no-repeat -185px -85px; width:15px; height:15px; padding: 3px 10px; /*display:block;*/ } .processing-box{ width:300px; height:30px; line-height:30px; text-align:center } .text-color-black{ color:#333333; } .text-color-gray{ color:#666666; } .text-color-red{ /*color:#fd1913;*/ color:#ec0000; } .font-color-black{ color:#333333; } .font-color-gray{ color:#666666; } .font-color-red{ color:#ec0000; } .font-size-12{ font-size: 12px; } .font-size-13{ font-size: 13px; } .font-size-14{ font-size: 14px; } .b{ font-weight:bold; } .link{ color:#003281; border:none; text-decoration:none; } .gray-link{ color:#333333; text-decoration:none; } .icon-left{ background:url("/WebRoot/themes/default/style/images/icon_left.gif") no-repeat; } .icon-right{ background:url("/WebRoot/themes/default/style/images/icon_right.gif") no-repeat; } /*form style*/ .form{ /*background-color:#ffffee;*/ } .fieldset{ border:1px solid #cedced; padding-left:40px; padding-bottom:40px; margin-top:10px; } .fieldset legend{ padding:2px 5px; font-weight:bold; margin-bottom:10px; } .form input{ color:#333333; vertical-align:middle; padding:2px; font-size:12px; padding:3px; } /* input[type="text"]{ border:1px solid #cedced; background-color:#ffffff; } input[type="text"]:hover{ border:1px solid #f9c943; background-color:#ffffee; } input[type="text"]:focus{ border:1px solid #f9c943; background-color:#ffffee; } */ input.text{ border:1px solid #cedced; background-color:#ffffff; zoom:1; } input.text:hover{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } input.text-hover{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } input.text:focus{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } .textarea{ border:1px solid #cedced; background-color:#ffffff; zoom:1; } .textarea:hover{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } .textarea-hover{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } .textarea:focus{ border:1px solid #f9c943; background-color:#ffffee; zoom:1; } .required { font:0.8em Verdana !important; color:#f68622; } /*table style*/ table.grid-blue{ border-collapse: collapse; border: none; } table.grid-blue td{ border: 1px solid #8db2e3; } table.grid-blue .label{ background-color:#e9f1fa; padding:2px 10px; } table.grid-blue .content{ background-color:#ffffff; padding:2px 10px; } table.grid-gray{ border-collapse: collapse; border: none; } table.grid-gray td{ height:26px; border: 1px solid #dddddd; } table.grid-gray .label{ height:26px; color:#333333; background-color:#efefef; padding:2px 10px; } table.grid-gray .content{ line-height:22px; background-color:#ffffff; padding:2px 10px; } table.grid{ border-collapse: collapse; border: none; } table .caption{ color:#5d5d5d; font-weight:bold; height:30px; line-height:30px; } table.grid td{ border: 1px solid #8dd6e3; } table.grid .label{ background-color:#f4fcfd; padding:2px 10px; } table.grid .content{ line-height:22px; background-color:#ffffff; padding:2px 10px; } /*label div form css style*/ .width-460{ width:460px; } .width-470{ width:470px; } .width-230{ width:230px; } .width-220{ width:220px; } .float-right{ float:left; } .float-left{ float:left; } .margin-left-20{ margin-left:20px; } .IE6-margin-left-20{ _margin-left:10px; } .margin-left-10{ margin-left:10px; } .IE6-margin-left-10{ _margin-left:50px; } .margin-right-10{ margin-right:10px; } .margin-right-20{ margin-right:20px; } .margin-top-10{ margin-top:10px; } .margin-top-20{ margin-top:20px; } .overflow-hide{ overflow:hidden; } .overflow-x-hide{ overflow:hidden; } .overflow-y-hide{ overflow:hidden; } .clear{ clear:both; height:0px; line-height: 0px; } .showEle{ display:block; } .hideEle{ display:none; } .display-show{ display:block; } .display-none{ display:none; }