﻿body
{
	font-size: Small;
	font-family: Tahoma;
	background-color: #bab8bd;
}
tr
{
    vertical-align: top;
}
td.news
{
    font-weight: bold;
    vertical-align: middle;
}
td
{
    color: white;
}
td.menu
{
    width: 103px;
    background-color: #261a3a;
}
td.newsdate
{
    color: #32b3de; 
    font-weight: bold; 
}
td.copyright
{
    color: #000000;
    font-weight: bold;
    text-align: center;
}
td.content
{
    background-color: #261a3a;
    text-align: left;
}
td.c-content
{
    background-color: #261a3a;
    text-align: center;
}
td.r-content
{
    background-color: #261a3a;
    text-align: right;
}
.info
{
    color: #32b3de;
}
td.frame-t, td.frame-b
{
    background-color: #261a3a;
    text-align: center;
    height: 8px;
}
td.frame-l, td.frame-r
{
    background-color: #261a3a;
    vertical-align: middle;
    width: 8px;
}
td.devider
{
    height: 4px;
}
td.vdevider
{
    width: 4px;
}
td.picture
{
    width: 50px;
    vertical-align: middle;
}
a.menuitem:link
{
    text-decoration: none;
    color: white;
    display: block;
}
a.menuitem:visited
{
    text-decoration: none;
    color: white;
    display: block;
}
a.menuitem:hover
{
	text-decoration: none;
	color: #ffff33;
	background-color: #780ea0;
	display: block;
}
a.menuitem:active
{
    text-decoration: none;
    color: white;
    display: block;
}
a:link
{
    color: #32b3de;
    text-decoration: none;
}
a:visited
{
    color: #32b3de;
    text-decoration: none;
}
a:hover
{
    color: #ff0099;
}
div.menuNormal
{
    display: none;
    position: static;
}

div.menuHover
{
    display: inline;
    position: absolute;
    z-index: 0;
}
table.menu
{
	font-weight: bold;
	background-color: #3c2356;
	border-right: #bcbcbc 1px solid;
	border-left: #bcbcbc 1px solid;
	border-bottom: #bcbcbc 1px solid;
}
td.menuNormal
{
    padding: 0px;
    text-indent: 5px;
}
td.menuHover
{
    padding: 0px;
}
td.frame-lt
{
    width: 8px;
    height: 8px;
}
td.frame-rt
{
    width: 8px;
    height: 8px;
}
td.frame-lb
{
    height: 8px;
    width: 8px;
}
td.frame-rb
{
    width: 8px;
    height: 8px;
}
td.frame-lb-blue
{
    height: 20px;
    width: 8px;
}
td.frame-b-blue
{
    background-color: #261a3a;
    height: 20px;
}
td.frame-rb-blue
{
    height: 20px;
    width: 8px;
}

table
{
    border-collapse: collapse;
}

.today
{
	font-size: 8pt;
}

.todaycolor
{
	color: #32b3de;
}