/* $Id: status_colors.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * IdeaStream, for Drupal 6.x
 *
 * The styles for statuses should follow the pattern:
 *
 * idea_status_color_<state_name_in_lower_case_with_underscores_replacing_spaces>
 */
 
 
.idea_status_color_default {
	background-color: #52197e;
	color: #52197e;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.idea_status_color_draft {
	background-color: #8A8A8A; /* #bbc6c9; */
	color: #8A8A8A;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.idea_status_color_draft a {
	color: #8A8A8A;
}

/*
#idea_status_color_draft {
	color: #8A8A8A;
} */

.idea_status_color_under_review {
	background-color: #598593;
	color: #598593;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.idea_status_color_under_review a {
	color: #598593;
}

.idea_status_color_accepted {
	background-color: #96b545; /* #a6bf56; */
	color: #96b545;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.idea_status_color_accepted a {
	color: #96b545;
}

.idea_status_color_rejected {
	background-color: #c18d34; /* #cd9e43; */
	color: #c18d34;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.idea_status_color_rejected a {
	color: #c18d34;
}

.idea_status_color_already_exists {
	background-color: #748230;
	color: #748230;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.idea_status_color_already_exists a {
	color: #748230;
}

.idea_status_color_partially_implemented {
	background-color: #c2bb23; /* #cdc42d; */
	color: #c2bb23;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.idea_status_color_partially_implemented a {
	color: #c2bb23;
}

.idea_status_color_implemented {
	background-color: #FF856F;
	color: #FF856F;
	opacity:0.7;
	filter:alpha(opacity=70);
}

.idea_status_color_implemented a {
	color: #c2bb23;
}