/*****************************************************************************************************/

/* 
 * /scripts/plus/imgareaselect/imgareaselect-deprecated.css
 * imgAreaSelect style to be used with deprecated options
 */

.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
    filter: alpha(opacity=50);
	opacity: 0.5;
}

.imgareaselect-border1 {
	border: solid 1px #000;
}

.imgareaselect-border2 {
	border: dashed 1px #fff;
}

.imgareaselect-handle {
    background-color: #fff;
    border: solid 1px #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.imgareaselect-outer {
    background-color: #000;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.imgareaselect-selection {
	background-color: #fff;
    filter: alpha(opacity=0);
	opacity: 0;
}
/*****************************************************************************************************/

/* 
 * /scripts/plus/slides/slides.css
 * Slides style to be used with deprecated options
 */

#slides {
	position: relative;
	z-index: 100;
}

#slides .slide {
	width: 300px;
	height: 300px;
	display: block;
}

#slides .next {
	position: absolute;
	top: 130px;
	right: -30px;
	width: 24px;
	line-height: 43px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .prev {
	position: absolute;
	top: 130px;
	left: -30px;
	width: 24px;
	line-height: 43px;
	height: 43px;
	display: block;
	z-index: 101;
}

#slides .pagination {
	padding-left: 38px;
	height: 12px;
}

#slides .pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}

#slides .pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(/scripts/plus/slides/pagination.jpg);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}

#slides .pagination li.current a {
	background-position: 0 -12px;
}

/*****************************************************************************************************/

/*
 *	/scripts/plus/calendar/tcal.css
 *	Stylesheet for Tigra Calendar v5.0
 */

/* input box in default state */ 
.tcalInput {
	background: url('/scripts/plus/calendar/img/cal.gif') 100% 50% no-repeat;
	padding-right: 20px;
	cursor: pointer;
}

/* additional properties for input boxe in activated state, above still applies unless in conflict */
.tcalActive {
	background-image: url('/scripts/plus/calendar/img/no_cal.gif');
}
/* container of calendar's pop-up */
#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 260px;
	background-color: white;
	margin-top: 2px;
	padding: 0 2px 2px 2px;
	border: 1px solid silver;

	-moz-box-shadow: 3px 3px 4px silver;
	-webkit-box-shadow: 3px 3px 4px silver;
	box-shadow: 3px 3px 4px silver;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='silver');
}

/* table containing navigation and current month */
#tcalControls {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}
#tcalControls td {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	width: 16px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
}
#tcalControls th {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	white-space: nowrap;
}
#tcalPrevYear { background-image: url('/scripts/plus/calendar/img/prev_year.gif'); }
#tcalPrevMonth { background-image: url('/scripts/plus/calendar/img/prev_mon.gif'); }
#tcalNextMonth { background-image: url('/scripts/plus/calendar/img/next_mon.gif'); }
#tcalNextYear { background-image: url('/scripts/plus/calendar/img/next_year.gif'); }

/* table containing week days header and calendar grid */
#tcalGrid {
	border-collapse: collapse;
	border: 1px solid silver;
	width: 100%;
}
#tcalGrid th {
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 6px 0px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: gray;
	color: white;
}
#tcalGrid td {
	border: 0;
	border-collapse: collapse;
	padding: 4px 0;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	width: 14%;
	font-size: 12px;
	cursor: pointer;
}		
#tcalGrid td.tcalOtherMonth { color: silver; }
#tcalGrid td.tcalWeekend { background-color: #ACD6F5; }
#tcalGrid td.tcalToday { border: 1px solid red; }
#tcalGrid td.tcalSelected { background-color: #FFB3BE; }

/*****************************************************************************************************/

/* 
 * /scripts/plus/pagination/pagination.css
 * pagination style to be used with deprecated options
 */
 
#adancer_comments_pages .pagination {
	font-size: 14px;
}

#adancer_comments_pages .pagination a {
	color: #000000;
	padding: 5px 7px;
	text-decoration: none;
	border: 1px solid rgb(204, 204, 204);
	background: url('/images/bg_fade_up.png') repeat-x scroll center bottom rgb(255, 255, 255);
}

#adancer_comments_pages .pagination a, #adancer_comments_pages .pagination span {
	display: block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#adancer_comments_pages .pagination span.current {
	padding: 5px 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: #00789F url('/images/bg_buttons.png') repeat-x top; 
	border: 1px solid #631d5c;
}

#adancer_comments_pages .pagination span.current.next, #adancer_comments_pages .pagination span.current.prev {
	padding: 5px 7px;
	color: #D9D9D9;
	text-decoration: none;
	background: url('/images/bg_fade_up.png') repeat-x scroll center bottom rgb(255, 255, 255);
	border: 1px solid rgb(204, 204, 204);
}

