/**
 * common.css
 *
 * Copyright (c) 2003-2006 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Site-wide shared stylesheet.
 *
 * $Id: common.css,v 1.39 2006/07/01 17:36:16 alec Exp $
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff79b;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font style: bold;
}


a {
	text-decoration: underline;
}

a:link {
	color: #000040;
	font-weight: bold;
}

a:active {
	color: #253;
}

a:visited {
	color: #000040;
	font-weight: bold;
}

a:hover {
	color: #fff;
	background: #000;
	text-decoration: none;
}

a.plain {
	text-decoration: none;
}


label.error {
	color: #900;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #F0F0E8;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

input.button {
	background-color: #E8E8E1;
}

input.defaultButton {
	background-color: #375;
	color: #FBFBF3;
	font-weight: bold;
}


/**
 * Main layout elements
 */


#header {
	background-color: #1ec2f3;
	text-align: center;
}

#headerTitle {
	text-align: left;
}

#header h1 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: normal;
}


#content h5 {
	font-weight: bold;
}

/**
 * Breadcrumbs
 */

#breadcrumb a.current {
	font-weight: bold;
}

/**
 * Form-specific elements
 */

span.formError {
	font-weight: bold;
}


/**
 * Other organizational elements
 */


ul.menu li.current {
	font-weight: bold;
}


ul.steplist li.current {
	font-weight: bold;
}

}
