/*通用headMenu*/
#commonHeader {
	height: 48px;
	margin: 0 auto;
	position: relative;
	padding-left: 20px;
}

#commonFooter {
	text-align: center;
	margin: 16px auto 6px;
}

#commonFooter li {
	display: inline;
	padding: 0 4px;
}

#commonHeader a.logo {
	width: 193px;
	height: 48px;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	display: block;
	background: transparent url(/images/logo/renjianlogoV5.png?v=59) no-repeat 0 0;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/logo/renjianlogoV5.png?v=58");
}

#commonHeader h1 {
	width: 234px;
	height: 48px;
	position: relative;
	visibility: hidden;
}

#topMenu {
	position: absolute;
	right: 6px;
	top: 8px;
	padding: 0 8px;
}

#topMenu li {
	float: left;
	height: 30px;
	line-height: 30px;
}

#topMenu li span {
	font-size: 8px;
	display: block;
	color: #acacac;
}

#topMenu li a {
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
}

#topMenu li .new {
	position: absolute;
	top: 3px;
	left: 30px;
}

.mainTabBar {
	height: 31px;
	background: #E7E7E7;
	width: 100%;
	zoom: 1;
	border-bottom: 1px solid #D7D7D7;
	position: relative;
}

.mainTabBar_tl_corner {
	background: transparent url(/images/tab/tab.gif) no-repeat scroll 0 0;
	width: 6px;
	height: 4px;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

.mainTabBar_tr_corner {
	background: transparent url(/images/tab/tab.gif) no-repeat scroll 0 -4px
		;
	width: 6px;
	height: 4px;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
}

.unreadTotalCvs {
	position: absolute;
	top: 5px;
	font-size: 10px;
	width: 28px;
	height: 21px;
	line-height: 22px;
	text-align: center;
	overflow: hidden;
	font-family: Tahoma;
	color: #A7A7A7;
	right: 0;
	font-weight: bold;
}

.tabMask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
}

.tabMask iframe {
	width: 100%;
	height: 100%;
}

.unreadNum {
	margin-right: 3px;
}

.tabPosition {
	position: absolute;
	top: 4px;
	left: 0;
	width: 100%;
	zoom: 1;
}

.mainTabBarPd {
	padding: 0 8px 0 8px;
	height: 28px;
	overflow: hidden; *
	position: relative;
}

.tabCell {
	float: left;
	height: 28px;
	line-height: 28px;
	position: relative;
}

.tabCellLf {
	float: left;
	height: 28px;
	line-height: 28px;
	padding-left: 4px;
	background: url(/images/tab/tab.gif) no-repeat 0 -36px;
}

.tagTab .tagCellActive {
	background-position: 0 -64px;
}

.tagTab .tagCellActive .tabCellRt {
	background-position: 100% -56px;
}

.tabCellRt {
	background: url(/images/tab/tabR.gif) no-repeat 100% -28px;
	padding-left: 4px;
	padding-right: 28px;
	height: 100%;
	float: left;
}

.tabWelcome  .tabCellRt {
	padding-right: 8px;
}

.tagCellNormal {
	color: #666;
	cursor: pointer;
}

.tagCellActive {
	background-position: 0 -8px;
	color: #000;
	cursor: default;
}

.tagCellNormal .tabCellRt {
	background-position: 100% -28px;
}

.tagCellActive .tabCellRt {
	background-position: 100% 0px;
}

.tabCellCt,.tabFixedCt {
	overflow: hidden;
	height: 28px;
}

.tagTab .tabCellCt {
	background: url(/images/tags/tagIco.png?v=1) no-repeat 0 6px;
	padding-left: 24px;
	overflow: hidden;
}

.tabFixedCt {
	width: 42px;
	overflow: hidden;
	padding-left: 18px;
	background: url(/images/tab/navigation_home.png) no-repeat 0 6px;
	float: left;
}

.tabCellCt {
	width: 120px;
	overflow: hidden;
	float: left;
}

.tabClose {
	position: absolute;
	display: block;
	top: 6px;
	right: 8px;
	width: 13px;
	height: 14px;
	line-height: 1;
	background: url(/images/tab/tabClose.gif) no-repeat center center;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	_zoom: 1;
}

.tabClose:hover {
	background-image: url(/images/tab/tabCloseHover.gif);
}

/*white roun box*/
.white_box_tl {
	background: url(../images/white_box_tl.gif) no-repeat left top;
	padding-left: 8px;
}

.white_box_tr {
	background: url(../images/white_box_tr.gif) no-repeat right top;
	padding-right: 8px;
}

.white_box_tc {
	height: 5px;
	border-top: 1px solid #ccc;
	background: #fff;
}

.white_box_bl {
	background: url(../images/white_box_bl.gif) no-repeat left top;
	padding-left: 8px;
}

.white_box_br {
	background: url(../images/white_box_br.gif) no-repeat right top;
	padding-right: 8px;
}

