/*图标*/
.moduleIcon {
	float: left;
	margin: 0;
	width: 84px;
	height: 52px;
	display: block;
	background: url("../images/icons_module.png") no-repeat scroll 0 0 transparent
}
	.moduleIcon.visit {
		background-position: 0 -90px;
	}
	.moduleIcon.visitor {
		background-position: -100px -10px;
	}
	.moduleIcon.chat {
		background-position: -100px -90px;
	}
	.moduleIcon.client {
		background-position: -100px -170px;
	}

/*客服状态图标*/
#state_panel {
    position: fixed;
	left: 90px;
	bottom: 32px;
	width: 100px;
	height: 90px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style-type: none;
	background: none repeat scroll 0 0 white;
	border: 1px solid #CCCCCC; 
	overflow: hidden;
	display: none;
	z-index: 1006;
}
	#state_panel li {
		margin: 0;
		padding: 2px 0 3px 0;
		cursor: pointer;
	}
		#state_panel li:hover {
			background: none repeat scroll 0 0 #E2E2E2;
		}

	#state_panel li .state_icon {
		float: left;
		margin: 0 5px 0 5px;
		width: 16px;
		height: 16px;
		background: url('../images/v5_chat/v5_call_icons.png') no-repeat -48px 0px;
	}
		#state_panel li .state_icon.online {
			background-position: -48px 0px;
		}
		#state_panel li .state_icon.busy {
			background-position: 0 0;
		}
		#state_panel li .state_icon.leave {
			background-position: -32px 0px;
		}
		#state_panel li .state_icon.offline {
			background-position: -16px 0px;
		}

/*底部*/
#bottom {
    position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	padding: 0px 10px 5px 10px;
	height: 40px;
	line-height: 40px;
	background: #7187A8; /*#333;*/
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	opacity: 1;
	overflow: hidden;
	text-shadow: #000 0 1px 1px;
    z-index: 999;
}

#bottom .control_panel {
	position: absolute;
	left: 10px;
	/*
	float: right;
	color: #fff;
	padding: 15px 10px 0 10px;
	font-weight: bold;
	_margin-right: 95px;
	*/
}
	/*
	#bottom .control_panel .setting {
		float: right;
		margin: 5px 0 0 5px;
		width: 32px;
		height: 32px;
		cursor: pointer;
		background: url("../images/icons_button.png") no-repeat scroll -64px -128px transparent;	
	}
		#bottom .control_panel .setting:hover {
			background-position: -96px -128px;
		}
	*/	


	#bottom .chat_setting {
		float: left;
		cursor: pointer;
		margin: 0 0 0 5px;
	}
		#bottom .chat_setting .setting_text {
			float: left;
		}
		
		#bottom .chat_setting .setting_icon {
			float: left;
			width: 16px;
			height: 15px;
			margin: 14px 5px 0 5px;
			cursor: pointer;
			background: url("../images/icon_setting.png") no-repeat scroll center center transparent;
		}

	#bottom .current_state {
		float: left;
		cursor: pointer;
		margin: 0 0 0 5px;
	}
		#bottom .current_state .state_text {
			float: left;
		}
		
		#bottom .current_state .state_icon {
			float: left;
			width: 16px;
			height: 16px;
			margin: 14px 5px 0 5px;
			cursor: pointer;
			background: url('../images/v5_call_icons.png') no-repeat -48px 0px;
		}
		#bottom .current_news {
		float: left;
		cursor: pointer;
		margin: 0 0 0 5px;
	}
		#bottom .current_news .state_text {
			float: left;
		}
		
		#bottom .current_news .state_icon {
			float: left;
			width: 16px;
			height: 16px;
			margin: 14px 5px 0 5px;
			cursor: pointer;
			background: url('../images/v5_call_icons.png') no-repeat -48px 0px;
		}
		#bottom .state_icon.online {
			background-position: -48px 0px;
		}
		#bottom .state_icon.busy {
			background-position: 0 0;
		}
		#bottom .state_icon.leave {
			background-position: -32px 0px;
		}
		#bottom .state_icon.offline {
			background-position: -16px 0px;
		}


