/*
	PageCooker: /templates/exception/style.css
	-----------------------------------
	File Version:	3.0.0.0
	Author:			Michael Le
	Homepage:		http://pagecooker.michael-le.net/
	All rights reserved. Copyright (c) PageCooker by Michael Le 2004 - 2011
*/

body {
	background-color: #ffffff;
	font-family: 'tahoma ce', tahoma, 'verdana ce', 'verdana', 'arial ce', 'helvetica ce', arial, lucida, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1 {
	font-size: 22px;
	font-weight: normal;
	color: #ff0000;
}

hr {
	height: 1px;
	border: 0;
	background-color: #b0b0b0;
}

p {
	margin: 2px 5px 0px 5px;
}

div#source {
	overflow: auto;
	margin: 15px 5px 15px 5px;
	padding: 20px;
	height: 220px;
	line-height: 20px;
	border: 0;
	background-color: #FFFAE3;
	font-family: 'lucida console ce', 'lucida console', 'courier new ce', 'courier ce', 'courier new', courier, monospace;
	font-size: 14px;
	color: #6D4915;
	white-space: nowrap;
}

div#highlight {
	height: 20px;
	background-color: #F7DE72;
	color: #FF1717;
}

span.line { font-weight: bold; }

ul, li { list-style-type: square; }

#footer {
	font-size: 11px;
	font-weight: bold;
}