/**
 * steel.css
 *
 * Copyright (c) 2003-2008 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Steel theme.
 *
 * $Id: steel.css,v 1.4 2008/06/11 20:58:49 asmecher Exp $
 */


/*a:link {
	color: #ab3834;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #808080;
}

a:hover {
	color: #808080;
	background: #ffffff;
}
*/

a:link {
	color:  #500000/* #f9f9f9;/*#F7C866;*/;
}

a:active {
	color: #ab3834;
}

a:visited {
	color: #900000;
}

a:hover {
	color: #808080;
	background: #ffffff;
	text-decoration: underline;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #f0f0f0;
}

input.defaultButton {
	background-color: #000000;
	color: #ffffff;
}


