#article_text,
#article_box
{
	padding: 8px;
}

#article_text a:link, #article_text a:visited, #article_text a:active,
#article_box a:link, #article_box a:visited, #article_box a:active
{
	color: #1364C4;
	background-color: inherit;
	text-decoration: none;
}

#article_text a:hover,
#article_box a:hover
{
	color: #1364C4;
	background-color: inherit;
	text-decoration: underline;
}

.article_author
{
/*	float: left;*/
	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%;
	margin: 12px 0 4px 1px;
}

.textheader_h2
{
	font-size: 20px;
	font-weight: bold;
	line-height: 120%;
	margin: 12px 0 2px 1px;
}

.textheader_h3
{
	font-size: 18px;
	font-weight: bold;
	line-height: 110%;
	margin: 10px 0 2px 1px;
}

.textheader_h4
{
	font-size: 16px;
	font-weight: bold;
	margin: 8px 0 2px 1px;
}

.textheader_h5
{
	font-size: 14px;
	font-weight: bold;
	margin: 6px 0 0 1px;
}

.textheader_h6
{
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 0 1px;
}

.para
{
	padding: 0;
	margin-bottom: 2px;
	line-height: 1.25em;
}

.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;
}

a img
{
    border: 0;
    margin: 0;
}

div.img
{
    overflow: auto;
    padding: 1em;
}

.img_caption
{
    font-style: italic;
    padding: 0 2px;
}

.img_border
{
    border: 1px solid black;
}

.img_left
{
    float: left;
    clear: left;
}

.img_right
{
    float: right;
    clear: right;
}

.meaction
{
	color: red;
}

.quote
{
	color: #000000;
	background-color: #f7f7cb;
	border: 1px solid #000000;
	margin: 1px 1px 1px 1em;
	padding: 1px 1px 1px 4px;
	font-size: small;
	line-height: 1.4em;
}

.code, .code_pre, pre, tt, .console_box, .geshi
{
/*      font-family: "Lucida Console", "Courier New", monospace;*/
        font-family: monospace;
        font-size: 13px;
}

.code, .console_box, .geshi
{
        margin: 1px 1px 1px 2em;
}

.code, .console_box, .geshi
{
        color: black;
	background-color: #dddddd;
        border: 1px solid black;
        padding: 1px;
        white-space: nowrap;
        overflow: auto;
        max-height: 24em;
}

.geshi > ol
{
        margin-top: 0;
        margin-bottom: 0;
        background-color: #e0e0e0;
}

.geshi > ol > li
{
        background-color: #ebebeb;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
	margin: 0 0 0 1.5em;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

.color_box
{
    border: 1px solid black;
    padding: 1px;
    margin: 0 0 0 2em;
}

/* [console] */

.console_box
{
    background-color: black;
    color: #d0d0d0;
    padding: 0 1px;
}