.white_box_bc {
	height: 5px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.white_box_ct {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 8px;
	background: #fff;
}

/*div box*/
.box_padding {
	padding: 5px 10px;
}

.box1_white,.box2_white,.box3_white,.box4_white {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.box2_white,.box3_white,.box4_white,.box_ct_white {
	border-left: 0 solid #ccc;
	border-right: 0 solid #ccc;
	background: #fff;
}

.box1_white {
	margin: 0 5px;
	background: #ccc;
}

.box2_white {
	margin: 0 3px;
	border-left-width: 2px;
	border-right-width: 2px;
}

.box3_white {
	margin: 0 2px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.box4_white {
	margin: 0 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.box_ct_white {
	border-left-width: 1px;
	border-right-width: 1px;
	background: #fff;
}

/*small angle*/
.box1_white_s,.box2_white_s,.box3_white_s {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.box2_white_s,.box3_white_s,.box_ct_white_s {
	border-left: 0 solid #ccc;
	border-right: 0 solid #ccc;
	background: #fff;
}

.box1_white_s {
	margin: 0 3px;
	background: #ccc;
}

.box2_white_s {
	margin: 0 1px;
	border-left-width: 2px;
	border-right-width: 2px;
}

.box3_white_s {
	margin: 0 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.box_ct_white_s {
	border-left-width: 1px;
	border-right-width: 1px;
	background: #fff;
}

.box1_gray,.box2_gray,.box3_gray,.box4_gray {
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}

.box2_gray,.box3_gray,.box4_gray,.box_ct_gray {
	border-left: 0 solid #ccc;
	border-right: 0 solid #ccc;
	background: #F7F7F7;
}

.box1_gray {
	margin: 0 5px;
	background: #ccc;
}

.box2_gray {
	margin: 0 3px;
	border-left-width: 2px;
	border-right-width: 2px;
}

.box3_gray {
	margin: 0 2px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.box4_gray {
	margin: 0 1px;
	border-left-width: 1px;
	border-right-width: 1px;
}

.box_ct_gray {
	border-left-width: 1px;
	border-right-width: 1px;
	background: #F7F7F7;
}

/**round box**/
.tl,.tl2 {
	width: 14px;
	height: 14px;
	overflow: hidden;
}

.tc {
	background: url(/images/bg-tab-border.png) repeat-x 0 0;
	height: 14px;
	overflow: hidden;
}

.tr {
	width: 8px;
	height: 14px;
	overflow: hidden;
}

.cl {
	background: url(/images/white-l-tip.png) repeat-y 0 0;
}

.cr {
	background: url(/images/bg-tab-border.png) repeat-y 7px 0;
}

.bc {
	background: url(/images/bg-tab-border.png) repeat-x 0 6px
}

/**perfect compatible rounder**/
.tl_corner {
	background: transparent url(/images/UIRoundedTransparentBox.gif)
		no-repeat scroll right 0;
	height: 4px;
	position: relative;
	right: -1px;
	top: -1px;
	width: 100%;
}

.tr_corner {
	background: transparent url(/images/UIRoundedTransparentBox.gif)
		no-repeat scroll 0 -8px;
	height: 4px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 4px;
}

.bl_corner {
	background: transparent url(/images/UIRoundedTransparentBox.gif)
		no-repeat scroll right -4px;
	bottom: -1px;
	height: 4px;
	position: relative;
	right: -1px;
	width: 100%;
}

.br_corner {
	background: transparent url(/images/UIRoundedTransparentBox.gif)
		no-repeat scroll 0 -12px;
	height: 4px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 4px;
}

/**perfect compatible rounder**/
.tl_CornerV1 {
	background: transparent url(/images/renjianCornerV1.gif) no-repeat
		scroll right 0;
	height: 5px;
	position: relative;
	right: -1px;
	top: -1px;
	width: 100%;
	zoom: 1;
}

.tr_CornerV1 {
	background: transparent url(/images/renjianCornerV1.gif) no-repeat
		scroll 0 -10px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
	zoom: 1;
}

.bl_CornerV1 {
	background: transparent url(/images/renjianCornerV1.gif) no-repeat
		scroll right -5px;
	bottom: -1px;
	height: 5px;
	position: relative;
	right: -1px;
	width: 100%;
	zoom: 1;
}

.br_CornerV1 {
	background: transparent url(/images/renjianCornerV1.gif) no-repeat
		scroll 0 -15px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
	zoom: 1;
}

/**perfect compatible rounder**/
.tl_CornerV2 {
	background: transparent url(/images/renjianCornerV2.gif) no-repeat
		scroll right 0;
	height: 5px;
	position: relative;
	right: -1px;
	top: -1px;
	width: 100%;
}

.tr_CornerV2 {
	background: transparent url(/images/renjianCornerV2.gif) no-repeat
		scroll 0 -10px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

.bl_CornerV2 {
	background: transparent url(/images/renjianCornerV2.gif) no-repeat
		scroll right -5px;
	bottom: -1px;
	height: 5px;
	position: relative;
	right: -1px;
	width: 100%;
}

.br_CornerV2 {
	background: transparent url(/images/renjianCornerV2.gif) no-repeat
		scroll 0 -15px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

/**perfect compatible rounder**/
.tl_CornerV3 {
	background: transparent url(/images/renjianCornerV3.gif) no-repeat
		scroll right 0;
	height: 5px;
	position: relative;
	right: -1px;
	top: -1px;
	width: 100%;
}

.tr_CornerV3 {
	background: transparent url(/images/renjianCornerV3.gif) no-repeat
		scroll 0 -10px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

.bl_CornerV3 {
	background: transparent url(/images/renjianCornerV3.gif) no-repeat
		scroll right -5px;
	bottom: -1px;
	height: 5px;
	position: relative;
	right: -1px;
	width: 100%;
}

.br_CornerV3 {
	background: transparent url(/images/renjianCornerV3.gif) no-repeat
		scroll 0 -15px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

/**perfect compatible rounder**/
.tl_CornerV4 {
	background: transparent url(/images/renjianCornerV4.gif) no-repeat
		scroll right 0;
	height: 5px;
	position: relative;
	right: -1px;
	top: -1px;
	width: 100%;
}

.tr_CornerV4 {
	background: transparent url(/images/renjianCornerV4.gif) no-repeat
		scroll 0 -10px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

.bl_CornerV4 {
	background: transparent url(/images/renjianCornerV4.gif) no-repeat
		scroll right -5px;
	bottom: -1px;
	height: 5px;
	position: relative;
	right: -1px;
	width: 100%;
}

.br_CornerV4 {
	background: transparent url(/images/renjianCornerV4.gif) no-repeat
		scroll 0 -15px;
	height: 5px;
	left: -2px;
	overflow: hidden;
	position: absolute;
	width: 6px;
}

/**realtime version**/
.page {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 0px;
	line-height: 15px;
	margin-left: 40px;
}

.page ul {
	float: left;
	margin: 0;
	padding: 0;
}

.page ul li {
	margin-right: 3px;
	float: left;
	border: 1px solid #d8dfef;
}

.page ul li a {
	color: #01669A;
	text-decoration: none;
	float: left;
	padding: 2px 8px;
}

.page ul li a:hover {
	background: #eee;
	color: #fe6601;
	text-decoration: none;
}

.page ul li strong {
	padding: 2px 8px;
	float: left;
}

.page ul li.activeNum {
	color: #fe6601;
	background: #eee;
}

.page ul li.mid {
	border: 0 none;
}

/**tabs**/
#person_tabs {
	position: relative;
	border-bottom: 1px solid #DDDDDD;
	height: 29px;
}

#person_tabs_list {
	position: absolute;
	top: 0;
	left: 22px;
	z-index: 1;
	height: 30px;
}

#person_tabs_list li {
	float: left;
	margin-left: 3px;
	display: inline;
	position: relative;
}

#person_tabs_list li img {
	position: absolute;
	left: 6px;
	top: 7px;
}

#person_tabs_list li a {
	outline: none;
	background: transparent url(/images/tab_bg.gif) no-repeat scroll left
		top;
	display: block;
	float: left;
	font-size: 14px;
	height: 30px;
	padding: 0 0 0 12px;
}

#person_tabs_list li a span {
	background: transparent url(/images/tab_bg.gif) no-repeat scroll right
		top;
	display: block;
	line-height: 14px;
	padding: 9px 12px 7px 0;
}

#person_tabs_list li.active a {
	background: transparent url(/images/active_tab_bg.gif) no-repeat scroll
		left top;
	color: #000000;
}

#person_tabs_list li.active a span {
	background: transparent url(/images/active_tab_bg.gif) no-repeat scroll
		right top;
}

/***open_win***/
.open_window {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 480px;
}

.open_window_content {
	color: #000000;
}

.open_window_content .open_window_hd h5 {
	float: left;
	font-size: 13px;
	text-indent: 6px;
	margin: 0;
	height: 25px;
	padding-top: 4px;
	line-height: 25px;
	color: #fff;
}

.open_window_content .open_window_hd .close {
	color: #E07C35;
	display: inline;
	float: right;
	height: 16px;
	width: 16px;
	background: url(/images/winStyleBlue/winClose.gif) no-repeat;
	border: 0;
	cursor: pointer;
	text-indent: -999em;
	overflow: hidden;
	margin-top: 8px;
	-webkit-transition: all 0.5s ease-out;
}
.open_window_content .open_window_hd .close:hover{
	-webkit-transform: scale(1) rotate(360deg);
	-moz-transform: scale(1) rotate(360deg);
}
.open_window_cancel {
	margin-left: 10px;
}

.open_window_content .open_window_bd {
	background: #fff;
	padding: 20px 20px 0 20px;
}

.open_window_ft {
	border-top: 1px solid #E0E4E9;
	height: 30px;
	margin-top: 0;
	padding: 10px 10px 0 0;
	text-align: right;
	background: #fff;
}

input.button {
	padding: 0 .25em;
	width: 0;
	overflow: visible;
}

input.button[class] { /*ie ignores [class]*/
	width: auto;
}

.common_btn {
	background-color: #4f9633;
	border-color: #add164 #3e5b04 #3e5b04 #add164;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding: 3px 10px;
	text-align: center;
	height: 25px;
	cursor: pointer;
	width: auto;
	_width: 0;
	overflow: visible;
}

.common_btn_disabled {
	background-color: #F5F4EA;
	border: 1px solid #CCCCCC;
	color: #ACA899;
	cursor: default;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	padding: 3px 10px;
	text-align: center;
	height: 25px;
	width: auto;
	_width: 0;
	overflow: visible;
}

/*shadow window*/
.tp_lf {
	background: url(/images/winStyleBlue/winHdLf.png) no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winHdLf.png");
	width: 12px;
}

.tp_ct {
	background: url(/images/winStyleBlue/winHdCt.png) repeat-x;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winHdCt.png");
	height: 29px;
	line-height: 29px;
}

.tp_rt {
	background: url(/images/winStyleBlue/winHdRt.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winHdRt.png");
	width: 12px;
}

.bt_lf {
	background: url(/images/winStyleBlue/winBtLf.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winBtLf.png");
	width: 12px;
}

.bt_ct {
	background: url(/images/winStyleBlue/winBtCt.png) repeat-x 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winBtCt.png");
	height: 17px;
	line-height: 17px;
}

.bt_rt {
	background: url(/images/winStyleBlue/winBtRt.png) no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winBtRt.png");
	width: 12px;
}

.ct_lf {
	background: url(/images/winStyleBlue/winCtLf.png) repeat-y 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod = scale, src = "/images/winStyleBlue/winCtLf.png");
	width: 6px;
}

.ct_rt {
	background: url(/images/winStyleBlue/winCtRt.png) repeat-y 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/winStyleBlue/winCtRt.png");
	width: 7px;
	height: 100%;
}

/*tips*/
.tips_wrap {
	position: absolute;
}

.tips_hd {
	background: url("/images/tips_tp.png") no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/tips_tp.png");
	width: 250px;
	height: 20px;
}

.tips_ct {
	background: url("/images/tips_ct.png") repeat-y 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/tips_ct.png");
	width: 234px;
	padding: 15px 8px 8px 8px;
}

.tips_bt {
	background: url("/images/tips_bt.png") no-repeat 0 0;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/tips_bt.png" );
	width: 250px;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
}

.tips_close {
	position: absolute;
	z-index: 1px;
	right: 11px;
	top: 20px;
	background: url("/images/shareClose.gif") no-repeat 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

#navUser {
	background: url(/images/userTabBg.gif) repeat-x 0 100%;
	position: relative;
	height: 36px;
}

#tabsUser {
	position: absolute;
	height: 30px;
}

#tabsUser li {
	display: inline;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-left: 18px;
}

#tabsUser li a {
	float: left;
	color: #acacac;
	font-size: 14px;
	display: block;
	height: 30px;
	line-height: 30px;
}

#tabsUser li a.active {
	position: relative;
	color: #000;
}

#tabsUser li a img {
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -10px;
}

