﻿td.msg_hdr_left {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_header_left_mx.png');
	width: 21px;
}
td.msg_hdr_middle {
	width: 350px;
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_header_middle_mx.png') repeat-x;
	font: bold Verdana;
	color: #ffffff !important;
	vertical-align: middle !important;
	height: 40px;
}
td.msg_hdr_rgt
{
	background-position: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_header_right_mx.png');
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_header_right_mx.png');
	width: 21px;
	empty-cells: show;
}
td.msg_lft {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_left.png');
}
td.msg_middle {
}
td.msg_rgt {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_right.png');
}
td.msg_bottom_left {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_bottom_left.png');
	height: 46px;
}
td.msg_bottom_middle {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_bottom_middle.png') repeat-x;
	height: 46px;
}
td.msg_bottom_right {
	background: url('../SPA/LookAndFeel/SPA/MessageCenter/messagecenter_bottom_right.png');
	height: 46px;
}
.white_bg {
	background: white;
}
.messagetable td
{
	empty-cells:show;
}

table.messagetable td
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

table.messagetable th
{
	color: #000000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	font-variant: small-caps;
}

#edit_frame
{
	width: 700px;
	min-height: 400px;
	border: solid 2px #747474;
	top: 10%;
	left: 10%;
	z-index: 80;
	position: absolute;
	background-color: #e9e8e7;
	cursor: move;
	display: none;
	text-align: center;
}

.popup_frame
{
	width: 700px;
	min-height: 400px;
	border: solid 2px #747474;
	top: 10%;
	left: 10%;
	z-index: 80;
	position: absolute;
	background: url('../../LookAndFeel/SPA/MessageCenter/messagecenter_background.gif') repeat-x; 
	background-color: #b4b1b1;
	cursor: move;
	text-align: center;
}