#adancer_comments_pages .pagination .next, #adancer_comments_pages .pagination .prev {
	padding: 5px 7px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	background: #00789F url('/images/bg_buttons.png') repeat-x top; 
	border: 1px solid #631d5c;
}

#adancer_comments_pages .pagination a.next:hover, #adancer_comments_pages .pagination a.prev:hover {
	color: #FFFFFF;
}

/*****************************************************************************************************/
/* 
 * /scripts/plus/dialog/css/tipswindown.css
 * Dialog style to be used with deprecated options
 */
#windownbg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
}

#windown-box {
	position: fixed;
	_position: absolute;
	border: 5px solid #E9F3FD;
	background: #FFF;
	text-align: left;
}

#windown-title {
	position: relative;
	height: 30px;
	border: 1px solid #A6C9E1;
	overflow: hidden;
	background: url(/scripts/plus/dialog/images/tipbg.png) 0 0 repeat-x;
}

#windown-title #title-text {
	position: relative;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	padding: 7px 0px 0px 10px;
}

#windown-close {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 10px;
	height: 16px;
	text-indent: -10em;
	overflow: hidden;
	background: url(/scripts/plus/dialog/images/tipbg.png) 100% -49px no-repeat;
	cursor: pointer;
}

#windown-content-border {
	position: relative;
	top: -1px;
	border: 1px solid #A6C9E1;
	padding: 5px 0 5px 5px;
}

#windown-content img,#windown-content iframe {
	display: block;
}

#windown-content .loading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -8px;
	margin-top: -8px;
}
/*****************************************************************************************************/

/* 
 * /scripts/plus/sinaEmotion/jquery.sinaEmotion-1.1.css
 * sinaEmotion style to be used with deprecated options
 */
#emotions{
	left:0;
	width: 395px;
	font-size:13px;
	background:#fff;
	position:absolute;
	border: 5px solid #E8E8E8;
	z-index: 1000000;
}
#emotions a{
	color: #9ABBC8;
	padding:2px 7px;
	text-decoration:none;
}
#emotions img{
	border:0;
}
#emotions div{
	margin:5px 10px;
	padding:1px;
	overflow: hidden;
}
#emotions #prev,
#emotions #next
{
	font-size: 12px;
	margin-left:3px;
	background:#eee;
}
#emotions .categorys{
	color:#ccc;
	height:23px;
	color: #9ABBC8;
	overflow:hidden;
}
#emotions .categorys a{
	display: inline-block;
}
#emotions .categorys a:hover{
	text-decoration:underline;
}
#emotions .categorys a.current{
	cursor: default;
	background: #F0F0F0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#emotions .container{
	padding:1px;
	overflow: hidden;
}
#emotions .container a{
	float:left;
	width:26px;
	height:22px;
	text-align:center;
	padding: 4px 2px;
	margin: -1px 0 0 -1px;
	border: 1px solid #e8e8e8;
}
#emotions .container a:hover{
	z-index:2;
	position:relative;
	border:1px solid #0095cd;
}
#emotions .page{
	text-align:right;
}
#emotions .page a.current{
	color: #666;
	background-color:#fff;
}
#emotions .page a{
	margin-left:3px;
	color: #0078B6;
	background-color:#f3f3f3;
}
#emotions .page a:hover{
	background-color:#e7e7e7;
}

/*****************************************************************************************************/
/* 
 * /scripts/plus/hoverCard/css/frame.css
 * hoverCard style to be used with deprecated options
 */
#UserCardInfo, .UserCardInfo {
	position: absolute;
	z-index: 100;
	color: #666;
}

#UserCardInfo .bg {
	padding: 4px;
	background: #f2f2f2;
}

#UserCardInfo .loading {
	font-size: 13px;
	height: 16px;
	width: 160px;
	padding: 5px 0px 5px 25px;
}

#UserCardInfo .error {
	font-size: 13px;
	height: 16px;
	width: 160px;
	padding: 5px 0px 5px 25px;
}

#UserCardInfo .content {
	font-size: 13px;
	position: relative;
	background: #fff;
	border: 1px solid #c6c6c6;
	display: block;
}

