﻿.textXSmall 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:x-small;
	font-weight: normal;
	color: #000066;
}
.textSmall 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:small;
	font-weight: normal;
	color: #000066;
}

.textXSmallBlackBG
{
	/* background: DarkGray; */
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000066;
}
.textXSmallBold 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:x-small;
	font-weight: bold;
	color: #000066;
}
.textSmallBold 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:small;
	font-weight: bold;
	color: #000066;
}
.textBlueSmallBold 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:small;
	font-weight: bold;
	color: blue;
}
.widthFix {
	width: 97%;
	min-width: 390px;
	margin: 0 auto;
	text-align: center;
}
* html .minwidth {
	padding-left: 390px;
}
* html .container {
	margin-left: -390px;
	position: relative;
}
/*\*/
* html .minwidth, * html .container, * html .content, * html .layout {
	height: 1px;
}

/* style for smaller red text */
.textRedSmall 
{
font-family: verdana,arial,helvetica,sans-serif;
font-size:small;
font-weight: normal;
color:#FF0000;
}

.textRedSmallBold
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: small;
font-weight: bold;
color: #FF0000;
}

.textXRedSmallBold
{
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: bold;
color: #FF0000;
}

.textRedXSmallBG
{
background: red;
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: normal;
color: White;
}

.textRedSmallBG
{
background: red;
font-family: verdana,arial,helvetica,sans-serif;
font-size: small;
font-weight: normal;
color: White;
}


.textGrayXSmallBG
{
background: gray;
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: normal;
color: White;
}

.textYellowXSmallBG
{
background: yellow;
font-family: verdana,arial,helvetica,sans-serif;
font-size: x-small;
font-weight: normal;
color: #000066;
}

Table.OfficersTbl
{
	border-color: Blue;
	border-spacing: 1; 
}

.TableHead {
	background-color: #6699CC;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight:bold;
	color: Blue; 
}

.TableBand {
	background-color: #F0F0F0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight:normal;
	color: #000000;
}

.TableBand2 {
	background-color: Silver;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight:normal;
	color: #000000;
}

.textSmallBoldWhite 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight: bold;
	color: #6699FF;
}

.textXSmallBoldWhite 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Olive;
}

.textXSmallBoldWhiteU 
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: underline; 
	color: Olive;
}
/***************************/
/*  DATAGRID/TABLE STYLES  */
/***************************/
/* Datagrid Header */
.gridHeader {
	background-color: #716F64;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight:bold;
	color: #FFFFFF;
}
.gridHeader a:link, .gridHeader a:active, .gridHeader a:hover, .gridHeader a:visited  {
	background-color: #716F64;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: small;
	font-weight:bold;
	color: #FFFFFF;
}

/* Datagrid Light Grey Row Color */
.gridGreyLt {
	background-color: #F4F4F4;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
}
/* Datagrid Dark Grey Row Color */
.gridGreyDk {
	background-color: #D3D3D3;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
}
/* Datagrid Row Hover Color */
.gridHover {
	background-color: #E7EEE4;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
    padding-top: 1px;
    padding-bottom: 1px;
}
/* Datagrid Row Selected Color */
.gridSelected {
	background-color: #E3DEC1;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
        padding-top: 1px;
    padding-bottom: 1px;
}
/* Datagrid Text */
.gridData {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
/* Datagrid Pager */
.gridPager {
	background-color: #AEACA3;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
	text-align:left;
}
/* Datagrid Empty Row */
.gridEmptyRow {
	background-color: #F4F4F4;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #FF0000;
}
/* Additional color grids */
.gridGreenLt{
	background-color: #D6E8CE;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
}
.gridYellow{
	background-color: #FFFFCC;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
}
.gridOrange{
	background-color: #E6A23E;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:normal;
	color: #000000;
}
/* Datagrid Red Alert */
.gridAlert {
	background-color: #D90000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: x-small;
	font-weight:bold;
	color: #ffffff;
}

/* buttons - Eugene */
.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    /*background: transparent url('../images/day/bg_button_a.gif') no-repeat scroll top right;
    color: #142180;
    display: block;
    float: left;
    font: bold 14px Verdana, 'Century Gothic', arial, sans-serif;
    height: 50px;
    margin-right: 6px;
    padding-right: 20px; sliding doors padding 
    text-decoration: none; */
    color:blue;
    text-decoration: underline;
}
a.button:hover {text-decoration: none; color:Red;}

a.button span {
    /*background: transparent url('../images/day/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 40px;
    padding: 5px 0 5px 18px;*/
    /*text-decoration:underline;*/
} 

a.button:active {
    /*color: #bcbcbc;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    /*padding: 6px 0 4px 18px;  push text down 1px */
} 
.showhide {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:small;
	font-weight: normal;
	color: #0000FF;
	text-decoration:none;
}
a.showhide:hover{
	text-decoration:underline;
}
.newcontrol
{
    background-color:Orange;   
}
/*Eugene - 09/14/2021*/
label, input[type="radio"], input[type="checkbox"]  {
  vertical-align: middle;
  margin-right:3px;
  margin-left: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  /*font-size: 1em;*/
  height: 1.3em;
}

