@CHARSET "UTF-8";
/******************
* alert样式
******************/
.js-alert-box{
	background: #0B82D1;
	border-radius: 6px 6px 6px 6px;
	padding: 10px 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	opacity: 0;
	filter: alpha(opacity=0);}
.js-alert-box .js-alert-tip{
	line-height: 20px;
	word-break: break-all;
	color: #fff;}
/*****************
* Dialog样式
******************/
.dialog-mask {
	border: 0px;
	background-color: rgb(0, 0, 0);
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .2;
	filter: alpha(opacity=20);}
.dialog-outer{
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);}
.dialog-iframe{
	position: absolute;			/*兼容ie6 select框无法遮蔽bug*/
	width: 100%; 
	height: 100%;
	z-index:-1; 
	left:0px;
	top:0px;
	_background: #777;
	_filter: alpha(opacity=70);
	border: 0;}
.dialog-main{
	transition: left .4s linear, top .4s linear;
	-webkit-transition: left .4s linear, top .4s linear;}
.dialog-top {
	height: 7px;
	position: relative;
	overflow: hidden;}
/*IE兼容样式*/
.ie-lower .dialog-tl,
.ie-lower .dialog-tc,
.ie-lower .dialog-tr,
.ie-lower .dialog-cr,
.ie-lower .dialog-cl,
.ie-lower .dialog-bl,
.ie-lower .dialog-bc,
.ie-lower .dialog-br{
	background-image: none !important;
	background-attachment: scroll !important;
	background-repeat: repeat !important;
	background-position-x: 0% !important;
	background-position-y: 0% !important;
	background-color: transparent !important;}
