body {
	background-color: silver
}

div.content-padding {
	padding-top: 4px;
	padding-bottom: 2px;
	margin: 0;
	/*
	margin-top: 4px;
	margin-bottom: 2px;
	*/
}

div.content-block {
	width: 100%;
	background-color: white;
	color: black;
	border-top-color: blue;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: blue;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: blue;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: blue;
	border-left-style: solid;
	border-left-width: 1px;
}

div.sub-content {
	padding: 4px;
}

/** The white/blue header for each content block */
h1.content-head {
	background-color: blue;
	color: white;
	background-image: url(http://msiweb.inside.msi/images/csgradientbluewhitehorizontal.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 122%;
	font-weight: bold;
}

div.control-block {
	background-color: #222222;
	color: white;
}

/** contentfoldlink is deprecated..switch to a.headcollapse */
/**span.contentfoldlink {
    color: white;
}*/
a.headcollapse:link{
	text-decoration: none;
	color: white;
}
a.headcollapse:visited{
	text-decoration: none;
	color: white;
}
a.headcollapse:hover{
	text-decoration: none;
	color: silver;
}
a.headcollapse:active{
	text-decoration: none;
	color: white;
}

a.controlmenu:link{
	text-decoration: none;
	color: white;
}
a.controlmenu:visited{
	text-decoration: none;
	color: white;
}
a.controlmenu:hover{
	text-decoration: none;
	color: silver;
}
a.controlmenu:active{
	text-decoration: none;
	color: white;
}

/** The standard body text within a content block. */
p.textcontent {font-size: 93%; text-align: justify; margin: 2px 1px 2px 1px; text-indent: 16px;}
/** Lighter, smaller, italic text note used in a content block. */
p.textnote {font-size: 77%; font-weight: lighter; font-style: italic;}

span.ffbgenerror {font-size: 77%; color: red; }
span.ffbiderror {font-size: 77%; color: red; font-style: italic;}