/*auto input*/
.inputContainer {
	width: 120px;
	margin: 0 6px;
}

.selectedList {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #BBBBBB;
	padding: 2px 3px 0;
}

.selectedList li {
	float: left;
	padding-right: 4px;
}

.selectedList li a {
	background: #E6EFF3 none repeat scroll 0 0;
	border-color: #C3B2A5;
	border-style: solid;
	border-width: 1px 0;
	color: #20536F;
	display: block;
	float: left;
	text-decoration: none;
}

.selectedList li a span {
	border-color: #C3B2A5;
	border-style: solid;
	border-width: 0 1px;
	cursor: pointer;
	display: block;
	float: left;
	height: 15px;
	line-height: 15px;
	margin: 0 -1px;
	_margin: 0;
	padding: 1px 5px;
	white-space: nowrap;
}

.inputTxt {
	border: 0;
	width: 80px;
	height: 16px;
	outline: 0;
}

.x {
	margin-left: 3px;
	width: 7px;
	font-weight: normal;
	font-family: Tahoma;
	color: #acacac;
	font-size: 11px;
}

.dropMenu {
	position: relative;
	display: none;
	z-index: 1;
}

.popLayer {
	position: absolute;
	width: 120px;
	top: -1px;
}

.decor {
	background: #000000 none repeat scroll 0 0;
	bottom: -2px;
	height: 100%;
	opacity: 0.1;
	filter: alpha(opacity = 10);
	position: absolute;
	right: -2px;
	width: 100%;
	z-index: -1;
	_display: none;
}

