/*
###############################################################################
# Chirpy! 0.3, a quote management system                                      #
# Copyright (C) 2005-2007 Tim De Pauw <ceetee@users.sourceforge.net>          #
###############################################################################
# This program is free software; you can redistribute it and/or modify it     #
# under the terms of the GNU General Public License as published by the Free  #
# Software Foundation; either version 2 of the License, or (at your option)   #
# any later version.                                                          #
#                                                                             #
# This program is distributed in the hope that it will be useful, but WITHOUT #
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or       #
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for   #
# more details.                                                               #
#                                                                             #
# You should have received a copy of the GNU General Public License along     #
# with this program; if not, write to the Free Software Foundation, Inc., 51  #
# Franklin St, Fifth Floor, Boston, MA  02110-1301  USA                       #
###############################################################################

###############################################################################
# grayscale.css                                                               #
# "Grayscale" color theme for the default theme                               #
###############################################################################
# $Id:: grayscale.css 291 2007-02-05 21:24:46Z ceetee                       $ #
###############################################################################
*/

a:hover, a:active {
	color: #999;
}

a.quote-rating-up {
	color: #339933;
}

a.quote-rating-down {
	color: #993333;
}

h1 a, h1 a:link, h1 a:visited {
	background: #ECECEC;
	border-top-color: #ECECEC;
	border-bottom-color: #ECECEC;
}

h1 a:hover, h1 a:active {
        text-decoration: none;
        color: #777777;
}

ul#navigation li a:hover, ul#navigation li a:active,
ul.tabbed-pane-header li a:hover, ul.tabbed-pane-header li a:active {
	background: #ECECEC;
	border-color: #000000;
}

ul.quote-list li:hover h3.quote-header {
	background: #ECECEC;
	border-color: #ECECEC;
}

ul.quote-list li:hover .quote-container {
	background: #F7F7F7;
}

ul.tabbed-pane-header li a.active-tab {
	background: #ECECEC;
	border-top-color: #000000;
}

ul.tabbed-pane-contents {
	border: 1px solid #ECECEC;
}
