/* базовые цвета */

.coral,
a.coral,
.coral a {
color: #F1966B!important;
}

.coral_dashed {
color: #F1966B!important;
border-bottom: dashed 1px #F1966B;
}

a.coral_dashed {
text-decoration: none;
}


cyan,
a.cyan,
.cyan a {
color: #2CB7C7;
}

.white,
a.white,
.white a,
.top_menu .selected,
.left_menu .selected {
color: #bbb !important;
}

.white_dashed {
color: #bbb !important;
border-bottom: dashed 1px #bbb;
}

a.white_dashed {
text-decoration: none!important;
}

.grey,
a.grey,
.grey a {
color: #7D7D7D;
}


/* end базовые цвета */