body {

}

.table tr td {
	margin: 5px auto;
	padding:5px;
}
.m_tagsItem {
    background:#fff;
    position:absolute;
    top:0px;
    left:0px;
    /*overflow:hidden;*/
    max-width:1350px;
 	*width:561px;
    *padding:10px;
    *border:1px solid #ccc;
    z-index:1000;
    display:none;
}
.m_tagsItem p {
    text-align:left;
    line-height:22px;
    padding:2px 0;
    margin:0;
    border:0;
}
.m_tagsItem span {
	width:200px;
    font-weight:bold;
}

.task_item { background-color: #F8F8F8; line-height: 31px; padding: 8px 0; overflow:hidden; }
.task_item li { padding: 2px 0;float:left; width:20%;}
.task_item a { color: #222222; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: auto; padding-left: 5px;}
.task_item a.pad-lr10{padding-left: 10px; padding-right: 10px;}
.task_item a i{ display:none;}
.task_item a:hover { background: none repeat scroll 0 0 #ddd; text-decoration: none; }
.task_item a:hover i{ display:inline-block;}
.task_item a:focus { text-decoration: none; }

.m_tagsItem a {
    margin:0 5px;
    padding-left: 10px;
}
.m_tagsname {
    *color:#999;
    vertical-align:middle;
    font-size:12px;
    text-indent:3px;
    line-height:20px;
}
.tagClose {
   font-size: 12px;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  background: #999;
  right: 0;
  padding: 3px 8px;
  border: solid 1px #ccc;
}
#task, #surface_task{
	border: solid 1px #ccc;
	padding: 20px;
	padding-top: 10px;
	background: #F8F8F8;
}
#task #tab, #surface_task #tab{
	  padding-left: 0 !important;
  margin-top: 5px;
}

@media print {
	.content table{
		width: 100%;
	}
   .content td{
   	font-size: 20px !important;
   	padding: 5px;
   	border: solid 1px #333;
   }
   #resultUl img{
   	width: 40%;
   	clear: both;
   	margin: 10px;
   	}
   #resultUl{
   	font-size: 20px;
   }
}
.m_tagsItem ul.tab {
	height: 30px;
	padding-left: 160px;
	margin: 10px 0px 2px 0px;
	background: url(../images/input.gif) 0px 0px repeat-x;
}

.m_tagsItem ul.tab li {
	float: left;
	margin-right: 6px;
}

.m_tagsItem ul.tab input {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	outline: none;
	blr: expression(this.hideFocus = true);
	border: 0px;
	background: url(../images/input.gif) 0px -30px no-repeat;
}

.m_tagsItem ul.tab input:hover {
	color: #ff9b1f;
}

.m_tagsItem ul.tab input.current {
	color: #2b2b2b;
	font-weight: bold;
	background: url(../images/input.gif) -120px -30px no-repeat;
}

