/*
/========================================================
/=	Popup page styles
/=
/========================================================
*/
@import url("content.css");
@import url("tables.css");
@import url("shadows.css");
@import url("prodev_logo.css");

body
{
	font-family:	"Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size:		82%;
	margin:			0;
	padding:		0;
	background:		white;
 }

#header h1
{
	margin:			0;
	border-bottom:	0px solid #036;
	background:		white;
	color:			#003585;
	text-align:		center;
	font-size:		200%;
	height:			32px;
	padding:		0;
	padding-top:	20px;
}
html>body #header h1	
{ 
	height:			auto; 
	min-height:		32px; 
}
#header h1 small		
{ 
	font-size:		100%;
	color:			#8E92BA; 
}

#content
{ 
	padding:		1em 2em; 
}

div#footer
{
	border:			solid #036;
	background:		white;
	color:			#003585;
	border-width:	0px 0;
	text-align:		center;
	padding:		1em 1em;
	font-size:		0.85em;
	margin:			0 0 1em;
}
div#footer p	
{ 
	margin:			0;
}

#footer a:link, #footer a:visited	{ color: #2F67BD; }
#footer a:hover, #footer a:active	{ color: #FD6; }
