div.ablist {
	visibility: hidden;
	overflow: hidden;
	z-index: 1;
	background-color: #FFFFFF;
	border: #000000 2px solid;
	padding: 2px;
}

a.ablist {
	font-family: Arial,Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}

select.abselect {
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 0.85em;
	background: #E4F2FF;
	color: #333333;	
}

div.fullHeaders {
	visibility: hidden;
	overflow: hidden;
	width: 85%;
	z-index: 1;
	position: absolute;
	top: 3px;
	left: 3px;
	background-color: #FFFFFF;
	border: #000000 2px solid;
	padding: 2px;	
	text-align: left;
}

pre.fullHeaders {
	color: #000000;
	text-align: left;
}

a.fullHeaders {
	text-decoration: none;
}

div.fullSentMail {
	visibility: hidden;
	overflow: hidden;
	width: 450pt;
	z-index: 1;
	position: absolute;
	top: 60px;
	left: 6px;
	background-color: #FFFFFF;
	border: #000000 2px solid;
	padding: 2px;	
	text-align: left;
}

pre.fullSentMail {
	color: #000000;
	text-align: left;
	font-size: 10pt;
	margin: 0;
}

a.fullSentMailOpen {
	text-decoration: none;
	color: #333333;
}

span.fullSentMailClose, a.fullSentMailClose {
	text-decoration: none;
	color: #333333;
	text-align: right;
	background: #E4F2FF;
	margin: 0;
	font-size: 12pt;
}

a.menu {
	font-family: Arial,Helvetica, Sans-Serif;
	color: #333333;
	text-decoration: underline;
	font-size: 0.85em;
}

a.menu:hover {
	background: #E4F2FF;
}

input {
	border: #000000 1px solid;
	padding: 2px;
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 0.85em;
}

input.imageInput, input.checkInput {
	padding: 0px;
	border: #000000 0px inset;
	border-color: transparent;
}

textarea {
	border: #000000 1px solid;
	font-size: 0.95em;
}

div.menu {
        border: #84C6FF 1px solid;
}

div.menu:hover {
	background: #E4F2FF;
	border: #CCCCCC 1px solid;
}

tr.coloredInboxLine { 
	color: #333333;
} 

a.coloredInboxLine { 
	color: #333333;
} 

a.inboxLine {
	color: #333333;
}

a.nav, table.nav {
	text-decoration: none;
	color: #333333;
	font-family: Arial,Helvetica, Sans-Serif;
	font-weight: bold;
}

table.nav {
	width: 100%;
	background: #E4F2FF;
}

a.selectAll {
	color: #333333;
	font-family: Arial,Helvetica, Sans-Serif;
	text-align: right;
	font-weight: normal;
}

td.msgnav, div.msgnav {
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 1.2em;
	vertical-align: middle;
	color: #333333;
}

td.messageHead {
	font-family: Arial,Helvetica, Sans-Serif;
	font-size: 0.95em;
}

table.navTop {
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
	border-left: #CCCCCC 1px solid;
}

table.navMain, table.sendMail {
	border: #CCCCCC 1px solid;
}

hr.msgsep {
	border-top: #CCCCCC 1px solid;
	border-right: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	width: 100%;
}

table.loginTable {
	border: #CCCCCC 1px solid;
}

ul.autosuggest
{
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
}

ul.autosuggest li
{
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

ul.autosuggest li a:link,
ul.autosuggest li a:visited
{
	display: block;
	padding: 2px;
	text-decoration: none;
	background-color: #EEEEEE;
	color: #333333;
}

ul.autosuggest li a:hover,
ul.autosuggest li a:active
{
	color: #FFFFFF;
	background-color: #333333;
}

ul.autosuggest li.highlight a:link,
ul.autosuggest li.highlight a:visited
{
	color: #FFFFFF;
	background-color: #333333;
}


/* below is a work-around for IE */
form.tf {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
