﻿.modalBackground
{
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

.LoadingModalPopup
{
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding-top: 30px; 
    border-style:solid; 
    border-width:1px; 
    background-color:White; 
    width:200px; 
    height:100px;
}

.dg_header
{
    padding-bottom: 3px;
    border-bottom: solid 1px #ff9933;
}

.dg_row
{
    padding-top: 3px;
}

.dg_cell_line
{
    border-bottom: solid 1px #c4c7ca;
    padding-top: 3px;
    padding-bottom: 3px;
}

.dg_padding_left
{
    padding-left: 10px;
}

.capitalize
{
    text-transform: capitalize;
}

.center_text
{
    text-align: center;
}

.capitalize
{
    text-transform: capitalize;
}

/*
a.mySubmitButton {

  border: 1px solid #ff6600; 

  font-size: 10px; 

  font-family: Arial; 

  padding: 1px 3px 1px 3px;

  width: 100px; 

  height: 16px; 

  color: #ff6600; 

  background-color: #ffefe7;

}

 

a:hover.mySubmitButton {

  border: 1px solid #ff6600; 

  font-size: 10px; 

  font-family: Arial; 

  padding: 1px 3px 1px 3px;

  width: 100px; 

  height: 16px; 

  color: #ff6600; 

  background-color: #ffefe7;

  text-decoration:none;

}

 

a.mySubmitButtonDisabled {

  border: 1px solid gray; 

  font-size: 10px; 

  font-family: Arial; 

  padding: 1px 3px 1px 3px;

  width: 100px; 

  height: 16px; 

  color: gray; 

  background-color: #dbdbdb;

}

 

a:hover.mySubmitButtonDisabled {

  border: 1px solid gray; 

  font-size: 10px; 

  font-family: Arial; 

  padding: 1px 3px 1px 3px;

  width: 100px; 

  height: 16px; 

  color: gray; 

  background-color: #dbdbdb;

  cursor:default;

  text-decoration:none;

}

*/