/* Start of CMSMS style sheet 'Forum_Made_Simple2_2' */
/* Add a dashed underline to acronyms. */
span.bbcode_acronym { border-bottom:1px dashed green; }
span.bbcode_acronym:hover { color:green; border-bottom:1px dashed green; }

/* Make spoilers invisible, so that you need to select them with the mouse. */
span.bbcode_spoiler { background-color:black; color:black; }

/* Align columns to the top, and add some space between them. */
table.bbcode_columns { border-collapse:collapse; margin-top:1em; margin-bottom:1em; }
table.bbcode_columns td.bbcode_column { padding:0 1em; vertical-align:top; }
table.bbcode_columns td.bbcode_firstcolumn { border-left:0; padding-left:0; }

/* Wrap quotes in a big blue box. */
div.bbcode_quote, div.bbcode_code { border:1px solid #7777bb; margin:0.25em 0; }
div.bbcode_quote_head, div.bbcode_code_head
{

	background-color:#88A7C6;

	color:white;

	font-weight:bold;

	padding:0.25em;
}
div.bbcode_quote_head a:link { color:yellow; }
div.bbcode_quote_head a:visited { color:yellow; }
div.bbcode_quote_head a:hover { color:white; text-decoration:underline; }
div.bbcode_quote_head a:active { color:white; text-decoration:underline; }
div.bbcode_quote_body, div.bbcode_code_body
{

	background-color:#ccc;

	color:black;

	padding:0.25em 0.5em;
}
div.bbcode_code_body { font:0.9em monospace; }
#helpline {	background-color:transparent;
	border-style:none;
	padding:1px;
	width:95%;
	font-size:0.8em;
}

/* End of 'Forum_Made_Simple2_2' */

