* {
	margin:0;
	padding:0;
}

html {
 	height: 100%;
}

body {
 	height: 100%;
	margin:0;
	overflow:auto;
	line-height: normal;
	font-family: "Segoe WPC Semilight", "Segoe UI Semilight", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

input[type="text"], input[type="password"], textarea, select, div, iframe { 
    outline: none;
}

#divWaiting
{
	width:100%; 
	overflow: hidden;
	margin: 0; 
	padding: 0; 
	position:absolute; 
	top:80px; 
	left:0px; 
	z-index: 100;
}

#divContainer 
{
	width:100%; 
	height: 210px; 
	clear:both; 
	overflow: hidden;
	margin: 0; 
	padding: 0; 
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index: 0;
}

.pivots{
	/*margin: 4px;*/
	
	position: relative; 
	top:0px; 
	left:0px;
	width: 100%;
	height:26px;
	margin: 0px; 
	background-color: #f4f5f6;
}

.pivotPages {
	/*padding: 10px 14px 10px;*/
	background: #FFFFFF;
	margin:0;
	line-height: normal;
	
	position:relative; 
	top:0px; 
	left:0px;
	
	width: 100%; 
	height: 184px;
}

.pivotPage 
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px;
	
	width: 100%; 
	height: 184px;
}

#senderNotesPage, #emailNotesPage, #helpPage, #helpFAQSenderNotesPage, #helpFAQEmailNotesPage, #helpTroubleshootingPage, #helpAboutPage, #helpFeedbackPage
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 
	
	width:100%;	
	height: 184px;
}

#senderNotesHeader, #emailNotesHeader, #helpFAQSenderNotesHeader, #helpFAQEmailNotesHeader, #helpTroubleshootingHeader, #helpAboutHeader, #helpFeedbackHeader
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 
	
	width:100%;	
	height: 30px;
	
	/*display:table-cell;*/
}

#senderNotesContent, #emailNotesContent
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 

	width:100%;		
	height: 124px;
	overflow:auto;
}

/* */
#senderNotesScrollContent, #emailNotesScrollContent
{
	overflow:auto;
	height: 122px;
	margin: 0px 10px 2px 7px;	
}

/* */
#senderNotesEmptyContent, #emailNotesEmptyContent
{
	/*width: 100%;*/
	position: absolute; 
	top: 20px; 
	left: 0px;
	padding-left:10px;
	color: GrayText;
	
}

#helpFAQSenderNotesContent, #helpFAQEmailNotesContent, #helpTroubleshootingContent, #helpAboutContent, #helpFeedbackContent
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 

	width:100%;		
	height: 124px;
	overflow:hidden;
}

#senderNotesFooter, #emailNotesFooter, #helpFAQSenderNotesFooter, #helpFAQEmailNotesFooter, #helpTroubleshootingFooter, #helpAboutFooter, #helpFeedbackFooter
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 		
	
	width:100%;
	height: 30px;
	background-color: #a8c9e3 /*#98bcd8*/;
}

.pivotHeaderDiv {
	margin: 0px;
	/* padding:4px 10px; */
	padding: 4px 10px 4px 10px;
	display:block;
	float:left;
	color:#000000;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background: #f4f5f6;
	line-height: normal;
	font-size: 12px;/*14px;*/
	white-space: nowrap;
}
.pivotHeaderDiv:hover {
	background: #f4f5f6;
	cursor:pointer;
	color: #52A6D8;
	line-height: normal;
	font-size: 12px;/*14px;*/
	white-space: nowrap;
}

.pivotActiveHeader {
	background: #f4f5f6 /*#EAECEE*/;
	cursor:pointer;
	color: #52A6D8;
	line-height: normal;
	font-size: 12px;/*14px;*/
	white-space: nowrap;
}

.pivotIconDiv {
	cursor:pointer;
	margin: 1px 4px 0px 0px; 
	width:32px;
}

.iconButton
{
	cursor: pointer;
	padding: 4px 0px 0px 0px;
}

.iconMw
{
	/* margin: 4px 16px 0px 0px; */
	margin-top: 2px;
	margin-right: 9px;	
}

.linkButton {
	color: #000000;
	margin: 0px 0px 0px 8px;
	line-height: normal;
	font-family: "Segoe WPC Semilight", "Segoe UI Semilight", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;/*18px;*/
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: nowrap;
}

.linkButtonSmall 
{
	color: #000000;
	margin: 2px 0px 0px 8px;
	line-height: normal;
	font-family: "Segoe WPC Semilight", "Segoe UI Semilight", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: nowrap;
}

.helpLink
{
	color: #000000;
	margin: 2px 0px 0px 8px;
	line-height: normal;
	font-family: "Segoe WPC Semilight", "Segoe UI Semilight", "Segoe UI", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	white-space: nowrap;
}

.helpLink > a
{
	text-decoration:none; 
	color:black;
}

.smn:hover {
	color: #52A6D8;
	cursor:pointer;
}

#senderNotesTable, #emailNotesTable
{
    width:100%;
}

#moreSenderNotesTable, #moreEmailNotesTable
{
    width:100%;
}

#divShowSenderNotesCount, #divShowEmailNotesCount
{
	margin: 2px 8px 2px 2px;
	color: gray;
}

#divMoreSenderNotes, #divMoreEmailNotes
{
	/* margin: 2px 8px 2px -1px; */
	margin: 2px 8px 2px 3px;
}

.unselectable
{
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;    
    -webkit-user-select: none;        
}

.divText {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    padding-left: 3px; 
    margin: 0px;
}

.divDate 
{
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    /* padding-right: 8px; */
    padding-right: 3px;
    
    padding-left: 6px;
    
    margin: 0px;
    text-align: right;
}

.tdDate
{
    vertical-align:top;
    text-align: right;
    white-space: nowrap;
}

.tdText
{
    vertical-align:top;
    width: 100%;
}    

#composeSenderNotePage, #composeEmailNotePage
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px;
	
	width:100%;	
	height: 184px;
}

#composeSenderNoteHeader, #composeEmailNoteHeader
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px;
	
	width:100%;	
	/* height: 30px; */
	height: 28px;
	
	display:block;
}

#composeSenderNoteContent, #composeEmailNoteContent 
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px;

	width:100%;		
	/* height: 124px; */
	height: 126px;
		
	overflow:auto;
}

#composeSenderNoteFooter, #composeEmailNoteFooter
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px;
	
	width:100%;
	height: 30px;
	background-color: #a8c9e3 /*#98bcd8*/;		
}


#composeSenderNoteTextBox, #composeEmailNoteTextBox
{
	width:100%; 
	border: solid 1px #EAECEE;
	overflow: auto;
	font-size: 12px; 
	font-family: 'Segoe WPC Semilight', 'Segoe UI Semilight', 'Segoe UI', Helvetica, Arial, sans-serif;

	/* height:106px; */
	height: 110px;
		
	padding: 4px 4px 4px 4px;
}

#helpContent 
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 

	width:100%;		
	height: 170px;
	overflow:hidden;
}

#divHelp
{
	margin:0;
	position:relative; 
	top:0px; 
	left:0px; 

	width:100%;		
	height: 170px;
	overflow:hidden;
}

#composeFeedbackTextBox {
	width:100%; 
	border: solid 1px #EAECEE;
	overflow: auto;
	font-size: 12px; 
	font-family: 'Segoe WPC Semilight', 'Segoe UI Semilight', 'Segoe UI', Helvetica, Arial, sans-serif;
	height:66px;
}

#chkIncludeEmail {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

