﻿body {
}

h1
{
    color: #00AB00 !important;
    font-size: 37px !important;
}

h2
{
    color: #009000 !important;
    font-size: 20px !important;
    font-weight: bold !important;
}

.footer a:link,
.footer a:active,
.footer a:visited
{
    color: #a0a0a0;
}

.footer a:hover
{
    color: #c0c0c0;
}

ul
{
    margin-top: 0px;
    margin-bottom: 0px;
}

.underline
{
    text-decoration: underline;
}

.reportMenu
{
    width: 100% !important;
}

.reportMenu
{
    text-align: left;
    height: 30px !important;
    overflow: visible;
    border: none !important;
    background-image: url("../../Graphics/Mindius/menuBackground.png") !important;
}

.reportMenu div.menuItem a
{
    display: block; 
    font-weight: bold; 
    padding: 6px 25px 5px 25px; 
    border-bottom: 4px solid #606060;
}

.reportMenu div.menuItem:hover a
{
    text-decoration: none;
    border-bottom: 4px solid #A0A0A0;
    cursor: pointer;
}

.reportMenu div.menuItem
{
    float: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
    cursor: pointer;
}

div.clear
{
    height: 0px;
    overflow: hidden;
}

.reportMenu div.menuItem.selected
{
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
}

.reportMenu div.menuItem.selected a
{
    border-bottom: 4px solid #00AB00;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
	text-align: right;
}

