﻿
*
{
	padding:0;
	margin:0;
	border: 0px;
	border-style: none;	
	border-collapse:collapse;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

body
{
    background: url( "_images/bg.jpg" );
    font: small verdana, sans-serif;
}

h1 {
  font: bold xx-large verdana, sans-serif;
  position: relative;
  color: #464646;
  text-align: center;
  padding: 10px;
}
h1 span {
  background: url("_images/gradient-white.png") repeat-x;
  position: absolute;
  display: block;
  height: 31px;
}

p{
    text-align: left;
}

input {
	background:#efefef;
	border: solid 1px gray;
	border-top: 3px solid gray;
	margin: 3px;
}

.chk input {
	border: 0;
	margin: 3px;
	background:#FFFFFF;
}


input[type=button]{
	width:100px;
}

input[type=submit] {
	width:123px;
}


.btn {
	background:#efefef;
	border: solid 1px gray;
	border-top: 3px solid gray;
}

.main
{
    width:900;
    height: 100%;
}

.left{
    width:200px;
    height:100%;
    background-color:#626262;
    text-align:center;   
}

.right{
    width:680px;
    background-color:#FFFFFF;
    vertical-align: top; 
    text-align: left;
}

.login{
    margin: auto;
    width: 175px;
}

.login-header{
    width:175px;
    background: url( "_images/login_background_top.jpg" );
    height:32px;
}

.login-textbox{
    width: 100px;
}

.login-button-zh-CHS input[type=submit]{
    background: url( "_images/login.zh-CHS.jpg" );
    width:121px; 
    height:29px;
}

.login-button-en-US input[type=submit]{
    background: url( "_images/login.en-US.jpg" );
    width:121px; 
    height:29px;
}

.login-text{
    color: #000000;
    font-size: 2;
    font-family: Arial, Helvetica, sans-serif;
    height: 30px;
    text-align: right;
}

.bottom{
    width:900px;
    color: #FFFFFF;
    font-size: 2;
    font-family: Arial, Helvetica, sans-serif;    
}

.bottom-left{
    background-color:#626262;
    width:200px;
}

.bottom-right{
    text-align:center;
}

.common-white-text{
    color: #FFFFFF;
    font-size: 2;
    font-family: Arial, Helvetica, sans-serif;  
}

.sponsor
{
    width: 174px;
    height: 295px;
    background-repeat: no-repeat;
    text-align:right;
}

/* Not so important text */
.nsi1 {
	font-size:x-small;
	color: gray;
}

.news {
    margin-left: 70px;
}

.create-acc-en-US {
    background-image: url( "_images/create_account.en-US.gif" );
    border: 0; 
    height: 29px;
    width: 123px;
}

.create-acc-zh-CHS {
    background-image: url( "_images/create_account.zh-CHS.gif" );
    border: 0; 
    height: 29px;
    width: 123px;
}

#dhtmltooltip{
    position: absolute;
    font-size:11px;
    width: 150px;
    border: 2px solid black;
    padding: 10px;
    background-color: lightyellow;
    visibility: hidden;
    z-index: 100;
}

