/* CSS Document */
/*================================
系统邮件 样式表
版本:1.0
作者:Dennis
时间：2009.11.27
网站地址:www.nonobo.com
================================*/
.notificationFrom {
	width:92%;
	clear:both;
}
.notificationFrom tbody tr td {
	padding:7px 2px;
	border-bottom:1px solid #ddd;
	empty-cells:show;	
	height:3.25ex;
	overflow:hidden;
	color:#777;
}
tbody .current {
	background:#FFFFCC none repeat scroll 0 0;
}
.notificationFrom table {
	width:100%;
	margin-bottom:21px;
}
.notificationTitle {
	width:60%;
	font-size:14px;
}
.notificationTitle a:hover {
	background:none;
	color:#1f9bd8;
}
.notificationTime {
	width:30%;
	padding-left:11px!important;
}
.notificationDelete {
	width:10%;
}
.notificationFrom tbody tr  .notificationDelete  a {
	display:none;
}
.notificationFrom tbody .current .notificationDelete a {
	display:inline;
}
.notificationDelete a ,.notificationDelete a:hover {
	padding:0px;
}
.function .delete {
	background:url(/images/deleteImg.gif) no-repeat;
	height:16px;
	padding-left:20px;
	width:16px;		
}
.function .delete:hover {
	background:url(/images/deleteImg.gif) no-repeat;
	height:16px;
	padding-left:20px;
	width:16px;	
	color:#4070FF;
}
.notificationFrom .noRead .notificationTitle a {
	background:url(/images/noRead.gif) no-repeat left 8px;
	padding-left:20px;
	font-weight:bold;	
	padding-top:3px;
	display:block;
	width:200px;
	vertical-align:middle;
	white-space:nowrap;	
	empty-cells:show;
}
.notificationFrom .read .notificationTitle a {	
	background:url(/images/read.gif) no-repeat left 6px;
	padding-left:20px;
	color:#333;
	padding-top:3px;
	display:block;
	width:200px;
	vertical-align:middle;
	white-space:nowrap;	
	empty-cells:show;
}
.notificationFrom .noRead .notificationTitle a:hover {
	background:url(/images/noRead.gif) no-repeat left 8px;
	padding-left:20px;
	font-weight:bold;	
	padding-top:3px;
	display:block;
	width:200px;
	vertical-align:middle;
	white-space:nowrap;	
	empty-cells:show;
}
.notificationFrom .read .notificationTitle a:hover {	
	background:url(/images/read.gif) no-repeat left 6px;
	padding-left:20px;
	color:#1F9BD8;
	padding-top:3px;
	display:block;
	width:200px;
	vertical-align:middle;
	white-space:nowrap;	
	empty-cells:show;
}

/* 收到一封系统邮件 */
.aNotice {
	margin-top:25px;
	width:87%;
	clear:both;
}
.aNotice .aNoticeContent {
	margin-bottom:21px;
}
.aNotice .aNoticeContent div {
	margin-bottom:11px;
}
.aNotice .aNoticeContent span {
    float:left;
	width:50px;
	text-align:left;
	color:#666;
	font-weight:bold;
}
.aNotice  .notificationContext p {
	width:95%;
}
.aNotice  .notificationContext .notificationText {
	padding-left:50px;
}
.aNotice .notificationProperty span {
	float:none;
	width:auto;
	font-weight:normal;
}
.aNotice .notificationSubmit , .aNotice .notificationProperty {
	clear:both;
	padding-left:50px;
}
/* 接收一封信息的信息提示 */
.aNotice .aNoticeTips {
	margin-bottom:21px;
	padding:5px;
	background:#FFFFCC;
	clear:both;
}
.aNotice .aNoticeTips p {
	margin-bottom:15px;
}