#UserCardInfo .arrow,#UserCardInfo .arrow_hui {
	position: absolute;
	overflow: hidden;
	display: block;
	background: url('/scripts/plus/hoverCard/images/layer_arrow.gif') no-repeat;
}
#UserCardInfo .arrow_hui {
	background: url('/scripts/plus/hoverCard/images/layer_arrow_hui.gif') no-repeat;
}
#UserCardInfo .arrow_rt,#UserCardInfo .arrow_lt {
	width: 11px;
	height: 16px;
	top: 20px;
	right: -6px;
	background-position: -11px -24px;
}
#UserCardInfo .arrow_lt {
	right: auto;
	left: -6px;
	background-position: 0 -24px;
}

#UserCardInfo .arrow_rb,#UserCardInfo .arrow_lb {
	width: 11px;
	height: 16px;
	bottom: 20px;
	right: -6px;
	background-position: -11px -24px;
}
#UserCardInfo .arrow_lb {
	right: auto;
	left: -6px;
	background-position: 0 -24px;
}

#UserCardInfo .arrow_tl,#UserCardInfo .arrow_bl {
	width: 16px;
	height: 11px;
	top: -6px;
	left: 30px;
	background-position: 0 -1px;
}
#UserCardInfo .arrow_bl {
	top: auto;
	bottom: -6px;
	background-position: 0 -11px;
}
#UserCardInfo .arrow_tr,#UserCardInfo .arrow_br {
	width: 16px;
	height: 11px;
	top: -6px;
	right: 30px;
	background-position: 0 -1px;
}
#UserCardInfo .arrow_br {
	top: auto;
	bottom: -6px;
	background-position: 0 -11px;
}

#UserCardInfo .userinfo {
	width: 280px;
	padding: 10px 5px 5px 12px;
	overflow: hidden;
}

#UserCardInfo .headImg {
	width: 80px; 
	height: 80px;
	float: left;
}

#UserCardInfo .headImg img {
	width: 80px;
	height: 80px;
}

#UserCardInfo .info1 {
	width: 190px;
	height: 72px;
	float: left;
	padding: 4px 0px;
}

#UserCardInfo .info1 div {
	height: 18px;
	line-height: 18px;
	text-indent: 10px;
}

#UserCardInfo .sign {
	overflow: hidden; 
	font-size: 12px; 
	color: #888888;
	padding-top: 5px;
}

/****按钮**/
.add_follow,.had_follow,.btn_myself,.fans {
	width: 65px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	outline: none;
}

.each_attent {
	width: 75px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	display: inline-block;
	outline: none;
}

.had_follow {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -50px;
}

.had_follow:hover {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -75px;
}

.add_follow {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px 0px;
}

.add_follow:hover {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -25px;
}

.fans {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -175px;
}

.fans:hover {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -200px;
}

.btn_myself {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -150px;
}

.each_attent {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -100px;
}

.each_attent:hover {
	background: url('/scripts/plus/hoverCard/images/btn.png') 0px -125px;
}

/*****************************************************************************************************/
/* 
 * /scripts/plus/alerts/jquery.alerts.css
 * alerts style to be used with deprecated options
 */
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(/scripts/plus/alerts/images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/scripts/plus/alerts/images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(/scripts/plus/alerts/images/info.gif);
}

#popup_content.confirm {
	background-image: url(/scripts/plus/alerts/images/important.gif);
}

#popup_content.prompt {
	background-image: url(/scripts/plus/alerts/images/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	border-radius: 3px;
	border: 1px solid #c9c9c9;
	color: #404040;
	font-size: 13px;
	height: 28px;
	margin-top: 3px;
	padding: 0 6px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/*****************************************************************************************************/
/* 
 * /scripts/plus/webox/jquery-webox.css
 * webox style to be used with deprecated options
 */
.background {
	position: fixed;
	_position: absolute;
	z-index: 997;
	top: 0px;
	left: 0px;
	width: 100%;
	_width: expression(document.documentElement.clientWidth);
	height: 100%;
	_height: expression(document.documentElement.clientHeight);
	background: rgb(50, 50, 50);
}

.webox {
	position: fixed;
	_position: absolute;
	z-index: 999;
	padding: 8px;
}
.webox .bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:#545454;
	opacity:0.2;
	filter:alpha(opacity=20);
	border-radius:3px;
	box-shadow:0 0 5px #395680;
	_width:expression(this.parentNode.scrollWidth +"px");
	_height:expression(this.parentNode.scrollHeight +"px");
}


.webox #inside {
	position: relative;
	background: #FFFFFF;
	height: 240px;
	z-index: 2;
}

.webox #inside h1 {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	padding-left: 5px;
	font-family: Arial;
	font-weight: normal;
	cursor: move;
	font-weight: 800;
	color: #000;
}

.webox #inside h1 a {
	position: absolute;
	display: block;
	right: 6px;
	margin-top: 6px;
	top: 0px;
	font-size: 14px;
	background-image: url('/scripts/plus/webox/close.fw.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 17px;
	height: 17px;
	cursor: pointer;
	display: inline-block;
}

