*{margin:0;padding:0;list-style:none;
	font-family:"宋体",Arial;
	font-size:12px;
}
a:hover{
}
img{border:none;}
.testList{
	margin-top:10px;
	float:left;
	width:100%;
}
.textOver{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-webkit-text-overflow:ellipsis;-o-text-overflow:ellipsis;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.px940{width:960px;}
.center{margin:0 auto;}
.r1{border-radius:10px;}
.border-bottom{border-bottom:1px solid #a3a3a3;}
.no_under{
	text-decoration:none;
}
.hide{display:none;}
.line{
	margin-top:20px;
	width:500px;
	height:0px;
	border-top:1px solid #0e0e0e;
	border-bottom:1px solid #5e5e5e;
}

.line1{
	margin-top:20px;
	width:500px;
	height:0px;
	border-left:none;
	border-top:1px solid white;
	border-bottom:1px solid #dedede;
}
.in-shadow_1px{
	box-shadow:0px 1px 1px black inset;
	-moz-box-shadow:0px 1px 1px black inset;
	-webkit-box-shadow:0px 1px 1px black inset;
}
.in-shadow_3px{
	box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px inset;
}
.down-shadow1{
	box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 4px 5px -3px;
}
.down-shadow{
	box-shadow:0px 3px 9px black;
	-moz-box-shadow:10px 3px 9px black;
	-webkit-box-shadow:0px 3px 9px black;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4,Direction=135,Color='#666666');
	box-shadow:rgba(0,0,0,0.3) 0 1px 2px;
}
.shadow{
	box-shadow:rgba(0, 0, 0, 0.6) 0 0px 5px 1px;
	-moz-box-shadow:rgba(0, 0, 0, 0.6) 0 0px 5px 1px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 0px 5px 1px;
}

/*
 * template 模板页面
 */

body{
	background:#363636;
}
.mainHeader{
	width:100%;
	height:60px;
	border-bottom:1px solid #145187;
}
.mainHeader .headerContent{
	height:100%;
}
.mainHeader .logo{
	margin-top:10px;
	width:130px;
	height:45px;
	background:red;
	float:left;
	background:url("/static/images/newNote_v1/logo.png");
}
.mainHeaderColor{
	background:-webkit-linear-gradient(top,#4685ba,#2e70a5);
	background:-moz-linear-gradient(top,#4685ba,#2e70a5);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4685ba',endColorStr='#2e70a5',gradientType='0');
	background:-ms-linear-gradient(top,#4685ba,#2e70a5);
}
.nav{
	margin-top:15px;
	float:right;
	margin-right:0px;
}
.nav li{
	font-size:14px;
	margin-left:10px;
	height:35px;
	float:left;
}
.nav li span{
	height:100%;
	line-height:35px;
	width:100px;
	display:block;
	text-align:center;
	position:relative;
}
.nav li a{
	display:block;
	z-index:3;
	width:100%;
	height:100%;
	color:white;
	text-decoration:none;
}
.nav .selected{
	box-shadow:0px 1px 1px black inset;
	background:#265e8f;
	border-bottom:1px solid #a3c1bc;
	border-radius:10px;
}
.nav a:hover{
	/*box-shadow:none;
	border-radius:10px;
	border:1px solid #145187;
	margin-top:-2px;
	background:-webkit-linear-gradient(top,#4685ba,#265e8f);
	background:-moz-linear-gradient(top,#4685ba,#265e8f);*/
	box-shadow:0px 1px 1px black inset;
	background:#265e8f;
	border-bottom:1px solid #a3c1bc;
	border-radius:10px;
}
.content{
	width:100%;	
	mix-width:960px;
	background:url("/static/images/newNote_v1/bg.jpg");
}
.contentBox{
	overflow:hidden;
}
.footer{
	font-size:14px;
	color:#787878;
	width:100%;
	height:180px;
	background:#363636;
}
.footer .footerContent{
	padding-top:20px;

}
.footer .footerContent .top{
	overflow:hidden;
	width:100%;
	height:40px;
}
.footer .top .left,.footer .top .mid,.footer .top .right{
	float:left;
	width:33.333333333%;
	height:100%;
}
.footer .top .mid,.footer .top .right{
	padding-top:25px;
}
.footer .top .right{
	text-align:right;
}
.footer .top .right img{
	vertical-align:middle;
}
.top a{
	color:#787878;
}
.footer .footerContent .bottom{
	margin-top:10px;
	text-align:center;
	overflow:hidden;
}
/*
 *tage
 *
 */
.Button1{
	display:block;
	width:235px;
	height:47px;	
	border:1px solid black;
	border-radius:5px;
	overflow:hidden;
	background:-webkit-linear-gradient(top,#397fbb,#2a6da4);
	background:-moz-linear-gradient(top,#397fbb,#2a6da4);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#397fbb',endColorStr='#2a6da4',gradientType='0');
	background:-ms-linear-gradient(top,#397fbb,#2a6da4);
}
.Button1 a{
	color:white;
	cursor:pointer;
	overflow:hidden;
	display:block;
	width:100%;
	height:100%;
	font-size:18px;
	text-align:center;
	line-height:43px;
	border-top:1px solid #8db3dc;
	text-decoration:none;
}
.Button1 a:hover{
	background:-webkit-linear-gradient(top,#397fdb,#2a6da4);
	background:-moz-linear-gradient(top,#397fdb,#2a6da4);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#397fbd',endColorStr='#2a6da4',gradientType='0');
	background:-ms-linear-gradient(top,#397fdb,#2a6da4);
}
.Button1 a:active{
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#265e8f',endColorStr='#265e8f',gradientType='0');
	background:-webkit-linear-gradient(top,#265e8f,#265e8f);
	background:-moz-linear-gradient(top,#265e8f,#265e8f);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#265e8f',endColorStr='#265e8f',gradientType='0');
	background:-ms-linear-gradient(top,#265e8f,#265e8f);
}

.titleBar1{
	display:block;
	width:100%;
	height:34px;
	background:#4685ba;
	overflow:hidden;
}
.titleBar1 a{
	display:block;
	width:100%;
	height:100%;
	text-align:left;
	padding-left:10px;
	line-height:34px;
	cursor:pointer;
	border-top:1px solid #8db3dc;
	color:white;
}

.infoBar1{
	display:block;
	height:45px;
	width:100%;
	background:black;	
	overflow:hidden;
	filter:alpha(opacity=60);
	opacity:0.6;
	color:white;
}
.infoBar1 a{
	color:white;
	display:block;
	height:100%;
	width:100%;
	line-height:45px;
	padding-left:10px;
	display:block;
}

.sina,.qq,.qihu,.baidu,.renren,.tianyi{
	display:inline-block;
	height:18px;
	padding-left:18px;
	margin-left:3px;
	margin-right:3px;
	background-position:0px 0px;
}
.sina{background:url("/static/images/newNote_v1/sina.png") no-repeat; margin-left:0px;}
.qq{background:url("/static/images/newNote_v1/qqsmall.png") no-repeat;}
.qihu{background:url("/static/images/newNote_v1/360.png") no-repeat;}
.baidu{background:url("/static/images/newNote_v1/baidu.png") no-repeat;}
.renren{background:url("/static/images/newNote_v1/renren.png") no-repeat;margin-right:0px;}
.tianyi{background:url("/static/images/newNote_v1/tianyi.png") no-repeat;margin-left:0px;}