.dialog-tl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	background: url(../../../images/dialog-left-top.jpg) 0 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-left-top.png");}
.dialog-tc {
	margin-left: 7px;
	margin-right: 7px;
	width: auto;
	height: 7px;
	background: url(../../../images/dialog-top.jpg) 0 0 repeat-x;
	overflow: hidden;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-top.png");}
.dialog-tr {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	background: url(../../../images/dialog-right-top.jpg) 0 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-right-top.png");}
.dialog-cl {
	width: 7px;
	background: url(../../../images/dialog-left.jpg) 0 0 repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-left.png");}
.dialog-header {
	height: 45px;
	line-height: 45px;
	padding: 5px 25px 0;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e8e8e8;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	text-align: left;
	position: relative;}
.dialog-move{
	cursor: move;}
.dialog-title {
	color: #3A3A3A;
	font-size: 16px;
	font-weight: normal;
	float: left;
	_display: inline;}
.dialog-move .dialog-title{
	cursor: move;}
.dialog-close {
	background: url(../../../images/index-sprite.jpg) 0 -1800px no-repeat transparent;
	height: 16px;
	width: 16px;
	float: right;
	margin: 14px 0 0 0;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-ico.png");}
.dialog-close:hover {}
.dialog-main{
	background-color: #FFF;
	border: 1px solid #bababa;}
.dialog-content {
	clear: both;
	overflow-y: hidden;
	overflow-x: hidden;
	font-size: 13px;
	background-color: #FFF;
	padding: 0 8px;
	overflow-y: scroll;
	max-height:500px;}
.dialog-content .loading{
	position: relative;
	padding-bottom: 20px;
	margin: 50px 0 30px;
	color: #878787;
	font-size: 14px;
	text-align: center;}
.dialog-content .loading i{
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -64px;
  display: block;
  width: 128px;
  height: 15px;
  background: url(../../../images/ajax-loader.jpg) 0 0 no-repeat transparent;}
.dialog-content .dialog-model{
	clear: both;
	overflow-y: hidden;
	overflow-x: hidden;
	position: relative;
	min-height: 24px;
	line-height: 24px;
	padding: 20px 0 0 32px;
	letter-spacing: 1px;}
.dialog-content .dialog-model i.ico-tips{
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	width: 27px;
	height: 27px;
	background: url(../../../images/dialog-ico.jpg) 0 -60px no-repeat transparent;}
.dialog-content .dialog-model.error i.ico-tips{
	background-position: 0 -120px;}
.dialog-content .dialog-model.warn i.ico-tips{
	background-position: 0 -60px;}
.dialog-content .dialog-model.succ i.ico-tips{
	background-position: 0 -150px;}
.dialog-button {
	text-align: center;
	font-size: 12px;
	padding: 15px 0;
	padding-right: 10px;
	_padding-right: 6px;
	clear: both;
	background: #FFF;}
#authors_info_dialog .dialog-button {
  text-align: right;}
#authors_info_dialog .dialog-content {
  overflow: hidden;}
.dialog-btn{
	height: 23px;
	line-height: 23px;
	color: #fff;
	text-align: center;
	width: 44px;
	cursor: pointer;
	margin: 0px;
	border: 0 none;
	margin-right: 8px;
	outline: none;
	overflow: visible;
	overflow-y: hidden;
	font-family: "microsoft yahei";
	background: #2791f4; /* old browsers */
	/* ie9 svg, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI3OTFmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNzgxZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGU4N2YyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #2791f4 0%, #3781e8 100%, #0e87f2 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2791f4), color-stop(100%,#3781e8), color-stop(100%,#0e87f2)); /* chrome,safari4+ */
	background: -webkit-linear-gradient(top,  #2791f4 0%,#3781e8 100%,#0e87f2 100%); /* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top,  #2791f4 0%,#3781e8 100%,#0e87f2 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(top,  #2791f4 0%,#3781e8 100%,#0e87f2 100%); /* ie10+ */
	background: linear-gradient(to bottom,  #2791f4 0%,#3781e8 100%,#0e87f2 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2791f4', endColorstr='#0e87f2',GradientType=0 ); /* ie6-8 */
	border-radius: 4px 4px 4px 4px;}
.dialog-btn:focus{
	outline: none;}
.dialog-ok {
	color: #f0f0f0;
	margin-right: 10px;}
.dialog-ok:hover{
	color: #FFF;
	margin-right: 10px;
	background: #1d8ef2; /* old browsers */
	/* ie9 svg, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkOGVmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjcwZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #1d8ef2 0%, #1670e5 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1d8ef2), color-stop(100%,#1670e5)); /* chrome,safari4+ */
	background: -webkit-linear-gradient(top,  #1d8ef2 0%,#1670e5 100%); /* chrome10+,safari5.1+ */
	background: -o-linear-gradient(top,  #1d8ef2 0%,#1670e5 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(top,  #1d8ef2 0%,#1670e5 100%); /* ie10+ */
	background: linear-gradient(to bottom,  #1d8ef2 0%,#1670e5 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d8ef2', endColorstr='#1670e5',GradientType=0 );}
.dialog-cancel {
	background: transparent;
	filter: none;
	color: #878787;}
.dialog-cancel:hover{
	text-decoration: underline;}
.dialog-cr {
	width: 7px;
	background: url(../../../images/dialog-right.jpg) 0 0 repeat-y;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-right.png");}
.dialog-bot {
	clear: both;
	height: 20px;
	position: relative;
	overflow: hidden;}
.dialog-bl {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	background: url(../../../images/dialog-left-bottom.jpg) 0 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-left-bottom.png");}
.dialog-bc {
	margin-left: 7px;
	margin-right: 7px;
	width: auto;
	height: 7px;
	background: url(../../../images/dialog-bottom.jpg) 0 0 repeat-x;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-bottom.png");}
.dialog-br {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 7px;
	height: 7px;
	background: url(../../../images/dialog-right-bottom.jpg) 0 0 no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod="scale", src="/images/dialog-right-bottom.png");}


.util-dialog .dialog-header{
	background: url(../../../images/all.jpg) 0 0 repeat-x #2364a4;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;}
.util-dialog .dialog-title{
	color: #fff;}
.util-dialog .dialog-main{
	border: 0 none;}
.util-dialog .dialog-close{
	background: url(../../../images/all.jpg) 0 -50px no-repeat transparent;
	height: 11px;
	width: 11px;
	margin: 16px 0 0 0;}
.util-dialog .dialog-close:hover{
	background-position: 0 -100px;}
.util-dialog .btn{
	margin-left: 6px;}

.error-tip{
	background: url(../../../images/error_big.jpg) 15px 8px no-repeat;
	padding: 15px 10px 10px 60px;
	line-height: 20px;
	font-size: 16px;
	color: red;}
.success-tip{
	background: url(../../../images/right_big.jpg) 15px 8px no-repeat;
	padding: 15px 10px 10px 60px;
	line-height: 20px;
	font-size: 16px;
	color: #469600;}
/**************
* 登录弹层样式 TODO
***************/

/**************
* 正在加载中样式
***************/
.loading-wrap{
	width: 100%;
	position: absolute;
	_position: absolute;
	top: 46%;
	left: 0;
	text-align: center;}
.loading-outspan{
	background-position: 0 -360px;
	background-repeat: repeat-x;
	padding: 0 18px 0 9px;
	margin: 0 auto;
	position: relative;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-size: 15px;
	color: #3A3A3A;
	background-image: url(../../../images/gb_tip_layer2.jpg);}
.gtl_ico_clear{
	background-position: -21px 0;
	left: -7px;
	width: 7px;
	position: absolute;
	top: 0;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	background-image: url(../../../images/gb_tip_layer2.jpg);
	background-repeat: no-repeat;}
.gtl_ico_succ{
	background-position: -21px -180px;
	left: -67px;
	top: 0;
	width: 67px;
	position: absolute;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	background-image: url(../../../images/gb_tip_layer2.jpg);
	background-repeat: no-repeat;}
.gtl_ico_error{
	background-position: -21px -90px;
	position:absolute;
	left: -67px;
	top: 0;
	width: 67px;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	background-image: url(../../../images/gb_tip_layer2.jpg);
	background-repeat: no-repeat;}
.gtl_ico_hit{
	background-position:-6px -54px;
	position:absolute;
	left: -67px;
	top: 0;
	width: 67px;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	background-image: url(../../../images/gb_tip_layer2.jpg);
	background-repeat: no-repeat;}
.gtl_end{
	background-position: 0 0;
	position: absolute;
	right: -18px;
	top: 0;
	width: 18px;
	display: inline-block;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
	font-size: 14px;
	color: #606060;
	background-image: url(../../../images/gb_tip_layer2.jpg);
	background-repeat: no-repeat;}
.loading-outspan img{
	float: left;
	margin: 17px 10px 0 5px;
	border-width: 0;
	border-style: none;}

/**
* CSS themes for simplePagination.js
* Author: Flavius Matis - http://flaviusmatis.github.com/
* URL: https://github.com/flaviusmatis/simplePagination.js
*/

ul.simple-pagination {
  list-style: none;}

.simple-pagination {
  display: block;
  overflow: hidden;
  padding: 0 5px 5px 0;
  margin: 0;}

.simple-pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;}

.simple-pagination li {
  list-style: none;
  padding: 0;
  margin: 0;
  float: left;}

/*------------------------------------*\
  Compact Theme Styles
\*------------------------------------*/

.compact-theme a, .compact-theme span {
  float: left;
  color: #333;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #AAA;
  border-left: none;
  min-width: 14px;
  padding: 0 7px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
  background: #efefef; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* ie10+ */
  background: linear-gradient(top, #ffffff 0%,#efefef 100%);}

.compact-theme a:hover {
  text-decoration: none;
  background: #efefef; /* old browsers */
  background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#bbbbbb)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* opera11.10+ */
  background: -ms-linear-gradient(top, #efefef 0%,#bbbbbb 100%); /* ie10+ */
  background: linear-gradient(top, #efefef 0%,#bbbbbb 100%);}

.compact-theme li:first-child a, .compact-theme li:first-child span {
  border-left: 1px solid #AAA;
  border-radius: 3px 0 0 3px;}

.compact-theme li:last-child a, .compact-theme li:last-child span {
  border-radius: 0 3px 3px 0;}

.compact-theme .current {
  background: #bbbbbb; /* old browsers */
  background: -moz-linear-gradient(top, #bbbbbb 0%, #efefef 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbbbbb), color-stop(100%,#efefef)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* opera11.10+ */
  background: -ms-linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* ie10+ */
  background: linear-gradient(top, #bbbbbb 0%,#efefef 100%); /* w3c */
  cursor: default;}

.compact-theme .ellipse {
  background: #EAEAEA;
  padding: 0 10px;
  cursor: default;}

/*------------------------------------*\
  Light Theme Styles
\*------------------------------------*/

.light-theme a, .light-theme span {
  float: left;
  color: #666;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #BBB;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #efefef; /* old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* opera11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* ie10+ */
  background: linear-gradient(top, #ffffff 0%,#efefef 100%);}

.light-theme a:hover {
  text-decoration: none;
  background: #FCFCFC;}

.light-theme .current {
  background: #666;
  color: #FFF;
  border-color: #444;
  box-shadow: 0 1px 0 rgba(255,255,255,1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
  cursor: default;}

.light-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;}

/*------------------------------------*\
  Dark Theme Styles
\*------------------------------------*/

.dark-theme a, .dark-theme span {
  float: left;
  color: #CCC;
  font-size:14px;
  line-height:24px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #222;
  min-width: 14px;
  padding: 0 7px;
  margin: 0 5px 0 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background: #555; /* old browsers */
  background: -moz-linear-gradient(top, #555 0%, #333 100%); /* ff3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555), color-stop(100%,#333)); /* chrome,safari4+ */
  background: -webkit-linear-gradient(top, #555 0%,#333 100%); /* chrome10+,safari5.1+ */
  background: -o-linear-gradient(top, #555 0%,#333 100%); /* opera11.10+ */
  background: -ms-linear-gradient(top, #555 0%,#333 100%); /* ie10+ */
  background: linear-gradient(top, #555 0%,#333 100%);}

.dark-theme a:hover {
  text-decoration: none;
  background: #444;}

.dark-theme .current {
  background: #222;
  color: #FFF;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), 0 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  cursor: default;}

.dark-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;}

/*------------------------------------*\
  Sky Theme Styles
\*------------------------------------*/

.sky-theme{
	padding: 0 0 5px;}
.sky-theme ul{
	text-align: center;
	margin-right: -5px;}
.sky-theme li {
	float: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: #333;
  line-height:20px;
  height: 20px;
  font-weight: normal;
  text-align: center;
  border: 1px solid #ccc;
  min-width: 13px;
  margin: 0 5px 0 0;
  background: transparent;}
.sky-theme a, .sky-theme span {
  display: block;
  font-size: 13px;
  padding: 0 6px;
  background: transparent;}

.sky-theme a:hover {
  text-decoration: none;
  background: #0045c0;
  color: #FFF;}

.sky-theme .current {
  background: #0045c0;
  color: #FFF;
  border-color: #0045c0;
  cursor: default;}

.sky-theme .ellipse {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  font-weight: bold;
  cursor: default;}


.tooltip{
	position: absolute;
	border: 1px solid #fff;
	background: #fff;
	top: 50px;
	left: 48%;
	padding: .8em 1em;}
.tooltip .cor{
	display: block;
	border-style: solid;
	border-color: transparent #fff transparent transparent;
	border-width: 5px;
	width: 0;
	height: 0;
	position: absolute;
	left: -11px;
	top: 50%;
	margin-top: -5px;}
.sky.tooltip{
	border: 2px solid #0045c0;
	padding: .2em .25em;}
.sky.tooltip img{
	display: block;}
.sky.tooltip .cor{
  border-color: transparent #0045c0 transparent transparent;}

