﻿

html, body, #wrapper {
  height:100%;
  margin: 0;
  padding: 0;
  border: none;
  text-align: left;
}

body {
    font-size: small;
    font-family: Tahoma;
}

#wrapper {
  margin: 0 auto;
  text-align: left;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

.MasterTopRow
{
    vertical-align: top;
    height: 50px;
}
.MasterMiddleRow
{
    vertical-align: top;
    height: 99%;
}
.MasterMainContent
{
    vertical-align: text-top;
}
.MasterFooter
{
    font-size: x-small;
    vertical-align: text-bottom;
    text-align: center;
}
.TableBorders
{
    border: 1px outset #FF0000;
    padding: 0px;
    margin: 0px;
    empty-cells: hide;
    width: 246px;
    
    font-size: xx-small;
}
.TableFormatting, .TableFormattingGray, .TableFormattingWhite, TableFormattingInnerBorders, #wrapperTable
{
    border-style: solid;
    border-width: 1px;
    padding: 1px 4px;
    margin: 0px;
    empty-cells: hide;
    font-size: small;
    font-style: normal;
    font-weight: normal; /*background-color: #FFFFCC;*/
    background-color: #EBEBEB; /*  #E5E5E5  #D4D4D4   #E3EAEB*/
    width: 100%;
    float: left;
}
.TableFormattingGray
{
    background-color: #C1C0C7;
}
.TableFormattingWhite
{
    background-color: #FFFFFF;
}
.TableFormattingInnerBorders
{
    border-style: groove;
    border-width: 2px;
}
.TableFormattingInheritFont
{
    font-size: small;
    font-style:inherit;
    font-weight:inherit;
}
.FontNotSoSmall
{
    font-size: small;
    font-style:inherit;
    font-weight:inherit;
}

.TableHeader
{
  /* background-image: url('http://www.best-nation.com/images/bluegradsmall.jpg'); */
    font-weight: bold;
/*    color: #FFFFFF;*/
    text-align: left;
    border-bottom-style: groove;
    border-bottom-width: 2px;
    border-bottom-color: #808080;
    font-size: small;
}
.HeaderTitle
        {
            font-family: Arial, Helvetica, sans-serif;
            font-size: large;
            font-style: normal;
            font-weight: normal;
            color: #000080;
        }
.HeaderSubTitle
{
    font-size: small;
    font-weight: lighter;
    font-family: Century;
}
.statusLabel
{
    font-family: Tahoma;
    font-size: small;
    color: #0000FF;
}
.TableHeaderGraphic
{
    background-color: #003399;
    color: #FFFFFF;
   /* font-weight: bold;*/
   /* background-image: url('images/bnrBlue2.gif');*/
    background-image: url('images/blueGrad2.jpg');
    text-align: left;
    /*font-size: small;*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    font-weight: normal;    
    
}
.textBox
{
    border-style: inset;
    /*border-width: 2px;*/
}
.styleConstruction
        {
            color: #FF3300;
            font-weight: bold;
            font-size: medium;
            text-align: center;
        }
.menuStyle
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('images/menuBack.jpg');
    background-repeat: repeat-x;
    color: Black;
    
}
.menuHover
{
    border-style: groove;
    border-width: thin;
}

.collapsePanel
{
    border-style: outset;
    border-width: thin;
    background-color: #FFFFCC;
    width: 300px;
    height: 0px;
    text-align: left;
    vertical-align: top;
}
.collapsePanelHeader
{
    color: White;
    width: 95px;
    font-weight: normal;
    font-size: small;
    cursor: pointer;
    vertical-align: bottom;
    
}