
/* - member.css - */
@media screen {
/* http://127.0.0.1:8080/cms/portal_css/member.css?original=1 */
/* */
/* */
/* */
.state-private {
color: Red !important;
}
.state-visible {
color: #74AE0B !important;
}
.state-published {
color: #436976 !important;
}
.state-pending {
color: #FFA500 !important;
}
.state-expired {
color: #76797c !important;
}
.syndicated {
color: #008000 !important;
}
/* */

}