#bottom .dock_wrapper {
	margin: 0;
	padding: 0;
	position: relative;
	left: 130px;
	background-color: blue;
}
	.dock_wrapper .dock_group {
	}

	.dock_wrapper .botton_dock {
		position: absolute;
		margin: 0;
		float: left;
		border: 1px solid transparent;
	}

	.dock_wrapper .not_has_title .icon_dock {
		margin-top: 5px;
	}
	

	.dock_wrapper .botton_dock:hover,
	.dock_wrapper .botton_dock.current, 
	.dock_wrapper .botton_dock.on {
		border: 1px solid transparent;
		border-color: #3E4C70;
		background: none repeat scroll 0 0 #283554;
	}
	
	.dock_wrapper .text {
		position: absolute;
		width: 100%;
		height: 14px;
		bottom: 0;
		padding: 0;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
		color: #ccc;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
		white-space: nowrap;
		opacity: 1;
	}

	.dock_wrapper .icon_dock {
		padding: 4px 0 0 8px;
	}

	.dock_wrapper .alert{
		position: absolute;
		width: 20px;
		height: 12px;
		right: 0px;
		top: 1px;
		/*border: 1px solid #C6141A;*/
		background-image: url("../images/bg_dock_alert.png");
		/*
		backgrond-color: #4C9730;
		*/
		z-index: 1000;
	}
	.dock_wrapper .alert_text{
		/*padding: 0 6px;*/
		height: 12px;
		line-height: 12px;
		color: #FFFFFF;
		font-size: 9px;
		font-weight: bold;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
		text-align: center;
	}

/*聊天窗口*/	
.chat_box {
    position: fixed;
    width: 330px;
	min-height: 180px;
	/*
    height: 380px;
	min-height: 56px;
	min-width: 299px;
	*/
    bottom: 55px;
    right: 0;
	padding: 10px;
	border: 1px solid #D6D6D6;
	box-shadow: 3px 3px 0 rgba(225, 225, 225, 0.6);
	background: url('../images/ptrn.jpg');
    z-index: 1001; /*2147483583;*/
	display: none;
}
	
*html .chat_box {
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 55 - this.offsetHeight - (parseInt(this.currentStyle.marginTop, 10) || 0) - (parseInt(this.currentStyle.marginBottom, 10) || 0)));
}
	.chat_box .ar {
		position: absolute;
		background: url("../images/otherButtons.png") no-repeat scroll -86px 0 transparent;
		bottom: -14px;
		height: 14px;
		width: 14px;
		z-index: 1006;
		display: block; 
		opacity: 1;
	}

.chat_box .chat_wrap {
}
	.chat_wrap .rndBtn {
		float: left;
		margin: 10px 10px 10px 0;
		/*
		display: block;
		*/
	}

.tabBarCtn {
	position: relative;
	border-top: 1px solid #D6D6D6;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #E2E2E2;
}
	.chatTabBar.tabBarCtn, .chatTabBar.tabBarCtn:hover {
		height: 60px;
		margin-bottom: 10px;
		background: none repeat scroll 0 0 #FCFCFC;
	}

	.tabBarCtn .tabBtn {
		position: relative;
		float: left;
		width: 90px;
		height: 60px;
		border-left: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
		-moz-transition: width 300ms ease-out 0s;
		display: block;
	}
	.tabBarCtn .tabBtn.crt {
		border-bottom: 1px solid #8EB800;
		width: 145px;
	}
	.tabBtn .tabBtnImg {
		background: url("../images/icons_bar.png") no-repeat scroll center center transparent;
		height: 60px;
		left: 50%;
		margin-left: -20px;
		position: absolute;
		width: 40px;
	}
	.tabBtn.visitCt .tabBtnImg {
		background-position: 2px 0;
	}
	.tabBtn.historyCt .tabBtnImg {
		background-position: -284px 0;
	}

