/* =================================================================================================
// STD.CSS
// =================================================================================================
*/

/* Start with the generic style sheet */
@import url("../lib/std.css");

/* Touchups */
.blue { color: #0041CE; }
.debug { background-color: cyan; }
.error { background-color: #F9CAC3; }
.f10 { font-size: 10pt; }
.f9 { font-size: 9pt; }
.fr { float: right; }
.green { color: #107910; }
.nowrap { white-space: nowrap; }
.notopborder { border-top-width: 0px !important; }
.norightborder { border-right-width: 0px !important; }
.nobottomborder { border-bottom-width: 0px !important; }
.noleftborder { border-left-width: 0px !important; }
.right { text-align: right; }
.orange { color: darkorange; }
.red { color: maroon; }
.red-light { color: red; }
.grey { color: #444444; }
.strong { font-weight: bold; }
.w100 { width: 100%; }

.flush-lr { padding-left: 0px !important; padding-right: 0px !important;}
.flush-tb { padding-top: 0px !important; padding-bottom: 0px !important;}

/* Then add any styles that are specific to this web site */
p.note
{
	background-color:#DFFFDD; 
	padding:.5em;
	margin-bottom:.5em;
}

/* Paragraph styles for the CCRs and Bylaws */
p.c, div.c 		{ text-align:center; }
p.b, div.b 		{ font-weight:bolder;}
p.bc, div.bc	{ text-align:center; font-weight:bolder;}

p.box
{ 
	border: 1px solid #444444; 
	text-align: center; 
}

/* hr that is inside a div id=doc */
div#doc hr 
{ 
	margin-top: 12px; 
	margin-bottom: 12px; 
}

div#doc h2
{
	font-weight:bolder;
}

/* For documents */
.ammend	
{ 
	border: 1px solid rgb(208,208,204);
	color: #880000;
	font-weight: bolder;
	background-color: #F6FBBB;
	margin: 3px 0px;
	padding:.5em;
	text-align:center; 
}
.old		{ text-decoration: line-through; background-color: #DDDDDD}
.new		{ color: #880000; background-color: #F6FBBB; }

