h1,h2	{text-align:center;}

.par
{
	text-indent:1.5em;
}

.pwTotal
{
	font-weight:bold;
}

div.par
{
	margin-bottom:1em;
}

a
{
	color:#069;
	text-decoration:none;
	background-color:#e4e4e4; /* Old browsers */
/*
	background: -webkit-radial-gradient(#eee,#ddd);
	background: -moz-radial-gradient(#eee,#ddd);
*/
	background: -moz-radial-gradient(center, ellipse cover, #eee 0%, #ddd 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#eee), color-stop(100%,#ddd)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover, #eee 0%,#ddd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover, #eee 0%,#ddd 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover, #eee 0%,#ddd 100%); /* IE10+ */
	background: radial-gradient(ellipse at center, #eee 0%,#ddd 100%); /* W3C */
}

a, a:active
{
	outline: none;
}

ul.menu a
{
	background-color:transparent;
	background-image:none;

	display:inline-block;
	color:#1ce;
	padding:.25em .5em;
	vertical-align:top;
	border-top: 3px solid #000;
}

.ui-tabs-nav a
{
	background-color:transparent;
	background-image:none;
}

ul.menu a:hover
{
	background-color:#444;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

body
{
	font-family: Arial,sans-serif;
	font-size: 90%;
	background-color:#666;
	margin:0px;
	padding:0px;
}

ul.menu
{
	padding:0px;
	margin:0px;
	display:inline;
}

ul.menu li
{
	display:inline;
}

.header
{
	background-color:#555;
	margin:0px;
	width:100%;
	padding:0px;
	border-top: 3px solid #000;
}

.header div
{
	margin:-3px auto 0px;
	width:1000px;
}

ul.menu a.title
{
	font-weight:bold;
	color:#00ba55;
}

ul.menu a.selected
{
	border-top-color:#1ce;
}

ul.menu a.selected.title
{
	border-top-color:#00ba55;
}

pre.long
{
	max-height:16em;
	overflow-x:auto;
	overflow-y:auto;
	border:1px solid #666;
}

.body
{
	width:1000px;
	margin:0px auto;
	background-color:#ddd;
}

.body div
{
	padding:1em;
}

.body div div
{
	padding:0em;
}

.footer
{
	margin-top:1em;
	text-align:center;
}

div div.news
{
	border: 1px solid #666;
	padding: 1em;
	margin: 1em 0em;
}

div div.mininews
{
	border: 1px dotted #666;
	padding: 1em 1em 0em;
	margin: 1em 0em;
}

span.title
{
	font-weight:bold;
}

dd
{
	padding-bottom:1em;
}

td.number
{
	text-align: right;
}

del
{
	text-decoration:line-through;
}

ins
{
	text-decoration:none;
	font-style:italic;
}

.pre
{
	white-space:pre;
	font-family:monospace;
}

.adobetable
{
	float:left;
	width:50%;
	text-align:right;
	white-space:pre;
	font-family:monospace;
}

.adobetable tr td:nth-of-type(3)
{
	text-align:center;
}

.adobetable tr td:nth-of-type(4)
{
	text-align:left;
}

.adobetable th
{
	text-align:center;
}
