@charset "utf-8";
/*
==================================================
Message Center
====================================================
*/
body.message-center #breadcrumb, body.message-center h2 {
	margin-left:20px;
	}
body.message-center h2 {
	margin-bottom:20px;
	}
body.message-center .tabs-container {
	padding-top:15px;
	}
#tab-inbox span.msg-cnt  {
	background:none #47b90b !important;
	display:inline;
	height:16px;
	float:right;
	line-height:16px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
	color:#fff;
	padding:0 7px;
	margin:10px 0 0 4px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	}
#tab-compose span.icon {
	background:url(../images/icons/icon-compose-nwmsg.jpg) no-repeat 0 0;
	width:23px;
	padding:0;
	height:15px;
	margin:8px 2px 0 0;
	}
#tab-preferences {
	float:right;
	}
#tab-preferences span.icon {
	background:url(../images/icons/icon-preferences.jpg) no-repeat 0 0;
	width:15px;
	height:15px;
	padding:0;
	margin:10px 6px 0 0;
	}
body.message-center .color-2 {
	font-weight:bold;
	text-decoration:underline;
	}
body.message-center .color-2:hover {
	text-decoration: none;
	}
/*
==================================================
Inbox: messageCenter-inbox.psd
====================================================
*/
.mc-spt-tbl {}
.mc-spt-tbl th, .mc-spt-tbl td {
	padding:6px 5px;
	font-size:12px;
	font-weight:bold;
	color:#4a4a4a;
	}
.mc-spt-tbl th {
	padding-bottom:11px;
	text-align:left;
	}
.mc-spt-tbl th.mc-chk {
	width:20px;
	}
.mc-spt-tbl th.mc-frm {
	width:196px;
	}
.mc-spt-tbl th.mc-sbj {
	width:522px;
	}
.mc-spt-tbl th.mc-rcv {
	width:198px;
	}
.mc-spt-tbl tr.even td {
	background-color:#f7f9f5;
	}
.mc-spt-tbl td span.nt {
	font-weight:normal;
	padding-left:5px;
	color:#848484;
	}
body.message-center #pagination {
	margin-top:15px;
	}
/*
==================================================
Compose: messageCenter-compose.psd
====================================================
*/
#compose {
	padding-top:25px;
	}
#compose .note {
	font-size:12px;
	padding:0 0 25px 15px;
	}
#compose td {
	padding:4px;
	}
#compose .label {
	font-size:14px;
	width:90px;
	text-align:right;
	padding-right:10px;
	}
#compose select {
	margin:6px 5px 0 3px;
	}
#compose .input-box {
	width:200px;
	height:20px;
	padding:5px 10px;
	margin-bottom:0;
	}
#compose #to_name {
	background-position:0 -611px;
	}
#compose #to_name:focus {
	background-position:0 -648px;
	}
#compose #subject {
	background-position:0 -542px;
	width:320px;
	}
#compose #subject:focus {
	background-position:0 -579px;
	}
#compose #btn-submit {
	background-position: -340px -546px;
	width:129px;
	height:29px;
	margin:0;
	}
#compose #btn-submit:hover {
	background-position:-469px -546px;
	}
/*
==================================================
Preferences: messageCenter-preferences.psd
====================================================
*/
#preferences {
	padding:25px 0 0 15px;
	}
#preferences h6 {
	font-size:13px;
	margin-bottom:10px;
	}
#preferences .wl-msg {
	padding-bottom:18px;
	}
#preferences .edit-section {
	padding-bottom:12px;
	}
#preferences #btn-save {
	background-position: -340px -579px;
	width:201px;
	height:24px;
	cursor:pointer;
	}
#preferences #btn-save:hover {
	background-position: -340px -603px;
	}
