﻿td
{
    cursor: default;
    line-height: 17px;
    font-family:Verdana;
    font-size:12px;
}
/*按钮的样式*/
.buttonlogin
{
    background-color: #C4E3FF;
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    vertical-align: middle;
    width:65px;
    border: 1px solid #000000;
    height: 24px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}
.button1
{
    background-color: #EEEEEE;
    background-repeat: repeat-x;
    background-position: center top;
    text-align: center;
    vertical-align: middle;
    width:65px;
    border: 1px solid #000000;
    height: 24px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
}
/*文本框的样式*/
.input1
{
    border-color: #000000;
    padding-top: 2px;
    height:18px;
    text-transform:uppercase;
}
.input2
{
    border-color: #000000;
    padding-top: 2px;
    height:18px;
    width:150px;
}
/*a链接 颜色*/
a:link
{
    color: #0066cc;
    text-decoration: none;
}
a:visited
{
    color: #0066cc;
    text-decoration: none;
}
a:hover
{
    color: #FF0000;
    text-decoration: underline;
    cursor:pointer;
}
/*奇偶行背景色变化*/
.tr_odd
{
    background-color: #ffffff;
}
.tr_even
{
    background-color: #eeeeee;
}
/*12.25 新增样式*/
/*鼠标经过的背景色*/
.tr_mouseover
{
    background-color: #ebf7ff;
}
/*td的背景色样式*/
.tb_select
{
    background-color: #f0f2f7;
}
/*查询等待窗体的样式*/
DIV.neat-dialog-cont
{
    z-index: 98;
    background: none transparent scroll repeat 0% 0%;
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
}
DIV.neat-dialog-bg
{
    z-index: -1;
    FILTER: alpha(opacity=60);
    left: 0px;
    width: 100%;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #eee;
    opacity: 0.6
}
DIV.neat-dialog
{
    border-right: #555 1px solid;
    border-top: #555 1px solid;
    z-index: 99;
    margin-left: auto;
    border-left: #555 1px solid;
    width: 30%;
    margin-right: auto;
    border-bottom: #555 1px solid;
    position: relative;
    top: 25%;
    background-color: #fff;
}
/*填写预约单样式*/
.panel-heading {
    padding: 1px 1px;
    border-bottom: 1px solid #ddd;
    color: #333;
    background-color: #f5f5f5;
}
.brand_head
        {
            background: #b8dafb;
            width: 216px;
            border: 1px;
            height: 50px;
            font: 20px/40px "Microsoft YaHei";
            color: #040404;
            padding-left: 19px;
        }
.bodytable1
        {
            width: 100%;
            border-collapse: collapse;
            border: 1px solid #77b7f8;
        }
        .table_title1
        {
            background: #e8f5fe;
            height: 21px;
            line-height: 21px;
            font-weight: bold;
            text-indent: .3em;
            outline: 0;
            border-left:1px solid #77b7f8;
            border-top:1px solid #77b7f8;
            border-bottom:1px solid #77b7f8;
        }
        .table_title2
        {
            background: #e8f5fe;
            height: 21px;
            line-height: 21px;
            font-weight: bold;
            text-indent: .3em;
            outline: 0;
            border-right:1px solid #77b7f8;
            border-top:1px solid #77b7f8;
            border-bottom:1px solid #77b7f8;
        }
