﻿/*
//	This section is styles for 404 errors
*/

#error-page
{
	font-family: Arial, Helvetica, Sans-serif;
	color: #666;
	width: 700px;
	margin: 200px auto 0;
}

#error-page img
{
	float: left;
	margin: 0 15px 50px 0;
}

#error-page .loud
{
	color: #000;
}

#error-page .small
{
	font-size: .9em;
}

#error-page ol
{
	font-weight: bold;
}

#error-page ol span
{
	font-weight: normal;
}

#error-page ol, ul
{
	font-size: .85em;
	line-height: 1.5em;
	margin: 0 0 25px 240px;
	list-style-position: inside;
}

#error-page ul li
{
	float: left;
	list-style: none;
	border-right: solid 1px #999;
	line-height: .8em;
}

#error-page ul li a
{
	padding: 0 10px;
}

#error-page ul li a:hover
{
	background: #ffeeee;
}

#error-page ul li.last
{
	border: none;
}

#error-page a
{
	color: #0c91ba;
	text-decoration: none;
}

#error-page a:hover
{
	cursor: pointer;
	color: #097191;
}