.popCt {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #669BB7;
	position: relative;
}

.maskIfr {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.dropList {
	margin: 0 1px;
}

.dropList li {
	border-bottom: 1px solid #E7E7E7;
	color: #666666;
	cursor: pointer;
	line-height: 1.2em;
	margin: 1px 0;
	overflow: hidden;
	padding: 3px 5px;
	text-decoration: none;
	white-space: nowrap;
}

.dropList li.on {
	background-color: #669CB6;
	color: #FFFFFF;
	cursor: pointer;
}

.dropList li.default {
	border: 0;
	cursor: default;
}

.decor {
	background: #000000 none repeat scroll 0 0;
	bottom: -2px;
	height: 100%;
	opacity: 0.1;
	filter: alpha(opacity = 10);
	position: absolute;
	right: -2px;
	width: 100%;
	zoom: 1;
}

.zoomContainer {
	background: #fff;
	padding: 8px;
	position: absolute;
}

.zoomPic {
	text-align: center;
	position: relative;
	min-height: 200px;
}

.zoomLoadingImg {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}

.zoomToolbar {
	margin-top: 6px;
}

.zoomToolbar table {
	width: 100%;
}

.picPage {
	color: #ACACAC;
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	margin: 0 20px;
}

/*输入框提示*/
.sgClass {
	position: absolute;
	width: 166px;
	border: 1px solid #ccc;
	border-bottom: 0;
	background: #fff;
}

.sgClass li {
	padding: 0 6px;
	cursor: pointer;
	margin-top: 1px;
	border-bottom: 1px solid #ccc;
}

.sgClass table {
	border-collapse: collapse;
}

.sgScreenName {
	width: 80px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.sgName {
	width: 70px;
	color: #999;
	padding-left: 4px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}

.sgActive {
	background: #e9f2fe
}

.tabAppV1 {
	border-bottom: 1px solid #78AFE8;
	height: 26px;
	margin: 0 0 10px;
	position: relative;
}

.tabAppV1 ul {
	position: absolute;
	top: 1px;
	left: 0;
}

.tabAppV1 li {
	float: left;
	padding-right: 10px;
	cursor: pointer;
	zoom: 1;
}

.tabAppV1 li a {
	float: left;
	background: url(/images/vote/tab/normalLf.gif) no-repeat left center;
	padding-left: 6px;
}

.tabAppV1 li a:hover {
	text-decoration: none;
}

.tabAppV1 li span {
	float: left;
	background: url(/images/vote/tab/normalRt.gif) no-repeat right center;;
	padding-right: 6px;
}

.tabAppV1 li b {
	height: 26px;
	line-height: 26px;
	font-weight: normal;
	float: left;
	background: url(/images/vote/tab/normalCt.gif) repeat-x;
	padding: 0 10px;
	cursor: pointer;
	font-size: 14px;
}

.tabAppV1 li.on a {
	background-image: url(/images/vote/tab/activeLf.gif);
}

.tabAppV1 li.on span {
	background-image: url(/images/vote/tab/activeRt.gif);
}

.tabAppV1 li.on b {
	background-image: url(/images/vote/tab/activeCt.gif);
	color: #000;
}

.notificationActiveLf {
	background: url(/images/notificationActiveLf.gif) no-repeat left center;
	height: 13px;
	line-height: 13px;
	padding-left: 5px;
	zoom: 1;
}

.notificationActiveRt {
	background: url(/images/notificationActiveRt.gif) no-repeat right center
		;
	height: 13px;
	line-height: 13px;
	padding-right: 5px;
	zoom: 1;
}

.notificationActiveCt {
	background: url(/images/notificationActiveCt.gif) repeat-x left center;
	height: 13px;
	line-height: 13px;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	zoom: 1;
}

.notificationNormalLf {
	background: url(/images/notificationNormalLf.gif) no-repeat left center;
	height: 13px;
	line-height: 13px;
	padding-left: 5px;
	zoom: 1;
}

.notificationNormalRt {
	background: url(/images/notificationNormalRt.gif) no-repeat right center
		;
	height: 13px;
	line-height: 13px;
	padding-right: 5px;
	zoom: 1;
}

.notificationNormalCt {
	background: url(/images/notificationNormalCt.gif) repeat-x left center;
	height: 13px;
	line-height: 13px;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	zoom: 1;
}

.notificationActiveCt .unreadcoutCvs {
	font-size: 12px;
	height: 13px;
	line-height: 13px;
	white-space: nowrap;
	zoom: 1;
}

.notificationActiveCt .totalcountCvs {
	color: #ffdfbf;
	height: 13px;
	line-height: 13px;
	white-space: nowrap;
	zoom: 1;
}

.notificationNormalCt span {
	height: 13px;
	line-height: 13px;
	color: #fff;
	font-family: Tahoma;
	font-size: 11px;
	zoom: 1;
}

.maskIfr {
	border: 0 none;
	height: 100%;
	position: absolute;
	width: 100%;
}

/*tag win*/
.renjianBtnLf {
	background: #fff url(/images/common/rjBtn.gif) no-repeat;
	background-position: left top;
	height: 27px;
	line-height: 27px;
	text-align: center;
	padding: 0 0 0 4px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.renjianBtnRt {
	background: #fff url(/images/common/rjBtn.gif) no-repeat;
	background-position: right top;
	padding: 0 9px 0 6px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.renjianBtnLf:hover {
	background-position: left -27px;
	text-decoration: none;
}

.renjianBtnLf:hover .renjianBtnRt {
	background-position: right -27px;
}

.winStyleTag {
	width: 504px;
	position: absolute;
}

.winStyleTag .lftp_win {
	background: url(/images/winStyleTag/lftp_win.gif) no-repeat left top;
	width: 16px;
}

.winStyleTag .rttp_win {
	background: url(/images/winStyleTag/rttp_win.gif) no-repeat right top;
	width: 16px;
}

.winStyleTag .tpbd_win {
	background: url(/images/winStyleTag/tpbd_win.gif) repeat-x left top;
}

.winStyleTag .ht_win td {
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}

.winStyleTag .lfbd_win {
	background: url(/images/winStyleTag/lfbd_win.gif) repeat-y left top;
	width: 16px;
}

.winStyleTag .rtbd_win {
	background: url(/images/winStyleTag/rtbd_win.gif) repeat-y left top;
	width: 16px;
}

.winStyleTag .lfbt_win {
	background: url(/images/winStyleTag/lfbt_win.gif) no-repeat left top;
	width: 16px;
}

.winStyleTag .rtbt_win {
	background: url(/images/winStyleTag/rtbt_win.gif) no-repeat right top;
	width: 16px;
}

.winStyleTag .btbd_win {
	background: url(/images/winStyleTag/btbd_win.gif) repeat-x left top;
}

.winStyleTag .close_win {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 54px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/images/winStyleTag/close_win.jpg) no-repeat;
}
.winStyleTag .ct_win {
	padding: 10px;
	background: #fff;
}

.winStyleTag .wrapper_win {
	min-height: 200px;
}

.winStyleTag .hd_tag {
	color: #F32275;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #EDF1F4;
	padding-bottom: 8px;
	margin: 15px auto 8px;
}

.winStyleTag .form_tag input {
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px 3px;
	vertical-align: center;
	margin-left: 4px;
}

.winStyleTag .form_tag p {
	margin-top: 6px;
}

.winStyleTag .form_tag .im {
	margin-left: 22px;
}

.winStyleTag .form_tag textarea {
	border: 0;
	width: 100%;
	height: 54px;
	line-height: 1.2;
	overflow-y: auto;
}

.winStyleTag .form_tag .textarea_tag {
	border: 1px solid #ccc;
	padding: 2px 5px;
}

.winStyleTag  .name_tag {
	color: #0B7ECE;
	margin: 0 5px;
}

.winStyleTag .color_gray {
	color: #888888;
}

.winStyleTag .must_know {
	margin-top: 10px;
	line-height: 1.5;
}

.winStyleTag .ckbox {
	vertical-align: middle;
	background-color: #f7f7f7;
}

.winStyleTag .error_tag {
	background: #ffffcd;
	border: 1px solid #fee7b5;
	padding: 2px;
	line-height: 1.5;
	display: none;
}

.tipsTag {
	position: absolute;
}

.tl_tipsTag {
	background: url(/images/common/tagLfTop.gif) no-repeat scroll left top;
	width: 9px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.tc_tipsTag {
	background: url(/images/common/tagTpLine.gif) repeat-x scroll left top;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.tr_tipsTag {
	background: url(/images/common/tagRtTop.gif) no-repeat scroll right top;
	width: 9px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.bl_tipsTag {
	background: url(/images/common/tagBtLeft.gif) no-repeat scroll left top;
	width: 9px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.bc_tipsTag {
	background: url(/images/common/tagBtLine.gif) repeat-x scroll left
		bottom;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
	zoom: 1;
}

.br_tipsTag {
	background: url(/images/common/tagBtRight.gif) no-repeat scroll right
		bottom;
	width: 9px;
	height: 9px;
	line-height: 9px;
	overflow: hidden;
}

.cl_tipsTag {
	background: url(/images/common/tagLfLine.gif) repeat-y scroll left top;
	width: 9px;
	overflow: hidden;
}

.cc_tipsTag {
	background: #FFFEE6;
	word-wrap: break-word;
	word-break: break-all;
}

.cr_tipsTag {
	background: url(/images/common/tagRtLine.gif) repeat-y scroll right top;
	width: 9px;
	overflow: hidden;
}

.grayBtnLf {
	background-position: left -54px;
}

.grayBtnRt {
	background-position: right -54px;
	color: #000;
}

.grayBtnLf:hover {
	background-position: left -81px;
	text-decoration: none;
}

.grayBtnLf:hover .grayBtnRt {
	background-position: right -81px;
}

/*taskBtn*/
.renjianTaskBtnLf {
	background: url(/images/common/taskBtn.gif) no-repeat;
	background-position: left top;
	height: 23px;
	line-height: 23px;
	text-align: center;
	padding: 0 0 0 4px;
	text-decoration: none;
	color: #fff;
	display: inline-block;
}

.renjianTaskBtnRt {
	background: url(/images/common/taskBtn.gif) no-repeat;
	background-position: right top;
	padding: 0 9px 0 6px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	cursor: pointer;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.renjianTaskBtnLf:hover {
	background-position: left -23px;
	text-decoration: none;
}

.renjianTaskBtnLf:hover .renjianTaskBtnRt {
	background-position: right -23px;
}

.redBtnLf {
	background-position: left -46px;
}

.redBtnLf .renjianTaskBtnRt {
	background-position: right -46px;
}

.redBtnLf:hover {
	background-position: left -69px;
}

.redBtnLf:hover .renjianTaskBtnRt {
	background-position: right -69px;
}

.grayBtnL {
	background-position: left -92px;
}

.grayBtnL .renjianTaskBtnRt {
	background-position: right -115px;
}

.grayBtnL:hover {
	background-position: left -92px;
}

.grayBtnL:hover .renjianTaskBtnRt {
	background-position: right -115px;
}

#isure {
	background-color: #fffffe;
}

.tipsTagStyle {
	z-index: 3;
	line-height: 1.8em;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid #da497e;
	background: #fffff3;
	padding: 15px 25px 20px;
}

.dingTips {
	position: relative;
	background: #1884d0;
	padding: 2px 2px 2px 8px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.5;
	zoom: 1;
}

.dingTips a:link,.dingTips a:visited {
	color: #fff;
}

.dingArrow {
	position: absolute;
	width: 8px;
	height: 4px;
	line-height: 4px;
	overflow: hidden;
	background: url(/images/tips/dingArrow.gif) no-repeat left top;
	bottom: -3px;
	left: 63px;
	zoom: 1;
}

.dingKnow {
	position: absolute;
	width: 63px;
	height: 16px;
	top: 50%;
	margin-top: -8px;
	right: 8px;
	background: url(/images/tips/iknow.gif) no-repeat left center;
	text-indent: -888em;
	overflow: hidden;
	zoom: 1;
	display: block;
}

.dingKnow:hover {
	background-image: url(/images/tips/iknowHover.gif);
}

.userLevelCt {
	overflow: hidden;
	padding-left: 2px;
}

.userLevel {
	margin-top: 4px;
	width: 33px;
	height: 10px;
	line-height: 10px;
	overflow: hidden;
	background: url(/images/tags/userLevel-2.gif?fk=2) no-repeat 0 0;
	display: inline-block;
}

.focus {
	line-height: 1.5;
	padding: 1px 0 0 17px;
	background: url(/images/tags/focus.gif) no-repeat 0 center;
}

.unfocus {
	background-image: url(/images/tags/unfocus.gif);
}

.helpicon {
	cursor: pointer;
	padding-left: 16px;
	line-height: 16px;
	background: url(/images/tags/25.gif) transparent no-repeat 0 bottom;
}

.insertEmote {
	background: url(/images/shareheader/emote.png) no-repeat left center;
	display: block;
	padding-left: 19px;
	margin-top: 1px;
}

.sendToTag {
	background: url(/images/shareheader/addTag.png) no-repeat left center;
	display: block;
	padding-left: 19px;
	margin-top: 1px;
}

.sendToTag span {
	display: inline-block;
	cursor: pointer;
	background: url(/images/shareheader/addTagArrow.gif) no-repeat right
		center;
	padding-right: 10px;
	height: 16px;
	line-height: 16px;
}

.recentTagsEle {
	position: absolute;
	display: none;
	border: 1px solid #ccc;
	width: 120px;
	overflow: hidden;
	background: #fff;
	z-index: 99999;
}

.insertEmote{background: url(/images/postArea/emote.jpg) no-repeat left center; display: block; padding: 1px 0 1px 19px; margin-top: 1px;}
.sendToTag{background: url(/images/shareheader/addTag.png) no-repeat left center; display: block; padding-left: 19px; margin-top: 1px;}
.sendToTag span{display: inline-block; cursor: pointer; background: url(/images/shareheader/addTagArrow.gif) no-repeat right center; padding-right: 10px; height: 16px; line-height: 16px;}
.recentTagsEle{position: absolute; display: none; border: 1px solid #ccc; width: 120px; overflow: hidden; background: #fff; z-index: 99999;}
.recentTagsEle li a{

	display: block;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 8px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
}

.recentTagsEle li a:hover {
	background: #F1F8FE;
}

.navDes {
	height: 25px;
	line-height: 25px;
	position: relative;
	padding: 0 8px;
	border: 1px solid #E1D4AF;
	background: #FFFEE6;
	margin: 8px;
	padding-right: 15px;
}

.navDesArrow {
	position: absolute;
	top: -7px;
	left: 30px;
}

.navDesClose {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	width: 10px;
	height: 9px;
}

.navDes .navDesCvs {
	left: 348px;
}

.navDes .navDesFav {
	left: 348px;
}

.navDes .navDesMention {
	left: 268px;
}

.navDes .navDesPublic {
	left: 188px;
}

.navDes .navDesDirect {
	left: 428px;
}

.totalScore {
	color: #D32163;
	font-family: Tahoma;
	font-size: 11px;
}

.checkAction input {
	overflow: hidden;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-right: 3px; *
	margin-right: 2px; *
	height: 16px;
}

.userLink {
	color: #a0a0a0;
}

.girlLink {
	color: #F65A94;
}

.boyLink {
	color: #0B7ECE;
}

/**comon tips**/
.commonTips {
	position: absolute;
	width: 300px;
	display: none;
}

.commonTips h3 {
	font-size: 14px;
	border-bottom: 1px solid #c9d0d0;
	text-align: center;
	padding-bottom: 2px;
}

.commonTips h3 span {
	font-size: 14px;
}

.commonTips td {
	overflow: hidden;
}

.tl_commonTips {
	background: url(/images/common/tips/commonTipsTL.png) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	line-height: 10px;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/common/tips/commonTipsTL.png");
}

.tc_commonTips {
	background: url(/images/common/tips/commonTipsTM.png) repeat-x scroll left top;
	height: 10px;
	line-height: 10px;
}

.tr_commonTips {
	background: url(/images/common/tips/commonTipsTR.png) no-repeat scroll right top;
	width: 10px;
	height: 10px;
	line-height: 10px;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/common/tips/commonTipsTR.png");
}

.bl_commonTips {
	background: url(/images/common/tips/commonTipsBL.png) no-repeat scroll left top;
	width: 10px;
	height: 10px;
	line-height: 10px;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/common/tips/commonTipsBL.png");
}

.bc_commonTips {
	background: url(/images/common/tips/commonTipsBM.png) repeat-x scroll left bottom;
	height: 10px;
	line-height: 10px;
}

.br_commonTips {
	background: url(/images/common/tips/commonTipsBR.png) no-repeat scroll right bottom;
	width: 10px;
	height: 10px;
	line-height: 10px;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src="/images/common/tips/commonTipsBR.png");
}

.cl_commonTips {
	background: url(/images/common/tips/commonTipsML.png) repeat-y scroll left top;
	width: 10px;
}

.cc_commonTips {
	background: #fafafa;
	word-wrap: break-word;
	word-break: break-all;
	padding: 0 6px;
}

.cr_commonTips {
	background: url(/images/common/tips/commonTipsMR.png) repeat-y scroll right top;
	width: 10px;
}

.arrow_commonTips {
	position: absolute;
	bottom: -8px;
	left: 20px;
	width: 23px;
	height: 9px;
	background: url(/images/common/tips/commonTipsArrowBT.png) no-repeat left top;
	_background: none;
	_zoom: 1;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src="/images/common/tips/commonTipsArrowTP.png");
}

.taskDetails {
	padding-left: 15px;
}

.qz {
	display: inline-block;
	width: 34px;
	height: 16px;
	background: url(/images/qz.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src="/images/qz.png");
	vertical-align: middle;
	cursor: help;
}

.hy {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(/images/hy.png) no-repeat;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, src="/images/hy.png");
	vertical-align: middle;
	cursor: help;
}

.fund {
	padding-left: 18px;
	background: url(/images/fund.gif) no-repeat 0 bottom;
}

/*亦歌音乐*/
.musicResult {
	overflow: hidden;
	margin: 0 10px;
}

.musicResult li {
	clear: both;
	border-bottom: 1px dashed #ccc;
	padding: 0 6px;
	line-height: 1.8;
	text-align: left;
}

.musicResult .mControl {
	padding: 0 10px;
}

/**邀请页面tab**/
.tabBtnLf {
	background: url(/images/common/tab.gif) no-repeat;
	background-position: left top;
	height: 28px;
	line-height: 28px;
	text-align: center;
	padding: 0 0 0 15px;
	float: left;
	display: inline;
	margin-left: -1px;
}

.tabBtnLf:hover {
	text-decoration: none;
}

.tabBtnLf span {
	background: url(/images/common/tab.gif) no-repeat;
	background-position: right top;
	padding: 0 15px 0 0;
	height: 28px;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	font-size: 14px;
	color: #828282;
	float: left;
	display: inline;
}

.tabBtnLfActive {
	background-position: left -28px;
}

.tabBtnLfActive span {
	background-position: right -28px;
	color: #000;
	cursor: default;
}

.mailTab {
	height: 27px;
	border-bottom: 1px solid #B7B7B7;
	position: relative;
}

.mailTabCt {
	position: absolute;
	left: 1px;
	top: 0;
	_padding-left: 1px;
	_margin-left: -1px;
}

/**提示层**/
.rjCommonTips {
	color: #858388;
	border: 1px solid #E1D1AF;
	padding: 2px 2px 2px 20px;
	background: #FCFAE1 url(/images/common/tipsTrumpet.gif) no-repeat 6px
		6px;
}

/*视频配图*/
.has_thumbnail {
	width: 100px;
	padding-right: 4px;
}

.thumbnail {
	width: 100px;
}

.thumbnail img {
	width: 90px;
}

/*表情*/
.emotCt {
	background: #FFFFFF none repeat scroll 0 0;
	border: 1px solid #ccc;
	position: relative;
	width: 214px;
	position: absolute;
}

.emotBox .emots {
	margin: 2px;
}

.emots .emot {
	border: 1px solid #FFFFFF;
	cursor: pointer;
	float: left;
	margin-left: 4px;
	_display: inline;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
}

.emotBox {
	padding-bottom: 3px;
}

span.emot {
	display: inline-block;
	zoom: 1;
}

.emots .emot:hover {
	border-color: #ccc;
}

.emot {
	background: transparent url(/images/base.gif?v=1) no-repeat scroll 0 0;
	height: 20px;
	vertical-align: middle;
	width: 20px;
}

.emotBox .pager {
	background: #f7f7f7 none repeat scroll 0 0;
	margin: 4px 0 0;
	padding: 0 5px;
}

.pager {
	clear: both;
	text-align: right;
}

.pager span.pre,span.next {
	cursor: pointer;
	color: red;
	font-size: 12px;
}

.pager span.no {
	color: #0B7ECE;
	margin: 0 4px;
	font: bold 11px/ 11px Tahoma;
}

/* 顶部搜索 */
#search-wrapper {
	padding: 8px 10px 8px 16px;
	background: #fff;
	z-index: 10000;
	border: 1px solid #ccc;
	border-top: 0 none;
	overflow: hidden;
}

#search-wrapper input,#search-wrapper select {
	vertical-align: middle;
}

#search-wrapper .search-tl {
	position: absolute;
	font-size: 0;
	line-height: 0;
	left: 0;
	top: 0;
	height: 1px;
	width: 66px;
	z-index: 2;
	border-top: 1px solid #fff;
}

#search-wrapper .search-tr {
	position: absolute;
	font-size: 0;
	line-height: 0;
	left: 0;
	top: 0;
	height: 1px;
	_height: 0;
	width: 100%;
	z-index: 1;
	border-top: 1px solid #ccc;
	_zoom: 1;
}

#search-text {
	border: 1px solid #e3e3e3;
	height: 14px;
	padding: 3px;
	width: 120px;
}

