/* Normal, standard links. */
a:link, a:visited, a:active
{
	color: white;
}
a:hover {
	color: red;
}
.menu a:link, .menu a:visited, .menu a:active
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.menu a:hover
{
	color: red;
	text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
	color: #000000;
	text-decoration: none;
}
a.nav:hover
{
	font-weight: bold;
	color: #cc3333;
	text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
	empty-cells: show;
}
td.menuspace {
	height: 15px;
}
/* By default (td, body..) use Tahoma in black. */
body, td
{
	color: #000000;
	font-size: 12px;
	font-family: Tahoma, arial, helvetica, serif;
}

/* The main body of the entire forum. */
body
{
	background-color: #cdcdcd;
	width: 100%;
	margin: auto;
	padding: 0px 0 10px 0;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
	font-size: 12px;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	font-family: Tahoma, arial, helvetica, serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr {
  border: none;
  border-bottom: dashed 1px silver;
	
}

.hrcolor
{
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}

td.main {
  background-color: #cdcdcd;
}

td.main a:link, td.main a:active, td.main a:visited {
  color: #323232;
/*  text-decoration: none;
  font-weight: bold;*/
}

td.main a:hover {
  color: red;
/*  text-decoration: underline;*/
}

.main .modulebg {
	background: #cdcdcd;
}

.main .tdblock b {
	color: #000;
	text-align: left;
}

.main .tdblock {
	color: #333;
	font-weight: bold;
/*	border-bottom: silver solid 1px; */
	vertical-align: middle;
/*	background-color: #bbb;*/
}

.main .tdglobal {
	border-bottom: silver solid 1px;
}

.menu .tdblock {
	padding-left: 10px;
}

.menu .tdglobal {
	padding-left: 15px;
}

.main .modulex {
	background: silver;
	border: #999 solid 1px;
}

.main .moduleborder {
	background: #eaeaea;
	border: gray solid 1px;
}
.main .modulecell {
/*	border: gray solid 1px; */
	background: #cdcdcd;
}

.main p {
	text-indent: 15px;
	text-align:justify;
}

.main p.annotation
{
	padding-bottom:5px;
	padding-left:3%;
	padding-right:3%;
	font-style: italic;
}

.main p.author
{
	text-align:right;
}

.main p.section
{
	font-weight:bold;
}
.main h4
{
	font-size: 12px;
}

a img
{
	border: 0;
}
td.modulelite {
	width: 100%;
}
td#blackline a:link, td#blackline a:visited, td#blackline a:active,
td#footer a:link, td#footer a:visited, td#footer a:active {
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
td#footer a:link, td#footer a:visited, td#footer a:active {
  font-size: 11px;
}
td#blackline a:hover, td#footer a:hover
{
  text-decoration: underline;
  color: red;
}

td#footer {
  color: silver;
  vertical-align: center;
  padding-right: 1em;
  font-size: 11px;
}

#footer {
	color: silver;
	vertical-align: center;
	padding-right: 1em;
}

.tabnews img {
  	padding-top: 7px;
	padding-right: 10px;
}

table.tabnews
{
	border-bottom: solid 1px gray;
	border-collapse: collapse;
	text-align: justify;
}

.tabnews br
{
	line-height: 1px;
}

table.tabnews pre
{
	background-color: #dddddd;
	padding: 4px;
	text-indent: 0px;
	border: solid gray 1px;
	font-size: 11px;
	font-family: courier new, fixed, monospace;
}

.inline_left
{
	text-align: center;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 8px;
}

.inline_right
{
	text-align: center;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.main .mktxtcontr
{
	font-family: Times New Roman, helvetica, Arial;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.inline
{
	text-align: center;
	padding: 5px;
	background-color: #ddd;
	border: solid gray 1px;
	font-size: 9px;
}

.inline img
{
	margin-bottom:5px;
	padding: 0px;
}

.inline p
{
	text-align: center;
	margin: 0px;
}
.inline table
{
	width: 100%;
	border: gray 2px;
	border-collapse: separate;
	background-color: gray;
	margin-bottom:5px;
}

.inline table td
{
	background-color: #ccc;
	padding-left: 5px;
	padding-right: 5px;
	font-size:10px;
}

.inline table th
{
	font-size:10px;
	background-color: #bbb;
	padding-left: 8px;
	padding-right: 8px;
}
