/*	CSS file for Proof Buddy installation
	*/

body	{
	background:	white;
	color:		black;
	}
#main	{
	border:		1px solid #4682b4;
	width:		700px;
	margin:		10px auto;
	}
#header	{
	background:	#4682b4;
	color:		white;
	font-size:	x-large;
	padding:	5px;
	}
#status	{
	background:	#4682b4;
	color:		white;
	width:		150px;
	}
#content	{	
	padding:	15px;
	width:		550px;
	text-align:	justify;
	}
	#content a	{	
		color: 	#4682b4;
		text-decoration: none;
		border-bottom: 1px dashed #4682b4
		}
	#content a.helplink	{
		border-bottom: 	none;
		cursor:			help;
		}
	#content .fail	{
		color:		red;
		font-weight:bold;
		}
	#content .success	{
		color:		green;
		font-weight:bold;
		}
	#content .questionbox	{	
		background-color:	#4682b4;
		border:			1px solid #4682b4;		
		}
	#content h1	{
		margin-top:		0px;
		}
#footer	{	
	background:	#4682b4;
	color:		white;
	font-size:	small;
	text-align:	center;
	}
	#footer a
		{
		color:	white;
		text-decoration: 	none;
		}
	#footer a:hover
		{
		text-decoration:	underline;
		}
div.setup_error	{
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
	background: #FFFFCC;
	}