﻿body 
{
    font-family: Arial;
    font-size: 12px;
}
.normal
{
    font-family: Arial;
    font-size: 12px;
}
.normalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.large
{
    font-family: Arial;
    font-size: 13px;
}
.largeBold
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.largeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}
.xlarge
{
    font-family: Arial;
    font-size: 15px;
}
.xlargeBold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.xlargeBoldBlue
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #0033cc;
}
.xlargeBoldBlack, #tblMaster .xlargeBoldBlack a
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}
.xxlargeBold
{
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
}
.small
{
    font-family: Arial;
    font-size: 11px;
}
.smallBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.xsmallBold
{
    font-family: Arial;
    font-size: 9px;
    font-weight: bold;
}
.smallRed
{
    font-family: Arial;
    font-size: 11px;
    color:#ff0000;
}
.smallBoldRed
{
    font-family: Arial;
    font-size: 11px;
    color:#ff0000;
    font-weight: bold;
}
.grayHeaderRow
{
    background-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight:bold;
}
.searchRow1
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
}
.searchRow2
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.normalOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.imageBorderBlack
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.imageHover 
{
    cursor: pointer;
}
.tableBorderBottom
{
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-bottom-width: 1px;
}
.tableBorder
{
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}
.blankFormFields
{
    font-family: Arial;
    font-size: 12px;
    background-color: #ffff66;
}
.left
{
    text-align:left;
}
.strike
{
    text-decoration:line-through;
}
.red
{
    color:#ff0000;
}
img
{  
    border-style: none;
}
.xxxxlargeBold
{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.xxlargeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.largeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
button.stop 
{
    background-color: #8b8888;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8b8888 0%), to(#595758 80%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8b8888 0%, #8b8888 50%, #8b8888 50%, #595758 100%);
    background-image: -moz-linear-gradient(top, #8b8888 0%, #8b8888 50%, #8b8888 50%, #595758 100%);
    background-image: -ms-linear-gradient(top, #8b8888 0%, #8b8888 50%, #8b8888 50%, #595758 100%);
    background-image: -o-linear-gradient(top, #8b8888 0%, #8b8888 50%, #8b8888 50%, #595758 100%);
    background-image: linear-gradient(top, #8b8888 0%, #8b8888 50%, #8b8888 50%, #595758 100%);
    color: #fff;
    width:130px;
    font: 12px "helvetica neue", helvetica, arial, sans-serif;
    padding: 4px 4px 4px 10px;
    text-align: LEFT;
}
button.stop:hover 
{
    background-color: #8b8888;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#595758 0%), to(#8b8888 50%));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #8b8888 0%, #918f90 50%, #918f90 50%, #918f90 100%);
    background-image: -moz-linear-gradient(top, #8b8888 0%, #918f90 50%, #918f90 50%, #918f90 100%);
    background-image: -ms-linear-gradient(top, #8b8888 0%, #918f90 50%, #918f90 50%, #918f90 100%);
    background-image: -o-linear-gradient(top, #8b8888 0%, #918f90 50%, #918f90 50%, #918f90 100%);
    background-image: linear-gradient(top, #8b8888 0%, #918f90 50%, #918f90 50%, #918f90 100%);
    cursor: pointer; 
}
button.stop:active 
{
    -webkit-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -moz-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -ms-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    -o-box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
    box-shadow: inset 0 0 20px 0 #1d2845, 0 1px 0 white;
}

.ShadowHidden
{
  display:none;
}
.ShadowBlurColor 
{
  color:#DDD;  
}
.ShadowInput
{
  outline: none;
}
.ShadowText
{
  font-size:13px;
  font-weight:bold;
  float:left;
  margin-top:-3px;
}
.ShadowLabel
{
  font-size:12px;
  font-weight:bold;
  float:left;
}
table 
{
  font-size: 12px;
}
.loadingSpn {
  position:fixed;
  top:48%;
  left:48%;
  z-index:1010;
  background:#fff;
}
ul.level2{
  text-align:left;
  z-index: 15 !important; /* Added by: Jay Davis */
  /* Although '!important' is sometimes considered bad form, */
  /* .NET overrides any z-index with the default value of 1  */
  /* with dynamic menus, such as the one this refers to.     */
  /* '!important' was added to not allow that default value  */
  /* to override this desired value                          */
}
div[id*=mnMenun][id*=Items] > table{
  text-align:left;
  position:relative;
  z-index: 15 !important; 
  

}    
