﻿@media all {
  .modalBackground {
    height:100%;
    background-color:#EBEBEB;
    filter:alpha(opacity=70);
    opacity:0.7;
  }
  .customTable {
    border: 1px solid #20ee20;
    color: #000000;
    background-color: #bbfbbb;
  }
  
  .customTable caption {
    border-top: 1px solid #20ee20;
    border-left: 1px solid #20ee20;
    border-right: 1px solid #20ee20;
  }
  
  div.navBar a,
  div.navBar a:link {
    color: #606060;
    text-decoration: none;
  }
  
  div.navBar a:hover,
  div.navBar a:focus,
  div.navBar a:active {
    color: Black;
    text-decoration: none;
    border-bottom: 1px dotted black;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
    font-size: 10pt;
  }

  input, select, textarea {
    font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
    font-size: 1em;
  }
  
  form {
    margin: 0;
    padding: 0;
  }
  
  p {
    line-height: 1.5em;
    font-size: 1em;
  }
  
  table {
    font-size: 1em;
  }
  
  caption {
    font-weight: bold;
    background-color: #60ee60;
    background-image: url("../images/back.png");
    background-repeat: repeat-x;
    background-position: 0% 25%;
    padding: 0.5em;
    white-space: nowrap;
  }
}
