﻿/* CSS Document */
#feesPopup {
  position: absolute;
  left: 50%;
  top: 0;
  border: solid #f00 1px;
  background-color: #f7f7f7;
  padding: 10px;
  width: 600px;
  margin-left: -300px;
  margin-top: 100px;
}
body {
	margin: 0px;
	padding: 10px;
	min-width: 750px;
	max-width: 1200px;
}

/* main elements*/
div#helpLayer {
	display: none;
	width: 100%;
	text-align: center;
	margin-top: 100px;
  cursor: help;
}
div#innerHelp {
	margin: auto auto;
	width: 600px;
	border: solid #ddd 1px;
	padding: 20px 0;
}
h1#banner {
	text-indent: -2000px;
	width: 220px;
	height: 210px;
	background: url('../images/tbl_lrg.png') no-repeat;
	float: left;
	cursor: pointer;
	margin-left: 15px;
}
h2#banner2 {
	text-indent: -2000px;
	width: 150px;
	height: 169px;
	background: url('../images/tbl_sm.png') no-repeat;
	float: left;
	cursor: pointer;
	font-weight: normal !important;
	margin-top: 35px;
}
div#lang {
	width: 280px;
	height: 41px;
	float: right;
	margin-top: 13px;
	font-size: 18px;
}
.lang {
  display: none;
  width: 400px;
  height: 200px;
  overflow-y: auto;
  padding: 10px;
  font-weight: normal;
  border: solid 2px #666;
  background-color: #fff;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -200px;
  z-index: 40;
}
#chinese {
  width: 80%;
  margin-left: -40%;
  font-family: SimSun;
}
div#menuTop {
	width: 120px;
	height: 100px;
	float: right;
	margin: 10px 0 0 0px;
}
div#menuTop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
div#menuTop img {
	vertical-align: middle;
}
div#tel {
	float: right;
	width: 330px;
	height: 55px;
	margin: 15px;
	margin-top: 40px;
	background: url('../images/tel.gif') no-repeat;
}
div.panel {
	width: 230px;
	margin: 0 20px;
}
hr {
	border: dotted #ccc 1px;
}
ul.panel {
	list-style-type: none;
	list-style-position: inside;
	text-indent: -40px;
}
.panel input {
	border: #999 solid 1px;
	width: 100px;
	margin: 1px 0;
}
table.main td {
	width: 20%;
	height: 120px;
	text-align: center;
	vertical-align: bottom;
}
#footer {
  clear: both;
	margin-top: 20px;
	border-top: solid #ccc 1px;
	padding-top: 3px;
	position: relative;
	top: 0px;
}
#panels {
	position: absolute;
	top: 250px;
	left: 10px;
}
#main {
	margin: 264px 10px 10px 280px;
	min-height: 550px;
	/* background: none !important; */
}
#main h2 {
	border-bottom: solid #000 1px;
}
#main .panel h2 {
	border: none;
}
div.nav {
	font-size: 0.8em;
	color: #999;
}
div#list_text {
	margin-bottom: 20px;
}
input.button {
	color: #000;
	text-align: right;
	border: none;
	background: transparent;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 0.7em;
}
/* alignment */

.c {
	text-align: center;
}
.l {
	text-align: left;
}
.r {
	text-align: right;
}
.j {
	text-align: justify;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl-l {
	clear: left;
}
.cl-r {
	clear: right;
}
.cl {
	clear: both;
}
.vb {
	vertical-align: bottom;
}

/* text formatting */

body {
	font-family: SimSun;
	line-height: 21px;
	font-size: 1.0em;
}
h1, h2, h3, h4 {
	font-family: SimSun;
	font-stretch: ultra-expanded;
	letter-spacing: 1px;
	font-weight: bold;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	color: #999;
	font-size: 1.2em;
	text-indent: 20px;
}
h4 {
	font-size: 1em;
	letter-spacing: 0px;
	margin: 0px;
}
h5 {
	font-size: 1em;
	letter-spacing: 0px;
	margin: 0px;
	padding-left: 20px;
	background: url('../images/arrow.gif') left center no-repeat;
	cursor: pointer;
	_cursor: hand;
}
h5 a {
  float: right;
  font-size: 12px;
  color: #f00;
}
.i {
	font-style: italic;
}
.b {
	font-weight: bold;
}
.u {
	text-decoration: underline;
}
table.main {
	font-size: 0.9em;
	line-height: 13px;
}
table.main h3 {
  font-size: 1.4em;
  line-height: 20px;
}
table.a-zList a {
  font-size: 0.75em;
}
table.a-zList td {
  width: 25%;
  vertical-align: top;
}
div.a-z a {
  font-size: 0.88em;
}
div#tel {
	font-family: SimSun;
	font-size: 1.2em;
}
div#tel span.large {
	color: #f00;
	font-size: 2.4em;
	line-height: 34px;
}
#footer {
	font-size: 0.67em;
	color: #999;
}
p.crumb {
	color: #999;
}
div#list_text p, div#answer p {
	text-indent: 2.6em;
}
div#list_text, div#answer {
	font-size: 0.8em;
}

