.clearfix{*zoom:1;}
.clearfix:after{content:'\20';display:block;height:0;clear:both;}
.tabsC2 { float:left; }

.tabsC2 .normal .tabsleft { background: url(../images/Tab/C2/tableft_N.gif); }
.tabsC2 .current .tabsleft { background: url(../images/Tab/C2/tableft.gif); }

.tabsC2 .normal .tabscenter { background: url(../images/Tab/C2/tabcenter_N.gif); }
.tabsC2 .current .tabscenter { background: url(../images/Tab/C2/tabcenter.gif); }
.tabsC2 .normal .tabsright { background: url(../images/Tab/C2/tabright_N.gif); }
.tabsC2 .current .tabsright { background: url(../images/Tab/C2/tabright.gif); }

.tabs { padding-left:10px; height: 28px; background-repeat: repeat-x; background-position: left bottom;border-top:0px solid #7198c8; }

.tabs ul { clear: both; }
.tabs li { display: block; float: left; white-space: nowrap; }

.tabs .normal b, .tabs .current b { cursor: pointer; }

.tabs .normal .tabsleft, .tabs .current .tabsleft { display: block; padding: 0 0 0 4px; }
.tabs .normal .tabscenter, .tabs .current .tabscenter { display: block; text-align: center; height: 28px; float: left; line-height: 28px; padding: 0; margin-right: 2px; }
.tabs .normal .tabsright, .tabs .current .tabsright { margin: 0; display: block; padding: 0 5px 0 3px; }

.tabs .normal .tabsleft { background-repeat: no-repeat; background-position: left top; }
.tabs .current .tabsleft { background-repeat: no-repeat; background-position: left top; }

.tabs .normal .tabscenter { color: #000; font-weight: normal; background-repeat: repeat-x; background-position: top; font-size: 12px; }
.tabs .current .tabscenter { color: #fff; font-weight: bold; background-repeat: repeat-x; background-position: top; font-size: 13px; }

.tabs .normal .tabsright { background-repeat: no-repeat; background-position: right top; font-size:14px;font-weight:bold; }
.tabs .current .tabsright { background-repeat: no-repeat; background-position: right top; font-size:14px;font-weight:bold; }

.toolBar
{
    float:right;
}

.toolBar .toolBlock
{
    float:left;
    height:28px;
    padding-right:6px;
}

.toolBar .split1
{
    width:5px;
    height:28px;
    background-image:url(../images/split1.gif);
    background-repeat: no-repeat;
    overflow:hidden;
}

.toolBar .split2
{
    width:2px;
    height:28px;
    background-image:url(../images/split2.gif);
    background-repeat: no-repeat;
    overflow:hidden;
}

.toolBar .toolBlock a
{
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

.toolBar .toolBlock .button
{
    padding:0 5px 0 27px;
    font-size:15px;
    height:28px;
    line-height:28px;
    display:inline-block;
    cursor:default;
    background-repeat: no-repeat;
}

.toolBar .toolBlock .copy
{
    background-image:url(../images/copy.gif);
}
.toolBar .toolBlock .paste
{
    background-image:url(../images/paste.gif);
}
.toolBar .toolBlock .cut
{
    background-image:url(../images/cut.gif);
}
.toolBar .toolBlock .formula
{
    background-image:url(../images/formula.gif);
}
.toolBar .toolBlock .symbol
{
    background-image:url(../images/symbol.gif);
}
.toolBar .toolBlock .ime
{
    padding-left:21px !important;
    background-image:url(../images/ime.gif);
}
.toolBar .toolBlock .calc
{
    padding-left:43px !important;
    background-image:url(../images/calc.gif);
}

.tabDiv
{
    overflow:hidden;
    height:100%;
}

.tabDiv .queTitle{
	padding:10px 3px 5px 3px;
}

.tabDiv .queContent{
	overflow-x:hidden;
	overflow-y:auto;
	padding:5px 3px 3px 3px;
	margin: 0 2px;
    border:solid 1px #999;
	font-size:14px;
	font-family:宋体;
}

.bar
{
    background-color: #c3dcfb;
    padding: 5px 0 0 5px;
    height: 28px;
    display: block;
	clear:both;
}

.twoRowBar{
	position: relative;
	height:60px;
	padding-left:0;
	background-color:#c3dcfb;
}

.twoRowBar  .tabs{
	float:none;
	position: absolute;
	bottom: 0;
	width:100%;
	border-top: solid 1px #6F9DD9;
	padding-left:5px;
	padding-top:3px;
	background-color:#DBEAFF;
}

.twoRowBar .function{
}
/* tab */
.tab
{
    float: left;
    margin: 3px 0 0 0;
    padding: 0;
}
.tab li
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tab a
{

    font-size: 14px;
    text-decoration: none;
    background: url(../images/bg.gif) no-repeat -170px 0;
    width: 80px;
    height: 18px;
    display: inline-block;
    text-align: center;
    padding-top: 7px;
    margin-right: 3px;
    color: #fff;
}
.tab a:hover, .tab a:active
{
    background: url(../images/bg.gif) no-repeat -86px 0 ;
    color: #000;
}
.tab .current a
{
    background: url(../images/bg.gif) no-repeat -1px 0 ;
    color: #295a94;
}

.function
{
    float: right;
    margin: 0 0 0 0;
    padding: 0;
}
.function li
{
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}
.function li i{
	display:inline-block;
	width:20px;
	height:20px;
	margin-right:3px;
    background-image: url(../images/icon.png);
	background-repeat: no-repeat;
}
.function a
{
    color: #000;
	font-size:14px;
	font-family:宋体;
    text-decoration: none;
}


.function li.split{
	background-image:url(../images/Split.gif);
	width:3px;
	height:29px;
	margin:-4px 5px 0 3px;
}

.copy  i{
    background-position: -100px 0px;
}
.copy a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0 0 0 3px;
    width: 54px;
    line-height: 18px;
    text-decoration: none;
}
.copy a:hover
{
    color: #666;
}
.copy a:active
{
    color: #666;
}

.paste i{
    background-position: -140px 0px;
}
.paste a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0 0 0 3px;
    width: 55px;
    line-height: 18px;
    text-decoration: none;
}
.paste a:hover
{
    color: #666;
}
.paste a:active
{
    color: #666;
}

.shear i{
    background-position: -120px 0px;
}
.shear a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    padding: 0 0 0 3px;
    width: 57px;
    line-height: 18px;
    text-decoration: none;
}
.shear a:hover
{
    color: #666;
}
.shear a:active
{
    color: #666;
}

.fx i{
    background-position: -160px 0px;
}
.fx a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0 0 0 3px;
    width: 115px;
    line-height: 18px;
    text-decoration: none;
}
.fx a:hover
{
    color: #666;
}
.fx a:active,
.fx a.active
{
    color: #666;
}

