﻿/***********************************************************************************/
/****** page loading ***************************************************************/
/***********************************************************************************/

#pageLoadingMask {
	position: absolute;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	background: black;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 990;
	text-align: center;
}
#pageLoadingBox {
	margin: 37px auto;
	width: 200px;
	height: 50px;
	background-color: #efefef;
	border-top: 5px solid #2992f7;
	border-left: 1px solid #2992f7;
	border-right: 1px solid #2992f7;
	border-bottom: 1px solid #2992f7;
	line-height: 50px;
}
#pageLoadingImg {
	float: left;
	width: 50px;
	height: 50px;
	background-image: url('../2aImages/img/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#pageLoading {
	float: right;
	width: 150px;
	text-align: left;
}

/***********************************************************************************/
/****** marqueeNews ****************************************************************/
/***********************************************************************************/

#marqueeNews {
	clear: left;
	margin-top: 10px;
	font-size: 13px;
	float: left;
	width: 100%;
	border-top: 1px #939393 solid;
	border-bottom: 1px #939393 solid;
	cursor: default;
	height: 24px;
}
#marqueeNews a{
color: #333333;
text-decoration: none;
}
#marqueeNews a:hover{
color: blue;
text-decoration: underline;
}
#marqueeNews ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 24px;
	overflow: hidden;
}
#marqueeNews ul li {
	height: 24px;
	line-height: 24px;
}
#marqueeNews em {
	background-color: #cccccc;
	padding: 5px 5px;
	font-style: normal;
}

/***********************************************************************************/
/****** content header *************************************************************/
/***********************************************************************************/

