/*===(Last Updated: 12/14/06 by Alex Lin, Inserso)===*/

body {
	font-family: verdana;
	background-color: #032e50; /* #F2F2FF; */
	text-align:center;
}

a {
	color: navy;
}
a:hover {
	color: red;
}
h2 {
	font-size: 200%;
}
.style1 {font-style: italic}
.style2 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {color: #FFFFFF}


/* ---(START FROM HERE)--- */
#wrapper {
	width: 950px; /* add 100px */
	margin:0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../_imgs/bg_base.gif);
	background-repeat: repeat-y;
}
#topTitle {
	background-color: #042f51;
	color: #fff;
	font-weight: bold;
	
}
#topBanner {
	margin-top: 1em; 
}

/* --- main menu sprite ---*/

#mainMenu {
	margin: 0px;
	padding: 0px;
	height: 47px;
	width: 900px;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	margin: 0 auto 10px;	
	text-align: left;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
}
#mainMenu ul li { 
	float: left;
	list-style-type: none;
}
#mainMenu ul li a {
	background:url(../_imgs/topMenuMatrix.gif) no-repeat 0 0;
	text-decoration: none;
	float: left;
	margin: 0px;
	height: 47px;
	width: 300px; 
}
#mainMenu ul li a span {
	position: absolute;
	left: -500px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;	
}
#mainMenu ul li a.register {
	background-position: 0 0;
}
#mainMenu ul li a.about {
	background-position: -301px 0;
}
#mainMenu ul li a.direction {
	background-position: -601px 0;
}
#mainMenu ul li a.register:hover,
#mainMenu ul li a.register.selected {
	background-position: 0 -47px;
}
#mainMenu ul li a.about:hover,
#mainMenu ul li a.about.selected {
	background-position: -301px -47px;
}
#mainMenu ul li a.direction:hover,
#mainMenu ul li a.direction.selected {
	background-position: -601px -47px;
}

/* --- end of sprite ---*/

#mainMenu_topBorder {
	width: 900px; /* add 100px */
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-bottom: 3px solid #252525;
	border-top: 10px solid #fff;
	height: 0;
}
#mainMenu_btnBorder {
	width: 900px; /* add 100px */
	margin: 0 auto;
	padding: 0;
	border: 0;
	border-top: 3px solid #252525;
	height: 0;
}
ul.mainMenu {
	font-size: 14px;
	list-style-type: none;
	margin: 0;
	padding: .4em .1em .4em .7em;
}
ul.mainMenu li {
	display: inline;
	padding: 0 10px;
	background: url(../_imgs/icon_menuMenu.gif) no-repeat 0 0;
		border: 1px solid red;
}
ul.mainMenu a {
	text-decoration: none;
	color: #243751;
	font-weight: bold;
}
ul.mainMenu a:hover {
	color:#FF6600;
}
ul.mainMenu a.selected {
	color:#FF6600;
}

#mainContent {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#topMenu {
	font-size: 12px; 
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	margin-top: 5px;
}

h2.secTitle {
	background-color: #036;
	background-image:url(../_imgs/bg_secTitle.gif);
	font-size: 18px;
	margin: 10px 0;
	padding: 3px 6px;
	color: #fff;
	width: 98%;
	border: 1px solid #21314b;
}	

/* ---(MAIN-FORM) --- */
div.mainForm {
	padding-left: 20px;
}
div.mainForm div.leftContent {
	float: left;
	width: 49%;
	/* border: 1px dashed purple; */
}
div.mainForm div.rightContent {
	float: right;
	width: 49%;
	/* border: 1px dashed pink; */
}
div.mainForm div.entry {
	padding: 3px;
}
div.mainForm div.entry h3 {
	float: left;
	width: 150px;
	margin: 0;
	padding: 2px 0 0 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;	
}
div.mainForm div.entry p {
	padding: 0 0 0 155px;
	margin: 0;
	font-size: 12px;
}
div.mainForm div.wide h3 {
	width: 250px;
}
div.mainForm div.wide p {
	padding: 0 0 0 255px;
}
div.mainForm div.qtnOneRow {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px;	
}
div.mainForm div.ansOneRow {
	font-size: 12px;
	padding: 2px 5px;	
}
div.mainForm div.ansIndentRow {
	font-size: 12px;
	padding: 5px 5px 2px 75px;	
}
div.mainForm .fieldNote {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}

