﻿.blueFont
{
    color: #6699CC;
}
.redFont
{
    color: #FF0000;
}
td.row input,td.row select,td.row span{
    float: left;
    display: inline;
     outline: none;
}
.BlueInnerBody td.rownotop {
    padding: 5px 0px;
}
td.rownotop span {
    margin-top: 0px;
}
label {
    padding-left: 3px;
}
#JobExpEditer td {
    padding: 8px;
    background-color: #F5F9FF;
}
td.row select.rowsp {
    margin-top: 6px;
}
td.row span.ns {
    margin: 0px 2px;
}
td.row a.bczpselect {
    margin-top: 3px;
    margin-right: 6px;
}
div.limitword 
{
    padding: 4px 8px;
    background-color: #FAFAFA;
}
input.lmtipt
{
    width: 38px;
    height: 18px;
    line-height: 18px;
    padding-left: 2px;
    vertical-align: middle;
    border: 1px solid #ccc;
    background-color: #eee;
    font-size: 8pt;
}
td.tpbk
{
    border-top: 1px dotted #ccc;
}
/***** Other Elements in Page Content *****/
.pwd-strength
{
    padding: 0px;
    padding-left: 0px;
    padding-right:0px;
    width: 156px;
    border: solid 1px #CCCCCC;
    height:25px;
    line-height:25px;
    overflow:hidden;
}
.pwd-strength-box, .pwd-strength-box-low, .pwd-strength-box-med, .pwd-strength-box-hi
{
    color: #464646;
    text-align: center;
    float:left;
    width:49px;
    display:inline;
}
.pwd-strength-box-low
{
    color: #990000;
    background-color: #FFECEC;
}
.pwd-strength-box-med
{
    color: #000066;
    background-color: #D2E9FF;
}
.pwd-strength-box-hi
{
    color: #003300;
    background-color: #DDFFDD;
}


.note_onLoad
{
    margin-left:10px;
    background:#E9FFEB url(images/onLoad.gif) no-repeat 3px 3px;
    padding-left:25px;
	font-size: 12px;
	display:inline-block;
	height:25px;
}
.div1{
    height:36px;
    line-height: 36px;
    font-size: 14px;
    background: #fff;
    color: #0378d8;
}
.div2
{

    width: 0;
    height: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 12px solid #eee;
    position: absolute;
    top: 7px;
    left: -13px;
}
.div2 span {
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-right: 11px solid #fff;
    position: absolute;
    top: -9px;
    left: 2px;
}
.div3
{
    font-size: 12px;
    color: #666;
    padding: 0 20px 5px;
    line-height: 200%;
}
.tipDiv
{
    margin: 0px;
    padding: 0px;
    display: none;
    position: absolute;
    width: 300px;
    left: -330px;
    top: 10px;
    border: 1px solid #eee;
    z-index: 9999;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(56,81,76,0.12);
    -moz-box-shadow: 0 0 10px 0 rgba(56,81,76,0.12);
    box-shadow: 0 0 10px 0 rgba(56,81,76,0.12);

}
.note_true {
    color: green;
    padding: 0px;border: none;
    background: url("/images/jw/msg_bg.png") -10px -246px no-repeat;
    padding-left: 26px;
    float: left;
        height: 22px;line-height: 22px;
}
.note_false {
    color: red;
    padding: 0px;border: none;
    background: url("/images/jw/err.gif") -7px -3px no-repeat;
    padding-left: 26px;
    +background-position: -7px -5px;
        height: 22px;line-height: 22px;
}

.Submit {
    background: url(/js/validatorv2/images/submit1.jpg);
    width: 147px;
    height: 31px;
    color: #ffffff;
    font-size: 14px;
    padding-left: 15px;
    cursor: pointer;
    border: 1px double #eeeeee;

}