/*
 * PPI - Public Policy Institute stylesheet
 * Developed by Ondrej Jombik <nepto@platon.sk>, http://nepto.org/
 * Copyright (c) 2007 Platon Group, http://platon.sk/
 */

body, td, th, p, br
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	color: #333333;
	font-size: 10pt;
	line-height: 12pt;
}

hr
{
	height: 1px;
	background-color: #6e6f72;
	color: #6e6f72;
	border: solid #6e6f72 0;
	padding: 0;
	margin: 0;
	border-top-width: 1px;
}

form
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

/* ORIGINAL main:
 *	padding: 25px 30px 7px 30px;
 * results in two:
 *	padding: 25px 30px 0px 30px;
 *	padding: 0px 30px 7px 30px;
 */

td.pre-main-border
{
	width: 780px;
	padding: 25px 45px 0px 45px;
}

td.main-border
{
	width: 780px;
	padding: 0px 45px 7px 45px;
}

table.pre-main
{
	padding: 0px;
}

table.main
{
	padding: 0px;
}

td.content
{
	vertical-align: top;
	padding: 20px;
	text-align: left;
}

td.content p           { text-align: left; }
td.article-anotation p { text-align: left; }

td.content img { padding-right: 10px; padding-bottom: 4px; }
td.article-anotation img { padding-right: 10px; }

td.menu
{
	padding: 5px 0px 4px 0px;
}

td.menu a,
td.menu a:link,
td.menu a:visited
{
	text-decoration: none;
}

td.article-picture,
td.article-anotation,
td.article-bodytext
{
	vertical-align: top;
	/* color: black; */
	padding: 10px 0px 10px 0px;
}

td.article-actions
{
	padding: 1px 0px 0px 0px;
	white-space: nowrap;
}

td.article-anotation h2
{
	padding: 0px;
	margin: 0px;
	border: 0px;
}

td.article-actions a { font-size: 80%; }

span.article-attributes { font-size: 90%; }

span.article-attributes a,
span.article-attributes a:link,
span.article-attributes a:visited
{
	text-decoration: none;
}

.signature p
{
	text-align: center;
	font-size: 70%;
	padding-top: 10px;
}

.signature a,
.signature a:link,
.signature a:visited
{
	text-decoration: underline;
}

.signature a:hover
{
	text-decoration: none;
}

/*
* ADMIN
*/

table.pme-navigation { width: 100%; }

table.pme-main
{
	width: 100%;
	border-spacing: 0px;
	border: solid;
	border-width: 1px 0px 0px 1px;
}

tr.pme-header   { background: gray; }
th.pme-header   { border: solid; border-width: 0px 1px 1px 0px; border-color: #000000; }
a.pme-header    { font-size: 10pt; }
tr.pme-filter   { background: gray; }
td.pme-filter   { border: solid; border-width: 0px 1px 1px 0px; border-color: #000000; }
td.pme-buttons  { text-align: left;  }
td.pme-buttons2 { text-align: right; }
td.pme-stats    { text-align: right; }
td.pme-message  { font-weight: bold; }

td.pme-cell-0,
td.pme-cell-1
{
	font-size: 10pt;
	border: solid;
	border-width: 0px 1px 1px 0px;
}

td.pme-navigation-0,
td.pme-navigation-1
{
	width: 1%;
	text-align: center;
	border: solid;
	border-width: 0px 1px 1px 0px;
	white-space: nowrap;
}

td.pme-key-0,
td.pme-key-1
{
	width: 10%;
	vertical-align: top;
	font-size: 10pt;
	border: solid;
	border-width: 0px 1px 1px 0px;
	white-space: nowrap;
}

td.pme-help-0,
td.pme-help-1
{
	vertical-align: middle;
	font-size: 10pt;
	border: solid;
	border-width: 0px 1px 1px 0px;
}

td.pme-value-0,
td.pme-value-1
{
	width: 100%;
	vertical-align: middle;
	font-size: 10pt;
	border: solid;
	border-width: 0px 1px 1px 0px;
}

td.ezin-admin-signature
{
	font-size: 8pt;
}

