body {
	font-family: arial, helvetica;
	font-size: 11px;
	margin: 0px;
}

td {
	font-family: arial, helvetica;
	font-size: 11px;
	
}

a: visited: { color: #800080; }

.content {
	font-family: arial, helvetica;
	font-size: 11px;
}

.error {
	font-style: italic;
	color: #CC0000;
}

/* Footer */
.footer {
	width: 100%;
	background-color: #E9ECF9;
	border-top: 1px solid #CADBE5;
}

/* Menu */
.menuButton {
	border: 1px solid #CADBE5;
	padding: 1 10 1 10px;
	color: #386FC0;
	text-decoration: none;
	font-size: 12px;
	background-color: #EEEEEE;
	/* background: url(images/tables/greyContentHeader.gif); */
}

.menuButton a {
	color: #386FC0;
	text-decoration: none;
	font-size: 11px;
	width: 110px;
	/* background: url(images/tables/greyContentHeader.gif); */
}

.menuItem {
	font-size: 11px;
	background-color: #FFFFFF;
}

/* Message list display */
/* #listHead {
	position: fixed;
} */

#listHead th {
	background-color: #2D65B5;
	color: #FFFFFF;
	border-bottom: 1px solid #0C4087;
	background: url(images/tables/contentHeader.gif);
	padding: 5px;
	font-size: 16px;
	line-height: 22px;
	white-space: nowrap;
}

#listHead th a {
	color: #FFFFFF;
	text-decoration: none;
}

#listHead th #search {
	font-size: 10px;
	color: #666666;
	line-height: 12px;
	font-weight: normal;
	height: 18px;
	vertical-align: baseline;
}

#messageList table, #addressBook table {
	table-layout: fixed;
}

#messageList th {
	font-size: 12px;
	height: 24px;
	color: #000000;
	border-bottom: 1px solid #376EBE;
	border-top: 1px solid #E5EEFA;
	padding-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	background-color: #F3F8FF;
	background: url(images/tables/greyContentHeader.gif);
	line-height: 19px;
}

#messageList td, #addressBook td  {
	overflow: hidden;
	white-space: nowrap;
	border-bottom: 1px solid #cadbe5;
	border-left: 1px dashed #cadbe5;
	padding-left: 5px;
	padding-right: 5px;
}

#messageList tr td:first-child, #messageList tr td:last-child {
	border-left: 0px;
}

#messageList #bottom th {
	border-top: none;
	border-bottom: 1px solid #E5EEFA;
}

#messageList #header {
	position: fixed;
}

.deleteButton {
	border: 1px solid #CADBE5;
	padding: 0 2 0 2px;
	margin-right: 4px;
	color: #386FC0;
	text-decoration: none;
	font-size: 11px;
}

.rowHighlight {
	border-bottom: 1px solid #CADBE5;
	padding-left: 5px;
	background-color: #FFFDE9;
}

.rowToDelete {
	border-bottom: 1px solid #CADBE5;
	padding-left: 5px;
	background-color: #EAEAEA;
	text-decoration: line-through;
}

.rowOnBlue {
	background-color: #F9FCFF;
}

.listButton {
	border: 1px solid #CADBE5;
	padding: 0 3 0 3px;
	color: #386FC0;
	text-decoration: none;
	font-size: 9px;
	line-height: 14px;
}

/* Message display -------------------------------------------------------------------------------- */
#messageHead {
	background-color: #F9FCFF;
	border-bottom: 1px solid #CADBE5;
}

#messageHead th {
	background-color: #E9ECF9;
	padding-left: 20px;
	text-align: left;
	font-size: 11px;
	background: url(images/tables/lightContentHeader.gif)
}

#messageHead td, #messageWarning td {
	padding-left: 20px;
}

.messageButton {
	color: #CADBE5;
	font-weight: normal;
}

#messageHead th a {
	/* background-color: #EDF4FF; */
	color: #386FC0;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
}

#messageText {
	padding: 20px;
}

#messageWarning {
	 background-color: #FFFFE1;
}

/* Message form -------------------------------------------------------------------------------- */
#messageHead input, #messageHead select, #prefs input {
	border: 1px solid #CADBE5;
	font-size: 11px;
}

#messageHead #addressDropdown {
	width: 350px;
}

/* Address book and address import -------------------------------------------------------------------------------- */
#addressBook, #importTable {
	border: 1px solid #CADBE5;
	width: 100%;
	height: 240px;
	overflow: auto;
}

#addressBook th, #importTable th  {
	white-space: nowrap;
	background-color: #F7F7F7;
	font-size: 11px;
	padding: 2 2 2 5px;
	text-align: left;
	border-bottom: 1px solid #cadbe5;
	border-left: 1px dashed #cadbe5;
}

#importTable td  {
	border-bottom: 1px solid #cadbe5;
	border-left: 1px dashed #cadbe5;
	padding-left: 5px;
	padding-right: 5px;
}

/* Status messages -------------------------------------------------------------------------------- */
.msg {
    margin: 0 0 10px 0;
    padding: 16px 10px 16px 46px;
    background-repeat: no-repeat;
    background-position: 12px center;
}

.msg-error {
    background-color: #FF9;
    background-image: url('images/icon_alert.png');
}
