## Chooseable colors for the RTE in the backend   ##

.red {
  color: #AA0000;
}

.orange {
  color: #CC6600;
}

.grey66 {
  color: #666666;
}


.grey55 {
  color: #555555;
}

.grey45 {
  color: #454545;
}

.blue {
  color: #182E7A;
}

.networklegend {
	background-image:url(../images/buttons/event_bullet_network.gif);
	background-repeat:no-repeat;
	color:#666666;
	padding-left: 3.0em;
	font-weight:bold;
	display:block;
}

.workshoplegend {
	background-image:url(../images/buttons/event_bullet_workshop.gif);
	background-repeat:no-repeat;
	color:#666666;
	padding-left:3.0em;
	font-weight:bold;
	display:block;
}

.conferencelegend {
	background-image:url(../images/buttons/event_bullet_conference.gif);
	background-repeat:no-repeat;
	color:#666666;
	padding-left:3.0em;
	font-weight:bold;
	display:block;
}

.externallegend {
	background-image:url(../images/buttons/event_bullet_external.gif);
	background-repeat:no-repeat;
	color:#666666;
	padding-left:3em;
	font-weight:bold;
	display:block;
}
