div#contentColumn {
	margin-right:12px;
	width:622px;
}

div.contentMain {
	clear:left;
	margin:0 0 0 6px;
}

.green {
	color:#93a416;
}

div#messagecentretabs ul {
	border-bottom:5px solid #576870;
	/* float:left; */
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

div#messagecentretabs ul li {
	float:left;
	margin-right:1px;
}

div#messagecentretabs ul li a {
	background:#dae2e5 url(/media/images/corners/topLeftCnrLgtBlue.gif) top left no-repeat;
	color:#45575e;
	display:block;
	float:left;
	font-weight:bold;
	padding-left:12px;
	text-decoration:none;
}

div#messagecentretabs ul li a span {
	background:url(/media/images/corners/topRightCnrLgtBlue.gif) top right no-repeat;
	display:block;
	float:left;
	padding:5px 20px 5px 0;
}

div#messagecentretabs ul li.current a,
div#messagecentretabs ul li a:hover {
	background:#576870 url(/media/images/corners/topLeftCnrDrkBlue.gif) top left no-repeat;
	color:#fff;
}

div#messagecentretabs ul li.current a span,
div#messagecentretabs ul li a:hover span {
	background:url(/media/images/corners/topRightCnrDrkBlue.gif) top right no-repeat;
}

div.messageoptionstop,
div.messageoptionsbottom {
	border-top:1px solid #52544d;
	width:616px;
}

div.messageoptionstop ul,
div.messageoptionsbottom ul {
	background:#6c8d9e;
	border-top:1px solid #82aabf;
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}

div.messageoptionsbottom,
div.messageoptionsbottom ul {
	border:0;
}

div.messageoptionstop ul li,
div.messageoptionsbottom ul li {
	float:left;
	border-right:1px solid #82aabf;
	padding:5px 0;
}

div.messageoptionstop ul li a,
div.messageoptionsbottom ul li a {
	color:#fff;
	font-weight:bold;
	padding:0 12px;
	text-decoration:none;
}

div.messageoptionstop ul li a:hover,
div.messageoptionsbottom ul li a:hover {
	text-decoration:underline;
}

div.messageoptionstop ul li.movetofolder a,
div.messageoptionsbottom ul li.movetofolder a {
	/*background:url(/media/images/icons/downArrow.gif) right no-repeat;*/
	padding-right:25px;
}

div.messageoptionstop ul li.movetofolder,
div.messageoptionsbottom ul li.movetofolder {
	padding-right:10px;
}

div.messageoptionstop ul li.delete a,
div.messageoptionsbottom ul li.delete a {
	background:url(/media/images/icons/delete.gif) left no-repeat;
	padding-left:15px;
}

div.messageoptionstop ul li.delete,
div.messageoptionsbottom ul li.delete  {
	padding-left:10px;
}

div.messageoptionstop ul li.noborder,
div.messageoptionsbottom ul li.noborder {
	border:none;
}

div#messagescontainer {
	clear:both;
	margin:0 30px;
	padding-top:20px;
	width:556px;
}

div#messagescontainer label {
	color:#56575a;
	font-weight:bold;
}

table.themessages {
	border-collapse:collapse;
	margin-top:20px;
	width:100%;
}

table.themessages th,
table.themessages td {
	background:#e5f4fc;
	border-bottom:1px solid #fff;
	padding:3px 4px 5px 6px;
}

table.themessages th {
	background:#97c2d8;
	border-right:1px solid #fff;
	color:#fff;
	font-weight:bold;
}

table.themessages tr.new td {
	background:#fff;
	font-weight:bold;
}

table.themessages tr.new td,
table.themessages tr.new td a {
	color:#3a3b3e;
}

table.themessages tr td,
table.themessages tr td a {
	color:#56575a;
	text-decoration:none;
}

div#messagenum {
	color:#56575a;
	font-size:0.8em;
	padding-bottom:20px;
	margin:20px 30px 15px 30px;
}

div#messagenum a {
	color:#56575a;
	font-weight:bold;
}

div#messageoptionsbg {
	background:url(/media/images/corners/messageOptionsBg.gif) bottom left no-repeat;
	float:left;
	padding-bottom:23px;
	width:616px;
}

/*css for folders*/

#FolderTable {
	table-layout: fixed;
	border-collapse: collapse;
}
#FolderTable thead td {
	text-decoration: underline;
	color: #58595B;
	font-size: 0.9em;
	
	vertical-align: top;
}
#FolderTable tbody td {
	vertical-align: bottom;
	padding-bottom:4px;
	border-bottom: 1px solid #fff;
}
#FolderTable tbody img {
	margin: 2px 5px 0 0;
}
#FolderTable input.normal {
	border: 1px solid white;
}
#FolderTable input.edit {
	border: 1px solid #336699;
}