
#sknotify{
    font-color: #555555!important;
    font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif;
    font-size: 12px;
    -webkit-font-smoothing:antialiased;
    font-smoothing:antialiased;
    text-shadow: 0 0 1px #D8D9D9; 
}

#sknotify_body tr td:first-child{
	width:60px;
}
#sknotify_body tr td:nth-child(2){
	width:85px;
}
#sknotify_body tr td:nth-child(3){
	width:80px;
}
#sknotify_body tr td:nth-child(4){
	width:343px;
}
#sknotify_body tr td:nth-child(5){
	width:110px;
}
#sknotify_body tr td:nth-child(6){
	width:80px;
}
#sknotify_body tr td:nth-child(7){
	width:64px;
}
#sknotify_body tr td:nth-child(8){
	width:64px;
}

#sknotify table tr td{
	 border: 1px solid #E3E3E3; 
	 padding:0px;
}
#sknotify table{
	 border: 1px solid #E3E3E3; 
}
#sknotify table tr{
	 border: 1px solid #E3E3E3; 
}

#sknotify a:link{text-decoration:none;color: black!important;}
#sknotify a:visited{text-decoration:none;color: black!important;}
#sknotify a:hover{text-decoration:none;color: black!important;}
#sknotify a:active{text-decoration:none;color: black!important;}
#sknotify .ckpager a:link { color: #444 !important; }
#sknotify .ckpager a:hover { color: #fff !important; }

.notify-table .notify-thead{
    background-color: #fafafa; 	
    height:40px;
    font-size: 13px;
}

.notify-table .notify-thead tr th{
	text-align: center;
	font-weight: 600;
	color:#444;
}

#sknotify_body tr{
	height:100px;
	text-align: center;
}

.notifymessageread{
	width:20px;
	height:20px;
	display: inline-block;
	text-align: center;
}
.notifymessageunread{
	width:20px;
	height:20px;
	display: inline-block;
	text-align: center;
}

.notifymessagespan{
	display: inline-block;
	text-align: center;
}

.message-icon{
	width:15px;
	height:15px;
	margin-right:15px;
	margin-left:5px;
	position: relative;
	top:2px;
}

.unReadMessageImg{
	position: absolute;
	top:0px;
	left:0px;
	width:35px;
	height:35px;
}

.enableState{
	  filter:alpha(opacity=35);          
      -moz-opacity:0.35;          
      -khtml-opacity: 0.35;          
      opacity: 0.35;         
}


.message-content{
	display:none;
	z-index: 9999;
	position: fixed;
	right: 0px;
	bottom: -273px;
	width: 273px;
	height: 160px;
	border-radius: 5px;
	font-family: "Microsoft YaHei"!important;
	-webkit-box-shadow:0 0 10px #000000;  
	-moz-box-shadow:0 0 10px #000000;  
		box-shadow:0 0 10px #000000;
		background: white
}
.message-panle{
	width: 100%;
	height: 35px;
	background: #4F7ECE;
	position: relative;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.message-tongzhi{
	position: absolute;
	left: 10px;
	top:4px;
}
.message-close{
	position: absolute;
	right: 10px;
	top:10px;
	cursor: pointer;
	width:15px;
}
.message-title{
	margin-top: 15px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}
.message-content-font{
	margin-top: 5px;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 5px;
	color: #8F8E8E;
	line-height: 20px;
}
.message-bottom{
	width: 100%;
	height: 30px;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	border-top: 1px solid #EDEDED;
	font-size: 12px;
}
.message-last{
	display: inline-block;
	margin-left:10px;
	float: left;
	cursor: pointer;
}
.message-next{
	display: inline-block;
	margin-left:10px;
	float: left;
	color: #0A5FEF;
	cursor: pointer;
}
.message-no-tip{
	display: inline-block;
	margin-right: 5px;
	float: right;
	font-weight: 600;
	cursor: pointer;
}

@keyframes mymoveshow
	{
		from {bottom:-273px;}
		to {bottom:0px;}
	}
	
@-webkit-keyframes mymoveshow /*Safari and Chrome*/
	{
		from {bottom:-273px;}
		to {bottom:0px;}
	}
@keyframes mymovehide
	{
		from {bottom:0px;}
		to {bottom:-273px;}
	}
	
@-webkit-keyframes mymovehide /*Safari and Chrome*/
	{
		from {bottom:0px;}
		to {bottom:-273px;}
	}

.message-animate-show{
	 animation:mymoveshow 4s forwards;
     -webkit-animation:mymoveshow 4s forwards; /*Safari and Chrome*/
	display: block;
}
.message-animate-hide{
	 animation:mymovehide 4s forwards;
     -webkit-animation:mymovehide 4s forwards; /*Safari and Chrome*/
}
	
/* #ck_module_content .accordion-header-selected{
	background-color: #F2F2F2!important;
}	 */
	
#msgbox {height: auto !important;}

.piaochecked {
	width: 20px;
	height: 20px;
	float: left;
	cursor: pointer;
	margin-left: 10px;
	text-align: center;
	background-image: url(../../css/images/check_box01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
    top: -3px;
}

.on_check {
	background-position: 0 -21px;
}

.radioclass {
	opacity: 0;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity = 0);
}