﻿@charset "utf-8";
.loginContainer
{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -200px;
}

.loginBody
{
    height: 300px;
}

.loginForm
{
    width: 580px;
    height: 300px;
    font-size: 8pt;
}

.formLocation
{
    margin-top: 140px;
    margin-left: 310px;
    font-size: 8pt;
    width: 210px;
}

.loginTextBox
{
    width: 130px;
}



body 
{
    font-family: "宋体"; 
    font-size: 9pt; color: #333333; 
    margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px;margin-top: 0px
    SCROLLBAR-FACE-COLOR: #D0E5FF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #F5F9FF; 
	SCROLLBAR-SHADOW-COLOR: #828282; 
	SCROLLBAR-3DLIGHT-COLOR: #828282; 
	SCROLLBAR-ARROW-COLOR: #797979; 
	SCROLLBAR-TRACK-COLOR: #ECECEC; 
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff
}
 
table { 
    font-family: "宋体"; 
	font-size: 9pt; 
	line-height: 180%; 
	color: #000000
	 }

.navPoint {FONT-SIZE: 9pt; CURSOR: hand; COLOR: #003366; FONT-FAMILY: Webdings}

a.black:link { color: #000000;text-decoration: none;}
a.black:visited { color: #000000;text-decoration: none;}
a.black:hover { color: #000000;text-decoration: underline;}
a.black:active { color: #535353;text-decoration: none;}

a.topwhite:link { font-size:9pt;color: #ffffff;text-decoration: none;}
a.topwhite:visited { font-size:9pt;color: #ffffff;text-decoration: none;}
a.topwhite:hover { font-size:9pt;color: #eeeeee;text-decoration: underline;}
a.topwhite:active { font-size:9pt;color: #000000;text-decoration: none;}

a.leftwhite:link { font-size:14px;color: #ffffff;font-weight:bold;text-decoration: none;}
a.leftwhite:visited { font-size:14px;color: #ffffff;font-weight:bold;text-decoration: none;}
a.leftwhite:hover { font-size:14px;color: #eeeeee;font-weight:bold;text-decoration: underline;}
a.leftwhite:active { font-size:14px;color: #000000;font-weight:bold;text-decoration: none;}

a.tag:link { font-size:9pt;color: #2b4866;text-decoration: none;}
a.tag:visited { font-size:9pt;color: #2b4866;text-decoration: none;}
a.tag:hover { font-size:9pt;color: #2b4866;text-decoration: underline;}
a.tag:active { font-size:9pt;color: #2b4866;text-decoration: none;}

a.blue:link { color: #ffffff;text-decoration: none;}
a.blue:visited { color: #00469c;text-decoration: none;}
a.blue:hover { color: #333333;text-decoration: underline;}
a.blue:active { color: #000000;text-decoration: none;}

    a.button {
      color: #000000;
      display: block;
      float: left;
      height: 24px;
      padding-right: 10px;
      font: normal 12px sans-serif;
      margin-right: 10px;
      text-decoration: none;
    }
    a.button span {
	  color: #000000;
      display: block;
      padding: 5px 1px 5px 11px;
      line-height: 14px;
    }
    a.button:hover {
      background-position: right -24px;
	  color: #535353;
	  text-decoration: none;
    }
    a.button:hover span {
      background-position: left -24px;
    }
    a.button:active {
      background-position: right -48px;
      outline: none;
    }
    a.button:active span {
      background-position: left -48px;
      padding: 6px 0 4px 12px;
    }

.boxblue
    {
     BACKGROUND-COLOR:#ffffff;
	 BORDER-BOTTOM: #7f9db9 1px double;
     BORDER-LEFT: #7f9db9 1px double;
	 BORDER-RIGHT: #7f9db9 1px double;
	 BORDER-TOP: #7f9db9 1px double;
	 padding:2 2 2 2;
	 width:85%
	 } 
