﻿body
{
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 1%, rgba(97,97,97,0) 59%, rgba(165,165,165,0.65) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(0,0,0,0)), color-stop(59%,rgba(97,97,97,0)), color-stop(100%,rgba(165,165,165,0.65))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(97,97,97,0) 59%,rgba(165,165,165,0.65) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(97,97,97,0) 59%,rgba(165,165,165,0.65) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0,0,0,0) 1%,rgba(97,97,97,0) 59%,rgba(165,165,165,0.65) 100%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 1%,rgba(97,97,97,0) 59%,rgba(165,165,165,0.65) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6a5a5a5',GradientType=0 ); /* IE6-9 */
}

*
{
  font-family: Arial;
  font-size: 10px;
  font-size: 12px;
}

.BarHeader
{
  background-color: #003366;
  color: white;
  padding: 10px;
  border-radius: 5px;
}

/* AJAX LOADER */

#AjaxLoader
{
  display: none;
}

.modal-overlay
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  opacity: .75;
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  z-index: 1000001;
}

#AjaxText
{
  text-align: center;
  width: 250px;
  height: 80px;
  position: absolute;
  top: 45%;
  margin-top: -10px;
  left: 50%;
  margin-left: -125px;
  border: 1px solid #640063;
  background-color: #003366;
  color: #FFFFFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 100000000;
}

/* END AJAX LOADER */

/* ZEBRA TABLE */

.Zebra
{
  border-collapse: collapse;
  width: 100%;
}

.Zebra tr td
{
  padding: 5px;
  font-weight: bold;
  height: 30px;
}

.Zebra tbody tr.even
{
  background-color: #ccc;
  background: #D1DDE4;
  font-weight: bold;
}

.bordered
{
  width: 100%;
  border: 1px solid #C0C0C0;
  padding: 5px;
  background-color: #FBFBFB;
}

.bordered th
{
  background-color: #003366;
  padding: 5px;
  color:#FFFFFF;
}

.bordered th img
{
  margin-left: 5px;
  margin-right: 5px;
}

.bordered td
{
  padding: 10px;
}

.bordered tr:nth-child(even)
{
  background-color: #E9E9E9;
  padding: 10px;
}

.bordered tr:hover
{
  background: #d5daed;
}

/* END ZEBRA TABLE */

.form-horizontal .row {
   margin-right: 0px !important;
   margin-left: 0px !important;
}

.form-horizontal .form-group {
   margin-right: 0px !important;
   margin-left: 0px !important;
}