/* $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_contest_status_color_<state_name_in_lower_case_with_underscores_replacing_spaces>
 */
 
/* DEFAULT STATUS (USED IF STATUS IS NOT RECOGNIZED */
 
/* contest main style (MAX INTENSITY) */
.idea_contest_status_color_default {
	color: #578624;
}

/* link color */
.idea_contest_status_color_default a {
	color: #578624;
}

/* contest snippet frame border style (MID INTENSITY) */
.idea_contest_status_frame_color_default {
/* 	background-color: #e5f5da; */
	border-color: #85ce56;
}

/* contest snippet frame background style (MIN INTENSITY) */
.idea_contest_status_bg_color_default {
	background-color: #e5f5da;
}

/* contest snippet 'submit idea' button style */
.idea_contest_status_submit_idea_button_default {
	background-image: url('img/contest_buttons/contest_text_active.png');
}

.idea_contest_status_submit_idea_button_default:hover {
	background-image: url('img/contest_buttons/full_theme_contests_hover.png');
}

/* contest snippet, upper left contest graphic image */
.idea_contest_status_graphic_default {
	background-image: url('img/contest_graphic_active.png');
}

/* contest snippet, upper right contest graphic image */
.idea_contest_status_graphic_text_default {
/* 	background-image: url('img/contest_buttons/contest_graphic_active_text.png'); */
}

/* ACTIVE CONTEST STATUS */

/* contest main style (MAX INTENSITY) */
.idea_contest_status_color_active {
	color: #578624;
}

/* link color */
.idea_contest_status_color_active a {
	color: #578624;
}

/* box colour in the filter bar */
.idea_contest_status_box_color_active {
	background-color: #578624;
}


/* contest snippet frame border style (MID INTENSITY) */
.idea_contest_status_frame_color_active {
/* 	background-color: #e5f5da; */
	border-color: #85ce56;
}

/* contest snippet frame background style (MIN INTENSITY) */
.idea_contest_status_bg_color_active {
	background-color: #e5f5da;
}

/* contest snippet 'submit idea' button style */
.idea_contest_status_submit_idea_button_active {
	background-image: url('img/contest_buttons/contest_text_active.png');
}

.idea_contest_status_submit_idea_button_active:hover {
	background-image: url('img/contest_buttons/full_theme_contests_hover.png');
}

/* contest snippet, upper left contest graphic image */
.idea_contest_status_graphic_active {
	background-image: url('img/contest_graphic_active.png');
}

/* contest snippet, upper right contest graphic image */
.idea_contest_status_graphic_text_active {
	background-image: url('img/contest_buttons/contest_graphic_active_text.png');
}


/* PENDING CONTEST STATUS */

/* contest main style (MAX INTENSITY) */
.idea_contest_status_color_pending_reviews {
	color: #487281;
}

/* link color */
.idea_contest_status_color_pending_reviews a {
	color: #487281;
}

/* box colour in the filter bar */
.idea_contest_status_box_color_pending_reviews {
	background-color: #487281;
}

/* contest snippet frame border style (MID INTENSITY) */
.idea_contest_status_frame_color_pending_reviews {
/* 	background-color: #e5f5da; */
	border-color: #8aa7b0;
}

/* contest snippet frame background style (MIN INTENSITY) */
.idea_contest_status_bg_color_pending_reviews {
	background-color: #e6ecef;
}

/* contest snippet 'submit idea' button style */
.idea_contest_status_submit_idea_button_pending_reviews {
	background-image: url('img/contest_buttons/contest_graphic_text_pending.png');
}

.idea_contest_status_submit_idea_button_pending_reviews:hover {
	background-image: url('img/contest_buttons/contest_graphic_text_pending.png');
/* 	background-image: url('img/contest_buttons/contest_graphic_text_pending_hover.png'); */
}

/* contest snippet, upper left contest graphic image */
.idea_contest_status_graphic_pending_reviews {
	background-image: url('img/contest_graphic_pending.png');
}

/* contest snippet, upper right contest graphic image */
.idea_contest_status_graphic_text_pending_reviews {
	background-image: url('img/contest_buttons/contest_graphic_pending_text.png');
}

/* CLOSED STATUS */

/* contest main style (MAX INTENSITY) */
.idea_contest_status_color_closed {
	color: #651019;
}

/* link color */
.idea_contest_status_color_closed a {
	color: #651019;
}

/* box colour in the filter bar */
.idea_contest_status_box_color_closed {
	background-color: #651019;
}


/* contest snippet frame border style (MID INTENSITY) */
.idea_contest_status_frame_color_closed {
/* 	background-color: #e5f5da; */
	border-color: #9e6167;
}

/* contest snippet frame background style (MIN INTENSITY) */
.idea_contest_status_bg_color_closed {
	background-color: #ddc6c9;
}

/* contest snippet 'submit idea' button style */
.idea_contest_status_submit_idea_button_closed {
	background-image: url('img/contest_buttons/contest_graphic_text_closed.png');
}

.idea_contest_status_submit_idea_button_closed:hover {
	background-image: url('img/contest_buttons/contest_graphic_text_closed.png');
/* 	background-image: url('img/contest_buttons/contest_graphic_text_closed_hover.png'); */
}

/* contest snippet, upper left contest graphic image */
.idea_contest_status_graphic_closed {
	background-image: url('img/contest_graphic_closed.png');
}

/* contest snippet, upper right contest graphic image */
.idea_contest_status_graphic_text_closed {
	background-image: url('img/contest_buttons/contest_graphic_closed_text.png');
}


/*
.idea_contest_status_color_pending_reviews {
	background-color: #598593;
	color: #598593;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.idea_contest_status_color_closed {
	background-color: #7A1A21;
	color: #7A1A21;
	opacity:0.8;
	filter:alpha(opacity=80);
} */