/* ul li�Ժ�����ʾ */

/* ����classΪmenu��div�е�ul��ʽ */
div.menu ul
{
    list-style:none; /* ȥ��ulǰ��ķ���? */
    margin: 0px; /* �����Ԫ�صľ����?0 */
    padding: 0px; /* ���ڲ�Ԫ�صľ���Ϊ0 */
    width: auto; /* ��ȸ���Ԫ�����ݵ���? */
}
div.menu ul li:hover
{
    cursor: pointer;
    background-color: #bfcbd6; /* ����ɫ */
    color: #465c71; /* ������ɫ */
    text-decoration: none; /* ����ʾ�������»��� */
}
/* ����classΪmenu��div�е�ul�е�a��ʽ(������δ����ĺ͵��������ʽ) */
div.menu ul li, div.menu ul li
{
	float:left;
    color: #dde4ec; /* ������ɫ */
    display: block; /* ��Ԫ�ؽ���ʾΪ�鼶Ԫ�أ���Ԫ��ǰ�����л��з� */
    line-height: 1.30em; /* �и� */
    padding: 7px 12px; /* �ڲ����ľ���   20px;*/
    text-decoration: none; /* ����ʾ�������»��� */
    white-space: nowrap; /* �����ı��ڵĿհ״������ỻ�У��ı�������ͬһ���ϼ�����ֱ������ <br> ��ǩΪֹ�� */
    font-size: 14px;
    width: 56px;
    text-align: center;
}
div.menu ul li ul
{
	margin-top: 3px;
	margin-left: -12px;
	width: 8%;
	list-style-type: none;
	position: absolute;
	z-index: 9999;
	display: none;
	background: #00625A;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}
div.menu > ul > li:hover > ul
{
	opacity: 1;
	position: absolute;
	display: block;
}
#stuname:hover
{
    color: #00FFFF;
    display: block; /* ��Ԫ�ؽ���ʾΪ�鼶Ԫ�أ���Ԫ��ǰ�����л��з� */
    line-height: 1.30em; /* �и� */
    padding: 7px 20px; /* �ڲ����ľ��� */
    text-decoration: none; /* ����ʾ�������»��� */
    white-space: nowrap; /* �����ı��ڵĿհ״������ỻ�У��ı�������ͬһ���ϼ�����ֱ������ <br> ��ǩΪֹ�� */
    font-size: 14px;
    background-color: transparent;
}
#stuname
{
    color: #00FF00;
    display: block; /* ��Ԫ�ؽ���ʾΪ�鼶Ԫ�أ���Ԫ��ǰ�����л��з� */
    line-height: 1.30em; /* �и� */
    padding: 7px 20px; /* �ڲ����ľ��� */
    text-decoration: none; /* ����ʾ�������»��� */
    white-space: nowrap; /* �����ı��ڵĿհ״������ỻ�У��ı�������ͬһ���ϼ�����ֱ������ <br> ��ǩΪֹ�� */
    font-size: 14px;
}
#servertime:hover
{
    color: #00FFFF;
    display: block; /* ��Ԫ�ؽ���ʾΪ�鼶Ԫ�أ���Ԫ��ǰ�����л��з� */
    line-height: 1.30em; /* �и� */
    padding: 7px 20px; /* �ڲ����ľ��� */
    text-decoration: none; /* ����ʾ�������»��� */
    white-space: nowrap; /* �����ı��ڵĿհ״������ỻ�У��ı�������ͬһ���ϼ�����ֱ������ <br> ��ǩΪֹ�� */
    font-size: 14px;
    background-color: transparent;
}
#servertime
{
    color: #00FF00;
    display: block; /* ��Ԫ�ؽ���ʾΪ�鼶Ԫ�أ���Ԫ��ǰ�����л��з� */
    line-height: 1.30em; /* �и� */
    padding: 7px 20px; /* �ڲ����ľ��� */
    text-decoration: none; /* ����ʾ�������»��� */
    white-space: nowrap; /* �����ı��ڵĿհ״������ỻ�У��ı�������ͬһ���ϼ�����ֱ������ <br> ��ǩΪֹ�� */
    font-size: 14px;
}

.inputTitle{
    width: 350px;height: 35px;float: left;text-align: right;padding-right: 20px;line-height: 28px
}
.inputTxt{
    line-height: 15px;height: 15px;width: 300px;border-width: 1px;border-color: #00625A;padding: 5px;border-radius: 2px;
}
.cell{
    width: 1024px;margin-left: auto;margin-right: auto; color: rgb(102,102,102);font-size: 15px; padding-top:5px; padding-bottom:5px;
}
.inputSelect{
    line-height: 17px;height: 29px;width: 311px;border-width: 1px;border-color: #00625A;padding: 5px;border-radius: 2px;
}
.inputButton{
    color:white ;border-width:1px;padding: 3px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px;border-color: rgb(62, 143, 62);background-color: rgb(92, 184, 92);background-image: linear-gradient(rgb(92, 184, 92) 0%, rgb(65, 150, 65) 100%);
}

.inputButtonSel{
    color:white ;border-width:1px;padding: 3px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px;border-color: rgb(123, 191,150);background-color: rgb(123, 191,150);background-image: linear-gradient(rgb(123, 191,150) 0%, rgb(123, 191,150) 100%);
}

.inputButtonPay{
    color:white ;border-width:1px;padding: 3px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px;border-color: rgb(123, 51,31);background-color: rgb(123, 51,31);background-image: linear-gradient(rgb(123, 51,31) 0%, rgb(123, 51,31) 100%);
}

.inputButtonTable{
    color:white ;border-width:1px;padding: 3px 5px; font-size: 14px; line-height: 1.2; border-radius: 3px;border-color: rgb(62, 143, 62);background-color: rgb(92, 184, 92);background-image: linear-gradient(rgb(92, 184, 92) 0%, rgb(65, 150, 65) 100%);
}
.inputButtonColorOrange{
	border-color: rgb(233, 150, 65);
	background-color: rgb(233, 150, 65);
	background-image: linear-gradient(rgb(233, 150, 65) 0%, rgb(233, 150, 65) 100%)
}
.inputButtonHelp{
    color:white ;border-width:1px;padding: 3px 10px; font-size: 14px; line-height: 1.5; border-radius: 3px;border-color: rgb(204, 204, 204);background-color: rgb(233, 150, 65);background-image: linear-gradient(rgb(233, 150, 65) 0%, rgb(233, 150, 65) 100%);
}
table{
    table-layout:fixed;
    empty-cells:show;
    border-collapse: collapse;
    margin:0 auto;
}
table.t1 th {
    background-image: url("../img/tablehead.png");
    background-repeat:repeat-x;
    height:20px;
}
table.t1 td,table.t1 th{
    border:1px solid #cad9ea;
    text-align: center;
    height: 28px;
}
.select {
    border: #ddd 0px solid;
    width: 985px;
    margin: 0px auto;
    font-size: 12px;
}
.select .select-list {
    border-bottom: #eee 1px dashed;
    margin-left: -30px;
}
.select li {
    list-style: none;
    padding: 0px;
}
.select dl::after {
    content: " ";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
.select dl {
    zoom: 1;
    position: relative;
    line-height: 24px;
}
.select dd {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}
.select .selected{
    color: #fff;
    background-color: #f60;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
}
.select a {
    display: inline-block;
    white-space: nowrap;
    height: 24px;
    padding: 0 10px;
    text-decoration: none;
    color: #000;
    border-radius: 2px;
}
a {
    color: #000;
    text-decoration: none;
}

.pass_img_one{
	width: 356px; height: 28px;margin-left: 240px;
	background-image:url("../img/pass_bg.jpg");
	
}
.pass_img_two{background-position: 0 -30px;}

.pass_img_three{background-position: 0 -61px;}








