/* Style definition for the support pages -- index.html, login.html, logout.html */

body{
	font:normal 9pt arial, tahoma,verdana,monospace;
	margin-top: 20px;
	background-color: #333333;
	color: #FFF;
}

a{
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

div.infobox {
	width:275px;
	background-color: #555;
	margin: auto;
}

div.infobox div.pdheader{
	background-image: url('../images/topfram_bg.gif');
	background-repeat: repeat-x;
}

div.infobox div.pdheader div{
	background-image: url('../images/pictionlogo.png');
	background-repeat: no-repeat;
	background-position: center 13px;
	width: 100%;
	height: 50px;
}

div.infobox div.content{
	padding: 10px;
	text-align: center;
}

div.infobox div.content h1{font-size: 15pt; margin-top:0;}
div.infobox div.content h2{font-size: 13pt;}
div.infobox div.content h3{font-size: 11pt;}
div.infobox div.content h4{font-size: 9pt;	margin: 0;}

div.infobox div.content p {
	margin-top: 0;
}

div.infobox div.content .button{
	border: 2px solid #7EADD8;
	background-color: #FFF;
	clear:left;
	margin: 10px;
}