/* links */

a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 0.9em;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
a:hover img {
	text-decoration: none;
}
div#newsletter a {
	color: #999;
	font-size: 0.6em;
	font-weight: normal;
	line-height: 8px;
}
div#menuTop a {
	font-size: 0.7em;
}
div.panel a {
	font-size: 0.8em;
}
div.main a {
  text-decoration: underline;
}
table.main a:hover {
	text-decoration: none;
	color: #f00;
}
p.crumb a {
	color: #999;
}
ul#questions {
	font-size: 0.96em;
}

/* lists */

ol.roman {
	list-style-type: lower-roman;
}
ol.letter {
	list-style-type: lower-alpha;
}
ul.none, ul.none li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
ul.none li {
	margin-bottom: 6px;
}
ul.tiny, ul.tiny li {
	list-style-image: url('../images/tinyDot.gif');
	list-style-type: none;
}
ul.indent {
	list-style-image: url('../images/indent.gif');
	list-style-type: none;
}

/* images */
img.fl {
	margin: 0 10px 10px 0;
}
img.fr {
	margin: 0 0 0 10px;
}

/* other */
.red {
	color: #f00;
	font-size: 0.8em;
}
.empty {
	color: #f00;
	font-weight: bold;
}
.error {
	color: #19D700;
	font-weight: bold;
}
/* recommend us form */

table.formtab {
  text-align: left;
  margin: auto auto;
}
label {
	width: 200px;
	text-align: right;
}
input.yellow {  
  border: solid #aaa 1px; 
  background: #f0f0f0;
}
input.submit {
  border: solid #aaa 1px; 
  background: #f00; 
  color: #fff;
}
input.reset {
  border: solid #aaa 1px; 
  background: #ccc; 
  color: #000;
}
td.error {
	color: #f00;
	font-weight: bold;
}
.msg {
  font-family: SimSun;
  font-size: 8pt;
}
.warn {
  color: #32cd32;
	font-weight: bold;
}
span.back {
  float: right;
  font-size: 10px;
	font-family: SimSun;
	letter-spacing: 0px;
}
/* div image positions in answer pages */
.image1 {
	float: left;
	margin-right: 10px;
}
.image2 {
	float: right;
	margin-left: 10px;
}
.image3 {
	text-align: center;
}
.image4 {
	text-align: right;
}
/* definition list (faq) */
dt {  
	background: url('../images/tinyDot.gif') left center no-repeat;
	padding-left: 20px;
	font-weight: bold;
}
dd {
  margin: 0 0 20px 0;
	padding-left: 20px;
}
textarea {
  overflow: auto;
}
.specialLink {
  cursor: pointer;
  color: #f00;
}
.specialLink:hover {
  text-decoration: underline;
}
.small {
  font-size: 0.6em;
}
p.small {
  float: left;
  margin: 40px 0;
  clear: both;
}
/* fees navigation - highlight the active page */
.outerFee0 #fee0, .outerFee1 #fee1, .outerFee2 #fee2, .outerFee3 #fee3, .outerFee4 #fee4, .outerFee5 #fee5 {
  text-decoration: underline;
  color: #f00;
}
/* a-z template */
.column {
  width: 32%;
  float: left;
  margin-left: 5px;
}
/* javascript disabled information */
#noScript {
  border: solid #f00 1px;
  background-color: #ff0;
  color: #000;
  padding: 5px;
  z-index: 10;
}
p.pHidden {
  display: none;
  border: solid 1px #ccc;
  padding: 10px;
}
.pBorder {
  border-bottom: dotted #ccc 1px;
  padding-bottom: 10px;
}
#shoppingCart {
  background-color: #eee;
  border: solid #aaa 1px;
  padding: 5px;
  width: 220px;
  _width: 230px;
}