.fx a span.dropdown,
.bm a span.dropdown{
	background-image:url(../images/dropdown.gif);
	display:inline-block;
	width:9px;
	height:5px;
	margin-left:8px;
}

.fx a span.dropup{

}


.bm i{
    background-position: -48px -20px;
}
.bm a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    padding: 0 0 0 3px;
    width: 75px;
    line-height: 18px;
    text-decoration: none;
}
.bm a:hover
{
    color: #666;
}
.bm a:active,
.bm a.active
{
    color: #666;
}

.input i{
    background-position: -180px 0px;
}
.input a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    padding: 0 0 0 3px;
    width: 79px;
    line-height: 18px;
    text-decoration: none;
}
.input a:hover
{
    color: #666;
}
.input a:active,
.input a.active
{
    color: #666;
}

.calculator i{
    background-position: -20px 0px;
}
.calculator a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-right: 5px;
    padding: 0 0 0 3px;
    width: 66px;
    line-height: 18px;
    text-decoration: none;
}
.calculator a:hover
{
    color: #666;
}
.calculator a:active
{
    color: #666;
}

.menuDiv
{
    position:absolute;
    display:none;
    width: auto;
    height:auto;
    /*border:#c1c1c1 1px solid;*/
    background:#fff;
    color:#333;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=4);/*ie*/
    -moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
    -webkit-box-shadow: 2px 2px 10px #909090;/*safarichrome*/
    box-shadow:2px 2px 10px #909090;/*operaie9*/
    font-size: 12px;
    overflow: hidden;
	z-index:999999;
}
.title
{
    background: url(../images/ColumnBg.gif) repeat-x;
    height: 26px;
    padding: 4px 10px 0 10px;
    margin: 0;
}
.title li
{
    margin-right: 2px;
    float: left;
    list-style: none;
}
.title li a
{
    width: 93px;
    height: 22px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 5px;
    margin-right: 2px;
}
.title li a:hover
{
    background: url(../images/bg-menu-tab.gif) no-repeat 0 -24px;
}
.title .current
{
    width: 93px;
    height: 19px;
    background: url(../images/bg-menu-tab.gif) no-repeat 0 0;
}

.contentfun{
    margin: 10px;
}

.contentfun a{
	color:#000000;
    margin: 10px;
    text-decoration: none;
}

.contentfun a:hover{
	color:#666;
}
.content
{
    margin: 10px;
    padding: 0 0 5px 0;
}
.content li
{
    padding: 0;
    margin: 0 6px 6px 0;
    list-style: none;
    float: left;
    border: solid 1px #ccc;
    width: 30px;
    height: 30px;
    background-image:url(../images/function.gif);
    background-repeat:no-repeat;
    cursor:pointer;
}

.content li a
{
    display:inline-block;
    width:100%;
    height:100%;
    text-decoration: none;
}