.rctCtn {
	position: relative;
	float: left;
	height: 86px;
	width: 288px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #E2E2E2;
	border-top: 1px solid #D6D6D6;
	background: none repeat scroll 0 0 #FCFCFC;
}
	.tabBarCtn .tabMenuCtn {
		border-left: 1px solid #D6D6D6;
		border-bottom: 1px solid #D6D6D6;
	}
	.tabMenuCtn .rctCtn {
		float: none;
		height: 65px;
		width: 326px;
	}
	.tabMenuCtn .tpsMenuCtn {
		position: absolute;
		right: 10px;
		top: 8px;
	}
		.tpsMenuCtn .rndBtn {
			margin-right: 4px;
		}
	.tabMenuCtn .iconEvent {
		cursor: pointer;
	}
	.tabMenuCtn .iconEvent:hover {
		background: none repeat scroll 0 0 #F9F9F9
	}
	.tabMenuCtn .even {
		background: none repeat scroll 0 0 #FFFFFF;
	}
	.tabMenuCtn .odd {
		background: none repeat scroll 0 0 #FCFCFC;
	}
	.tabMenuCtn a {
		text-decoration: none;
		outline: none;
	}
		.tabMenuCtn a:hover {
			text-decoration: none;
		}

	.visitCtn .rctCtn {
		height: 52px;
	}
	.visitCtn .tpsMenuCtn {
		top: 0;
	}

	.iconEvent .desc {
		width: 150px;
		height: 20px;
		padding: 15px 0 21px;
		color: #999999;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.matterCtn {
		position: relative;
		float: none;
		width: 327px;
		/*
		height: auto;
		border-left: 1px solid #DCE682;
		border-top: 1px solid #D6D6D6;
		background: none repeat scroll 0 0 #FCFCFC;
		*/
	} 
	.matterCtn .jspContainer {
		width: 327px; 
		height: 150px;
		overflow-y: auto;
		background: none repeat scroll 0 0 #F7FEB7;
	}
	.matterCtn .matterPane {
		position: absolute;
		top: 0px;
		width: 307px; 
		padding: 0px; 
	}

	.matterCtn .matter {
		padding: 0 10px;
		border-top: 1px solid #DCE682 /*#D6D6D6*/;
		background: none repeat scroll 0 0 #F7FEB7;
		color: #B7BD85;
		font-size: 11px;
	}
		.matterCtn .matter.first {
			border-top: none;
		}
	.matter .caption {
		height: 15px;
		padding: 5px 0 5px 0;
		color: #9DA272/*#555555*/;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
		cursor: text;
	}
	.matter .desc {
		height: 20px;
		/*color: #999999*/;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
	}

.historyEvent {
}
	.historyEvent.rctCtn {
		border-left: 0px;
		border-right: 0px;
	}
	.historyEvent .headCtn {
		width: 327px; 
		height: 28px;
		color: #B7BD85;
		line-height: 28px;
		border-bottom: 1px solid #D8D9D1;
		background: none repeat scroll 0 0 #F7FEB7;
	}
		.headCtn a {
			color: #9DA272;
		}
		.headCtn .fl {
			margin-left: 10px;
		}
		.headCtn .fr {
			margin-right: 10px;
		}
	
	.historyEvent .bodyCtn {
		padding: 0 10px;
		line-height: 37px;
		color: #999999;
	}
		.bodyCtn a {
			color: #555555;
		}
		.bodyCtn a:hover {
			text-decoration: underline;
		} 

.chatEvent {
}
	/*
	.chatEvent .tpsMenuCtn {
		position: absolute;
		right: 10px;
		top: 8px;
	}
	*/
	.chatEvent .chatFace {
		position: relative;
		float: left;
		left: 15px;
		width: 48px;
		height: 48px;
		margin: 10px 10px 0 0;
		overflow: hidden;
	}
	.chatEvent .nickname {
		width: 125px;
		height: 20px;
		padding: 8px 0 5px 0;
		color: #555555;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
	}
	.chatEvent .desc {
		width: 125px;
		height: 20px;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		display: block;
		white-space: nowrap;
	}
	/*
	.chatEvent .nickname {
		width: 40px; 
		line-height: 66px;
		color: #555555;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.chatEvent .desc {
		width: 80px;
		line-height: 66px;
		margin-left: 8px;
		color: #999999;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	*/

.scrollable {
	border-top:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	background-color: #fcfcfc;
}
	.historyCtn .scrollable {
		border-right: 0px;
	} 
.jspScrollable{
	outline: none 0;
}
	.chatCtn .jspScrollable {
		width: 327px;
		height: 132px; 
		padding: 0px; 
		overflow: hidden; 
	}

.jspContainer{
	position: relative;
	overflow: hidden;
}
	.chatCtn .jspContainer, .historyCtn .jspContainer {
		width: 327px; 
		height: 132px;
		overflow-y: auto;
	}

.jspPane{
	position: absolute;
}
	.chatCtn .jspPane, .historyCtn .jspPane {
		top: 0px;
		width: 307px; 
		padding: 0px; 
	}

