﻿/*DrisionWeb模板样式表:base*/
/*更新时间:2012-02-01 */
/*版本:1.7*/
/*作者:段慕华*/
@charset "utf-8";
/*yuireset-version: 2.9.0*/
html{color:#000;background:#FFF}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}
del,ins{text-decoration:none}
li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:baseline}
sub{vertical-align:baseline}
legend{color:#000}

/*drisionreset-version: 1.0*/
body{ font-family:"Hiragino Sans GB","Tahoma"; font-size:63%; color:#333;}/*0723修改*/
table{ border:0; border-collapse:0; border-spacing:0}
h1,h2,h3{font-family:"Hiragino Sans GB","Tahoma";}
iframe{ width:100%; border:0;}
input,button,textarea,select{ font-size: 12px;}
/*文本框禁用状态样式*/
input[disabled]{background-color:#eeeeee; color:#777}/*ie下效果*/
/*input[readonly]{background-color:#ddd; color:#777}chroem下效果*/
textarea[disabled]{background-color:#eeeeee;color:#777}/*chroem下效果*/
/*textarea[readonly]{background-color:#ddd;color:#777}chroem下效果*/
.readonly{background-color:#eeeeee; color:#777 }

.fix:after{content:"."; display:block; clear:both; visibility:hidden; height:0px;}
.fix{zoom:1;}
a:link{color:#0066cc;text-decoration: none; }
a:disabled{ color:#CCC}
a[disabled]{color:#CCC}

/*base============*/
/*预设字体============*/
.f16 { font-size:16px;}
.f28 { font-size:28px;}
.f40 { font-size:40px;}
.f100 { font-size:100%;}
.f150 { font-size:150%;}
.f200 { font-size:200%;}
/*预设字体颜色============*/
.red { color: #F00}
.blue{ color: #00F}
.yellow{ color: #FF0}

/*段落文字回行============*/
.wordspace_no{white-space: nowrap}
.wordspace_word{white-space: normal}
.wordspace_all{white-space: normal;word-break:break-all}

/*文字首字符缩进============*/
.textindent { text-indent:1em;}
.textindent { text-indent:2em;}

/*左右浮动============*/
.fl { float:left !important; }
.fr { float:right !important;}

/*清除浮动============*/
.cl{DISPLAY: block; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; FONT-SIZE: 0px; CONTENT: " "}

/*预设宽度============*/
.w100{ width:100px;}
.w200{ width:200px;}
.w300{ width:300px;}
.w480{ width:480px;}
.w2row{ width:50%;}
.wauto{ width:100%;}
.input_w200 { width:200px}
.input_w540 { width:540px}

/*预设高度============*/
.h20{ height:20px;}
.h30{ height:30px;}
.h40{ height:40px;}
.h50{ height:50px;}
.h60{ height:60px;}
.h80{ height:80px;}
.h400{ height:400px;}
.h600{ height:600px;}

/*预设外边距============*/
.m10{ margin-left:10px;margin-right:10px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}

/*预设内边距============*/
.pt10{ padding-top:10px;}
.pt20{ padding-top:20px;}
/*连接点击变色*/
.GridControlOperation a,.GridControlOperation a:link{color:#86C038}
.GridControlOperation a:visited{color:#f63;}
.GridControlOperation a:hover{color:#f63;}
.GridControlOperation a:active{color:#f63;}