.contentHeader {
	float: left;
	display: inline;
	margin: 10px 5px 0 5px;
	width: 548px; /*** must be 560-([this.marginLeft & marginRight]=10)-([this.borderLeft & Right]=2) ***/
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.contentHeaderL {
	float: left;
	width: 25px;
	height: 35px;
	background-image: url('../2aImages/box/contentHeaderLeft.png');
	
}
.contentHeaderR {
	float: right;
	padding-left: 5px;
	width: 518px;
	height: 31px;
	background-color: #efefef;
	border-top: 4px solid #2992f7;
	font-size: 13px;
	font-weight: bold;
	color: #2992F7;
	line-height: 31px;
}
.contentHeaderR span {
	color: #666666;
}
.contentHeaderStar {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	border: 0;
}

/***********************************************************************************/
/****** content fpage **************************************************************/
/***********************************************************************************/

.contentBoxFpage {
	float: left;
	display: inline;
	margin: 0;
	padding: 5px;
	width: 538px; /*** must be (560-10-2-10) ***/
	height: 20px;
	line-height: 20px;
}

/***********************************************************************************/
/****** content footer *************************************************************/
/***********************************************************************************/

.contentBoxFooter {
	float: left;
	display: inline;
	margin-left: 5px; /*** must be left only, there is a bug in IE 6.0 ***/
	padding: 0;
	width: 550px; /*** must be 560-([this.marginLeft & marginRight]=10) ***/
	height: 23px;
}
.contentBoxFooterLeft {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterLeft.gif');
}
.contentBoxFooterMiddle {
	float: left;
	width: 538px; /*** must be [this.width]-[this.width of left]-[this.width of right] ***/
	height: 23px;
	background: url('../2aImages/box/boxFooterMiddle.gif');
}
.contentBoxFooterRight {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterRight.gif');
}

/***********************************************************************************/
/****** leftBox ********************************************************************/
/***********************************************************************************/

.leftBox {
	float: left;
	display: inline;
	margin: 10px 5px 0 10px;
	width: 205px; /*** must be (220-[this.marginLeft & marginRight]) ***/
	height: 100%;
}
/****** header ******/
.leftBoxHeader {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 28px;
}
.leftBoxHeaderLeft {
	float: left;
	width: 33px;
	height: 28px;
	background-image: url('../2aImages/box/boxHeaderLeft.gif');
}
.leftBoxHeaderMiddle {
	float: left;
	padding-left: 5px;
	width: 157px; /*** must be (leftBoxWidth-[this.widthLeft & widthRight]-[this.paddingLeft]) ***/
	height: 28px;
	background-image: url('../2aImages/box/boxHeaderMiddle.gif');
	color: #ffffff;
	font-weight: bold;
	line-height: 28px;
}
.leftBoxHeaderRight {
	float: left;
	width: 10px;
	height: 28px;
	background-image: url('../2aImages/box/boxHeaderRight.gif');
}
/****** content ******/
.leftBoxContent {
	float:left;
	margin: 0;
	padding: 5px;
	width: 193px; /*** must be (leftBoxWidth-[this.borderWidth]-[this.paddingLeft & Right]) ***/
	background-color: #fafafa;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.leftBoxInner a{
color: #333333;
text-decoration: none;
}
.leftBoxInner a:hover{
color: blue;
text-decoration: underline;
}
/****** footer ******/
.leftBoxFooter {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
}
.leftBoxFooterLeft {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterLeft.gif');
}
.leftBoxFooterMiddle {
	float: left;
	width: 193px; /*** must be (leftBoxWidth-[this.widthLeft & widthRight]) ***/
	height: 23px;
	background: url('../2aImages/box/boxFooterMiddle.gif');
	text-align: right;
}
.leftBoxFooterMiddle img {
	float: right;
	border: 0 none;
	vertical-align: bottom;
}
.leftBoxFooterRight {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterRight.gif');
}

/***********************************************************************************/
/****** rightBox ********************************************************************/
/***********************************************************************************/

.rightBox {
	float: left;
	display: inline;
	margin: 10px 10px 0 5px;
	width: 165px; /*** must be (180-[this.marginLeft & marginRight]) ***/
	height: 100%;
}
/****** header ******/
.rightBoxHeader {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 25px;
}
.rightBoxHeaderLeft {
	float: left;
	width: 15px;
	height: 25px;
	background-image: url('../2aImages/box/boxHeaderLeft_1.jpg');
}
.rightBoxHeaderMiddle {
	float: left;
	padding-left: 5px;
	width: 117px; /*** must be (rightBoxWidth-[this.widthLeft & widthRight]-[this.paddingLeft]) ***/
	height: 25px;
	background-image: url('../2aImages/box/boxHeaderMiddle_1.jpg');
	font-weight: bold;
	line-height: 25px;
}
.rightBoxHeaderRight {
	float: left;
	width: 28px;
	height: 25px;
	background-image: url('../2aImages/box/boxHeaderRight_1.jpg');
}
/****** content ******/
.rightBoxContent {
	float: left;
	display: inline;
	margin: 0;
	padding-top: 5px;
	width: 163px; /*** must be (rightBoxWidth-[this.borderWidth) ***/
	background-color: #fafafa;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}
.rightBoxInner {
	float: left;
	margin: 0;
	padding: 0 5px;
}
.rightBoxListPhoto {
	float: left;
	margin: 0;
	padding-left: 11px;
}
.rightBoxPhotoGroup { /* only actived in objShow.asp */
	float: left;
	display: inline;
	margin-top: 15px;
	margin-left: 26px;
	padding-bottom: 3px;
	width: 110px;
	background-color: #cccccc;
}
.rightBoxPhotoNo { /* only actived in objShow.asp */
	float: left;
	display: inline;
	margin-top: 3px;
	margin-left: 3px;
	padding: 2px;
	width: 100px;
	height: 75px;
	background-color: #cccccc;
}
/****** footer ******/
.rightBoxFooter {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 23px;
}
.rightBoxFooterLeft {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterLeft.gif');
}
.rightBoxFooterMiddle {
	float: left;
	width: 153px; /*** must be (rightBoxWidth-[this.widthLeft & widthRight]) ***/
	height: 23px;
	background: url('../2aImages/box/boxFooterMiddle.gif');
	text-align: right;
}
.rightBoxFooterMiddle img {
	float: right;
	border: 0 none;
	vertical-align: bottom;
}
.rightBoxFooterRight {
	float: left;
	width: 6px;
	height: 23px;
	background: url('../2aImages/box/boxFooterRight.gif');
}

/***********************************************************************************/
/****** more kwords for content box bottom *****************************************/
/***********************************************************************************/

#content_kwords {
	float: left;
	display: inline;
	margin: 0 5px;
	padding: 5px;
	width: 538px; /*** must be (560-[this.marginLeft+this.marginRight]-[this.border]-[this.paddingLeft+this.paddingRight])=538px ***/
	background-color: #fafafa;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
}

/***********************************************************************************/
/****** switch content *************************************************************/
/***********************************************************************************/

.switchState {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	width: 50px;
	height: 20px;
	border: 0;
	cursor: pointer;
}
.switchContent {
	float: left;
	display: none;
}

/***********************************************************************************/
/****** switch table ***************************************************************/
/***********************************************************************************/

#gTabWrapper {
	float: left;
	margin: 0;
	padding-bottom: 10px;
	width: 548px;
	background-color: #fafafa;
}
#gTabTitle {
	float: left;
	display: inline;
	margin: 10px;
	padding: 0 5px;
	overflow: hidden;
	width: 516px; /*** = [gTabWrapper.width] - [this.margin-left] - [this.padding-left] - [this.padding-right] - [this.margin-right] - [this.border]
					= [548] - [10] - [5] - [5] - [10] -[1x2] ***/
	height: 25px;
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	font-size: 15px;
	font-weight: bold;
	line-height: 25px;
}
#gTabs {
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 0;
	width: 528px; /*** = [gTabWrapper.width] - [this.margin-left] - [this.margin-right]
					= [548] - [10] - [10] ***/
	height: 25px;
	border-bottom: 1px solid #bbbbbb;
}
#gTabs ul {
	list-style: none;
	float: left;
	overflow: hidden;
	margin: 0;
	padding-left: 20px;
}
#gTabs li {
	display: inline;
	float: left;
	margin: 0 1px;
	padding: 0 5px;
	height: 24px;
	background-color: #efefef;
	border-top: 1px solid #909090;
	border-left: 1px solid #909090;
	border-right: 1px solid #bbbbbb;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
}
#gTabs .gTabSelected {
	background-color: #ffffff;
	border-top: 5px solid #2992f7;
	font-weight: bold;
	cursor: default;
}
#gTabContent {
	float: left;
	display: inline;
	margin: 0 10px;
	padding: 5px;
	background-color: #ffffff;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	width: 516px; /*** = [gTabWrapper.width] - [this.margin-left] - [this.padding-left] - [this.padding-right] - [this.margin-right] - [this.border]
					= [548] - [10] - [5] - [5] - [10] -[1x2] ***/
	height: 280px;
	font-size: 13px;
}
.gTab_hide {
	display: none;
}
/****** Message Content ******/
.gTabLabel {
	float: left;
	margin: 5px 5px 0 5px;
	padding-left: 5px;
	width: 75px;
	height: 25px;
	background: #eeeeee;
	line-height: 25px;
}
.gTabInput_1 {
	float: left;
	margin-top: 5px;
	width: 410px;
	height: 20px;
	border: 1px solid #bbbbbb;
	vertical-align:middle;
}
.gTabInput_2 {
	float: left;
	margin-top: 5px;
	width: 200px;
	height: 20px;
	border: 1px solid #bbbbbb;
	vertical-align:middle;
}
.gTabInputRndNum {
	float: left;
	margin-top: 5px;
	width: 45px;
	height: 20px;
	border: 1px solid #bbbbbb;
	vertical-align:middle;
}
.gTabTextarea {
	margin-top: 5px;
	width: 410px;
	height: 85px;
	border: 1px solid #bbbbbb;
}
.gTabMsg {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	width: 200px;
	height: 25px;
	color: #ff0000;
	line-height: 25px;
}
.gTabMsgRndNum {
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	width: 360px;
	height: 25px;
	line-height: 25px;
}
.gTabSubmit {
	margin-top: 5px;
	margin-left: 190px;
	width: 80px;
	height: 25px;
}
.gTabReset {
	margin-top: 5px;
	width: 80px;
	height: 25px;
}
#gTabContent br {
	clear: left;
}
