﻿#middleColumn .inside table.tablestyle1
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#middleColumn .inside table.tablestyle1 th, #middleColumn .inside table.tablestyle1 td
{
	padding: 2px 5px;
}
/* fix for css cascading to nested tables */
#middleColumn .inside table.tablestyle1 table th
{
}
#middleColumn .inside table.download th
{
    height: 30px;
    width: 100px;
}
#middleColumn .inside table.download td
{
    height: 20px;    
}
#middleColumn .inside table.download th a, #middleColumn .inside table.download th a:link,
#middleColumn .inside table.download th a:visited, #middleColumn .inside table.download th a:active
{
    color: #fff;
}
#middleColumn .inside table.tablewithcontrols tr
{
    height: 22px;
}
#middleColumn .inside table.th-middle th, #middleColumn .inside table.td-middle td
{
    vertical-align: middle;
}
#middleColumn .inside table.th-center th, #middleColumn .inside table.td-center td
{
    text-align: center;
}
/* file list */
#middleColumn .inside #file-container
{
    width: 570px;
    overflow: visible; /* auto;*/
}
#middleColumn .inside #file-container table tr td a
{
    cursor: pointer;
}
/* Tooltip */
#middleColumn .inside a.tooltip, #middleColumn .inside a.tooltip:link,
#middleColumn .inside a.tooltip:visited, #middleColumn .inside a.tooltip:active
{
    position: relative;
	text-decoration: none;
}
#middleColumn .inside a.tooltip:hover
{
    background-color: Transparent;
    cursor: help;
}
#middleColumn .inside a.tooltip span.wrapper
{
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    display: block;
    visibility: hidden;
    padding: 5px;
    width: auto;
    border: 1px solid ActiveBorder;
    color: InfoText;
    background-color: #ffffe1; /* InfoBackground not safari compatible (=black) */
    z-index: 100;
}
#middleColumn .inside a.tooltip:hover span.wrapper
{
    visibility: visible;
}
#middleColumn .inside a.tooltip span.info-title
{
    font-weight: bold;
    white-space: nowrap;
}
