﻿
body
{
    margin: 4px;
}
body, td, span, div 
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: #646464;
}
select 
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
}
input.textbox 
{
    font-family: Arial, Sans-Serif;
    font-size: 10pt;
    color: Black;
}
.black 
{
    color: Black;
    font-weight: normal;
}
.light 
{
    color: #646464;
    font-weight: normal;
}
.blacku
{
    color: Black;
    text-decoration: underline;
    font-weight: normal;
}
.lightu
{
    color: #646464;
    text-decoration: underline;
    font-weight: normal;
    text-align:left;
}

a 
{
    text-decoration: none;
    color: #2196bd;
}
a:hover 
{
    text-decoration: underline;
}

.pageHeader 
{
    font-size: larger;
    font-weight: bold;
    color: Black;
}
.redflag 
{
    font-weight: bold;
    color: Red;
    text-decoration: underline;
}

/* ---------------------------------------------------------- main bhc table */
table.bhc 
{
    border: 1px solid #2196bd;
    width: 100%;
    border-collapse: collapse;
}
th.bhctop
{
    padding-left: 2px;
    padding-right: 2px;
    border-bottom: 1px solid #2196bd;
    font-weight: normal;
    text-align: left;
    width:60px;
    text-align:left;
    vertical-align: middle;
}
th.bhcbottom 
{
    padding-left: 2px;
    padding-right: 2px;
    border-top: 1px solid #2196bd;
    font-weight: normal;
}
td.bhcc
{
    text-align: center;
    color: Black;
    white-space: nowrap;
}
td.bhcl 
{
    text-align: left;
    color: Black;
    white-space: nowrap;
}

td.bhclLight
{
    text-align: left;
    color: #646464;
}

/* ------------------------------------------------------------ header table */
table.head 
{
    border-collapse: collapse;
    width: 50%;
}
td.headText 
{
/*    text-align: center;
  */
	vertical-align:text-top;
	padding-right: 4px;
	height:100%;

}
td.headSort 
{
	height:100%;
    vertical-align: bottom;
}

/* ------------------------------------------------------------------- pager */
a.pager 
{
    font-weight: bold;
    font-size: small;
}
a.pagerSel 
{
    font-weight: bold;
    font-size: small;
    color: Black;
}

.tooltip
{
	position: absolute;
	border: solid 1px #2196bd;
	visibility:hidden;
	z-index:100;
	overflow:hidden;
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
}

.tooltip table
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	width:100%;
	height:100%;
	table-layout:fixed;
}

.tooltip table tr th
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #2196bd;
	color: White;
	padding:5px;
}

.tooltip table tr th label
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	float:left;
}

.tooltip table tr th a
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	float: right;
	color: White;
	text-decoration: none;
}

.tooltip table tr td
{
	font-family: Arial, Sans-Serif;
	font-size: 10pt;
	vertical-align:text-top;
	height:100%;
	background-color:White;
}

.tooltip table tr td div
{
	font-family: Arial,Sans-Serif;
	font-size: 10pt;
	padding:5px;
}