.chtSpltCtn {
	position: relative;
	float: left;
	width: 327px;
	height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}
	.chtSpltCtn .chtSplt {
		background: none repeat scroll 0 0 #D6D6D6;
		float: left;
		height: 1px;
		position: absolute;
		top: 8px;
		width: 327px;
	}
	.chtSpltCtn .spltBtn {
		background: none repeat scroll 0 0 #FCFCFC;
		color: #999999;
		float: left;
		font-size: 11px;
		padding: 0 16px;
		position: absolute;
		right: 58px;
		text-shadow: 1px 1px 0 #FEFEFE;
	}

	.jspPane .rctCtn {
		/*
		float: none;
		height: 65px;
		*/
		width: 306px;
	}
	.chatCtn .chtCtn, .jspPane .chtCtn {
		float: left;
		height: auto;
		border-right: medium none;
		border-top: medium none;
	}

.chtMsg {
	position: relative;
	margin-bottom: 7px;
	margin-top: 7px;
	background: none repeat scroll 0 0 #A9ECFF;
	border: 1px solid #89D6EC;
	border-radius: 3px 3px 3px 3px;
}
	.lft .chtMsg {
		margin-left: 20px;
	}
	.rght .chtMsg {
		margin-right: 20px;
		background: none repeat scroll 0 0 #EEFBFF;
		border: 1px solid #CEE8EF;
	}
	.rbot .chtMsg {
		margin-right: 20px;
		background: none repeat scroll 0 0 #F7FFB1;
		border: 1px solid #DCE87E;
	}
	.lft .avtCtn, .lft .chtMsg {
		float: left;
	}
	.rght .avtCtn, .rght .chtMsg {
		float: right;
	}
	.rbot .avtCtn, .rbot .chtMsg {
		float: right;
	}
.chtMsg .chat, .sysMsgCtn .chat {
	margin-bottom: -1px;
	max-width: 214px;
	padding: 10px 15px 8px;
	color: #4D8595;
	font-size: 11px;
	line-height: 18px;
	text-align: justify;
	word-wrap: break-word;
	-moz-hyphens: auto;
	-moz-user-select: text;
}
.chtMsg .chat img {
	max-width: 195px;
	cursor: pointer;
}

.chtMsg .chtTail {
	position: absolute;
	width: 12px;
	height: 13px;
	top: 15px;
	left: -12px;
	background: url("../images/chtElm.png") no-repeat scroll 0 0 transparent;
}
	.rght .chtMsg .chtTail {
		left: auto;
		right: -12px;
		background-position: 0 -16px;
	}
	.rght .chtMsg .chat {
		color: #83A0A8;
	}

	.rbot .chtMsg .chtTail {
		left: auto;
		right: -12px;
		background-position: 0 -121px;
	}
	.rbot .chtMsg .chat {
		color: #828053; /*#B7BD85*/
	}

.typng.rctCtn {
	float: left;
	height: auto;
	border-right: medium none;
	border-top: medium none;
}
.typng .chtMsg {
	background: none repeat scroll 0 0 #F5F5F5;
	border: 1px solid #D0D9DB;
}
	.typng .chtMsg .chat {
		width: 50px;
		height: 16px;
		background: url("../images/typing.gif") no-repeat scroll center center transparent;
	}
	.typng .chtMsg .chtTail {
		background-position: 0 -55px;
	}


.chatCtn .type {
	float: none;
	height: 63px;
	border-right: 1px solid #E2E2E2;
	border-top: 1px solid #E2E2E2;
}
	.type .chtMsg {
		right: 30px;
		margin-bottom: 15px;
		margin-top: 15px;
		background: none repeat scroll 0 0 #FFFFFF;
		border: 1px solid #CCCCCC;
		border-radius: 15px 15px 15px 15px;
		box-shadow: 0 2px 2px rgba(209, 209, 209, 0.75) inset;
	}
	.type .chtMsg .chat {
		position: relative;
		margin-top: -1px;
		max-width: 220px;
		width: 220px;
	}
	.type .chtMsg .chtTail {
		top: auto;
		right: -4px;
		bottom: -1px;
		width: 16px;
		height: 14px;
		background-position: 0 -75px;
	}
	.type .chtMsg .chat .chtInput {
		width: 200px;
		height: 15px;
		line-height: 15px;
		margin: 0;
		padding: 0;
		border: 0 none;
		outline: 0 none;
		font-size: 11px;
		vertical-align: top;
		color: #999999;
		resize: none;
		text-shadow: 0 1px 0 #FCFCFC;
		overflow: hidden;	/*auto hidden*/
		background: none;
		display: inline-block;
	}
