
.button_clipboard {
	background: url('/pfw_files/tpl/clipboard/button_clipboard01.gif') no-repeat;
	width:43px;
	height:29px;
	float:right;
}

.add_clipboard {
	
	/*text-indent: -9999px;*/
	display: inline-block;
	height: 20px;
	overflow: hidden;
	padding-left: 19px !important;
	vertical-align: middle;
	width: 0;
}

.deleteclipboard {
	background: url('/pfw_files/tpl/clipboard/cancel_clipboard.gif') no-repeat;	
	height:13px;
	width:22px;
	margin-top:3px;
	float:left;
}

.deleteclipboard2 {
	background: url('/pfw_files/tpl/clipboard/cancel_clipboard.gif') no-repeat 0 4px;
	padding-left:26px;
	display:block;
	float:left;
	text-decoration:none;
	font-size:11px;
	vertical-align:center;
	margin-right:10px;
}

.send_clipboard {
	background:url('/pfw_files/tpl/clipboard/element_clipboard.gif') no-repeat 0 1px;
	padding-left:26px;	
	text-decoration:none;
	font-size:11px;
	
	margin-right:2px;
}

.block {
	display: block;
}

.right {
	float:right;
}

.left {
	float:left;
}

.img-clipboard {
	background:url('/pfw_files/tpl/clipboard/button_clipboard01.gif') no-repeat;
	width:43px;
	height:29px;
	float:right;
}

.img-clipboard-on {
	background:url('/pfw_files/tpl/clipboard/button_clipboard02.gif') no-repeat;
	width:43px;
	height:29px;
	float:right;
}


.clipboard-cover-div{
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-repeat: repeat;
      background-color: #000000;
      opacity: 0.3;
      filter: alpha(opacity = 30);
}

.clipboard-container {
	z-index:8888;
	margin-left:-1px;
}

#clipboard-container {
	border: solid #9AB3D1 1px;
	width:380px;
	background-color:white;
	z-index:8888;
	right:0;
	top:30px;
	width:380px;
	overflow:auto;
	margin-bottom:11px;
}


#clipboard-container2 {
	border: solid #9AB3D1 1px;
	width:380px;
	background-color:white;
	z-index:8888;
	right:0;
	top:30px;
	width:380px;
	overflow:auto;
	margin-bottom:11px;
}


#clipboard-container3 {
	border: solid #9AB3D1 1px;
	position: absolute;
	margin-bottom:10px;
	background-color:white;
	z-index:8888;
}

#clipboard-list{

}

#clipboard-list li {
	border-bottom: solid #E7F1FB 1px;
	padding-left:8px;
	line-height:20px;
	float:left;
}

#clipboard-list li:hover {
	background-color:#eef2cd
}

.clipboard-title{
	text-align: center;
	font-weight: bold;
	color:#60860f;
	/* margin: 4px 0px 6px 0px; */
	padding: 4px 0px 6px 0px; 
	width:380px;
	float:left;

}

#clipboardactions {
	background-color:#E7F1FB;
	line-height:21px;
	padding-left:10px;
	float:left;
	width:370px;
}


.clipboard-text{
	font-weight:bold;
	color:#60860f;

}

.clipboard-extraText{
	font-weight:bold;
	
}


.clipboard-links{
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #1B72B5;
}


#clipboard-messages{
	display: none;
}



.option-form {
	float:left;
	height:25px;
	padding-bottom:10px;
}

.container {
	margin-left:15px;	
	position:relative;
}


#clipboard{
	float:left;
	width:380px;
}

.clipboard-text-div{width:342px;float:left;font-size:11px;}

.info-job-datail{
	float:left;
	width:75%;
	margin-bottom:10px;
	margin-top:2px;
}

.clipboard-absolute{position:absolute !important;}