/* ===================================================================================================================== *
 *                                              Copyright 1996-2006                                                      *
 *                                                     j2DOC                                                             *
 *                                              All Rights Reserved.                                                     *
 * ===================================================================================================================== */


// Regular style links
a:active {  text-decoration: underline}
a:link {  text-decoration: underline}
a:visited {  text-decoration: underline}
a:hover {  text-decoration: underline; color: #CC3333}


// Link style for the folders on the left
a.folder:active {  text-decoration: underline; color: #000000; font-size: 10px}
a.folder:link {  text-decoration: underline; color: #000000; font-size: 10px}
a.folder:visited {  text-decoration: underline; color: #000000; font-size: 10px}
a.folder:hover {  text-decoration: underline; color: #000000; background-color: #999999; font-size: 10px}


// Link style for the select button and previous and next
a.select:active {  text-decoration: underline; color: #000000}
a.select:link {  text-decoration: underline; color: #000000}
a.select:visited {  text-decoration: underline; color: #000000}
a.select:hover {  text-decoration: underline; color: #CC3333}


p, li, ul, ol, td, body  {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px}

/* Cell color for administrator account rows in the efaxlogin.administrator.html page -mjc 09/06/2019 */
.logCellAdmin  { font-size:10px; padding:5px; padding-right:15px; white-space:nowrap; background-color:#FFFF80; border-bottom:1px solid #999999; }

.fontSize9 {  font-size: 9px}
.fontSize10 {  font-size: 10px}
.fontSize14 {  font-size: 14px}
.fontSize16 {  font-size: 16px}
.fontSize18 {  font-size: 18px}
.fontSize24 {  font-size: 24px}

.formFieldLabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formFieldLabelRequired {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.inputtextarea {
	height: 90px;
	width: 350px;
}
.inputtextareaSmall {
	height: 84px;
	width: 250px;
}
.inputtext {
	width: 200px;
}
.inputtextCity {
	width: 150px;
}
.inputtextState {
	width: 26px;
}
.inputtextZip {
	width: 80px;
}
.inputfilefield {
	width: 275px;
}
.buttonsubmitstyle {
	background-color: #337799;
	border: 1px solid #001144;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}
.buttoncancelstyle {
	background-color: #337799;
	border: 1px solid #001144;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 5px;
}
.HeadingInTopBar {
	font-size: 14px;
	font-weight: bold;
}
.inputtextDate {
	width: 125px;
}
.buttonDisguiseAsText {
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	text-decoration: underline;
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
}
.inputTextHideEdges {
	border: none;
}
input {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #224477;
}
textarea {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#224477;
}
select {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #224477;
}