.emjCtn {
	width: 100%;
	height: 44px;
	border: medium none;
	overflow: hidden;
}
.emjCtn .emj {
	float: left;
	height: 43px;
	/*
	width: 46px;
	*/
	width: 40px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 38px 38px;
	border-bottom: 1px solid #E2E2E2;
	border-right: 1px solid #E2E2E2;
}
	.emjCtn .emj.mns {
		/*
		width: 45px;
		*/	
		width: 39px;
	}
	.emjCtn .emj.nbd {
		border-right: medium none;
	}
.emjBtn {
	position: absolute;
	width: 46px;
	height: 31px;
	right: 2px;
	bottom: 2px;
	opacity: 0.5;
	background: url("../images/emoji/emj.png") no-repeat scroll 0 0 transparent;
}
.type .confirm {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px 10px;
}

/*回复提示窗口*/	
#chatmsg_panel {
    position: absolute;
    width: 60px;
	height: 35px;
	background-color: #F9F9F9;
	border: 1px solid #D6D6D6;
    display: none;
	z-index: 1007;
	/*
    bottom: 65px;
    right: 0;
	padding: 5px;
	box-shadow: 3px 3px 0 rgba(225, 225, 225, 0.6);
	*/
}
	#chatmsg_panel .rndBtn {
		float: left;
		margin-top: 3px;
	}

/*回复提示窗口*/	
#reply_prompt {
    position: fixed;
    width: 237px;
	min-height: 240px;
	background-color: #FFF /*#F9F9F9*/;
    bottom: 55px;
    right: 0;
	padding: 0px;
	border: 1px solid #D6D6D6;
	/* box-shadow: 3px 3px 0 rgba(225, 225, 225, 0.6);
	background: url('../images/ptrn.jpg'); */
	z-index: 1007;
    display: none;
}
	#reply_prompt .title_wrap {
		height: 16px;
		background-color: #F9F9F9;
	}
	#reply_prompt .close_prompt {
		position: absolute;
		right: 2px;
		top: -3px;
		color: #CCCCCC;
		font-size: 14px;
		cursor: pointer;
	}

	#reply_prompt .content_wrap {
	}

	#reply_prompt .content_wrap .rp_q {	
		width: 237px;
		background: url("../images/bg_rp_quest.png") no-repeat;
	}
	#reply_prompt .rp_q div {	
		padding: 12px 5px 5px 20px;
	}
	#reply_prompt .content_wrap .rp_a {
		width: 237px;
		background: url("../images/bg_rp_answer.png") no-repeat;
		padding: 20px 0 0 0;
	}
	#reply_prompt .rp_a ul {
		margin: 0;
		padding: 0;
		height: 170px;
		overflow-x: hidden;
		overflow-y: auto;
		list-style-type: none;
	}
		#reply_prompt .content_wrap li {
			margin-top: 4px;
			padding-left: 15px;
			border-bottom: 1px dotted #D6D6D6;
			cursor: pointer;
			display: block;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
		}
		#reply_prompt .content_wrap .error {
			margin-top: 4px;
			padding-left: 15px;
			color: red;
		}
		

/* 消息预览 */
#new_msg_box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2147483647;
	display: none;
}

.msg_box, .msg_box .msg_alert, .msg_box .msg_alert_text{
		position: relative;
		display: inline-block;
		*display: inline;
		*zoom: 1;
		border-style: solid;
		border-color: #9FC22C;
	}

	.msg_box .msg_alert, .msg_box .msg_alert_text{
		border-width: 0 1px;
		border-color: #9FC22C;
		background: /*#f3f3f3*/ #4C9730;
		font-size: 12px;
		*left: -2px;
	}

	.msg_box{
		border-width: 1px;
		border-color: #9FC22C;
		line-height: 1.5;
	}

		.msg_box .msg_alert{
			margin: 0 -2px;
		}

		.msg_box .msg_alert_text{
			margin: 1px -2px;
			padding: 0 6px;
		}

	.msg_box .border_one, .msg_box .border_two{
		position: absolute;
		top: 34%;
		width: 0;
		height: 0;
		border-top: 9px dotted transparent;
		border-bottom: 1px dotted transparent;
		border-right: 6px solid transparent;
		overflow: hidden;
	}

	.msg_box .border_one{
		left: -9px;
		border-right-color: #9FC22C;
	}

	.msg_box .border_two{
		left: -8px;
		border-right-color: #4C9730/*#f3f3f3*/;
	}


