﻿/*提供一些默认的样式设定。如果需要可在skin中覆盖*/
body
{
    background-image:none;
    font-family:"YaHei Consolas Hybrid","Microsoft YaHei","宋体";
	font-size:12px;
}
td
{
	font-size:12px;	
}

.textBox
{
	border:1px solid #bbb;
}
.textBox2
{
	border:1px solid #5f9866;
}
.memo
{
	width:500px;
	height:80px;
}

.tip
{
    color:Gray;
}
.dvLeftInfo
{
    width:50%;
    float:left;
}
.dvRightInfo
{
    width:50%;
    float:left;
}
/*begin of 编辑器样式*/
  fieldset
    {
        margin:0 10px 10px 10px;
    }
    .toolBar
    {
        margin:10px 0;
        height:100%;
        text-align:center;
        
    }
    .toolBar input
    {
        margin:0 10px;
        padding:1px 5px;
    }
    .settingRow
    {
        margin:5px;
        display:block;
        clear:both;
        text-align:left;
        height:auto!important;
    }
    .settingLabel
       {
           display:block;
           float:left;
           width:120px;
           padding:0 15px;
           text-align:right;
       }
/*end of 编辑器样式*/

.infoRow
{
    height:20px;
    line-height:20px;
     margin:5px;
     text-align:left;
     clear:both;
     height:auto!important;
}
.infoLabel
{
    float:left;
    width:100px;
    text-align:right;
}
.infoField
{
    
}
.tabContent
{
    border:1px solid gray;border-top:none;
    height:auto!important;
    background-color:#fff;
}