/* Container for the previous and next pager links */
div.annPagerLinkBox {
	margin:10px 0px 10px 0px;
	text-align:left;
}

/* Container for the message list */
div.annMessageListBox {
	border-bottom:1px gray dotted;
}

/* Message subject */
h1.annMessageHeadline {
	font-size:16px;
	color:#555;
}

/* Box surrounding message content */
div.annMessageBox, fieldset.annMessageBox {
	border:1px gray solid;
	padding:10px;
}

legend.annMessageBox {
	font-size:14px;
}

/* Message listing even row items */
div.annEvenRow {
	padding:4px 0px 4px 0px;
	border-top:1px gray dotted;
}

/* Message listing odd row items */
div.annOddRow {
	padding:4px 0px 4px 0px;
	border-top:1px gray dotted;
}

/* Previous and next pager links */
a.annPageNav, a:link.annPageNav, a:visited.annPageNav, a:active.annPageNav {
	color:#55F;
	font-weight:bold;
}
a:hover.annPageNav {
	text-decoration:underline;
}

/* Linked message subject text in message listing */
a.annMessageLink, a:link.annMessageLink, a:visited.annMessageLink, a:active.annMessageLink {
	color:#55F;
	font-weight:bold;
}

a:hover.annMessageLink {
	text-decoration:underline;
}

/* Disabled link display style */
span.annPageNavDisabled {
	color:#BBB;
	font-weight:bold;
}
