/*
	Verti 1.0 
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	*
	{
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	html
	{
		background: #1e1e1e;
		height: 100%;
	}

	body
	{
		font-family: "微软雅黑", sans-serif;
		font-size: 12pt;
		color: #696969;
		font-weight: 300;
		background: url('images/bgshadow.png') top left no-repeat;
		background-size: 100% 100%;
	}
	
	a
	{
		color: #0090c5;
		text-decoration: none;
	}
	
		a:hover
		{
			text-decoration: none;
		}
	
	h1, h2, h3, h4, h5, h6
	{
		color: #444;
		font-weight: 800;
	}
	
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
	{
		color: inherit;
		text-decoration: none;
		outline: 0;
	}

	strong
	{
	}

	form
	{
	}
	
			
	br.clear
	{
		clear: both;
	}
	
	p, ul, ol, dl, table
	{
		margin-bottom: 2em;
	}
	
	input:focus,select:focus{ outline:none}
	
	section,
	article
	{
		margin-bottom: 5em;
	}
	
	section > :last-child,
	article > :last-child
	{
		margin-bottom: 0;
	}

	section:last-child,
	article:last-child
	{
		margin-bottom: 0;
	}

	.image
	{
		display: inline-block;
		outline: 0;
	}
	
		.image img
		{
			display: block;
			width: 100%;
			border-radius: 8px;
		}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 2.5em 0;
	}
	
	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}
	
	.image-centered
	{
		display: block;
		margin: 0 0 2.5em 0;
	}

		.image-centered img
		{
			margin: 0 auto;
			width: auto;
		}

	.button
	{
		display: inline-block;
		background: #0090c5;
		color: #fff;
		text-decoration: none;
		border-radius: 6px;
		font-weight: 800;
		outline: 0;
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-o-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
	}
	
		.button:hover
		{
			background: #10a0d5;
		}
	
		.button:active
		{
			background: #20b0e5;
		}
	
		.button-icon
		{
			position: relative;
		}
		
			.button-icon:after
			{
				content: '';
				display: inline-block;
				width: 54px;
			}
		
			.button-icon:before
			{
				content: '';
				display: inline-block;
				width: 48px;
				height: 48px;
				background: url('images/icons.png');
				position: absolute;
				right: 0.75em;
				top: 50%;
				margin-top: -24px;
			}
			
			.button-icon-rarrow:before
			{
				background-position: 0px 0px;
			}
			
			.button-icon-paper:before
			{
				background-position: -48px 0px;
			}
	
			.button-icon-question:before
			{
				background-position: 0px -48px;
			}
	
		.button-alt
		{
			background: #f1f1f1;
			color: #444;
		}

			.button-alt:hover
			{
				background: #e8e8e8;
			}

			.button-alt:active
			{
				background: #e4e4e4;
			}

	ul.style1
	{
	}
	
	ul.style2
	{
	}
	
		ul.style2 li
		{
		}
			
	ol.style1
	{
	}

	.byline
	{
		display: block;
	}

	header
	{
		margin: 0 0 2em 0;
	}
	
		header h2, header h3
		{
			margin: 0 0 0.25em 0;
		}
		
		header .byline
		{
			margin: 0;
		}

	footer
	{
		margin: 2.5em 0 0 0;
	}
	
	.box
	{
		background: #fff;
		border-radius: 6px;
		box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.015);
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}

/*********************************************************************************/
/* Widgets                                                                       */
/*********************************************************************************/

	.widget-links
	{
	}

	.widget-thumbnails
	{
	}

		.widget-thumbnails .grid
		{
			margin-bottom: 2.5em;
		}

	.widget-contact
	{
	}
	
		.widget-contact ul
		{
			overflow: hidden;
			position: relative;
			left: -4px;
			top: 4px;
			margin-bottom: 1.5em;
		}
		
			.widget-contact ul li
			{
				display: block;
				float: left;
			}

				.widget-contact ul li a
				{
					display: block;
					width: 48px;
					height: 48px;
					background: url('images/icons.png');
					text-indent: -9999em;
					outul line: 0;
					opacity: 0.75;
					-moz-transition: opacity .25s ease-in-out;
					-webkit-transition: opacity .25s ease-in-out;
					-o-transition: opacity .25s ease-in-out;
					-ms-transition: opacity .25s ease-in-out;
					transition: opacity .25s ease-in-out;
				}
				
					.widget-contact ul li a:hover
					{
						opacity: 1.0;
					}
				
					.widget-contact ul li a.twitter
					{
						background-position: -48px -48px;
					}
				
					.widget-contact ul li a.facebook
					{
						background-position: -96px -48px;
					}
				
					.widget-contact ul li a.dribbble
					{
						background-position: -144px -48px;
					}
				
					.widget-contact ul li a.googleplus
					{
						background-position: -192px -48px;
					}
	
/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	#header-wrapper
	{
	}
	
	#banner-wrapper
	{
	}
	
	#main-wrapper
	{
		background: #fff;
		box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	}
	
	#footer-wrapper
	{
	}
	
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		position: relative;
	}
	
/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		overflow: hidden;
	}

		#logo h1
		{
			background: #ff4486;
			color: #fff;
			border-radius: 6px;
			font-family: 'Oleo Script', serif;
			font-weight: 400;
		}
		
		#logo span
		{
			font-weight: 800;
		}
	
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

	#banner
	{
		position: relative;
	}
	
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
	}
	
		#footer a
		{
			color: inherit;
		}
	
	#copyright
	{
		color: #aaa;
	}
	
		#copyright a
		{
			color: inherit;
		}
		
		
