﻿body
{
    margin: 0px 0px 0px 0px;
    font-size: 12px;
}
.table
{
    display: table;
    border-collapse: separate;
    font-size: 12px;
}
.tdar
{
    text-align: right;
    font-size: 12px;
    width: 85px;
}

.required
{
    color: Red;
}

.focusField
{
    height: 20px;
    border: 1px solid #F6F;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    background-color: #FCF;
}

.idleField
{
    height: 20px;
    border: 1px solid #73A6FF;
    font-family: "Arial" , "Helvetica" , "sans-serif";
    background: #EFF5FF;
}
.ajax-loading
{
    width: 16px;
    height: 16px;
    background: url('icons/ajax_loading.gif') no-repeat;
}

.ajax-progressbar
{
    width: 214px;
    height: 15px;
    background: url('images/ajax_progressbar_short.gif');
    background-repeat: repeat-x;
}

div.window-inner-div
{
    padding: 3px;
    background: #E0ECFF;
    border: 1px solid #ccc;
}

div.window-inner-div-withhidden
{
    padding: 3px;
    background: #E0ECFF;
    border: 1px solid #ccc;
    overflow: hidden;
}

.helpLnk
{
    font-size: 12px;
    color: #E21111;
    padding: 0px 0px 0px 2px;
}
.helpLnk a:link, a:visited
{
    font-size: 12px;
    text-decoration: none;
}
.helpLnk a:hover
{
    text-decoration: underline;
    color: #FF6600;
}

.helpNoLnk
{
    font-size: 12px;
    color: #E21111;
    padding: 0px 0px 0px 2px;
}

.ui-input-tip-slider
{
    background: #fdf9e5;
    border: 1px solid #fd7d2c;
    color: #222222;
    display: block;
    text-align: left;
    padding: 5px 3px 5px 3px;
    position: absolute;
    z-index: 99999;
}
.ui-input-tip-corner-all
{
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px 5px;
    -webkit-border-top-right-radius: 5px 5px;
    -webkit-border-bottom-right-radius: 5px 5px;
    -webkit-border-bottom-left-radius: 5px 5px;
}
.ui-input-tip-pointer-down
{
    border-bottom-width: 0;
    border-left: 7px dashed transparent;
    border-right: 7px dashed transparent;
    border-top: 8px solid #fd7d2c;
    bottom: -8px;
    display: block;
    height: 0;
    left: 18%;
    margin-left: -7px;
    position: absolute;
    width: 0;
}

.ui-input-tip-pointer-down-inner
{
    border-left: 6px dashed transparent;
    border-right: 6px dashed transparent;
    border-top: 7px solid #fff;
    left: -6px;
    top: -9px;
    position: absolute;
}

.ui-input-tip
{
    font-size: 9pt;
}

/* 验证出错提示框 */
.tooltiptable
{
    margin: 3px;
}

.topleft, .topcenter, .topright, .bodyleft, .tooltipcontent, .bodyright, .footerleft, .footercenter, .footerright
{
    background-image: url(images/tooltipbox.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

.corner
{
    font-size: 1px;
    height: 12px;
    line-height: 1px;
    width: 12px;
}
.topcenter
{
    background-position: center top;
}

.tooltipcontent
{
    color: #757168;
    font-family: Tahoma,SimSun,Verdana,sans-serif;
    font-size: 12px;
    line-height: 15px;
    padding: 3px 0 1px 1px;
    text-align: justify;
}
.bodyright
{
    background-position: right center;
}
.footerleft
{
    background-position: left bottom;
}
.footercenter
{
    background-position: center bottom;
}
.footerright
{
    background-position: right bottom;
}
.tooltipcontent
{
    background-position: center center;
}
.bodyleft
{
    background-position: left center;
}
.tooltipfang
{
    background-image: url(images/Callouts.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 1px;
    height: 11px;
    line-height: 1px;
    position: absolute;
    width: 11px;
}
.topright
{
    background-position: right top;
}
.tooltipfang
{
    background-position: 0 -44px;
    left: 0;
    top: 42%;
}
.btn_01
{
    width: 111px;
    height: 27px;
    float: left;
    background: url(images/but.png) no-repeat left top;
    margin-right: 10px;
    border: 0;
    cursor: pointer;
}

/* end 验证出错提示框 */

/* *号颜色 */
.red_span
{
    color:Red;
    font-size:22px;
    }
.blue_span
{
    color:Blue;
    font-size:22px;
    }
.yellow_sapn
{
    color:Green;
    font-size:22px;
    }