#top-search {
	color: #D32163;
}

#search-type {
	color: #787878;
}

#topMenu li .top-search {
	padding: 0 20px 0 22px;
	border: 1px solid #F7F7F7;
	height: 28px;
	line-height: 28px;
	display: inline-block;
}

#topMenu li .top-search span {
	position: absolute;
	top: 10px;
	width: 12px;
	height: 12px;
	background: transparent url(/images/search/searchT.gif) no-repeat left
		center;
	left: 6px;
}

#topMenu li .top-search b {
	position: absolute;
	right: 8px;
	top: 12px;
	width: 0;
	height: 0;
	border-width: 4px 4px;
	border-style: solid;
	border-color: #1f3d99 #f7f7f7 #f7f7f7 #f7f7f7;
	font-size: 0;
	line-height: 0;
	-webkit-transition: -webkit-transform .2s ease-in;
	-moz-transition: -moz-transform .2s ease-in;
	-o-transition: -o-transform .2s ease-in;
	transition: transform .2s ease-in;
}

#topMenu li .top-search:hover b,#topMenu li .top-search-hover b { *
	top: 8px;
	border-color: #1f3d99 #fff #fff #fff;
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
	filter: progid : DXImageTransform.Microsoft.BasicImage ( rotation = 2 );
}

#topMenu li .top-search-hover {
	background-color: #fff !important;
	border: 1px solid #ccc;
	border-bottom: 0 none;
}

