.box_vote .btn,
.box_enew .btn,
input[type='button'].bg,
input[type='submit'].bg,
input.bg
{
	background: none repeat scroll 0 0 #3784c4;
	border: medium none;
	height: 40px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 1px #666;
	border-radius:5px;
	padding-left: 15px;
	padding-right: 15px;
}
.blockword{
	border:1px solid #CCC;
	padding:20px;
	text-align:center;
	margin-top:20px;
}	
.pop_enews{
	
}
.pop_enews  .dotelline {
	border-bottom: 2px solid #DDDDDD;
}
.pop_enews  .data .follow h5{
	font-size:14px;
	padding-bottom:10px;
}
.i-enews{
	
}
.tab_loading{
	 background:url(../img/icon/loading.png) left center no-repeat;
    float: left;
    height: 16px;
    width: 20px;
	position:absolute; 
	top:210px; 
	left:320px;
	z-index:9999;
	display:none;
	
	}
.i-enews {
    background:url(../img/icon/enew.png) left center no-repeat;
    float: left;
    height: 35px;
    width: 80px;
}
.i-member {
	background: url(../img/icon/icon-member.png) left center no-repeat;
    float: left;
    height: 35px;
    width: 55px;
}
a.print{
	background:url(../img/print.png) left center no-repeat;
	display:inline-block;
	padding:10px;
	padding-left:35px;
	margin-top:5px;
	margin-bottom:5px;
	float:right;	
}
.pocurement{
	
}
.pocurement table.title{
	width:100%;
	background:#fff;
	border-bottom: 2px solid #3985BF;
}
.pocurement table.title td{
	text-align:center;
	position:relative;
	border:0;
}
.pocurement table.title td > a.r:before{
	content:"|";
	position:absolute;
	right:-3px;
	height:20px;
	top:0px;
	bottom:0;
	margin:auto;
	color:#999 !important;	
	font-weight:normal !important;
	display: none;
}
.pocurement table.title td a{
	padding:10px;	
	display:block;
	position:relative;
	min-height:30px;
	font-weight:bold;
	text-decoration: none!important;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.pocurement table.title td:last-child a,
.pocurement table.title td:last-child a.active{
	border-right: none;
}
.pocurement table.title td a.active span{
	display: block;
	position: absolute;
	background: transparent;
	border: 10px solid transparent;
	border-top-color: #3985BF;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 0;
	left:0;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin: auto;
}
.pocurement table.title td a.active:after{
	position:absolute;
	height:3px;
	background:#3985BF;
	width:100%;
	content:" ";
	bottom:0;
	left:0;
	right:0;
}
.pocurement table.title td a:hover{
	background: rgb(249, 249, 249);
}
.pocurement table.title td a.active{
	color:#fff;	
	background: #3985BF;
}
.pocurement .data{
	padding-top:10px;	
}
.pocurement .data ul{
	list-style:none;	
	display:none;
}
.pocurement .data ul.active{
	display:block;
}
.pocurement .data ul li{
	display:inline-block;
	width:100%;	
}
.pocurement .data ul li:hover{
	background:#f7f7f7;	
}
.pocurement .data ul li.row2{
	background:#dbeef5;
}
.pocurement .data ul li.row2:hover{
	background:#C9ECF9;
}
.pocurement .data ul .no,
.pocurement .data ul .subject,
.pocurement .data ul .date{
	padding:5px 10px;	
}
.pocurement .data ul .no{
	float:left;
	width:90px;
	white-space: nowrap;
}
.pocurement .data ul .subject{
	width:60%;
	float:left;
}
.pocurement .data ul .date{
	float:right;
}
.calendar{
	
}
.calendar table.title{
	width:100%;
	background:#fff;
	border-bottom: 2px solid #3985BF;
}
.calendar table.title td{
	text-align:center;
	position:relative;
	border:0;
}
.calendar table.title td > a.r:before{
	content:"|";
	position:absolute;
	right:-3px;
	height:20px;
	top:0px;
	bottom:0;
	margin:auto;
	color:#999 !important;	
	font-weight:normal !important;
	display: none;
}
.calendar table.title td a{
	padding:10px;	
	display:block;
	position:relative;
	min-height:30px;
	font-weight:bold;
	text-decoration: none!important;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.calendar table.title td:last-child a,
.calendar table.title td:last-child a.active{
	border-right: none;
}
.calendar table.title td a.active span{
	display: block;
	position: absolute;
	background: transparent;
	border: 10px solid transparent;
	border-top-color: #3985BF;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 0;
	left:0;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin: auto;
}
.calendar table.title td a.active:after{
	position:absolute;
	height:3px;
	background:#3985BF;
	width:100%;
	content:" ";
	bottom:0;
	left:0;
	right:0;
}
.calendar table.title td a:hover{
	background: rgb(249, 249, 249);
}
.calendar table.title td a.active{
	color:#fff;	
	background: #3985BF;
	cursor: default;
}
.calendar .data{
	padding-top:10px;	
}
.calendar .data ul{
	list-style:none;	
	display:none;
}
.calendar .data ul.active{
	display:block;
}
.calendar .data ul li{
	display:inline-block;
	width:100%;	
}
.calendar .data ul li:hover{
	background:#f7f7f7;	
}
.calendar .data ul li.row2{
	background:#dbeef5;
}
.calendar .data ul li.row2:hover{
	background:#C9ECF9;
}
.calendar .data ul .no,
.calendar .data ul .subject,
.calendar .data ul .date{
	padding:5px 10px;	
}
.calendar .data ul .no{
	float:left;
	width:90px;
}
.calendar .data ul .subject{
	width: 278px;
	float:left;
	word-break: break-all;
}
.calendar .data ul .date{
	float:left;
}

.calendar .startdate {
	width: 330px;
	text-align: center;
}
.calendar .ondate {
	width: 392px;
	text-align: center;
}



.jobrecurement{
	
}
.jobrecurement table.title{
	width:100%;
	background:#fff;
	border-bottom: 2px solid #3985BF;
}
.jobrecurement table.title tr{
	padding-bottom:40px !important;
}
.jobrecurement table.title td{
	text-align:center;
	position:relative;
	border:0;
}
.jobrecurement table.title td > a.r:before{
	content:"|";
	position:absolute;
	right:-3px;
	height:20px;
	top:-10px;
	bottom:0;
	margin:auto;
	color:#999 !important;	
	font-weight:normal !important;
	display: none;
}
.jobrecurement table.title td a{
	padding:10px;
	display:block;
	position:relative;
	min-height:20px;		
	font-weight:bold;
	text-decoration: none !important;
	-webkit-transition: all .25s ease;
	   -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.jobrecurement table.title td a.active span{
	display: block;
	position: absolute;
	background: transparent;
	border: 10px solid transparent;
	border-top-color: #3985BF;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 0;
	left:0;
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin: auto;
}
.jobrecurement table.title td a.active:after{
	position:absolute;
	height:3px;
	background:#3985BF;
	width:100%;
	content:" ";
	bottom:0;
	left:0;
	right:0;
}
.jobrecurement table.title td a:hover {
    background: rgb(249, 249, 249);
}
.jobrecurement table.title td a.active{
	color:#fff;	
	background: #3985BF;
}
.jobrecurement .data{
	padding-top:10px;	
}
.jobrecurement .data ul{
	list-style:none;	
	display:none;
}
.jobrecurement .data ul.active{
	display:block;
}
.jobrecurement .data ul li{
	display:inline-block;
	width:100%;	
}
.jobrecurement .data ul li:hover{
	background:#f7f7f7;	
}
.jobrecurement .data ul li.row2{
	background:#dbeef5;
}
.jobrecurement .data ul li.row2:hover{
	background:#C9ECF9;
}
.jobrecurement .data ul .no,
.jobrecurement .data ul .subject,
.jobrecurement .data ul .date{
	padding:5px 10px;	
}
.jobrecurement .data ul .no{
	float:left;
	width:90px;
}
.jobrecurement .data ul .subject{
	width:60%;
	float:left;
}
.jobrecurement .data ul .date{
	float:right;
}
/*QuickMenu {*/
.quickmenu{
	position:absolute;
	top:45px;	
	right:0px;
	background:#3985BF;	
	display:inline-block;
	color:#fff;
	min-width:235px;
	border:1px solid #3985BF;	
	display:none;
	z-index:1;
}
.quickmenu:before{
	display: block;
	position: absolute;
	background: transparent;
	border: 6px solid transparent;
	border-bottom-color: #3985BF;  /*right,left,top,bottom*/
	border-bottom: 100%;
	right: 65px;
	content: '';
	width: 0;
	height: 0;
	margin: auto;
	bottom: 100%;
}
.quickmenu a {
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    min-height: 35px;
    padding: 0 15px;
    text-decoration: none;
	line-height:33px;
}
.quickmenu a:hover{
	background:#fff;	
}
.quickmenu ul{
	list-style:none;	
}
.quickmenu ul li.topLastView {    
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
}
.quickmenu ul li.topLastView a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
	color: #FFFFFF !important;
}
/*}*/