/*** PRIVATE MESSAGES ***/

#email {
}

#email a {
	color: #021494;
}

#email a:link {
	text-decoration: none;
}

#email a:visited {
	text-decoration: none;
}

#email a:hover {
	text-decoration: underline;
}

#email h1 {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	font-size: 150%;
}

#email table {
	width: 100%;
	border: 1px solid #021494;
	background-color: #ffffff;
}

#email tr.header {
	font-size: 95%;
	font-weight: bold;
	background-color: #021494;
	color: #ffffff;
}

#email tr.footer {
	font-size: 95%;
	font-weight: bold;
	background-color: #021494;
	color: #ffffff;
}

#email td {
	font-size: 90%;
	padding: 2px;
}

#email th {
	color: #ffffff;
	text-align: left;
	font-size: 90%;
	padding: 2px;
}

#email th a {
	color: #ffffff;
}

#email th a:link {
	color: #ffffff;
}

#email th a:hover {
	color: #ffffff;
}

#email th a:active {
	color: #ffffff;
}

#email th a:visited {
	color: #ffffff;
}

#email th.headerSubject {
}

#email th.headerSender {
	width: 10em;
}

#email th.headerRecipient {
	width: 10em;
}

#email th.headerDate {
	width: 12em;
	text-align: right;
}

#email td.headerDate {
	width: 12em;
	text-align: right;
}

#email th.headerReplied {
	width: 4em;
	text-align: right;
}

#email td.headerReplied {
	text-align: right;
}

#email td.read {
}

#email td.unread {
	font-weight: bold;
}

#viewEmail {
}

#viewEmail h1 {
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	font-size: 150%;
}

#viewEmail table.viewEmail {
	width: 100%;
	border: 1px solid #021494;
	background-color: #9CB6EB;
	color: #000000;
}

#viewEmail td {
	font-size: 90%;
	padding: 2px;
}

#viewEmail td.subject {
	background-color: #021494;
	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	padding: 4px;
}

#viewEmail td.body {
	background-color: #ffffff;
	color: #000000;
	border-top: 1px solid #021494;
	padding: 4px;
	font-family: Courier, monospace;
	font-size: 100%;
}

#viewEmail td.footer {
	padding: 0px;
}

#viewEmail table.footer {
	width: 100%;
	font-weight: bold;
	background-color: #021494;
	color: #ffffff;
}

#viewEmail form {
	margin: 0;
}


#composeEmail {
}


#composeEmail table.composeEmail {
	border: 1px solid #021494;
	background-color: #021494;
	color: #ffffff;
	font-weight: bold;
}

#composeEmail td {
	font-size: 90%;
	padding: 2px;
}

#composeEmail td.body {
	background-color: #9CB6EB;
	color: #000000;
	font-size: 90%;
	padding: 2px;
}

#composeEmail td.footer {
	font-weight: bold;
	background-color: #021494;
	color: #ffffff;
}