.content li.fa1
{
    background-position:0px 0px;
}
.content li.fa2
{
    background-position:-34px 0px;
}
.content li.fa3
{
    background-position:-68px 0px;
}
.content li.fa4
{
    background-position:-102px 0px;
}
.content li.fa5
{
    background-position:-136px 0px;
}
.content li.fa6
{
    background-position:-170px 0px;
}
.content li.fa7
{
    background-position:-204px 0px;
}
.content li.fa8
{
    background-position:-238px 0px;
}
.content li.fa9
{
    background-position:-272px 0px;
}
.content li.fa10
{
    background-position:0px  -34px;
}
.content li.fa11
{
    background-position:-34px  -34px;
}
.content li.fa12
{
    background-position:-68px  -34px;
}
.content li.fa13
{
    background-position:-102px -34px;
}
.content li.fa14
{
    background-position:-136px -34px;
}
.content li.fa15
{
    background-position:-170px -34px;
}
.content li.fa16
{
    background-position:-204px -34px;
}
.content li.fa17
{
    background-position:-238px -34px;
}
.content li.fb1
{
    background-position:0px -68px;
}
.content li.fb2
{
    background-position:-34px -68px;
}
.content li.fb3
{
    background-position:-68px -68px;
}
.content li.fb4
{
    background-position:-102px -68px;
}
.content li.fb5
{
    background-position:-136px -68px;
}
.content li.fb6
{
    background-position:-170px -68px;
}
.content li.fb7
{
    background-position:-204px -68px;
}
.content li.fb8
{
    background-position:-238px -68px;
}
.content li.fb9
{
    background-position:-272px -68px;
}
.content li.fb10
{
    background-position:0px -102px;
}
.content li.fb11
{
    background-position:-34px -102px;
}
.content li.fc1
{
    background-position:0px -136px;
}
.content li.fc2
{
    background-position:-34px -136px;
}
.content li.fc3
{
    background-position:-68px -136px;
}
.content li.fc4
{
    background-position:-102px -136px;
}
.content li.fc5
{
    background-position:-136px -136px;
}
.content li.fc6
{
    background-position:-170px -136px;
}
.content li.fc7
{
    background-position:-204px -136px;
}
.content li.fc8
{
    background-position:-238px -136px;
}
.content li.fc9
{
    background-position:-272px -136px;
}
.content li.fc10
{
    background-position:0px -170px;
}
.content li.fc11
{
    background-position:-34px -170px;
}
.content li.fc12
{
    background-position:-68px -170px;
}
.content li.fc13
{
    background-position:-102px -170px;
}
.IMEMenu
{
    margin: 0;
    padding: 0;
    background-color:#fff;
}
.IMEMenu li
{
    margin: 0;
    padding: 0;
    list-style: none;

}
.IMEMenu li a
{
    color: #000;
    text-decoration: none;
    padding: 5px 30px;
    display: block;
    border-bottom: solid 1px #fff;
    border-top: solid 1px #fff;
    line-height: 18px;

}
 .IMEMenu li a:hover, .IMEMenu li a:active
{
    background-color: #fee7a3;
    border-bottom: solid 1px #ffbd69;
    border-top: solid 1px #ffbd69;
}

 .IMEMenu .selected a
{
    background: url(../images/bg-menu-tab.gif) no-repeat -94px 9px;
}
 .IMEMenu .selected a:hover,  .IMEMenu .selected a:active
{
    background: #fee7a3 url(../images/bg-menu-tab.gif) no-repeat -94px 9px;
    border-bottom: solid 1px #ffbd69;
    border-top: solid 1px #ffbd69;
}

.larger i{
	width:24px !important;
	height:21px !important;
    background-position: -24px -20px;
}
.larger a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 3px;
    width: 85px;
    line-height: 18px;
    text-decoration: none;
}
.larger a:hover
{
	color:#666;
}
.larger a:active
{
    color:#666;
}

.smaller i{
	width:24px !important;
	height:21px !important;
    background-position: 0px -20px;
}
.smaller a
{
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin-right: 10px;
    padding: 0 0 0 3px;
    width: 85px;
    line-height: 18px;
    text-decoration: none;
}
.smaller a:hover
{
    color:#666;
}
.smaller a:active
{
    color:#666;
}

.Matrix{

}
.Matrix .table_Matrix td{
	height:100px;
	padding:3px;
	border:1px solid #999;
	text-align:center;
	vertical-align:middle;
}
.Matrix .table_Matrix td .MatrixDiv{
	width:243px;
	height:100px;
	text-align:left;
	cursor:text;
	overflow-x:hidden;
	overflow-y:auto;
}

.IMEMenu .hasIcon a{
	padding-left:10px;
}
.icon {
    background: url(../images/icon1.png) no-repeat;
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}

.df{
	height:21px;
	width:21px;
    background-position:-68px -21px;
}
.im2{
	height:15px;
	width:15px;
    background-position:-89px -21px;
}

.im3{
	height:15px;
	width:15px;
    background-position:-104px -21px;
}

.dim{
	height:15px;
	width:15px;
    background-position:-119px -21px;
}
