﻿body
{
    font-size: 13px;
    font-family: 新細明體, Arial;
}

.query
{
    padding: 10px;
    border: 1px solid #808080;
    width: 99%;
    margin: 10px 3px auto 2px;
}

table.edit
{
    color: #993300;
    border: 1px solid Gray;
    border-collapse: collapse;
    background-color: White;
    font-size: 15px;
    border-spacing: 1px;
    font-family: 新細明體,Arial;
}
table.edit th.td0
{
    background-color: #fffbd6;
    color: #111111;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
}
table.edit td.td1
{
    background-color: #fffbd6;
    color: Black;
    text-align: center;
}
table.edit td.td2
{
    color: #993300;
    font-size: 15px;
    text-align: left;
}


.textbox1
{
    height: 20px;
    padding: 2px 0 0 2px;
    border: 1px solid #BEBEBE;
    background-color: #F0F8FF;
    color: BLACK;
    font-size: 15px;
}

tr.caption0
{
    width: 100%;
    background-color: #006699;
    font-size: 17px;
    font-weight: bold;
    color: White;
    text-align: center;
    height: 30px;
    font-family: 新細明體,Arial;
}
tr.caption1
{
    width: 100%;
    background-color: #7fb31b;
    font-size: 17px;
    font-weight: bold;
    color: White;
    text-align: center;
    height: 30px;
    font-family: 新細明體,Arial;
}
tr.caption2
{
    width: 100%;
    background-color: #E4905B;
    font-size: 17px;
    font-weight: bold;
    color: White;
    text-align: center;
    height: 30px;
    font-family: 新細明體,Arial;
}
a.a1
{
    color: blue;
    text-decoration: underline;
}
a.a1:hover
{
    color: blue;
    text-decoration: underline;
}



.tablestyle
{
    font-family: arial;
    font-size: small;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid solid;
    border-width: 1px 1px 1px 1px;
}
.tablestyle .Pager a
{
    vertical-align: middle;
    font-size: 13px;
    color: Blue;
    font-family: Arial, 新細明體;
}
.tablestyle .Pager td
{
    padding: 2px 4px 2px 2px;
    vertical-align: middle;
    font-size: 13px;
    font-family: Arial, 新細明體;
}
.altrowstyle
{
    background-color: #edf5ff;
}

.headerstyle th
{
    background: url('/images/sprite.png') repeat-x 0px 0px;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #000;
    padding: 4px 5px 4px 10px;
    text-align: center;
    vertical-align: bottom;
}

.headerstyle th a
{
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    color: #000;
    display: block;
    padding-right: 10px;
    background: url('/images/sort.png') no-repeat right 50%;
}

.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
    background-color: #edf5ff;
}

.rowstyle .sortrow, .altrowstyle .sortrow
{
    background-color: #dbeaff;
}

.rowstyle td, .altrowstyle td
{
    padding: 3px 7px 3px 7px;
    border-right: solid 1px #cbcbcb;
}

.headerstyle .sortascheader
{
    background: url('/images/sprite.png') repeat-x 0px -100px;
}

.headerstyle .sortascheader a
{
    background: url('/images/dt-arrow-up.png') no-repeat right 50%;
}

.headerstyle .sortdescheader
{
    background: url('/images/sprite.png') repeat-x 0px -100px;
}

.headerstyle .sortdescheader a
{
    background: url('/images/dt-arrow-dn.png') no-repeat right 50%;
}

.footerstyle td
{
    background-color: #562ca4;
    border-color: #989898 #cbcbcb #989898 #989898;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px medium;
    color: #FFF;
    padding: 4px 5px 4px 10px;
}

#jsddm
{
    margin: 0;
    padding: 0;
    height: 36px;
}

#jsddm li
{
    float: left;
    list-style: none;
    font-size:15px;
    
}

#jsddm li a
{
    display: block;
    padding: 7px 12px 5px;
    text-decoration: none;
    color: #336699;
    white-space: nowrap;
    text-align: center;
    height: 36px;
}

#jsddm li a:hover
{
    background: #999999;
    color: White;
    height: 36px;
}

#jsddm li ul
{
    margin: 0;
    padding: 0;
    position: absolute;
    visibility: hidden;
    border: 1px solid silver;
    width: 130px;
}

#jsddm li ul li
{
    float: none;
    display: inline;
    font-size:13px;   
}

#jsddm li ul li a
{
    width: auto;
    background: #eeeeee;
    color: #336699;
    text-align: left;
    height: 18px;
}

#jsddm li ul li a:hover
{
    background: #8EA344;
    color: White;
    height: 18px;
}
