﻿.textViewer .headerOf
{
	height: 18px;
}

.textViewer .headerOf h2
{
	margin-top: 4px;
}

.textViewer .page
{
	background-color: #3d465c;
	border: 1px solid #68768c;
	margin: 0.5em 1em 0.5em 1em;
	font-size: 12px;
}

.textViewer .page .pageInner
{
	padding: 1em;
	border: 1px solid #313642;
}

.textViewer .boss
{
	width: 125px;
	margin: 0.75em;
	margin-top: 0;
	margin-left: 0;
	float: left;
	text-align: center;
}

.textViewer .boss img
{
	border: 1px solid #353b4a;
}

.textViewer .boss .caption
{
	font-weight: bold;
}

.textViewer .textArea p
{
	padding: 0;
	margin: 0;
	text-align: justify;
	margin-bottom: 1em;
}

.textViewer .addressArea
{
	width: 75%;
	margin: auto;
	padding-top: 0.5em;
	text-align: center;
	border-top: 1px solid #313642;
}

.textViewer .addressArea .name
{
	font-weight: bold;
}

.textViewer .addressArea a
{
	text-decoration: underline;
	color: #bec4d7;
}

.textViewer .addressArea a:hover
{
	color: White;
}

.textViewer .lowerIcons
{
	border-bottom: 1px solid #a1b0c5;
	margin: 4px;
}

.textViewer .lowerIcons .contentIcons
{
	float: right;
	width: auto;
	padding: 4px;
	padding-top: 2px;
}

.textViewer .keyword
{
	color: Yellow;
	font-weight: bold;
}

.textViewer a
{
	text-decoration: underline;
	color: #bfc7da;
	font-weight: bold;
}

.textViewer a:hover
{
	color: White;
}

.textViewer .line
{
	margin-top: 0.5em;
	padding-top: 0.75em;
	border-top: 1px solid #bfc7da;
}