.small { font-size: 11px;}
.section { padding: 0 0 5px 0; border-bottom: 1px #ccc solid;}
.float_left { float: left; display:inline; margin-right: 1em; margin-bottom: 0.15em;}
.float_right { float: right; display:inline; margin-left: 1em; margin-bottom: 0.15em;}
/*
.important {background: #ffd; padding: 1em; border-top: 1px #ddb dotted; border-bottom: 1px #ddb dotted;}
.warning {background: #fdd; padding: 1em; border-top: 1px #dbb dotted; border-bottom: 1px #dbb dotted;}
.center { text-align:center; margin: 0.5em auto}
.csc-frame-frame1 { background-color: #EDEBF1; padding: 2px 4px 2px 4px; border: 1px solid #333333; } 
.csc-frame-frame2 { background-color: #F5FFAA; padding: 2px 4px 2px 4px; border: 1px solid #333333; }
.component-items { color: #186900; list-style-type: circle; } 
.action-items { color: #8A0020; list-style-image: url(img/red_arrow_bullet.gif); }
.component-items-ordered { color: #10007B; list-style-type: lower-roman; } 
.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }
.important { color: #8A0020; }
.name-of-person { color: #10007B; }
.detail { color: #186900; }
.indent { margin-left: 2em; }
*/

/* these are for showing alignment in RTE on the backend */
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