/* ---(FORM CONTROLS) --- */
.submitBtn {
	background: #efefef url(../_imgs/bg_btn.gif) repeat-x top;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: navy;
	width: 115px;
	cursor: pointer;
	width: 175px;	
}
div.mainForm .widebtn {
	width: 150px;
}
div.mainForm .shortbtn {
	width: 75px;
}
div.mainForm input {
	/* width: 200px; */
	font-family: verdana;
}
div.mainForm select {
	width: 80px; 
	font-family: verdana;
}
div.mainForm textarea {
	width: 430px;
	height: 60px; 
}
div.mainForm input.maxwidth {
	width: 600px;
}
div.mainForm input.chkbox {
	width: 15px;
	vertical-align: middle;
}
div.mainForm .req {
	color: red;
	font-size: 80%;
}

/* ---(MISC)--- */
div.feedback {
	font-size: 12px;
	font-family: verdana;
	margin-bottom: 15px;
}
div.submitLine {
	margin-top: 15px;
	width: 900px;/* add 100px */
	text-align: center;
}	
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
div.errorMsg {
	color: red;
	font-size: 12px;
	width: 400px; 
	padding: 6px; 
	border: 1px solid #FCF;
	background-color:#FCF;
	margin: 0 0 15px 15px;
	text-align: left;
	font-weight: bold;
}
div.errorMsg ul {
	margin: 0 0 0 25px;
	padding: 0;
}
div.errorMsg ul li {
	line-height: 18px;
}

/* ---(LIST-CONTENT) ---*/
table.list {
	font-size: 11px;
	font-family: Verdana, Arial;
}
table.list td.header {
	/* background-color: #060; */
	background-color: #789f53;
	color: #fff;
	font-weight: bold;		
}
table.list td  {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #8bcc51;
	padding: 4px 8px;
}
table.list tr td {	
	background-color: #ffffff;
}
table.list tr.alt td {	
	background-color: #f0f7e2;
}
table.list td.num {	
	text-align: right;
	padding-right: 25px;
}
table.list tr.selectedRow td {	
	background-color: #FFFFC4;
}
table.list tr.entry td {
	background-color: #bce27f;
}
table.list tr.totalCount td {
	font-weight: bold;
	background-color: #d7e9a1;
}
table.list td.numeric {
	text-align: right;
	padding-right: 20px;
}
div.formOptions {
	clear: both;
	width: 699px;
}
div.formOptions600 {
	clear: both;
	width: 600px;	
}
div.formOptions400 {
	clear: both;
	width: 399px;	
}
div.formOptionsContent {		/* Hack on IE6 Box Mode with another style to wrap the box */
	padding: 10px;
	text-align: right;
	background-color: #DCDCB8;
	border-top: 1px solid #EBEBD6;
}
div.listTopOption {
	padding: 5px;
	width: 590px;	
	margin: 0;
	height: 12px;
}
div.listTopOption div.topNav {
	float: left;
	width: 450px;
}
div.listTopOption div.topOption {
	float: right;
	width: 100px;
	text-align: right;
}
div.listTopOptionWide {
	padding: 2px 5px;
	width: 695px;	
	margin: 0;
	height: 12px;
	text-align: right;
}

div.listNav {
	width: 600px;
	padding: 5px;
	text-align: center;
}
div.listNavWide {
	width: 100%;
	padding: 5px;
	text-align: center;
}

