main.css 25.6 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
html,body{-webkit-text-size-adjust:none;margin: 0px;overflow: hidden;}
*{font-size: 12px;font-family: Arial,'微软雅黑';outline:none;word-wrap : break-word;word-break:break-all;}

.calendar{width:100%;cursor:default;background: #F1F1F1;}
.calendar td{background: #fff;vertical-align: top;text-align: left;height: 65px;padding-left: 0px;position: relative;}
tr.header td{height: 23px;text-align: center;vertical-align: middle;}

.datalist,.subdatalist{width:100%;}
.datalist td,.subdatalist td{empty-cells:show;height: 30px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;color: #999999;
	padding-left: 0px;background-color: #fff;border-bottom: 1px #EFEFEF solid;border-top: 1px #ffffff solid;}
.datalist td.td1{border-bottom: 0px;background: #F7F7F7;text-align: center;}
.datalist td.td_icon{background: url('../images/point_02.png') center no-repeat;background-color: #fff;}
.datalist td.td_icon2{background: url('../images/li.png') center no-repeat;}
.datalist tr{cursor: pointer;}
.datalist tr.tr_blank{height: 0px !important;}
.datalist tr.tr_blank td{height: 0px !important;border-width: 0px !important;}

.subdatalist td.td_status{}

.datalist2{width:100%;table-layout: fixed;}
.datalist2 td{height: 25px;word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;color: #999999;;background-color: #fff;}
.datalist2 td.td_icon2{background: url('../images/li.png') right no-repeat;}
.datalist2 tr{cursor: pointer;}

tr.data_hover td{background-color: #F6F6F6;}
tr.data_hover2 td{background: #75B5DF;color: #FAFAFA;}
tr.data_hover2 td.td_icon{background: url('../images/point_01.png') center no-repeat;background-color: #75B5DF;}

.colortable td{width: auto;height: auto;font-size: 0px;}
.weekcon{cursor: pointer;}

.scroll1{overflow: hidden;position: relative;
/**
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
  	SCROLLBAR-ARROW-COLOR: #EAEAEA;
  	SCROLLBAR-3DLIGHT-COLOR: #EAEAEA;
  	SCROLLBAR-SHADOW-COLOR: #E0E0E0 ;
  	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
  	SCROLLBAR-FACE-COLOR: #ffffff;
  	*/
  }
.scroll2{overflow: hidden;position: relative;
/**
	SCROLLBAR-DARKSHADOW-COLOR: #CDCDCD;
  	SCROLLBAR-ARROW-COLOR: #E2E2E2;
  	SCROLLBAR-3DLIGHT-COLOR: #CDCDCD;
  	SCROLLBAR-SHADOW-COLOR: #CDCDCD ;
  	SCROLLBAR-HIGHLIGHT-COLOR: #CDCDCD;
  	SCROLLBAR-FACE-COLOR: #CDCDCD;
  	scrollbar-track-color:#E2E2E2;
  	*/
  	}
  	
.leftmenu{width: 100%;height: 26px;margin-top: 0px;position: relative;cursor: pointer;color:#3A3A3A;}
.leftmenu_over{background: #CECECE;color:#fff;}
.leftmenu_select{background: url('../images/left_menu.png') left no-repeat;color:#fff;font-weight: bold;}
 
.input_inner{height:26px;width:220px;margin-left:0px;margin-right:0px;border:0px;font-size:12px;margin-top: 0px;margin-bottom: 0px;font-family:微软雅黑;
	/**border: 1px #B4B4B4 solid;box-shadow:0px 0px 2px #B4B4B4;-moz-box-shadow:0px 0px 2px #B4B4B4;-webkit-box-shadow:0px 0px 2px #B4B4B4;
	border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;*/
	padding-left: 2px;background: #f6f6f6;color: }
label.overlabel {line-height:20px;position:absolute;top:5px;left:5px;color:#bebebe;font-family: 微软雅黑;z-index:1;}

.fuzzyquery_query_div{/*显示出来的模糊查询容器*/
	position:absolute;
	z-index:999;
	width: 577px;
	/**height:115px;*/
	border: 1px #53A9FF solid;
	/**
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow:0px 0px 2px #53A9FF;
	-moz-box-shadow:0px 0px 2px #53A9FF;
	-webkit-box-shadow:0px 0px 2px #53A9FF;
	*/
	overflow: hidden;
	background-color: #fff;
}
.fuzzyquery_main_div{width: 100%;height: auto;overflow: hidden;}
.fuzzyquery_load{background: url('../images/loading2.gif') center no-repeat;height: 40px;}
.fuzzyquery_query_tab{width:100%;table-layout: fixed;border: 0px;}
.fuzzyquery_query_tab tr{width:100%;cursor:pointer;}
.fuzzyquery_query_tab td{
	text-align:left;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
	height: 22px;
	line-height: 22px;
	color: #A4A4A4;
	border-bottom: 0px #E6F1F9 dotted;
	word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;
	padding-left: 1px;
}
.fuzzyquery_query_tab td.t_status{color: #D7D7D7;width: 40px;}

.fuzzyquery_query_tab2{width:100%;table-layout: fixed;border: 0px;}
.fuzzyquery_query_tab2 tr{width:100%;cursor:pointer;}
.fuzzyquery_query_tab2 td{
	text-align:left;
	font-size:12px;
	overflow:hidden;
	text-overflow: ellipsis;
	height: 24px;
	line-height: 24px;
	color: #6E6E6E;
	border-bottom: 1px #EFF7FC solid;
	word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;
	padding-left: 3px;
	font-family: '微软雅黑';
}
.fuzzyquery_query_tab2 td.t_status{color: #D7D7D7;width: 90px;text-align: right;padding-right: 2px;}

.fuzzyquery_query_title td{border:0px;color:#393939;}
.fuzzyquery_query_row_hover{background-color:#2F9AE1;}/*行移上去的样式*/
.fuzzyquery_query_row_hover td{color: #fff !important;}
.fuzzyquery-floor{/*创建的底板IFRAME,如无特殊情况请勿修改*/
	width:0%;
	height:0%;
	z-index:998;
	position:absolute;
	filter='progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0)';
	left: 13px;
	top: 76px;
	border: 0px;
}
.div_line{height:50%;border-bottom:2px #EEEFEF solid;float:left;}

.btn_add_type{line-height: 26px;cursor: pointer;font-family: 微软雅黑;padding-left: 8px;}
.btn_add_type_over{background-color: #727272;color: #fff;}
.type_btn_select{color: #fff;cursor: default !important;}

.disinput,.subdisinput{border: 0px;width: 100%;background: none;height: 100%;line-height:100%;cursor: pointer;}
.subdisinput{padding-left: 4px;}

.addinput,.subaddinput{color: #C0C0C0;font-style: italic;}

.cond_txt{line-height: 26px;position: absolute;left: 10px;}
.cond_icon{width: 26px;height: 26px;line-height: 26px;text-align: center;position: absolute;right: 5px;background: url('../images/menu_icon_2.png') center no-repeat;}
.cond_icon10{background: url('../images/menu_icon_2.png') center no-repeat;}
.cond_icon11{background: url('../images/menu_icon_2_hover.png') center no-repeat;}
.cond_icon20{background: url('../images/menu_icon_1.png') center no-repeat;}
.cond_icon21{background: url('../images/menu_icon_1_hover.png') center no-repeat;}
.cond_icon30{background: url('../images/menu_icon_3.png') center no-repeat;}
.cond_icon31{background: url('../images/menu_icon_3_hover.png') center no-repeat;}
.cond_icon_count{background:none;color: #FF0000;font-size: 13px;}
.lefttitle{cursor: pointer;background: none;color: #999999;font-weight: bold;
	width: 100%;height: 26px;margin-top: 0px;position: relative;border-bottom: 1px #d8d8d8 solid;}
.lefttitle_select{font-weight: bold;color: #818181;}

#divmenu div{font-family: '微软雅黑' !important;}

/**
::-webkit-scrollbar-track-piece{
	background-color:#E2E2E2;
	-webkit-border-radius:0;
}
::-webkit-scrollbar{
	width:12px;
	height:8px;
}
::-webkit-scrollbar-thumb{
	height:50px;
	background-color:#CDCDCD;
	-webkit-border-radius:1px;
	outline:0px solid #fff;
	outline-offset:-2px;
	border: 0px solid #fff;
}
::-webkit-scrollbar-thumb:hover{
	height:50px;
	background-color:#BEBEBE;
	-webkit-border-radius:1px;
}
*/
.div_cond {
	position: absolute;
	width: 69px;
	height: auto;
	text-align: center;
	z-index: 999;
	top: 83px;
	left: 803px;
	background: #fff;
	border: 1px #CACACA solid;
	display: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0px 0px 3px #CACACA;
	-moz-box-shadow: 0px 0px 3px #CACACA;
	-webkit-box-shadow: 0px 0px 3px #CACACA;
	behavior: url(/workrelate/css/PIE2.htc);
	
	overflow-y: auto;
	overflow-x: hidden;
	SCROLLBAR-DARKSHADOW-COLOR: #CDCDCD;
	SCROLLBAR-ARROW-COLOR: #E2E2E2;
	SCROLLBAR-3DLIGHT-COLOR: #CDCDCD;
	SCROLLBAR-SHADOW-COLOR: #CDCDCD;
	SCROLLBAR-HIGHLIGHT-COLOR: #CDCDCD;
	SCROLLBAR-FACE-COLOR: #CDCDCD;
	scrollbar-track-color: #E2E2E2;
}

.mainoperate{width: 60px;height: 26px;line-height: 26px;text-align: center;font-family: 微软雅黑;background: #D9D9D9;cursor: pointer;margin-top: 5px;margin-right: 5px;float: right;}
.mainoperate_hover{background: #D2D2D2}
.menupanel{width: 120px;height: auto;position: absolute;top: 5px;display: none;background: #595959;color: #fff;z-index: 100;}
.menutitle{height: 28px;line-height: 28px;font-size: 16px;color: #fff;text-align: right;padding-right: 4px;font-family: 微软雅黑;}
			
/**列表部分*/
.sorttitle{width: 100%;cursor: pointer;padding-left: 0px;height: 28px;color: #000;overflow:hidden;
	border-bottom: 0px #F2F2F2 dashed;margin-top: 0px;}
.sorthead{font-weight: bold;font-size: 13px;line-height: 28px;margin-left: 5px;float: left;font-family: 微软雅黑;}
.sorticon{width: 23px;height: 100%;float: left;background: #EFEFEF;}
.sortmore{width: auto;height: 100%;float: left;line-height: 30px;display: none;font-weight: bold;letter-spacing: 8px;margin-left: 3px;}
.tr_select td{background-color: #CEE4FF !important;border-bottom-color: #75B4FF !important;}
.tr_select input{cursor: text;}
.tr_blur td{background-color: #F7F7F7 !important;}
.tr_hover td{background-color: #F9F9F9;}
.tr_hover div.status1{}
.tr_sub_select td{border-bottom-color: #75B4FF !important;}
.tr_sub_hover td{background-color: #F9F9F9;}
.tr_sub_hover .subadd{display: inline !important;}
.item_view a{display: none;color: #66666F}
.tr_sub_hover .item_view a{display: inline !important;}

.td_move,.td_blank{background-color: #EFEFEF !important;text-align: center;padding: 0px !important;border-top-color: #EFEFEF !important;border-bottom-color: #EFEFEF !important;border-right: 1px #EFEFEF solid;}
.td_move div,.td_blank div{width: 100%;height: 100%;line-height: 28px;margin: 0px !important;padding: 0px !important;border: 0px !important;}
.td_drag{padding: 0px;margin: 0px;}
.status{width: 20px;height: 17px;}
.status0,.status1{display: none;}
.status1_hover{background: url('../images/ing_hover.png') center no-repeat !important;}
.status2{background: url('../images/complete2.png') center no-repeat;}
.status2_hover{background: url('../images/complete_hover.png') center no-repeat ;}
.status3{background: url('../images/revoke2.png') center no-repeat;}
.status3_hover{background: url('../images/revoke_hover.png') center no-repeat;}

.item_hrm{}
.item_hrm a,.item_hrm a:hover,.item_hrm a:active,.item_hrm a:visited{color: #929292 !important;text-decoration: none !important;}
.item_hrm a:hover{text-decoration: underline !important;}

.div_level{width: 100%;height: 100%;}
.div_todo{width: 100%;height: 100%;background: url('../images/todo.png') center no-repeat;cursor: pointer;display: none;}
.div_todo_hover{background: url('../images/todo_hover.png') center no-repeat;}
.tr_hover div.div_todo{display: block !important;}
.item_tr_blank div.div_todo{display: none !important;}

.div_todo_d{width: 100%;height: 100%;background: url('../images/todo.png') center no-repeat;cursor: pointer;display: none;}
.div_todo_d_hover{background: url('../images/todo_hover.png') center no-repeat;}
.tr_sub_hover div.div_todo_d{display: block !important;}
.subitem_tr_blank div.div_todo_d{display: none !important;}

.div_today{width: 100%;height: 100%;text-align: center;color: #990000;line-height: 28px;}
.listicon{width: 23px;height: 21px;float: left;background: #EFEFEF;}
.listmore{font-family: 微软雅黑;cursor: pointer;width: 100%;height: 28px;line-height: 28px;margin-right: 0px;text-align: center;background:url('../images/line.png') left repeat-y;float: right;color:#696969;border-bottom: 1px #EFEFEF solid;}
.listmore_hover{background-color: #F3F3F3;color: #004080;}
.item_count{padding-left: 0px !important;text-align: center;}
.item_count_new{color: #FF0000 !important;font-weight: bold;}
.newinput{font-weight: bold;color:#800000}
.item_att{}
.item_att0{background: url('../images/icon_special.png') left no-repeat;}
.item_att1{background: url('../images/icon_special2.png') left no-repeat;}

.item_tr{}
.operatediv{position: absolute;right: 0px;width: auto;height: 32px;line-height: 30px;background: #77933C;display: none;}
.operatebtn{width: 60px;line-height: 30px;float: right;margin-right: 0px;text-align: center;color: #fff;font-family: 微软雅黑;cursor: pointer;}
.operatebtn_hover{background: #6D8837;}
.doperatediv .operatebtn{width: 55px;}

/**明细部分*/
.datatable{width: 100%;}	
.datatable td{padding-left: 5px;padding-top:1px;padding-bottom:1px;text-align: left;}
.datatable td.title{font-family: 微软雅黑;color: #999999;vertical-align: top;padding-top: 7px;padding-bottom: 7px;padding-left: 20px;background: #FCFCFC;border-top: 1px #FCFCFC solid;border-bottom: 1px #FCFCFC solid;}
.datatable td.data{vertical-align: middle;border-top: 1px #fff solid;border-bottom: 1px #fff solid;}
.feedrelate{display: none;}
.feedrelate td{background: #fff !important;border-top: 1px #fff solid !important;border-bottom: 1px #fff solid !important;}

.div_show{word-wrap:break-word;word-break:break-all;width: 90%;line-height: 20px;min-height:20px;}
.div_show p{padding: 0px;margin: 0px;line-height: 20px !important;}
.input_def{word-wrap:break-word;word-break:break-all;width: 90%;height:23px;line-height: 23px;border: 1px #fff solid;padding-left: 4px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;behavior:url(/workrelate/css/PIE2.htc);}
.input_over{border: 1px #F0F0F0 solid;background: #fff;}
.input_focus{border: 1px #1A8CFF solid;background: #fff;box-shadow:0px 0px 2px #1A8CFF;-moz-box-shadow:0px 0px 2px #1A8CFF;-webkit-box-shadow:0px 0px 2px #1A8CFF;}
.content_def{width: 90%;min-height:20px;line-height: 20px;border: 1px #fff solid;padding: 3px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;text-align: left;behavior:url(/workrelate/css/PIE2.htc);}
.content_def p{padding: 0px;margin: 0px;}
.content_over{border: 1px #F0F0F0 solid;background: #fff;}
.content_focus{border: 1px #1A8CFF solid;background: #fff;box-shadow:0px 0px 3px #1A8CFF;-moz-box-shadow:0px 0px 3px #1A8CFF;-webkit-box-shadow:0px 0px 3px #1A8CFF;}
.feedback_def{width: 90%;min-height:30px;margin-bottom:30px;line-height: 20px !important;border: 1px #D7D7D7 solid;padding: 0px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;text-align: left;behavior:url(/workrelate/css/PIE2.htc);}
.feedback_def p{padding: 0px;margin: 0px;line-height: 20px !important;}
.feedback_over{border: 1px #C8C8C8 solid;}
.feedback_focus{min-height:50px;margin-bottom: 5px;border: 1px #1A8CFF solid;box-shadow:0px 0px 3px #1A8CFF;-moz-box-shadow:0px 0px 3px #1A8CFF;-webkit-box-shadow:0px 0px 3px #1A8CFF;}
a.slink{padding-right: 5px;border-right: 0px #DBDBDB dashed;}
a.slink,a.slink:active,a.slink:visited{color: #DBDBDB !important;text-decoration: none;}
a.slink:hover{color: #1A8CFF !important;text-decoration: underline;}
a.sdlink{color: #000 !important;text-decoration: none !important;cursor: default;font-weight: bold;}
a.sdlink:hover,a.sdlink:active,a.sdlink:visited{color: #000 !important;text-decoration: none !important;}

#rightinfo a,#rightinfo a:active,#rightinfo a:visited{text-decoration: none;color: #000000;}
#rightinfo a:hover{text-decoration: underline;color: #0080FF;}

tr.tr_over td{background: #F4F4F4 !important;border-top:1px #E6E9EC solid !important;border-bottom:1px #E6E9EC solid !important;}
tr.reltr td{background: #fff !important;border-color: #fff !important;padding-left: 0px;}
.upload{display: ;float: left;}
tr.tr_over .upload{display: ;}
.btn_add{width:30px;height:22px;float: left;margin-left: 10px;margin-top: 1px;margin-bottom: 1px;
	background: url('../images/edit2.png') center no-repeat;display: none;cursor: pointer;}
.btn_browser{width:30px;height:22px;float: left;margin-left: 5px;margin-top: 1px;margin-bottom: 1px;display: none;cursor: pointer;
	background: url('../images/browser2.png') center no-repeat !important;}
.browser_hrm{background: url('../images/browser.png') center no-repeat;}
.browser_doc{background: url('../images/edit_bg.png') no-repeat 0px -22px;}
.browser_wf{background: url('../images/edit_bg.png') no-repeat 0px -22px;}
.browser_meeting{background: url('../images/edit_bg.png') no-repeat 0px -22px;}
.browser_crm{background: url('../images/edit_bg.png') no-repeat 0px -22px;}
.browser_proj{background: url('../images/edit_bg.png') no-repeat 0px -22px;}
.add_input{width: 100px;height:20px;line-height: 20px;border: 1px #fff solid;padding-left: 2px;display: none;margin-left:5px;
	border: 1px #1A8CFF solid;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;
	box-shadow:0px 0px 2px #1A8CFF;-moz-box-shadow:0px 0px 2px #1A8CFF;-webkit-box-shadow:0px 0px 2px #1A8CFF;float: left;
	behavior:url(/workrelate/css/PIE2.htc);}
	
.txtlink{line-height:24px;float: left;margin-left: 3px;}

.btn_del{width: 16px;height: 16px;background: url('../images/mainline.png') no-repeat -80px -126px;display: none;cursor: pointer;float: left;margin-left: 0px;}
.btn_wh{width: 16px;height: 16px;float: left;margin-left: 0px;}

.dtitle{width: 100%;height: 28px;line-height: 28px;font-weight: bold;border-bottom: 1px #E8E8E8 solid;cursor: pointer;
	background-color: #F5F5F5;}
.dtitle_hover{background: url('../images/down_16.png') 99% no-repeat #F5F5F5;}
.dtitle3{background: url('../images/up_16.png') 99% no-repeat #F5F5F5 !important;}
.dtitle2{background-image: none !important;cursor: default;}
.dtxt{height: 26px;float: left;margin-left: 10px;font-family: 微软雅黑;}

.btn_feedback{width: 50px;text-align: center;line-height: 18px;cursor: pointer;float: left;font-family: 微软雅黑;
	background-color: #67B5E9;color:#fff;margin-left: 20px;margin-bottom: 5px;display: none;margin-top: 5px;
	border: 1px #50A9E4 solid;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
	box-shadow:0px 0px 2px #8EC8EE;-moz-box-shadow:0px 0px 2px #8EC8EE;-webkit-box-shadow:0px 0px 2px #8EC8EE;
	behavior:url(/workrelate/css/PIE2.htc);
}
.btn_feedback_hover{background-color: #1F8DD6;}

.fbdata{border-bottom: 1px #EFEFEF dashed !important;}
.feedbackshow{width: 90%;margin-left: 20px;margin-top: 3px;margin-bottom: 3px;overflow: hidden;}
.feedbackinfo{width: auto;line-height: 24px;color: #808080;position: relative;}
.feedbackinfo a,.feedbackinfo a:active,.feedbackinfo a:visited{text-decoration: none !important;color: #808080 !important;}
.feedbackinfo a:hover{text-decoration: underline !important;color: #0080FF !important;}
.feedbackrelate{width: auto;line-height: 24px;background: #F9F9F9;overflow:hidden;padding:5px;
	border: 1px #E7E7E7 solid;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
	box-shadow:0px 0px 2px #E7E7E7;-moz-box-shadow:0px 0px 2px #E7E7E7;-webkit-box-shadow:0px 0px 2px #E7E7E7;
	behavior:url(/workrelate/css/PIE2.htc);
}
.feedbackrelate .relatetitle{color: #808080}
.feedbackrelate a,.feedbackrelate a:active,.feedbackrelate a:visited{text-decoration: none !important;color: #1D76A4 !important;}
.feedbackrelate a:hover{text-decoration: underline !important;color: #FF0000 !important;}
.feedbackshow p{padding: 0px;margin: 0px;line-height: 20px !important;}
.fboperate{position: absolute;width: auto;right: 0px;top: 0px;display: none;}
.fbreply{color: #BEBEBE !important;margin-top:5px;padding: 5px;}
.feedbackinfo2{width: auto;line-height: 24px;color: #BEBEBE;position: relative;}
.feedbackinfo2 a,.feedbackinfo2 a:active,.feedbackinfo2 a:visited{text-decoration: none !important;color: #BEBEBE !important;}
.feedbackinfo2 a:hover{text-decoration: underline !important;color: #BEBEBE !important;}
.feedbackrelate2{width: auto;line-height: 24px;background: ;overflow:hidden;padding:0px;}
.feedbackrelate2 .relatetitle2{color: #BEBEBE}
.feedbackrelate2 a,.feedbackrelate a:active,.feedbackrelate a:visited{text-decoration: none !important;color: #BEBEBE !important;}
.feedbackrelate2 a:hover{text-decoration: underline !important;color: #BEBEBE !important;}

.btn_operate{width: 60px;text-align: center;line-height: 18px;cursor: pointer;float: left;font-family: 微软雅黑;
	color:#808080;margin-left: 3px;margin-bottom: 0px;
	border: 1px #D2D2D2 solid;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;
	box-shadow:1px 1px 3px #FDFDFD;-moz-box-shadow:1px 1px 3px #FDFDFD;-webkit-box-shadow:1px 1px 3px #FDFDFD;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FDFDFD), to(#EEEEEE));
  	background:-moz-linear-gradient(#FDFDFD, #EEEEEE);
  	-pie-background:linear-gradient(#FDFDFD, #EEEEEE);
  	behavior:url(/workrelate/css/PIE2.htc);}
.btn_complete{background-color: #34AD00;color:#fff;border: 1px #34AD00 solid;
	box-shadow:0px 0px 2px #34AD00;-moz-box-shadow:0px 0px 2px #34AD00;-webkit-box-shadow:0px 0px 2px #34AD00;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#34AD00), to(#34AD00));
  	background:-moz-linear-gradient(#34AD00, #34AD00);
  	-pie-background:linear-gradient(#34AD00, #34AD00);}
.btn_revoke{background-color: #FF6060;color:#fff;border: 1px #FF6060 solid;
	box-shadow:0px 0px 2px #FF6060;-moz-box-shadow:0px 0px 2px #FF6060;-webkit-box-shadow:0px 0px 2px #FF6060;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#FF6060), to(#FF6060));
  	background:-moz-linear-gradient(#FF6060, #FF6060);
  	-pie-background:linear-gradient(#FF6060, #FF6060);
  	}
  .btn_hover{background:#EEEEEE;
	background:-webkit-gradient(linear, 0 0, 0 bottom, from(#F9F9F9), to(#D7D7D7)) !important;
  	background:-moz-linear-gradient(#F9F9F9, #D7D7D7) !important;
  	-pie-background:linear-gradient(#F9F9F9, #D7D7D7) !important;
  	}
	
.createinfo{line-height: 18px;font-style: italic;font-size: 12px;color: #B2B2B2;position: absolute;right: 10px;top: 2px;}
.createinfo a,.createinfo a:active,.createinfo a:visited{text-decoration: none;color: #B2B2B2 !important;}
.createinfo a:hover{text-decoration: underline;color: #0080FF;}

#logdiv{padding-top: 10px;padding-bottom: 10px;}
.logitem{margin-left: 15px;color: #9999A5;line-height: 20px;}
.logitem p{line-height: 20px !important;margin: 0px;padding: 0px;}
.logitem a,.logitem a:active,.logitem a:visited{text-decoration: none;color: #9999A5 !important;}
.logitem a:hover{text-decoration: underline;}
.datetxt{color: #DACFCC;}

.div_att{width:18px;height:20px;float: left;margin-left: 5px;cursor: pointer;}
.div_att0{background: url('../images/icon_special.png') center no-repeat;}
.div_att1{background: url('../images/icon_special2.png') center no-repeat;}

.subadd{width:12px;height:12px;line-height:8px;color:#66666F;font-weight: bold;border:0px #66666F dashed;cursor: pointer;margin-right: 0px;margin-top: 0px;font-family:微软雅黑;overflow: hidden;display: none;font-size: 14px;}

.todopanel{position: absolute;width: 90px;height: auto;top: 3px;left: 0px;z-index: 100;background: #595959;display: none;}
.todotitle{line-height: 28px;padding-right:4px;text-align: right;font-size: 12px;color: #E7E7E7;font-family: 微软雅黑;}
.todoitem{line-height: 26px;padding-left:5px;color: #fff;font-family: 微软雅黑;cursor: pointer;}
.todoitem_hover{background: #727272;}

.ltodopanel{position: absolute;width: 100px;height: auto;left: 23px;z-index: 100;background: #595959;display: none;}
.ltodotitle{line-height: 28px;padding-right:2px;text-align: right;font-size: 12px;color: #E7E7E7;font-family: 微软雅黑;font-style: italic;}
.ltodoitem{line-height: 22px;padding-left:4px;color: #fff;font-family: 微软雅黑;cursor: pointer;}
.ltodoitem_hover{background: #727272;}

.dtodopanel{position: absolute;width: 100px;height: auto;left: 23px;z-index: 100;background: #595959;display: ;}
.dtodotitle{line-height: 28px;padding-right:2px;text-align: right;font-size: 12px;color: #E7E7E7;font-family: 微软雅黑;font-style: italic;}
.dtodoitem{line-height: 22px;padding-left:4px;color: #fff;font-family: 微软雅黑;cursor: pointer;}
.dtodoitem_hover{background: #727272;}

span.file,span.folder {
	cursor: pointer !important;
}
span.file a,span.folder a{display:block;width: 236px !important;padding-left: 10px !important;}

#hrmdiv span {
	background: none;
	padding: 0px !important;
	padding-left: 0px !important;
}
#hrmdiv li {
	width: 100%;
	line-height: 26px;
	margin: 0px !important;
	padding: 0px !important;
	color: #3A3A3A !important;
	padding: 0px !important;
	background: url('../images/subhrm.png') right top no-repeat;
	vertical-align:top !important;
	overflow:hidden;
	float:left;
}
#hrmdiv ul{
	font-size: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}
#hrmdiv li.hover {
	background-color: #CECECE !important
}

#hrmdiv li.collapsable{
	background: url('../images/subhrm3.png') right top no-repeat;
}
#hrmdiv li.expandable {
	background: url('../images/subhrm2.png') right top no-repeat;
}

#hrmdiv a {
	color: #3A3A3A !important;
	font-family: '微软雅黑' !important;
}

#hrmdiv ul {
	margin: 0px !important;
	margin-left: 0px !important;
	padding: 0px !important;
}

#hrmdiv span.org_hover a {
	color: #fff !important;
}

#hrmdiv span.org_select a {
	color: #fff !important;
	font-weight: bold !important;
}

#hrmdiv span.org_select {
	background: url('../images/left_menu.png') left top no-repeat !important;
}

#hrmdiv .hitarea {
	background: none !important;
}

.relbtn{float: left;line-height: 20px;height: 20px;width: 61px;text-align: center;cursor: pointer;margin-top: 4px;margin-bottom: 3px;margin-left: 3px;
background: #F9F9F9;border: 1px #F9F9F9 solid;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;color: #999999;}
.relbtn_hover{background: #D8D8D8;color: #000;}
.divsuboperate{position: absolute;right: 0px;width: 130px;height: 31px;line-height: 30px;background: #F9F9F9;display: none;}
.divsuboperate .add_input{width: 80px;margin-left: 4px;margin-top: 2px;}
.divsuboperate .btn_browser{margin-top: 3px;}

.dateArea {
    text-align: center;
    color: #999999;
    background: url('../images/date-bg.png') no-repeat ;
    width: 70px;
    height:60px;
}
.dateArea .day {
    font-size: 16px;
    font-weight:bold;
    height:34px;
    line-height:34px;
}
.dateArea .yearAndMonth{
	 height:26px;
     line-height:26px;
}
.spanTips{
	color:#999;
	font-style: italic;
}
.taskName{
	cursor:pointer;
	line-height:26px;
	color:#000;
	font-weight:bold;
	display:inline-block;
	height:26px;
	background: url("../images/point_02.png") left center no-repeat;
	padding-left:14px;
}
.taskFb{
	padding-right:10px;
}