﻿.modalBackground {
	background-color:gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.itemStyle
{
    padding-left: 20px;
    padding-right: 20px;
}
A:link
{
    text-decoration: none;
    color: #2c2c2c;
}
A:visited
{
    text-decoration: none;
    color: #2c2c2c;
}
A:active
{
    text-decoration: none;
    color: #2c2c2c;
}
A:hover
{
    text-decoration: underline;
    color: #858585;
}
.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    MozOpacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 10%;
    left: 50%;
}
.FreezePaneOff
{
  visibility: hidden;
  display: none;
  position: absolute;
  top: -100px;
  left: -100px;
}

.FreezePaneOn
{
  position: absolute;
  top: 0px;
  left: 0px;
  visibility: visible;
  display: block;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 999;
  filter:alpha(opacity=70);
  -moz-opacity:0.70;
  padding-top: 20%;
}

.InnerFreezePane
{
  text-align: center;
  width: 66%;
  background-color: #171;
  color: White;
  font-size: large;
  border: solid 1px #111;
  padding: 9px;
}
.maintable
{
	font-family: Verdana;
	font-size: 10pt;
	border-collapse:collapse;
	table-layout:fixed;
}
#maintable1
{
	font-family: Verdana;
	font-size: 10pt;
}
.NumericButtonCssClass
{
	font-family:Verdana; font-size:10pt;
}
.CurrentPageLabelCssClass 
{
	font-family:Verdana; font-size:11pt; font-weight:bold;
}