﻿/* Background */
html 
{
	background: #F9F9F9;
	height: 100%;
}

body
{
	height: 100%;
}

/* Pager */
#webapp-pager
{
	width: 994px;
	min-height: 100%;
	margin: 0 auto;
}

#webapp-pager:after
{
	content: '.';
	visibility: hidden;
	clear: both;
	height: 0;
}

/* Content */
#webapp-content
{
	padding: 0 7px 28px 7px;
}

#webapp-content .loading-small
{
	background: url(images/loading_small.gif) no-repeat right center;
	padding-right: 24px;
	display: inline-block;
	color: Blue;
}

#webapp-content .action-hint
{
	display: inline-block;
	background-color: #FFA;
	border-radius: 4px;
	box-shadow: 0 1px 2px #ccc;
	color: #444;
	padding: 8px;
	margin: 8px 0;
	line-height: 20px;
	cursor: default;
}

#webapp-content .action-hint .highlight
{
	color: Blue;
}

#webapp-content .action-hint hr
{
    border-bottom: 1px dashed #444;
    background: none;
}

#webapp-content .action-hint a
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}

/* Header */
#webapp-header
{
	width: 980px;
	background: url(images/header_bg.png) repeat-x 0 0;
	height: 30px;
	margin: 0 7px;
}

#webapp-header>table
{
	height: 30px;
}

#webapp-header>table .spliter
{
	color: #FFF;
}

#webapp-header>table td .text
{
    text-shadow: 1px 1px 0px #000;
}

/* Header1 */
#webapp-header1
{
	float: left;	
	cursor: pointer;
}

#webapp-header1 td
{
	padding-right: 8px;
}

#webapp-header1 .logo
{
	width: 40px;
	height: 24px;
	background: url(images/header_logo.png) no-repeat center center;
}

#webapp-header1 .title-en .text
{
	color: #6DD8FB;
}

#webapp-header1 .title-cht .text
{
	color: #FFF;
}

/* Header 2*/
#webapp-header2
{
	float: right;
}

#webapp-header2 .topbtn.none, #webapp-header2 .spliter.none
{
	display: none;
}

#webapp-header2 td
{
	padding: 0 12px;
	cursor: pointer;
	color: #FFF;
}

#webapp-header2 td:hover
{
	background: url(images/header_hover.png) repeat-x 0 0;
}

#webapp-header2 .spliter, #webapp-header2 .spliter:hover
{
	background: url(images/header_spliter.png) no-repeat 0 0;
	width: 2px;
	cursor: default;
	padding: 0;
}

/* Footer */
#webapp-footer
{
	position: relative;
	width: 994px;
	height: 48px;
	line-height: 48px;
	margin: -48px auto 0 auto;
}

#webapp-footer>div
{
	text-align: center;
}

#webapp-footer-content
{
	height: 48px;
	line-height: 48px;
	color: #666;
    text-shadow: 1px 1px 0px #fff;
}

/* Swap */
.swap-hint
{
	margin: 4px;
	padding: 8px;
	background-color: #FFFEC0;
	color: #666;
	z-index: 1024;
	position: absolute;
}

iframe._privacy
{
    width:620px;
    height:100%;
    border: 0 none;
}
a#_privacy{
    text-decoration: none;
	color: #666;
	cursor:pointer;
}
a#_privacy:visited {
	text-decoration: none;
	color: #666;
}
a#_privacy:hover
{
    text-decoration: none;
	color: #468;
}