﻿@font-face
{
	font-family:'Source Sans Pro';
	font-style:normal;
	font-weight:400;
	src:local('Source Sans Pro'), local('SourceSansPro-Regular'), url(../Fonts/SourceSansProNormal.woff) format('woff');
}
@font-face
{
	font-family:'Source Sans Pro';
	font-style:normal;
	font-weight:600;
	src:local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'), url(../Fonts/SourceSansProSemibold.woff) format('woff');
}
body
{
	color:#222;
	font-family:'Source Sans Pro',Verdana,sans-serif;
	font-size:90%;
	font-weight:400;
	padding:0;
	margin:0;
	background-color:#fff;
}
#header
{
	width: 100%;
	height: 60px;
	background-color: #0171b9;
}
#header div.title
{
	padding:12px 10px 0 20px;
	color:#fff;
	font-size:1.8em;
	font-weight:600;
}
#message
{
	color:#444;
	padding:25px;
	background-color:#ebebeb;
}
#message span.warningIcon
{
	float:left;
	display:block;
	width:36px;
	height:30px;
	background-image:url(../Images/RedTriangleWarning.png);
	margin-right:15px;
}
#details
{
	padding:40px 50px;
}
#details div.number
{
	font-size:1.7em;
	font-weight:600;
}
#details div.stacktrace
{
	white-space:pre-line;
	color:#444;
}