﻿body
{
	background-image: url('img/hrsk.jpg');
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 100%;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: 微软雅黑;
}
#controls
{
    font-size: 16pt;
    height: 44pt;
    white-space: nowrap;
    overflow: hidden;
}
#controls div
{
    padding: 7pt;
    border-top-right-radius: 7pt;
    border-top-left-radius: 7pt;
    display: inline-block;
    width:20%;
    float:left;
    margin-left:2%;
}
.doneCon
{
    background-image: linear-gradient(#cccccc,#aaaaaa);
    margin-top:10pt;
    line-height:20pt;
    cursor:pointer;
}
.activeCon
{
	font-size:20pt;
	line-height:30pt;
	vertical-align:bottom;
	background-image: linear-gradient(#ffff88,#ffffff);
	cursor:default;
	
}
.doneCon:hover
{
	background-image: linear-gradient(#5555ff,#ffffff);
}
.reginProcess
{
    border: 1px solid #00FFFF;
    padding: 10pt;
    display: inline-block;
    text-align: center;
    border-radius: 10pt;
    background-color: rgba(200,200,200,0.5);
    box-shadow: 5pt 8pt 6pt rgba(0,0,0,0.5);
    cursor:default;
}

.complatepor
{
	background-image: radial-gradient(rgba(230,250,230,0),#88ff99);
}
.complateline
{
    background-color: #006600;
    width: 20pt;
    height: 26pt;
    margin-right: auto;
    margin-left: auto;
}
.notline
{
    background-color: #C0C0C0;
    width: 20pt;
    height: 26pt;
    margin-right: auto;
    margin-left: auto;
}
.nextpro
{
	background-image: none;
	cursor:pointer;
        	animation:nextmove 0.5s infinite;
        	-webkit-animation:nextmove 0.5s infinite;
        	animation-direction:alternate;
        	-webkit-animation-direction:alternate;
}

        @keyframes nextmove
        {
            from {background-color: rgba(200,200,200,0.5);}
            to {background-color: #ffff00;}
        }
        @-webkit-keyframes nextmove
        {
            from {background-color: rgba(200,200,200,0.5);}
            to {background-color: #ffff00;}
        }
.decBody
{
    width: 60%;
    font-size: 12pt;
    border-top-style: solid;
    border-right-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-color: #C0C0C0;
    border-right-color: #C0C0C0;
    margin-right: auto;
    margin-left: auto;
}
.decBody tr
{
	background-color: rgba(230,230,255,0.6);
}
.decBody tr:hover
{
	background-color: rgba(90,200,255,0.6);
}
.decBody td
{
    padding: 8pt;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-color: #C0C0C0;
    border-left-color: #C0C0C0;
    cursor:pointer;
}
.shenbao
{
	background-color:#ff5050;
}
.shenbao:hover
{
	background-color:#ffff60;
}
.shenbaotijiao
{
	border-style: solid; border-width: 1px; border-color: #FFFFFF #666666 #666666 #FFFFFF; font-size: 20pt; background-color: #DDDDDD;
	cursor:pointer;
}
.shenbaotijiao:hover
{
	background-color:#4090ff;
}
.buttonCon,.flashbutton
{
	border: 1px solid #00FFFF;
    padding: 10pt;
    font-size:20pt;
    text-align: center;
    border-radius: 10pt;
    background-color: rgba(200,200,200,0.5);
    box-shadow: 5pt 8pt 6pt rgba(0,0,0,0.5);
    cursor:pointer;
    width:50%;
    margin-top:40pt;
    margin-left:auto;
    margin-right:auto;
}
        .flashbutton
        {
        	animation:mymove 0.5s infinite;
        	-webkit-animation:mymove 0.5s infinite;
        	animation-direction:alternate;
        	-webkit-animation-direction:alternate;
        }
        @keyframes mymove
        {
            from {background-color: rgba(200,200,200,0.5);}
            to {background-color: #ffff00;}
        }
        @-webkit-keyframes mymove
        {
            from {background-color: rgba(200,200,200,0.5);}
            to {background-color: #ffff00;}
        }
.buttonCon:hover
{
	background-color: rgba(40,190,255,0.7);
}


#homeimg
{
	background-image: url('/ClientPages/img/AgtHome.png');
    width: 64px; height: 64px; top: 0px; z-index: 6; position: absolute; cursor: pointer;
	display:block;
	left: 30px;
}
#homeimg:hover
{
	background-image: url('/ClientPages/img/Undo.png');
}