
div.BarInboxArchive,
div.BarInboxSent,
div.BarInboxRecieved,
div.BarInboxAll
{
	height: 30px;
	margin-bottom: 10px;
}

div.BarInboxAll div.Left
{
	height: 30px;
	background: url(../../Images/bar_inboxall_left.gif) no-repeat;
	width: 167px;
	float: left;
}

div.BarInboxRecieved div.Left
{
	height: 30px;
	background: url(../../Images/bar_inboxrecieved_left.gif) no-repeat;
	width: 167px;
	float: left;
}

div.BarInboxSent div.Left
{
	height: 30px;
	background: url(../../Images/bar_inboxsent_left.gif) no-repeat;
	width: 167px;
	float: left;
}

div.BarInboxArchive div.Left
{
	height: 30px;
	background: url(../../Images/bar_inboxarchive_left.gif) no-repeat;
	width: 167px;
	float: left;
}

div.BarInboxArchive div.Body,
div.BarInboxSent div.Body,
div.BarInboxRecieved div.Body,
div.BarInboxAll div.Body
{
	width: 344px;
	background:transparent url(../../Images/bar_body.gif) repeat-x scroll 0%;
	height: 30px;
	float: left;
}

div.BarInboxAll div.Right,
div.BarInboxRecieved div.Right,
div.BarInboxSent div.Right,
div.BarInboxArchive div.Right
{
	background:transparent url(../../Images/bar_smsmessage_right.gif) no-repeat scroll 0%;
	height:30px;
	width:239px;
	float: left;
}











table.InboxList
{
	border: 0px;
	border-collapse: collapse;
}

table.InboxList tr
{
	border: 0px;
	height: 19px;
}

tr.InboxHeader th
{
	text-align: left;
}

tr.InboxHeader th.Type
{
	padding-left:5px;
	padding-right: 2px;
	width:43px;
}

tr.InboxHeader th.Del
{
	width:30px;
	text-align: center;
}

tr.InboxHeader th.Parties
{
	padding:0pt 5px;
	width:110px;
}

tr.InboxHeader th.Body
{
	padding:0pt 5px;
	width:470px;
}

tr.InboxHeader th.Date
{
	padding-left: 5px;
	padding-right: 5px;
	width:100px;
}

tr.Message td
{
	text-align: left;
	border: 0px;
}

table.InboxList tr.Message td
{
	cursor: pointer;
	height:22px;
	border-bottom: 1px solid #e9e9e9;
}
table.InboxList tr.Message td.Del
{
	
	text-align: center;
}
table.InboxList tr.Message td.Type
{
	
	padding-left:5px;
	padding-right: 2px;
	background-color: Red;
}

table.InboxList tr.Message td.Body
{
	
	padding-left: 5px;
}

table.InboxList tr.Message td.Date
{
	white-space: nowrap;
	padding-left: 5px;
	padding-right: 5px;
	
}

table.InboxList tr.Message td.FutureDate
{
    color: #FF6600;
    font-weight: bold;
    padding-left: 5px;
	padding-right: 5px;

}

.FutureDate
{
    color: #FF6600;
}

table.InboxList tr.Message td.Parties
{
	width:60px;
	padding-left: 5px;
}

table.InboxList tr.Message:hover
{
	background-color: #F8F8F8;
}

.FilterLinkActive
{
	color: #FF6600; 
}

.FilterLinkInactive
{

}


div.InboxTitle
{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
}

div#EmptyList
{
	width: 100%;
	text-align: left;
}