table.child {
	padding: 2px;
}
table.child th {
	font-size: 12px;
	text-align: left;
	padding: 2px 5px;
}
table.child td {
	padding: 2px 5px;
}
table.child td.count {
	font-weight: bold;
}
table.child td.centered {
	text-align: center;
}
table.child td.cost {
	font-weight: bold;
	color: #CC0000;
	text-align: right;
	padding-right: 5px;	
}
table.child td.totalCost {
	border-top: 1px solid #000;
	padding-top: 5px;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
}
div.topNote {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
div.endNote {
	width: 100%;
	text-align: center;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.itemList li {
	line-height: 20px;
}
span.special {
	color: #c00;
}
.na {
	color: gray;
}
div.field_note {
	border: 1px solid #006666;
	padding: 5px;
	margin: 0;
	margin-bottom: 0.5em;
	color: #000;
	width: 90%;
	background-color: #FFFFCC;
	font-size: 90%;
	line-height: 1.4em;
}
div.field_note ul {
	padding: 0;
	margin: 0 0 0 25px;
}

#footer_wrapper {
	width: 900px; /* add 100px */
	margin: 10px auto;
	border-top: 3px solid #252525;
	text-align: left;
}

#footer {
	width: 898px; /* add 100px */
	height: 80px;
	color: #333333;
	background-color: #efefef;
	border: 1px solid #e0e0e0;	
	line-height: 1.7em;
}
#footer ul {
	margin: 18px 0 0 30px;
	padding: 0;
}
#footer ul li {
	list-style: square;
}
.na {
	color:#CCCCCC;
}
.bold {
	font-weight: bold;
}
div.pageTitle {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	padding: 0;
}
div.secTitle {
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
	margin-left: 15px;
	padding: 10px 0 15px;
}
ul.listItem {
	margin-left: 30px;
	padding-left: 30px;
	padding-bottom: 15px;
}

.pageInfo ul.listItem {
	margin-left: 0;
}

ul.listItem li {
	line-height: 1.8em;
	list-style: square;
}
div.pageInfo {
	margin-left: 30px;	
	line-height: 1.5em;
}

div.pageInfo div.leftContent {
	float: left;
	width: 410px;
}
div.pageInfo div.rightContent {
	float: right;
	width: 410px;
}

li {
	list-style: square;
}
div.infoItem {
	margin-left: 15px;
}
div.infoItem h4 {
	float: left;
	width: 100px;
	margin: 0;
	padding: 0;	
	font-size: 100%;
	line-height: 1.8em;	
}	
div.infoItem p {
	margin: 0;
	padding: 0 0 0 105px;	
	line-height: 1.8em;	
	margin-bottom: 5px;
}

/* chinese version */
div.infoItem.chn {	
	margin-bottom: 5px;
}
div.pageInfo div.leftContent.chn ul li, div.pageInfo div.rightContent.chn ul li {
	line-height: 25px;
}
div.infoItem.chn h4,
div.infoItem.chn p,
div.leftContent.chn ul li, div.rightContent.chn ul li {


}
.chn {font-family: 黑體, 微軟正黑體, 新細明體, Verdana, Arial, Geneva, sans-serif, helvetica;ont-size: 16px;}


/* === etab === */
#mainContent .etab {background: #eee url(../_imgs/bg_easyTab.gif) repeat-x 0 0; display: inline-block; zoom:1; *display:inline; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; }
#mainContent .etab.first {margin-left: 20px}
#mainContent .etab a {color: navy; width: 80px; text-align: center; font-weight: bold; font-size: 15px; line-height: 2em; display: block; padding: 0 10px; outline: none; text-decoration: none}
#mainContent .etab a:hover {text-decoration: none; background-color: transparent}
#mainContent .etab.active { background: #fff; padding-top: 3px; position: relative; top: 1px; border-color: #666 }
#mainContent .etab a.active { font-weight: bold}
#mainContent .etab a.active:hover {text-decoration: none; background-color: #fff}
.tab-container .panel-container { background: #fff; border-top: solid #666 1px; padding: 15px 0 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; }
.panel-container { margin-bottom: 10px; }
#mainContent #tab-container ul.etabs a.active {padding-top: 6px}
#mainContent #tab-container ul.etabs, #mainContent #tab-container ul.etab li {padding: 0}
