/**
 * plugins/themes/classicGreen/classicGreen.css
 *
 * Copyright (c) 2013-2016 Simon Fraser University Library
 * Copyright (c) 2003-2016 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 */

body {	
	background-color:#eeeeee;
	font-family: Arial, verdana, sans serif;
}

a:link {
	color: #9e9d9b;
}

a:active {
	color: #8a8887;
}

a:visited {
	color: #8a8887;
}

a:hover {
	color: white;
	background: #8a8887;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #8a8887;
}

input.defaultButton {
	background-color: #8a8887;
	color: #4f4e4d;
}

#header {
	background-color: #eeeeee;
    width: 100%;
    height: 250px;
	
}