/**
 * OrangeHRM is a comprehensive Human Resource Management (HRM) System that captures
 * all the essential functionalities required for any enterprise.
 * Copyright (C) 2006 OrangeHRM Inc., http://www.orangehrm.com
 *
 * OrangeHRM 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.
 *
 * OrangeHRM 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 Street, Fifth Floor,
 * Boston, MA  02110-1301, USA
 *
 */

	body {
		background: #FFFFFF;
		width:100%;
		height:100%;
	}
	#error_body {
		font-family:Arial, Helvetica, sans-serif;
		padding: 10px;
		width:80%;
		min-width: 700px;
		margin: auto;
		background: #FFFFFF url(../pictures/orange_new_02.gif) no-repeat right top;
		display:block;
		min-height:75px;
		position:relative;
	}

	#footer {
		font-size: 10px;
		color: #999999;
		vertical-align: bottom;
		position:fixed;
		bottom: 0;
		left:auto;
	}

	.code {
		font-family:"Courier New", Courier, monospace;
		color:#555555;
	}

	a {
		color: #FF9900;
		text-decoration: none;
	}

	.environment ul {
		list-style-image: url(../icons/16-circle-orange.png);
	}

	.environment h3 {
		padding-left: 26px;
		background: url(../icons/24-settings-orange.png) no-repeat left center;
	}

	.diagnosis h3 {
		padding-left: 26px;
		background: url(../icons/24-tool-c.png) no-repeat left center;
	}

	h2 {
		padding-left: 26px;
	}
