﻿/* 分页统计信息框 */
.leafInfo
{
	background: #F2F2F2;
	display: inline-block;
	margin: 1px;
	text-align: center;
}

.leaf_main{font-size:0; clear:both; color:#666;}
.leaf_main *{display:inline-block; vertical-align: top; font-size:12px;}
.leaf_main a{height:26px; line-height:26px; text-decoration:none; color:#666;}
.leaf_main a, .leaf_main span{margin:0 3px 6px; padding:0 10px;}
.leaf_main span{height:26px; line-height:26px;}
.leaf_main input[type=text], .leaf_main button, .leaf_main select{ border:1px solid #ccc; background-color:#fff;}
.leaf_main input[type=text]{ width:25px; height:25px; line-height:26px; margin:0 5px; padding:0 5px;}
.leaf_main button{ height:30px; line-height:26px; margin-left:5px; color:#666;padding:0 7px; }
.leaf_main select{ width:65px; height:26px; line-height:26px; margin-left:5px; color:#666;padding:0 10px; }
.leaf_main a img{ margin-top:5px;}

/* 默认皮肤 */
.leafcss_default a{border:1px solid #ccc; background-color:#fff;}
.leafcss_default span{height:28px; line-height:28px; color:#999; }
.leafcss_default .leaf_curr{ font-weight:700; color:#666;}

/* 墨绿 */
.leafcss_molv a, .leafcss_molv span{padding:0 12px; border-radius:2px;}
.leafcss_molv a{ background-color:#f1eff0; }
.leafcss_molv .leaf_curr{background-color:#669900; color:#fff;}
.leafcss_molv input{height:24px; line-height:24px;}
.leafcss_molv button{height:26px; line-height:26px;}

/* 雅黑 */
.leafcss_yahei{color:#333}
.leafcss_yahei a, .leafcss_yahei span{padding:0 13px; border-radius:2px; color:#333}
.leafcss_yahei .leaf_curr{background-color:#333; color:#fff;}


/* 淡雅 */
.leafcss_danya{color:#333}
.leafcss_danya a, .leafcss_danya span{padding:0 13px; border-radius:2px; color:#333}
.leafcss_danya .leaf_curr{background-color:#E0F4F5; color:#fff;}