/* For view fan mail page */

body {
	color: black;
	background: beige url('../img/fan-mail/sun-ray-circus-fan-mail-page-background-by-www.emmanuel-georges.com.jpg') fixed top left !important;
}
body a:link, body a:active, body a:visited {
	color: 	olive;
}
body a:hover {
	color: midnightblue;
}

.fanMailPageContainer {
	width: 100%;
}
.fanMailPageContainer, h1 {
	font-family: "Trebuchet MS", sans-serif !important;
}

.fanMailLine {
	width: 98%;
	border: 1px solid silver;
	margin: 0.5%;
	padding: 0.5%;
	font-size: 0.9em;
}
.fanMailLine  img {
	float: right;
}
.fanMailNumber {
	color: lightslategray;
	text-decoration: underline;
}
.fanMailPostedDate {
	margin-left: 1%;
	color: lightslategray;
	text-decoration: underline;
}
.fanMailTitle {
	margin-left: 1%;
	color: lightslategray;
	font-weight: bold;
	text-decoration: underline;
}
.fanMailContent {
	margin-left: 2%;
}
.fanMailByNotice {
	margin-left: 2%;
	color: lightslategray;
}
.fanMailAuthor {
	font-style: italic !important;
}
.fanMailReply {
	clear: left;
	margin-left: 2%;
	color: darkgreen;
}
.objectContainer {
	width: 100%;
	float: right;
}

