/* (c) 2006 CLub "Veselchak U"

/* ******* html tags ******* */

body
{
	background-color: white;
	color: black;
	font-family: Verdana,Arial,sans-serif,Helvetica;
	font-size: 12px;
	font-weight: normal;
}

html, body, div, table
{
	margin: 0;
	padding: 0;
}

table
{
	empty-cells: show;
}

th
{
	font-weight: bold;
}

p
{
	text-align: justify;
	margin: 4px 0 4px 0;
	padding: 2px;
}

p:first-letter
{
	padding-left: 1em;
}

img
{
	border: none;
}

a, a:link, a:visited
{
	color: inherit;
	text-decoration: none;
}

.article_author
{
	font-weight: bold;
	text-align: left;
	padding-bottom: 8px;
	text-decoration: underline;
	padding-left: 8px;
}

.article_title
{
	font-weight: bold;
	text-align: center;
	padding-right: 16px;
}

.textheader_h1
{
	font-size: 22px;
	font-weight: bold;
	line-height: 120%;
}

.textheader_h2
{
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
}

.textheader_h3
{
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
}

.textheader_h4
{
	font-size: 16px;
	font-weight: bold;
}

.textheader_h5
{
	font-size: 14px;
	font-weight: bold;
}

.textheader_h6
{
	font-size: 12px;
	font-weight: bold;
}

.para
{
	padding: 0;
}

.para:first-letter
{
	padding-left: 2em;
}

table.tgrid, table.tgrid tr td, table.tgrid tr td table.tgrid tr td
{
    border: 1px solid black;
    border-collapse: collapse;
    margin: 1px;
}

table.tgrid tr td table tr td
{
    border: 0 none;
    margin: 0;
}

.quote
{
	border: 1px solid black;
	margin: 1px;
	padding: 1px;
	font-size: small;
	line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
	font-family: "Lucida Console","Courier New",Verdana,monospace;
	font-size: 13px;
	border: 1px solid black;
	margin: 1px auto 1px auto;
	padding: 1px;
}

code_pre
{
	font-family: "Lucida Console","Courier New",Verdana,monospace;
	font-size: 13px;
}

.quoteheader, .codeheader
{
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}

hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: black;
	background-color: black;
}

