﻿/* LotusWebTheme */
/* the top level styles defined */

body, div, p, ol, ul, li
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: 'Lucida Grande' , Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}

ol, ul
{
	list-style-type: none; /* i think most likely i don't want any list style */
	-webkit-padding-start: 0; /* for the Webkit browsers, Safari and Google Chrome */
	-moz-padding-start: 0; /* for Mozilla/Firefox */
}

a
{
	color: #497492;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#container
{
	width: 980px;
	margin: 0 auto;
}

#header
{
	position: relative;
	height: 96px;
	overflow: hidden;
}

#content
{
	background-color: #FFFFFF;
}

#footer
{
	margin-top: 8px;
	border-width: 5px;
	border-color: #17435F;
	background-color: #FFFFFF;
	border-top-style: solid;
}

.site-map-path
{
	margin: 0 0 0 9px;
}

.spacer
{
	clear: both;
}

.section-divider
{
	border-top-style: dotted;
	border-width: 1px;
	border-color: #17435F;
	clear: both;
}

.tra-chi
{
	/*font-family: 'MS Gothic';*/
	font-size: 0.9em;
}

.sim-chi
{
	/*font-family: SimHei;*/
	font-size: 0.9em;
}

.non-lotusweb
{
	visibility: hidden;
	position: absolute;
}

#progress_bar
{
	width: 980px;
	height: 1000px;
	margin-top: 95px;
	position: absolute;
	top: 0px;
	z-index: 2;
	background-color: White;
}

div.popup
{
	width: 250px;
	height: 50px;
	margin: 200px 365px 200px 365px;
	border: 1px solid black;
	text-align: center;
}

div.popup_img
{
	text-align: center;
}

div.popup_msg
{
	border-width: medium;
	border-color: #08c;
	text-align: center;
	color: #000000;
	margin-bottom: .3em;
	font-weight: bold;
	word-spacing: -.1em;
	font: 12px/20px 'lucida grande' , 'Lucida Sans Unicode' , Arial, Verdana, sans-serif;
}

/* share user controls */

#contact-person table
{
	width: 100%;	
}

#contact-person th
{
	text-align: left;
	width: 25%;
}

#contact-person td
{
	text-align: left;	
}

/* share ids */
#ticket-issuing-fee
{
	padding-top: 4px;
	padding-bottom: 4px;
}