/* page styles */

/* text styles */

div.linkhover         { font-weight: bold; }
div.linkhover a       { color: #518756 !important; text-decoration: none; }
div.linkhover a:hover { color: #71a658 !important; text-decoration: none; }

div.dashlinkhover         { padding-bottom: 3px; font-weight: bold; }
div.dashlinkhover a       { color: #518756 !important; text-decoration: none; border-bottom: 1px dashed #518756; padding-bottom: 2px; }
div.dashlinkhover a:hover { color: #71a658 !important; text-decoration: none; border-bottom: 1px dashed #71a658; padding-bottom: 2px; }

div.exdashlinkhover         { padding-bottom: 3px; font-weight: bold; }
div.exdashlinkhover a       { color: #404040 !important; text-decoration: none; border-bottom: 1px dashed #404040; padding-bottom: 2px; }
div.exdashlinkhover a:hover { color: #71a658 !important; text-decoration: none; border-bottom: 1px dashed #71a658; padding-bottom: 2px; }

/* container styles */

.dashdgreen { color: #518756 !important; border-bottom: 1px dashed #518756; padding-bottom: 2px; margin-bottom: 2px; }
.dashlgreen { color: #71a658 !important; border-bottom: 1px dashed #71a658; padding-bottom: 2px; margin-bottom: 2px; }

.cubic { border-left: 6px solid #71A658; padding-left: 6px; }

.transparent { filter:alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }

/* color styles */

.clnormal { color: #404040 !important; }
.clwhite  { color: #FFFFFF !important; }
.clgray   { color: #808080 !important; }
.clblack  { color: #000000 !important; }
.cllink   { color: #518756 !important; }
.cllgreen { color: #71a658 !important; }
.cldgreen { color: #518756 !important; }

.bgnormal     { background: #FFFEF4 !important; }
.bggreenblock { background: #D7EFCC !important; }

/* border styles */

.divider1 { border-bottom: 3px solid #71a658 !important; }