/*********************分页****************************************************/
.page { margin: 10px 0 0; padding: 3px; text-align: center; padding-bottom:5px;}
    .page * { margin: 0 8px 0 0; padding: 8px 11px; border: 1px solid #CCC; background: #FFF; color: #999; font-size:14px; }
    .page em { border-color: #EFEFEF; color: #0099ff; font-style: normal; }
    .page strong { background: #EFEFEF; color: #0099ff; }
    .page a { color: #0099ff; }
    .page a:hover { background: #EFEFEF; text-decoration: none; }

.views_header {
	background:url(image/views_bg.gif) repeat-x; 
    border-bottom: 0px solid #EBE6C9;
    margin-bottom: 15px;
	height:32px;
}
.views_header:after, .views_header ul.views:after, .views_header ul.views li:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.views_header .r_option{height:100%;line-height:32px;}
.views_header ul.views {
    position: absolute;
    z-index: 10;
	margin:0;
	padding:0;
	border-right:1px solid #cecece;
}
.views_header ul.views li{
	display: inline;
    float: left;
    margin: 0;
	border:1px solid #cecece;
	border-right:none;
}
.views_header ul.views li.active{
	border-bottom:1px solid #f6f6f6;
}
.views_header ul.views li a {
    background-position: left top;
    float: left;
    height: 30px;
    padding: 0 0 0 12px;
}
.views_header ul.views li a, .views_header ul.views li a span {
    background-color:#ececec;
	color: #000;
    display: block;
}
.views_header ul.views li a span{
	padding:8px 12px 0 0;
	line-height:14px;
}
.views_header ul.views li.active a, .views_header ul.views li.active span {
    background-color:#fff;
}
.views_header div.searchbar{
	margin:4px 0 0;
}

.avatar_list { zoom: 1; width:670px; }
    .avatar_list .gray { font-size: 10px; }
    .avatar_list li { float: left; padding: 6px; width: 60px; overflow: hidden; }
    .avatar_list p { width: 100%; height: 20px; line-height: 20px;  text-align: center; white-space: nowrap; overflow: hidden; -moz-text-overflow: ellipsis;}
    .avatar_list p.online_icon_p { text-align: left; }
    .avatar_list:after { height: 0; clear: both; display: block; visibility: hidden; content: "."; }
	
	.popupmenu_popup { padding: 1em; border: 7px solid #cedfe9; background: #f3f8fa; line-height: 1.4em; text-align: left; overflow: hidden; }
    .popupmenu_popup h1 { padding: 0 0 10px 0; color: #1f5781; font-size: 16px; font-family:"微软雅黑"; display:inline}
    .popupmenu_popup td { padding-bottom: 0.4em;}
    .popupmenu_popup .float_del{ position: absolute; width: 13px; height: 14px; background: url(../image/delete.gif) no-repeat 0 0px; top: 0.5em; right: 5px; text-indent: -999em; overflow: hidden; display: block; padding:0px; margin:0px;}

.popupmenu_centerbox { padding: 1em; border: 7px solid #cedfe9; background: #f3f8fa; line-height: 1.4em; text-align: left; overflow: hidden;}
    .popupmenu_centerbox h1{ padding: 0 10px; color: #1f5781; font-size: 16px; line-height: 26px; cursor: move; font-family:"微软雅黑"}

    .popupmenu_centerbox .popupmenu_inner { padding: 10px; color: #444; }
        .popupmenu_centerbox .popupmenu_inner td{ line-height: 200%; font-size:14px; font-family:"微软雅黑";}
            .popupmenu_centerbox .popupmenu_inner .t_input, .popupmenu_centerbox .popupmenu_inner textarea{ margin: 5px 0; border-color: #EBE6C9; }
            .popupmenu_inner p,.popupmenu_inner a{ font-size:14px; font-family:"微软雅黑"; text-decoration:none}
			.popupmenu_inner .submit{ width:60px; background:#666; font-size:14px; font-family:"微软雅黑"; color:#FFF; margin-top:10px;}
			
            .popupmenu_centerbox .float_del{ position: absolute; width: 13px; height: 14px; background: url(../image/delete.gif) no-repeat 0 0px; top: 0.5em; right: 5px; text-indent: -999em; overflow: hidden; display: block; padding:0px; margin:0px;}
    .popupmenu_centerbox .box { width: 400px; }

.popupmenu_layer{ padding: 3px 6px 6px 1px; width: 220px; height: 80px; background: url(image/ilayer.gif) no-repeat; text-align: center; }
	.popupmenu_layer p{ line-height: 20px; color: #fff; line-height:25px;}
	.popupmenu_layer p.btn_line{ font-size: 12px; color: #707070; padding:2px 0; line-height:25px;}
	.popupmenu_layer strong{ font-weight: normal; font-size: 16px; color: #c30; }
	
.float_cancel,
.float_delete,
.float_more{ float: right; margin: 0 10px 0 0; padding: 0; width: 16px; height: 16px; background: url(../template/default/image/settingicon.gif) no-repeat; color: #DABAA9; line-height: 200px; overflow: hidden; display: block; }
  .float_cancel { background-position: 0 -14px; }
  .float_delete { background-position: 0 -31px; }
  .float_more { position: absolute; margin: 5px 0 0 465px; *margin:0 0 0; background: url(image/feedmoreicon.png) no-repeat 0 0; color: #DABAA9; }
 
  .avatar48{width:70px; height:60px;}
  .avatar48 img { width: 48px; height: 48px; }
  

.header_block{ height:40px; padding:0px 25px; display:block; float:left; color:#FFF; font-size:14px; margin-left:2px;}
.header_block:hover{ background:#4A9BDF}
.header_block1{ height:40px; padding:0px 15px; display:block; float:right; color:#FFF; font-size:14px}

.detail table td,.detail table th{ border:#CCC 1px solid}