﻿/*body
{
    font-family: "宋体";
}*/

.formitem
{
    border: 1px solid #dfdfdf;
    width: 100%;
    padding: 0;
}

.formitem > tbody > tr:first-child > th
{
    height: 28px;
    line-height: 28px;
    background: repeat-x url("jb_03.gif");
    text-indent: 20px;
    text-align: left;
    color: #1c568a;
    font-size: 9pt;
    font-weight: bold;
}

.formitem .inputtimespinner
{
    width:150px;
}
        
.formitem .TextBoxEx_large
{
    width: 502px;
}


.formitem > tbody > tr > th
{
    height: 25px;
    width: 10%;
    text-align: right;
    font-weight: normal;
    background-color: #e2e8f4;
}
.formitem > tbody > tr > td
{
    width: 40%;
    padding-left: 5px;
    background-color: #e9effa;
}
.formitem td.last
{
    text-align: right;
}
.formitem.two td
{
    width: 50%;
}
.formitem td.last input
{
    margin: 0 5px 0 5px;
}

.formitem textarea
{
    width: 500px;
    height: 40px;
}

/*btn start*/

input.l-btn-plain
{
    padding-right: 5px;
    border: 0;
    padding: 1px 6px 1px 1px;
}
input.l-btn-disabled
{
    color: #ccc;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: default;
}

input:hover.l-btn
{
    background-position: right -24px;
    outline: none;
    text-decoration: none;
}
input:hover.l-btn span.l-btn-left
{
    background-position: 0 bottom;
}
input:hover.l-btn-plain
{
    padding: 0 5px 0 0;
}
input:hover.l-btn-disabled
{
    background-position: right 0;
}
input:hover.l-btn-disabled span.l-btn-left
{
    background-position: 0 -48px;
}
input.l-btn .l-btn-focus
{
    outline: #0000FF dotted thin;
}
input.l-btn
{
    text-align: center;
    color: #ffffff;
    height: 24px;
    cursor: pointer;
    background-image: url('../metro-blue/images/linkbutton_bg.png');
    background-repeat: no-repeat;
    background: #1a7bc9;
    background-repeat: repeat-x;
    border: 1px solid #1a7bc9;
    background: -webkit-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
    background: -moz-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
    background: -o-linear-gradient(top,#1a7bc9 0,#1a7bc9 100%);
    background: linear-gradient(to bottom,#1a7bc9 0,#1a7bc9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1a7bc9,endColorstr=#1a7bc9,GradientType=0);
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

input:hover.l-btn
{
    background: #9cc8f7;
    color: #404040;
    border: 1px solid #9cc8f7;
    filter: none;
}
input.l-btn-plain, input.l-btn-plain span.l-btn-left
{
    background: transparent;
    border: 0;
    filter: none;
}
input:hover.l-btn-plain
{
    background: #9cc8f7;
    color: #404040;
    border: 1px solid #9cc8f7;
    -moz-border-radius: 0px 0px 0px 0px;
    -webkit-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
input.l-btn-disabled, input:hover.l-btn-disabled
{
    filter: alpha(opacity=50);
}


/*btn end*/

tr.datagrid-row td a
{
    text-decoration: none;
}
tr.datagrid-row td a:hover
{
    /*text-decoration : underline;*/
    color: #FF0033;
}

.ValidateEntityrequired
{
    color:Red;
    margin-left:2px;
}

.ValidateEntity-invalid {
  background-image: url('validatebox_warning.png');
  background-repeat: no-repeat;
  background-position: right center;
}

