/** Stylesheet for detection & validation page by Sacha Beharry
 * File:
 * Parent:
 * Project:
 *
 * Author: Sacha Beharry
 * Date created: 22nd January 2008
 * Last updated:
 * Version:
 * Copyright:
 * Notes:
*/

/*
 background: #e9e6cd
 highlight: #ffffe1
 heading: #a12830
*/

/*
	General Layout
*/

body { 
	font-size: 62.5%;
	line-height: 1.5em;
	margin: 0px 0px 0px 0px; 
	padding: 0px 0px 0px 0px; 
	text-align: center;

}

a , a:visited{
	color: #0000cc;
}

a:hover {
	color: #4444ff;
	text-decoration: none;
}

/*
	General - Typography - Fonts
	----------------------------
*/

body { 
	font-family: Arial, sans-serif;
	background: #e9e6cd;
}

h1, h2 {

}

h1 {
	font-size: 1.8em;
	font-weight: 100;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-top: 8px;
	background: url(error.png) top left no-repeat;
	border-bottom: 1px solid #cccccc;
	color: #a12830;
}

h2 {
	font-size: 1.1em;
	font-weight: 400;
	margin: 0px;

}

p.summary {
	font-size: 1.2em;
	line-height: 1.2em;
}

p.footnote {
	font-size: 1.0em;
	border-top: 1px solid #cccccc;	
	padding-top: 10px;
}

#container {
    width: 700px;  
    margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;	
	padding: 20px;
	background-color: #ffffff;
	border: 1px solid #888844;
	font-size: 1.2em;
	text-align: left;
}

div.warning,
div.error {
    margin-bottom: 10px;
    padding: 10px;

}

div.warning {
	background-color: #ffffee;
	border: 1px dashed #888888;	
}

div.error {
	background-color: #fffff3;
	border: 1px dashed #eeeeee;	
}

div.error h2 { 
	color: #c00;
	font-family: Tahoma;
}

em {
	font-style: normal;
	font-weight: 800;
}

