/* WebMail Login page */
body { background: #fff;  }
#loginpage, #loginpage form, #tblLoginMain { width: 100%; height: 100%; }

/*#tblLoginMain,#tblLoginLayout{ width: 100%; max-width: 1026px;}*/


#tblLoginLeft {
	background-color: #fff;
}


#tdLoginRight {
	background: #30559D url(images/arismail_login_tile.gif) repeat-x 100% 0;
	color: #fff;
	font-family: Verdana;
	font-size: 10px;
	padding-top: 8px;
	width: 100%;
}
	* html #tdLoginRight { background-position: 0 0; }
#tdLoginMiddle { width: 120px; }

#tblLoginForm TR TD SPAN {
	color: #fff; font-weight: bold;
}
.clsLoginText { display: block; text-align: right; }

	
#spanIntroMail,
#spanIntroGate { width: auto; }	

#spanIntro { width: 400px; display: block; }

.spanCopyright,
#spanCopyright { color: #A8A8A8; }/* #ED3E05*/

#spanFeedback A { color: #A8A8A8; }

#lblError { color: #f60; font-weight: bold; }


/* Menu Style */
.Menu
{
	background: #30559D url(images/aristotle_modus_mp_tile.gif) repeat-x 0 0;
}

#menuItem a { color: #fff; }
#menuItem a:hover {color: #ED5F01;}

/*#imgLogo {
	display: block;
	position:absolute;
	left:24px;
	top:0px;	
}
:root #topspacer { width: 260px;}*/


#divSiteMenu
{
	top: 4px;
}

.SiteMenuItem 
{
	background: #AFC7E3;
	color: #154F8A;
}

/* Folder Page */
#tblFolderLayout { }
#tblFolderLayout td.FolderTree {
	/*background: url(Images/SideNavImage.jpg) no-repeat bottom right;*/
}
#TreeView {background: #fff;}

/* dgList */
.dgList {
	background-color:#fff; /*#fff;*/
	width: 835px;				
}

.dgListItemDeletedHover, .dgListItemHover, .dgListItemUnreadHover{
	background-color: #E7EFFF;
	color: Black;
}

/* Messages */
.MessageViewMsgHeader {
	background-color: #FBFCF6;
	border: solid 1px #7f7f7f;
}


/* Page Header */
#tblListHead {
	background-color:transparent;
	color: #331000;
}

/* Settings */
.SettingsRow td,
.SettingsOption,
.SettingsAccount,
.SettingsOptionGeneral,
.SettingsFolders,
.SettingsOptionsAntiSpam,
.SettingsOptionsAntiVirus,
.SettingsOptionsRules,
.SettingsOptionsAutoReply,
.SettingsContacts,
.SettingsOptionsHome,
.SettingsOptionsBusiness,
.SettingsTrusted,
.SettingsBlocked,
.SettingsOptionsBlocked,
.SettingsOptionsTrusted,
.SettingsAliases,
.SettingsOptionsReporting
{
	background-color: #CFD0DC;	
	border: solid 1px #C6C3C6;
}

#tdStatistics { display: none; }

/* OTHER Page Styles */

html .tblPageLayout { position: relative; }

html,body { margin: 0; padding: 0; height: 100%; }
form { /* the "content" area form */
	background: #F0F0F0;/* url(Images/FooterImage.jpg) no-repeat bottom right;*/
	min-height: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}
	* html form { height: 100%; }
	form#Menu { background:#000; } /* Navigation *upper* form */
	form#Form1 { background: #fff; } /* login page */
	form#Folder { background: #fff; } /* Folders form */
