/* Sections that should not be displayed */
#Options_trAccountInformation,
#SettingsAliases,
#SettingsUserInfo,
#tdStatistics,
.spanCopyright,
.tdAutoLogon
{
	display: none;
}


/* Set background color throughout Webmail */
#divContactEditor_main,
.DiagnosticContainer,
.MessageViewMsgHeader,
.SettingsAccount,
.SettingsAliases,
.SettingsBlocked,
.SettingsContacts,
.SettingsFolders,
.SettingsOption,
.SettingsOptionGeneral,
.SettingsOptionsAntiSpam,
.SettingsOptionsAntiVirus,
.SettingsOptionsAutoReply,
.SettingsOptionsBlocked,
.SettingsOptionsBusiness,
.SettingsOptionsHome,
.SettingsOptionsLanguageFilter,
.SettingsOptionsPhishing,
.SettingsOptionsReporting,
.SettingsOptionsRules,
.SettingsOptionsTrusted,
.SettingsTrusted
{
	background-color: #EE8888;
	border: solid 1px #000000;
}


/* Make Login Form wider so that field labels don't wrap */
#tblLoginForm
{
	width: 550px;
}


/* Set Login Form background color to match TDE logo */
#tdLoginRight
{
	background-color: #E22F30;
}


/* Set Login Form field labels to white, bold */
#tblLoginForm TR TD SPAN
{
	color: #FFFFFF;
	font-weight: bold;
}


/* Set Login Form error messages to white, bold */
#lblError
{
	color: #FFFFFF;
	font-weight: bold;
}


/* Set Login Forum wait message to white, bold */
#divWait
{
	color: #FFFFFF;
	font-weight: bold;
}


/* Heading, Menu background */
.Header,
.Menu
{
	background-image: none;
	background-color: #E22F30;

}


/* Set text color for menu buttons */
#menuItem TD A
{
	color: #FFFFFF;
}


/* Set text color for menu buttons when hovering */
#menuItem A:hover
{
	color: #000000;
}


/* Reformat and reposition e-mail address indicator */
#tdSiteMenuLeftBorder
{
	display: none;
}


#divSiteMenu
{
	top: 15px;
	right: 20px;	
}


.SiteMenuItem 
{
	background-color: #E22F30;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
}


/* Set Webmail Footer background color to match TDE logo */
.WebMailFooter
{
	background-color: #E22F30;
}


/* Remove gray border from Settings Menu Boxes */
.SettingsHeader
{
	border-bottom: none;
}


/* Set background color of hover rows in message listings */
.dgListItemHover,
.dgListItemUnreadHover,
.dgListItemDeletedHover
{
	background-color: #F7C4C4;
}


/* Set background color of rows in Aliases List, Blocked Senders List, Folders List, Mailbox Accounts Lists, Trusted Senders List */
.SettingsRow
{
	background-color:#F7C4C4;	
}


/* Increase width of Date column to accommodate standard date format (mm/dd/yy hh:mm AM) */
.ListHeadDate
{
	width: 175px;
}


