@charset "utf-8";
@keyframes fade-in
{
    0% {opacity:0;}
    50%{opacity:0;}
    100%{opacity:1;}
}
@-webkit-keyframes fade-in
{
    0% {opacity:0;}
    50%{opacity:0;}
    100%{opacity:1;}
}
.classtable
{
    border-collapse: collapse;
    background-color:#eee;
}
.classtable td
{ 
    border: 1px solid #ccc;
    padding: 9px;
    padding-left: 5px;
}
.classtable th
{ 
    border: 1px solid #ccc;
    padding: 9px;
    padding-right: 5px;
}
table.mobiletable th
{
    text-align: right;
    padding-right: 5px;
}

table.mobiletable td
{
    text-align: left;
}
.smallicon
{
    height: 25px;
}
.bigicon
{
    height: 31px;
}
.gray .smallicon, a[disabled="disabled"] .smallicon
{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
div.divpopulationtype .populationtype
{
    background-color: #434343;
    color: Yellow;
}
a[disabled="disabled"] .smallicon
{
 
}
.divpopulationtype
{
    position: absolute;
    z-index: 100;
    margin-left: 10px;
    margin-top: 5px;
}
#population
{
    position: absolute;
    margin-left: -25px;
    margin-top: 31px;
}
#population ul li
{
    list-style-type: none;
    padding: 3px;
    color: White;
    text-align: left;
    font-size: 12px;
}
#population ul li div
{
    height: 16px;
    width: 30px;
    margin-right: 5px;
    float: left;
}
table.searchtable
{
    margin: 0 auto 0;
    border-collapse: collapse;
    width: 99%;
    text-align: center;
}
table.searchtable th
{
    background-image: url(../images/thbg.jpg);
    border: solid 1px #b8cce5;
    text-align: right;
    font-size: 14px;
    color: Black;
    min-width: 80px;
}
table.searchtable td
{
    border: solid 1px #b8cce5;
    text-align: left;
    font-size: 14px;
    padding-left: 4px;
}
table.searchtable td input[type=text]
{
    width: 90%;
    min-width: 70px;
}
table.searchtable td select
{
    width: 95%;
    min-width: 115px;
}
.topbg
{
    background-color: rgb(235,235,235);
}
.classbtnblack
{
    border: solid 1px #504f50;
    background-color: #504f50;
    color: #f3f3f3;
    height: 31px;
    font-size: 14px;
    background-repeat: no-repeat;
}
.classbtnblack:hover
{
    border: solid 1px #504f50;
    background-color: #504f50;
    color: red;
    background-repeat: no-repeat;
    height: 31px;
    font-size: 14px;
}
.return
{
    height: 16px;
    cursor: hand;
    cursor: pointer;
    margin-left: 3px;
}
select, textarea
{
    padding-top: 3px;
    padding-bottom: 3px;
    border: 2px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
select:focus, textarea:focus
{
    border: 2px solid #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
span.itemsstarttag
{
    width: 500px;
    text-align: left;
    border: solid 1px black;
}
span.itemstitle
{
    width: 200px;
    text-align: right;
    float: left;
    display: block;
}
span.itemscontent
{
    text-align: left;
    float: left;
    display: block;
}
#typedetails, #monthmidu, #sourcepet
{
    background-color: White;
}
.fixheightdiv
{
    overflow: auto;
    background-color: White;
    border: solid 1px #eee;
    text-align: left;
}
.fullscreen
{
    position: absolute;
    z-index: 100px;
    left: 0px;
    top: 0px;
}
.percentage
{
    background-color: #396b9e;
    color: White;
    font-weight: normal;
    padding-left: 10px;
    text-align: left;
}
.tableDetails
{
    border: solid 1px #eee;
    border-collapse: collapse;
    width: 100%;
}
.tableDetails th
{
    text-align: center;
    border: solid 1px black;
    height: 25px;
    font-size: 14px;
    font-weight: normal;
    background-color: #eceded;
    padding-left: 3px;
    padding-right: 3px;
}
.tableDetails td
{
    text-align: center;
    border: solid 1px black;
    height: 25px;
    font-size: 14px;
}

.statisticDetails
{
    border: solid 1px black;
    border-collapse: collapse;
    width: 230px;
    background: #f4f3ee;
}
.statisticDetails th
{
    text-align: center;
    border: dotted 1px black;
    height: 30px;
    font-size: 14px;
}
.statisticDetails td
{
    text-align: center;
    border: solid 1px black;
    height: 30px;
    font-size: 14px;
}
.statisticDetailsSmall
{
    border: solid 1px black;
    border-collapse: collapse;
    width: 180px;
    background: #f4f3ee;
}
.statisticDetailsSmall th
{
    text-align: center;
    border: dotted 1px black;
    height: 25px;
    font-size: 13px;
}
.statisticDetailsSmall td
{
    text-align: center;
    border: solid 1px black;
    height: 25px;
    font-size: 13px;
}

.divcontent:hover
{
    background-color: #aed5d6;
}
.conditionContent
{
    height: 200px;
    overflow: auto;
}
img#GB_frame
{
    width: 1024px;
}
.register
{
    border: solid 1px #aed5d6;
    border-collapse: collapse;
    padding: 0 0 0 0;
}
.register th
{
    border: solid 1px #aed5d6;
    text-align: right;
    padding: 0 0 0 0;
}
.register td
{
    border: solid 1px #aed5d6;
    text-align: left;
    padding: 0 0 0 0;
}
.title
{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.logoheader
{
    background-image: url(../images/subtopbg.gif);
    width: 100%;
    text-align: center;
    border-bottom: solid 5px #015ab6;
    height: 141px;
}
.bigtitle
{
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
}
.subtitle
{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    padding-left:4px;
}
.subtitlePos
{
    font-size: 25px;
    font-family: ºÚÌå;
    font-weight: bold;
    line-height: 30px;
    padding-left: 35px;
    vertical-align: top;
    padding-top: 60px;
    color: #3a6932;
    background-image: url(../images/title.png);
    background-repeat: no-repeat;
    background-position: 0px 60px;
}
.blue
{
    color: Blue;
    cursor: hand;
    cursor: pointer;
}
.MessageJ
{
    border-right: #3399cc 1px dotted;
    padding-right: 1px;
    border-top: #3399cc 1px dotted;
    padding-left: 1px;
    font-weight: normal;
    font-size: 11pt;
    background-color: #f4f3ee;
    margin: 2px;
    border-left: #3399cc 1px dotted;
    color: #000000;
    border-bottom: #3399cc 1px dotted;
    padding-top: 1px;
    padding-bottom: 1px;
}
table td.red
{
    padding-left: 220px;
    font-weight: normal;
}
.legendbg
{
    font-size: 14px;
    background-image: url(../images/legend.gif);
    color: white;
    height: 22px;
    padding-right: 20px;
    padding-left: 20px;
    position: absolute;
    padding-top: 3px;
    left: -0px;
    top: -0px;
    min-width: 140px;
    text-align: center;
}
.titleBackground
{
    margin: 0 0 0 0;
    vertical-align: top;
    padding: 0 0 0 0;
    background-repeat: repeat-x;
    overflow: hidden;
}
.ButtonTu
{
    border: solid 2px #b6cddf;
    background-color: #fafafa;
    background-image: url(../images/tu.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #000;
    height: 25px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100px;
}
.ButtonBiao
{
    border: solid 2px #b6cddf;
    background-color: #fafafa;
    background-image: url(../images/biao.jpg);
    background-repeat: no-repeat;
    background-position: 5px center;
    color: #000;
    height: 25px;
    font-size: 14px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    width: 100px;
}
.Mbutton, .button, .Button, #btnPrev, #btnFirst, #btnNext, #btnLast, #ctl00_ContentPlaceHolder1_btnPrev, #ctl00_ContentPlaceHolder1_btnFirst, #ctl00_ContentPlaceHolder1_btnNext, #ctl00_ContentPlaceHolder1_btnLast
{
    background-color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: #000;
    font-family: Times New Roman;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 70px;
}
.Mbutton:hover, .button:hover, .activebutton
{
    background-color: yellow;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #4e6096;
    display: inline-block;
    cursor: pointer;
    color: black;
    font-family: Times New Roman;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 70px;
}

tablestatistic
{
    font-size: 10pt;
    border-collapse: collapse;
    border: solid 1px black;
}
.copyright
{
    text-align: center;
    background-color: Black;
    color: White;
    padding: 25px;
    font-size: 14px;
}
tableborder th
{
    border: solid 1px gray;
}
tableborder td
{
    border: solid 1px gray;
}
.tableheader
{
    background-color: #585C5B;
    color: White;
    border-color: #585C5B;
    height: 30px;
    text-align: center;
    background-image: url(../images/header.gif);
    white-space: nowrap;
}
.tableheader1
{
    background-color: #585C5B;
    color: White;
    border-color: #585C5B;
    height: 30px;
    text-align: center;
    background-color: #425b70;
    font-size: 12px;
}
.tableheader th a
{
    color: White;
    text-align: center;
    font-weight: bold;
}
.Cbutton
{
    font-size: 9pt;
    width: 70px;
    height: 20px;
}
.tableitem td
{
    font-size: 14px;
    color: Black;
    height: 30px;
    padding-left: 4px;
}
.tableitem a
{
    color: Blue;
}
.white
{
    color: White;
    font-weight: bold;
}
.legend
{
    text-align: left;
    border-right: #3373a1 1px solid;
    border-top: #3373a1 1px solid;
    border-left: #3373a1 1px solid;
    border-bottom: #7b9ebd 1px solid;
    font-size: 14px;
    height: 23px;
    background-image: url(../images/bodybg.gif);
    color: white;
    padding-top: 3px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: hand;
    font-weight: bold;
    position: relative;
    width: 95%;
}

.titletop
{
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding-left: 20px;
}
.MessageTop
{
    height: 30px;
    background-color: #80a9d6;
}
.fieldcenter
{
    text-align: center;
}
.fieldcenter a
{
    text-decoration: none;
}
.leftBG
{
    background-color: #eee;
}
.fieldEdit
{
    width: 70px;
    text-align: center;
    background-image: url(../../../common/Images/edit.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 21px;
}
.fieldDelete
{
    width: 70px;
    text-align: center;
    background-image: url(../../../common/Images/delete.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 21px;
}
.fieldstate
{
    width: 80px;
    text-align: center;
    background-image: url(../../../common/Images/sico/blog.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldrecommend
{
    width: 80px;
    text-align: center;
    background-image: url(../../../common/Images/sico/recommend.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldreply
{
    width: 80px;
    text-align: center;
    background-image: url(../../../common/Images/sico/items4.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldlist
{
    width: 100px;
    text-align: center;
    background-image: url(../../../common/Images/sico/items0.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldback
{
    width: 90px;
    text-align: right;
    padding-left: 10px;
    background-image: url(../../../common/Images/sico/items7.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldclock
{
    width: 80px;
    text-align: center;
    background-image: url(../../../common/Images/sico/clock.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.fieldstatistic
{
    width: 100px;
    text-align: center;
    background-image: url(../../../common/Images/sico/statistic.gif);
    background-repeat: no-repeat;
    background-position: 4px center;
}
.FiedlSet
{
    width: 99%;
    border-right: lightsteelblue 1px solid;
    border-top: lightsteelblue 1px solid;
    border-left: lightsteelblue 1px solid;
    border-bottom: lightsteelblue 1px solid;
    left: 0px;
    top: 0px;
    position: absolute;
    margin: 0px;
    padding: 2px;
}
.Message
{
    border-right: #c5ddea 1px solid;
    padding-right: 9px;
    border-top: #c5ddea 1px solid;
    padding-left: 9px;
    font-weight: normal;
    font-size: 11pt;
    padding-bottom: 3px;
    margin: 2px;
    border-left: #c5ddea 1px solid;
    color: #000000;
    padding-top: 3px;
    border-bottom: #899ba7 1px solid;
    background-color:#eee;
}

.MessageNoPadding
{
    border-right: #c5ddea 1px solid;
    border-top: #c5ddea 1px solid;
    font-weight: normal;
    font-size: 11pt;
    margin: 1px;
    border-left: #c5ddea 1px solid;
    color: #000000;
    border-bottom: #899ba7 1px solid;
    background-image: url(../images/showbg.gif);
}

.MessageNoCell
{
    border-right: #3399cc 1px dotted;
    border-top: #3399cc 1px dotted;
    font-weight: normal;
    font-size: 10pt;
    background: #f4f3ee;
    border-left: #3399cc 1px dotted;
    color: #000000;
    border-bottom: #3399cc 1px dotted;
}

.NoContent
{
    font-weight: bold;
    height: 70px;
    width: 200px;
    background: #eae5e4;
    color: #ff6633;
    text-align: center;
}

.vsummary
{
    border-right: #3399cc 1px dotted;
    padding-right: 0px;
    border-top: #3399cc 1px dotted;
    padding-left: 0px;
    font-weight: normal;
    font-size: 9pt;
    background: #f4f3ee;
    padding-bottom: 0px;
    margin: 0px;
    border-left: #3399cc 1px dotted;
    color: #000000;
    padding-top: 0px;
    border-bottom: #3399cc 1px dotted;
    overflow: visible;
    width: 230px;
    height: 100%;
}
.right
{
    text-align: right;
}
.left
{
    text-align: left;
}
.center
{
    text-align: center;
    vertical-align: top;
}
.change
{
    border: 1px solid #33FF33;
    width: 250px;
    height: 25px;
}
.unchange
{
    width: 250px;
    height: 25px;
}
.loginMessage
{
    border: #3399cc 1px solid;
    padding: 1px;
}
.longWidth
{
    width: 415px;
}
.tdtop
{
    vertical-align: top;
}
.mybody
{
    font-size: 10pt;
    font-family: Verdana;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(../images/bodybg.gif);
    background-attachment: fixed;
}
.menuitem
{
    height: 20px;
    color: White;
    font-size: 14px;
}
.menuitem1
{
    font-size: 14px;
}
.menutitle1
{
    height: 20px;
    background: url(../images/yqlj.jpg) no-repeat;
    text-align: left;
    font-size: 15px;
    cursor: hand;
}
.menutitle
{
    height: 20px;
    background: url(yqlj.jpg) no-repeat;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    cursor: hand;
}
.menulevel
{
    height: 20px;
    color: Blue;
    font-size: 12px;
}
.menuimg
{
    height: 20px;
    width: 20px;
    background: url(menu.gif) no-repeat;
    vertical-align: top;
    text-align: right;
}
.titlelink
{
    color: White;
    font-size: 14px;
    background: url(t.jpg);
    height: 30px;
}
.titlelink a
{
    color: black;
    font-size: 14px;
    height: 30px;
}
.changelink
{
    color: Red;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
    background: url(t1.jpg);
}
.changelink a
{
    color: Red;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}
.menuimg
{
    height: 20px;
    width: 20px;
    background: url(menu.gif) no-repeat;
    vertical-align: top;
    text-align: right;
}
.Picture
{
    border: none 0 #000000;
    width: 120px;
}
.inputshortwidth
{
    width: 120px;
}
.inputlongwidth
{
    width: 400px;
}
.selectlongwidth
{
    width: 400px;
}
.hr1
{
    height: 1px;
    color: #7b9ebd;
    line-height: 1px;
}
.mobilehr
{
    height: 1px;
    color: #7b9ebd;
}
.red
{
    color: Red;
}
.white
{
    background-color: White;
    color: Black;
    font-weight: normal;
}

input[type=text], input[type=password]
{
    height: 21px;
    font-size: 14px;
    vertical-align: middle;
    padding-left: 3px;
    border: 2px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
input[type=text]:focus, input[type=password]:focus
{
    border: 2px solid #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input.noborder
{
    border: solid 0px white;
    box-shadow: inset 0px 0px 0px rgba(0,0,0,.075), 0 0 0px rgba(102, 175, 233, 0.6);
    font-weight: bold;
}