/* 通用分页2 */
.page2 {
	margin: 10px 0;
	float: right;
	line-height: 1.5;
}

.page2 li {
	float: left;
	margin-right: 5px;
	_display: inline;
	_zoom: 1;
}

.page2 a {
	float: left;
	background: url(/images/user_outside/page.gif) no-repeat;
	padding: 0 0 0 10px;
}

.page2 a span {
	display: inline-block;
	cursor: pointer;
	height: 18px;
	line-height: 18px;
	background: url(/images/user_outside/page.gif) right 0;
	padding: 0 10px 0 0;
	text-align: center;
	color: #000;
}

.page2 a:hover {
	background-position: 0 -18px;
	text-decoration: none;
}

.page2 a:hover span {
	background-position: right -18px;
}

.page2 .mid,#pagination .activeNum {
	background: none;
}

.page2 .activeNum {
	padding: 0 2px;
}

.page2 .activeNum span {
	font-weight:600;	
}

.page2 .activeNum a, .page2 .activeNum span{
	padding:0;
	cursor:default;
	background:none;
}

/**showMessage**/
.notification {
	position: absolute;
	top: 0;
	display: none;
	text-align: center;
	z-index: 99999;
}

.noticeCtTp {
	font-size: 14px;
	font-weight: bold;
	color: #d32163;
}

.noticeCt {
	border: 2px solid #ccc;
	background: #fff;
	padding: 8px 26px;
	vertical-align: middle;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
}
.tagEmote a{
	display: inline-block;
	margin-left: 4px;
	padding: 0 2px;
	height: 20px;
	line-height: 20px;
}
.tagEmote a:hover{
	background: #f7f7f7;
}
.tagEmote a{
	display: inline-block;
	margin-left: 4px;
	padding: 0 2px;
	height: 20px;
	line-height: 20px;
}
.tagEmote a:hover{
	background: #f7f7f7;
}