

#listPaneHeader div {
	display: block;
	float: left;
	padding: 5px 10px;
	width: auto;
	border-right: 1px solid #fff;
	font-size: 13px;
}

#listPane {
border: 1px solid #f96d00;
height: 160px;
width: 900px;
display: block;
margin: 0 auto 10px auto;
background: #fff;
}
.listPaneItem {
	cursor: pointer;
}
.listPaneItem:hover {
	color: #006;
}
.listPaneItem td {
	vertical-align:top;
	padding: 5px 10px;
	border-bottom: 1px dashed #ccc;
	border-right: 1px solid #ccc;
	font-size: 13px;
}



#readPane {
height: 400px;
width: 900px;
display: block;
margin: 13px auto;
overflow: auto;
}


#tasks_tabs {
	height: 390px;
	
}


.table-list {
	font-size: 12px;
}
.table-list td {
	border-bottom: 1px dotted #ccc;
	padding: 5px;
}

 th{
	color: #FFF;
	padding: 5px;
	font-size: 12px;
	font-weight: normal;
}

#tasks-1, #tasks-2, #tasks-3, #tasks-4, #tasks-5, #tasks-6 {
	overflow: auto;
	padding: 2px;
	height: 340px;
	font-size: 12px !important; 
}


.taskMsgBox {
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #ccc;
	margin: 0 1px 0 1px;
	width: 850px;
	font-size: 12px;
	overflow: hidden;
	}
.taskMsgBoxLeft {
	width: 700px;
	float: left;
	display: block;
	font-size: 12px;
	padding-right: 5px;

}
.msgBoxContent {
	padding: 5px 0 5px 5px;
	float:left;
	font-size: 13px;
	width: 650px;
}
.taskMsgBoxImage {
	width: 60px;
	padding-left: 5px;
	float: left;
	height: 70px;
	display: block;
	font-size: 12px;
}
.taskMsgBy {
	font-size: 11px;
	color: #666;
	display: block;
	width: 250px;
	float: left;
	height: 24px;
	margin-right: 10px;
}
.taskMsgAttach {
	width: 250px;
	float: right;
	display: block;
	height: 16px;
	margin-right: 10px;
}
.taskMsgAttach a {
	height: 16px;
}
.taskMsgStats {
	width: 90px;
	float: right;
	display: block;
	height: 16px;
}
.taskMsgTrans {
	font-size: 10px;
	color: #666;
	display: block;
	height: 14px;
	float: left;
}
.taskMsgSys, .taskMsgSysSms {
	background: #F2FFFE;
}
.taskMsgSysInvite {
	background: #F2F2FF;
}

#taskNewMsg {
width: 800px;
padding: 10px;
float: left;
margin: 5px;
height: 150px;
}

.fileIcon {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 4px;
}

.application_pdf { background: url("http://cdn.urbytus.net/_icons/page_white_acrobat.png"); }
.image_jpg, .image_jpeg, .image_gif, .image_pjpeg { background: url("http://cdn.urbytus.net/_icons/page_white_picture.png"); }
.application_vnd_ms-powerpoint { background: url("http://cdn.urbytus.net/_icons/page_white_powerpoint.png"); }
.application_vnd_ms-excel { background: url("http://cdn.urbytus.net/_icons/page_white_excel.png"); }
.application_msword, .application_vnd_openxmlformats-officedocument_wordprocessingml.document { background: url("http://cdn.urbytus.net/_icons/page_white_word.png"); }
.application_x-zip-compressed { background: url("http://cdn.urbytus.net/_icons/page_white_compressed.png"); }
.file_list { background: url("http://cdn.urbytus.net/_icons/application_view_list.png"); }