/*#
===================
初始化/全局的公用控件
===================
/*
===================
初始化【请勿修改】
===================
*/
html, body, dl, dt, dd, ul, p, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend { margin: 0; padding: 0; }
cite, em, strong, th { font-style: normal; }
td, th, div { word-break: break-all; word-wrap: break-word; }
/*解决ff下不换行问题*/
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
form { display: inline; }
table { border-collapse: collapse; border-spacing: 0; }
th { text-align: left; font-weight: 100; }
ol li { list-style: decimal outside; }
ol { padding: 0 0 0 18px; margin: 0; }
li { list-style: none; }
img { border: 0; }
/*
===================
html5标签初始化
===================
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
/*
===================
清除浮动【请勿修改】
>>	cc	作用于父模型
>>	c		作用于浮动模型后，父模型区域里
===================
*/
.cc { zoom: 1; }
.cc:after { content: '\20'; display: block; height: 0; clear: both; visibility: hidden; }
.c { clear: both; height: 0; font: 0/0 Arial; overflow: hidden; width: 0; }
/*
===================
ie6固定弹窗滚动hack
===================
*/
html { _background-image: url(../../images/common/blank.gif); background-attachment: fixed; -webkit-text-size-adjust: none; overflow-y: scroll; }
/*
===================
全局间距【对模块或内容进行间距微调，强化为最高级别】
===================
*/
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.p5 { padding: 5px; }
.p10 { padding: 10px; }
.p15 { padding: 15px; }
.p20 { padding: 20px; }
/*
===================
基础样式
>>	b			加粗
>>	u			下划线
>>	i			斜体
>>	w			文本不换行
>>	tal		文本靠左显示
>>	tac		文本居中显示
>>	tar		文本靠右显示
>>	fl		左浮动
>>	fr		右浮动
>>	pr		相对定位
>>	cp		鼠标点击手势
>>	vt		表格内容靠上显示
===================
*/
.b { font-weight: 700 !important; }
.u { text-decoration: underline !important; }
.i { font-style: italic !important; }
.w { white-space: nowrap; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.fl { float: left !important; display: inline; }
.fr { float: right !important; display: inline; }
.pr { position: relative; }
.cp { cursor: pointer; }
.vt { vertical-align: top; }
.dn { display: none; }
/*
===================
全局字体大小
>>	f10		小字体
>>	f12		正常字
>>	f14		大字
>>	f16		更大
>>	f24		标题类
>>	fn		文本去粗
===================
*/
.f10 { font-size: 10px; }
.f12 { font-size: 12px !important; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f24 { font-size: 24px; font-family: Arial, "Microsoft Yahei", Simsun; }
.fn { font-weight: normal !important; }
/*
===================
系统文本颜色【系统功能上需要的颜色警告或者提醒】
===================
*/
.s1 { color: #ff3333; }
.s2 { color: #f26c4f; }
.s3 { color: #008800; }
.s4 { color: #105cb6; }
.s5 { color: #333333; }
.s6 { color: #666666; }
.gray { color: #999999; }
.red { color: #ff0000 !important; }
.green { color: #008800 !important; }
.org { color: #ff5500 !important; }
