﻿body 
{
	
}

a.btn
{
    text-decoration: none;
    background-color: Silver;
    padding: 0px 4px 0px 4px;
}
        
th.lft, td.lft {text-align:left;}

.style1
{
    width: 100%;
}
        
a.optionsBtn
{
    position: relative;
    top: 12px;
}
        
.SettingsPanel
{
	position:relative;
	Border: Solid;
	Border-width:1px;
	Width:200px
}

.table-head, .table-body, .table-highlighted-column
{
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: Black;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;
	border-bottom-style:none;
}

.table-body
{
	border-left-style:none;
}

.table-head
{
	font-weight:bold;
	background-color: LightBlue;
}

.table-highlighted-column
{
	border:none;
	font-weight:bold;
	background-color: LightBlue;
}
