/* Start of CMSMS style sheet 'Module: FEmessages' */
form {margin-top:0}
form, td, th, li { font-size: 100%}
form div {margin-bottom:0}
fieldset div {
	margin-bottom:0.5em;
	margin-left:1em;
}
fieldset div div {
	margin-top:0.5em;
	margin-left:1em
}
fieldset {
	margin-bottom:1em;
	border:1px solid #8cc63e;
	padding:0.5em
}
fieldset label {
	width:6em;
}

#femessages_headers a {
	display: online-block;
	padding: 2px 4px;
	margin-left: 15px;
	border: 1px solid #000;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#femessages_headers a:hover {
	background-color: inherit;
}
#femessages_headers a.active {
	background-color: #fff;
	border-bottom: none;
	padding-bottom: 3px;
}

#femessages_content {
	margin-top: 2px;
	border: 2px groove #000;
	border-top: 1px solid #000;
	width: 665px;
	padding: 15px 5px;
	background-color: #fff;
}
#femessages_notice {
	font-style: italic;
}
#femessages_content .error {
	font-weight: bold;
	color: red;
}

#femessages_msglist {
	width: 100%;
	border: 2px outset DarkGrey;
}
#femessages_msglist thead {
	background-color: #000;
	font-weight: bold;
	color: #fff;
}
#femessages_msglist th {
	padding: 1px 2px;
}
#femessages_msglist td {
	padding: 0 1px;
}
#femessages_msglist tr.row1 {
	background-color: #fff;
}
#femessages_msglist tr.row2 {
	background-color: LightGray;
}
#femessages_msglist a.newmsg {
	font-weight: bold;
	font-style: italic;
}
#femessages_pagination {
	text-align: right;
}

#femessages_content span.label {
	font-weight: bold;
	padding-left: 6px;
}
div.femessages_quote {
	font-weight: 90%;
	color: DarkGrey;
}
.femessages_msgbox {
               width:100px;
	border: 1px inset DarkGrey;
	background-color: GhostWhite;
	padding: 3px;
}


/* End of 'Module: FEmessages' */