.webox #inside h1 a:hover {
	background-position: center bottom;
}

/*****************************************************************************************************/
/* 
 * /scripts/plus/message/jquery-webox.css
 * message style to be used with deprecated options
 */

.message {
	position: fixed;
	_position: absolute;
	z-index: 999;
	padding: 8px;
}
.message .bg {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:#545454;
	opacity:0.5;
	filter:alpha(opacity=50);
	border-radius:3px;
	box-shadow:0 0 5px #395680;
	_width:expression(this.parentNode.scrollWidth +"px");
	_height:expression(this.parentNode.scrollHeight +"px");
}


.message #inside {
	position: relative;
	background: #FFFFFF;
	height: 240px;
	z-index: 2;
}

.message #inside h1 {
	-moz-user-select: none;
	-webkit-user-select: none;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
	font-family: Arial;
	font-weight: normal;
	font-weight: 800;
	color: #000;
}

.message #inside h1 a {
	position: absolute;
	display: block;
	right: 3px;
	margin-top: 3px;
	top: 0px;
	font-size: 14px;
	background-image: url('/scripts/plus/message/close.fw.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 17px;
	height: 17px;
	cursor: pointer;
	display: inline-block;
}

.message #inside h1 a:hover {
	background-position: center bottom;
}

.message .bottom_group {
	padding-left: 30px;
	height: 30px;
}
/*tab*/
#adancer_home_right_temp .list-tab {
	position: relative;
}

#adancer_home_right_temp .list-tab .nav {
	height: 30px;
	background: url(/scripts/plus/organictabs/tabbg.gif) repeat-x;
}

#adancer_home_right_temp .list-tab .nav li {
	float: left;
	position: relative;
	margin: 0 0 0 -1px;
	list-style: none;
}

#adancer_home_right_temp .list-tab .nav li a,#adancer_home_right_temp .list-tab .nav li span {
	display: block;
	float: left;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 108px;
	text-align: center;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
}

#adancer_home_right_temp .list-tab .nav li a.current {
	border-left: solid 1px #d5d5d5;
	border-right: solid 1px #d5d5d5;
	border-top: solid 1px #c5c5c5;
}

#adancer_home_right_temp .list-tab .nav li a.current,#adancer_home_right_temp .list-tab .nav li a.current span {
	border-top: solid 2px #631d5c;
	height: 28px;
	line-height: 27px;
	background: #fff;
	color: #3366cc;
	font-weight: 800;
}

#adancer_zone_center .list-tab {
	position: relative;
}

#adancer_zone_center .list-tab .nav {
	height: 37px;
	border-bottom: 2px solid #cccccc;
	padding: 0 20px; 
}

#adancer_zone_center .list-tab .nav li {
	float: left;
	position: relative;
	list-style: none;
	background: #f1f1f1;
	border: 1px solid #cccccc;
	margin: 0 2px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

#adancer_zone_center .list-tab .nav li a,#adancer_zone_center .list-tab .nav li span {
	display: block;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 90px;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	font-family: 'Microsoft YaHei';
}

#adancer_zone_center .list-tab .nav li a.current {
	background: #c5c5c5;
}

#adancer_zone_center .list-tab .nav li a.current,#adancer_zone_center .list-tab .nav li a.current span {
	color: #fff;
	font-size: 15px;
	width: 120px;
}

/*今日签到*/
.singer {
	border: 1px solid #DCDBDB;
	padding: 10px;
	height: 45px;
	line-height: 45px;
	width: 260px;
	overflow: hidden;
}

.singer .singer_l_cont, .singer .singer_r_img {
	float: left;
}

.singer .singer_l_cont {
	width: 145px;
	background: url('/style/v1/singer/sing_per.jpg') no-repeat left 12px;
	text-indent: 23px;
	font-size: 12px;
}

.singer .singer_r_img {
	text-decoration: none;
	display: block;
	width: 114px;
	height: 52px;
	background: url('/style/v1/singer/sing_week.gif') right 2px no-repeat;
	vertical-align: middle;
	float: right; *
	margin-bottom: -10px;
}

.singer .singer_r_img:hover {
	background-position: right -53px;
	text-decoration: none;
}

.singer .singer_r_img span {
	margin-left: 14px;
	font-size: 16px;
	font-family: 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif
		!important;
	font-weight: 700;
	color: #165379;
}

.singer .current {
	text-decoration: none;
	background: url('/style/v1/singer/sing_sing.gif') no-repeat 0 2px;
}