﻿.tree td 
{
    vertical-align:top;
}
.centermenu
{
    margin-left: 200px;
}

.centerwithpadding
{
	padding: 5px;
	text-align: center;
}

.contentarea
{
    width: 725px;
}
.table-format
{
    BORDER: #F5ECCA 1px solid;
    BORDER-BOTTOM: #4A6EB8 4px solid;
    VERTICAL-ALIGN: top;
}
.grouping-box
{
    border: 1px solid #4A6EB8;
}
.grouping-box-highlighted
{
    border: 1px solid #4A6EB8;
    background-color: #FFFF00;
}
.grouping-box-red
{
    border: 1px solid #000000;
    background-color: Red;
    padding: 8px;
    color: White;
    font-weight:bold;
}
.navigation-area
{
    BACKGROUND-COLOR: #FFFAEB;
    WIDTH: 150px;
}
.centered
{
    text-align: center;
}
.whitetext
{
    color: #FFFFFF;
}
body 
{
}
.orange
{
    COLOR: #476bb3;
    text-decoration: underline;
}
.green
{
    COLOR: Green;
}
.red
{
    COLOR: Red;
}    
H1
{
    COLOR: #4A6EB8;
    }
H2
{
    COLOR: #4A6EB8;
}
H3
{
    COLOR: #4A6EB8;
}
.likeH3
{
    COLOR: #4A6EB8;
    font-size: large;
    font-weight: bold;
}
.leftmargin100
{
    margin-left: 100px;
}
.Tahoma10
{
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
}
.security
{
    font-family: Verdana;
    font-size: .8em;
}
.gridformat
{
    vertical-align: top;
    text-align: left;
}
.subheadingtext
{
    font-size: 20px;
}
.whiteboldtext
{
    color: #FFFFFF;
    font-weight: bold;
}
.grouping-box-padding
{
    padding: 4px;
    border: 1px solid #4A6EB8;
}
.alternatingRow
{
    background-color: #F7F6F3;
}
a
{
    color: #303683;
}
a:hover
{
    color: #607EBF;
}
.smalltext
{
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}
.GridHeader
{
color: Black !important;
}

.group-box-brown
{
    padding: 10px;
    margin: 10px;
    border: 2px solid #996633;
}
.group-box-blue
{
    padding: 10px;
    margin: 10px;
    border: 2px solid #476bb3;
}
.OrangeButton   
{
    background-color: #476bb3;
    color: #FFFFFF;
    font-weight: bold;
}
.BlueButton   
{
    background-color: #476bb3;
    color: #FFFFFF;
    font-weight: bold;
}
.ScrollBox
{
    width: 100%;
    height: 230px;
    overflow: scroll;
    border-style: double;
}
.UpperCase 
{ 
text-transform: uppercase; 
} 
.WaterMark
{
	text-align: center;
	color: GrayText;
}

.DialogBackground
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#4c333333', endColorstr='#4c333333'); /* IE */
    z-index: 1000;
}

.Dialog
{
    display: none;
    position: fixed;
    width: 50%;
    height: 65%;
    top: 25%;
    left: 25%;
    background-color: #FFFFFF;
    z-index: 1001;
}
  
  .HeaderFreez  
{  
position:relative ;   
top:expression(this.offsetParent.scrollTop);  
z-index: 10;  
}