/*系统消息提示*/
.gnsCtn {
	position: absolute;
	height: 74px;
	bottom: 45px;
	width: 100%;
	background: url("../images/gnsBg.jpg") repeat-x scroll 0 0 transparent;
	z-index: 1000;
}
	.gnsCtn .gnsCttCtn {
		border-left: 1px solid #262626;
		border-right: 1px solid #262626;
		height: 74px;
	}
	.gnsCtn .gnsIcon, .gnsCtn .insptIcon {
		background: url("../images/userMenuButtons.png") no-repeat scroll -850px 0 transparent;
		display: block;
		float: left;
		height: 30px;
		margin-left: 25px;
		margin-top: 22px;
		width: 30px;
		cursor: pointer;
	}

	.gnsCtn .insptIcon {
		background-position: -900px 0;
		float: right;
		margin-left: 0;
		margin-right: 25px;
	}

	.gnsCttCt {
		float: left;
		height: 74px;
		/*
		width: 1024px;
		*/
		width: 90%;
		overflow: hidden;
		position: relative;
	}
	.gnsCtn .gnsCtt {
		position: absolute;
		/*
		left: 50px; 
		*/
		right: 50px; 
		top: 50%;
		width: auto; 
		margin-top: -10.5px;
		color: #ccc;
		font-size: 13px;
	}
	.gnsCtt a {
		border-bottom: 2px dashed #888888;
		color: #FFFFFF;
		font-size: 14px;
		padding-bottom: 4px;
	}
		.gnsCtt a:hover {
			text-decoration: none;
		}
	

/*引导提示*/
#tips_docks {
    position: fixed;
	bottom: 6px;
    width: 100%;
	height: 113px;
	margin: 0;
	padding: 0;
	overflow: hidden;
    display: none;
	background: url("../images/gnsBg.jpg") repeat-x transparent;
	/*background: url("../images/tips_docks.png") no-repeat;*/
}

*html #tips_docks {	/* IE6 */
	_position: absolute;
	_bottom: auto;
	_top: expression(eval(document.documentElement.scrollTop + document.documentElement.clientHeight - 6 - this.offsetHeight - (parseInt(this.currentStyle.marginTop, 10) || 0) - (parseInt(this.currentStyle.marginBottom, 10) || 0)));
}
	#tips_docks div {
		position: absolute;
		left: 145px;
		top: 2px;
		width: 385px;
		height: 113px;
		z-index: 1008;
		background: url("../images/tips_docks.png") no-repeat;
	}

	#tips_docks a {
		position: absolute;
		left: 540px; 
		top: 20px;
		border-bottom: 2px dashed #888888;
		color: #FFFFFF;
		font-size: 14px;
		padding-bottom: 4px;
	}
		#tips_docks a:hover {
			text-decoration: none;
		}
ul.linelist
{
}
ul.linelist li
{
    float: left;
    list-style: none;
    display: inline;
}
ul.rightul
{
    float: right;
}
.btnSearch li 
{
     padding-right:5px;     
}

table.grid
{
    border: 1px solid #cfcfcf;
    border-top: 2px solid #cfcfcf;
    width: 100%;
}
table.grid th
{
    border-right: 1px solid #cfcfcf;
    background-color: #0085cc;
    color: #fff;
    white-space:nowrap;
}
table.grid th a
{
    color: #fff;
    text-decoration: none;
}

table.grid td
{
    border: 1px solid #cfcfcf;
    cursor: pointer;
}

table.grid tr.altrow 
{
    background-color: #e8f6ff;
}
table.grid tr:hover
{
    background-color: #FFFFE1;
}
table.grid tr.edit-info input
{
    width: 95%;
}
table.grid tr.edit-info
{
    background-color: #69B2E6;
}
table.grid tr.insert-info
{
    background-color: #8ABDE7;
}
table.grid tr.insert-info input
{
    width: 95%;
}

table.grid
{
    margin: 0;
    border-collapse: collapse;
}
table.width100
{
    width: 100%;
}
table.grid th, table.grid td
{
    padding: 5px 5px;
}
table.grid th
{
    text-align: left;
    vertical-align: middle;
    font-weight: bold;
}
ul li.noscreen, .noscreen
{
    display:none;
}