﻿html, form, body
{
  border: 0px;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}

body
{
  background-color: #e6eef6;
  color: #3b3b3b;
  font-family: Tahoma;
  font-size: 11px;
}

div.Progress
{
  border: 1px solid #a5acb5;
  background-color: #e6eef6;
  font-family: Tahoma;
  color: #3b3b3b;
  cursor: wait;
  font-size: 11px;
  font-weight: bold;
  width: 200px;
  height: 15px;
  text-align: center;
  padding: 1px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -12px;
  margin-left: -100px;
  vertical-align: middle;
  z-index: 51;
}

table.TableTitle
{
  width: 100%;
}

td.SecTitle
{
  background-color: #21374c;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  height: 25px;
  padding-right: 4px;
  padding-left: 8px;
}

td.Section
{
  background-color: #21374c;
  border: 1px solid #a5acb5;
  color: #ffffff;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  height: 20px;
  padding-left: 1px;
  padding-top: 1px;
  vertical-align: middle;
  width: 100%;
}

table.Content
{
  width: 100%;
}

td.Options input, input.Button
{
  background-color: #ffffff;
  border: #a5acb5 1px solid;
  color: #3b3b3b;
  cursor: pointer;
  font-family: Tahoma;
  font-size: 11px;
  height: 17px;
}

td.Options input:hover, input.Button:hover
{
  background-color: #21374c;
  color: #ffffff;
}

img.Filter
{
  border: 0px;
  cursor: pointer;
  vertical-align: middle;
}

div.Filter
{
  padding-top: 0px;
}

hr.Separator
{
  background-color: transparent;
  border-bottom: medium none;
  border-left: medium none;
  border-right: medium none;
  border-top: #cccccc 1px solid;
  height: 1px;
  padding-left: 0px;
  width: 100%;
}

a.Link
{
  font-family: Tahoma;
  font-size: 11px;
  color: #0000ff;
  cursor: pointer;
}

a.Link:hover
{
  color: #0000ff;
  text-decoration: underline;
}

td.FilterCaption
{
  background-color: #e6eef6;
  border: 1px solid #a5acb5;
  height: 16px;
  vertical-align: middle;
  width: 200px;
}

td.FilterCaptionTitle
{
  background-color: #e6eef6;
  border: 1px solid #a5acb5;
  height: 16px;
  vertical-align: middle;
  width: 200px;
}

td.Options
{
  background-color: #e6eef6;
  border: 1px solid #a5acb5;
  text-align: left;
}

td.PagingInfo
{
  background-color: transparent;
  border-bottom: solid 0px transparent;
  border-right: solid 0px transparent;
  border-top: solid 0px transparent;
  color: #3b3b3b;
  font-family: Tahoma;
  font-size: 11px;
  height: 17px;
  text-align: left;
  width: 100%;
}

td.PagingOptions
{
  background-color: transparent;
  border-bottom: solid 0px transparent;
  border-left: solid 0px transparent;
  border-top: solid 0px transparent;
  height: 17px;
  text-align: left;
  white-space: nowrap;
}

td.Content td.Caption
{
  background-color: #e4e4e4;
  padding-right: 5px;
  width: 200px;
}

td.CaptionShort
{
  height: 22px;
  text-align: left;
  width: 50px;
}

td.Content
{
  border: #a5acb5 1px solid;
  border-bottom: 0px;
}

td.Information
{
  border: #a5acb5 1px solid;
  padding: 2px 2px 2px 2px;
}

td.Information td.Caption
{
  background-color: #e4e4e4;
  padding-right: 5px;
  width: 200px;
}

td.Header
{
  background-color: #ebebeb;
  border: 1px solid #708090;
  color: #000000;
  font-weight: bold;
  height: 17px;
  text-align: center;
  vertical-align: middle;
}

td.Footer
{
  background-color: #ebebeb;
  border: 1px solid #708090;
  color: #000000;
  font-weight: bold;
  height: 17px;
  text-align: center;
  vertical-align: middle;
}

input.TextBox
{
  border: 1px solid #a5acb5;
  font-family: Tahoma;
  font-size: 11px;
  height: 17px;
  margin: 0px;
  padding-left: 3px;
  vertical-align: middle;
  width: 245px
}

textarea.TextBox2
{
  border: #a5acb5 1px solid;
  font-family: Tahoma;
  font-size: 11px;
  margin-right: 4px;
}

select.DropDownList
{
  border: #a5acb5 1px solid;
  font-family: Tahoma;
  font-size: 11px;
  height: 21px;
  vertical-align: middle;
}

.ListHeaderStyle th
{
  border-bottom: #708090 1px solid;
  background-color: #ebebeb;
  height: 17px;
}

.ListRowStyle
{
  color: #333333;
  background-color: #ffffff;
  height: 17px;
}

.ListRowStyle:hover
{
  background-color: #e1eaf2;
  color: #333333;
  cursor: pointer;
}

.ListAlternatingStyle
{
  background-color: #E0E0E0;
  color: #333333;
  height: 17px;
}

.ListAlternatingStyle:hover
{
  background-color: #e1eaf2;
  color: #333333;
  cursor: pointer;
}

.ListAlternatingStyleTran
{
  background-color: #ffffff;
  color: #333333;
  height: 17px;
}


.ListHeaderStyleChild th
{
  background-color: #d6e6f3;
  border-bottom: 1px solid #708090;
  height: 17px;
}

.ListStyle
{
  border-left: #708090 1px solid;
  border-top: #708090 1px solid;
}

.ListStyle td, .ListStyle th
{
  border-color: #708090;
  height: 17px;
}

.FooterInvisible
{
  visibility: hidden;
}

div.MenuItem
{
  margin: 0;
  position: relative;
  background-color: #e6eef6;
  border: 1px solid #c4d3f1;
  border-bottom: 1px solid #a5acb5;
  color: #000000;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  padding: 1px;
  display: block;
  height: 48px;
}

div.MenuItem:hover
{
  color: #000000;
  background: #fdeeb3;
  border: 1px solid #f1c43f;
}

div.MenuItem a
{
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  padding: 17px;
}

div.MenuItem img
{
  float: left;
  border-style: none;
}

div.MenuActive
{
  margin: 0;
  background: #21374c;
  border: 1px solid #a5acb5;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 11px;
  padding: 1px;
}

div.MenuActive:hover
{
  color: #ffffff;
  background: #21374c;
  border: 1px solid #a5acb5;
}

div.MenuActive a
{
  color: #ffffff;
  text-decoration: none;
  display: block;
}

.MenuContainer
{
  padding: 0;
  overflow: hidden;
  clear: both;
  background: #e6eef6;
  margin: 0;
}

div.SubMenuItem
{
  margin: 0;
  position: relative;
  background-color: #e6eef6;
  border: 1px solid #c4d3f1;
  border-bottom: 1px solid #a5acb5;
  color: #000000;
  cursor: pointer;
  font-size: 11px;
  font-weight: bold;
  padding: 1px;
  display: block;
  height: 16px;
}

div.SubMenuItem:hover
{
  color: #000000;
  background: #fdeeb3;
  border: 1px solid #f1c43f;
}

div.SubMenuItem a
{
  color: #000000;
  white-space: nowrap;
  text-decoration: none;
  display: block;
  vertical-align: middle;
  padding: 1px;
}

.ModalPopup
{
  background-color: #e6eef6;
  border: 1px solid #a5acb5;
  padding: 5px;
  width: 250px;
}

.ModalPopupBackground
{
  background: #b4b4b4 url("../../Images/body_bg.gif") repeat left top;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.ModalPopup div.ModalPopupHeader
{
  background-color: #21374c;
  border: 1px solid #a5acb5;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px;
}

.ModalPopup div.ModalPopupContent
{
  background-color: #ffffff;
  border: 1px solid #a5acb5;
}

.ModalPopup div.ModalPopupOptions
{
  background-color: #e6eef6;
  border: 1px solid #a5acb5;
  margin-top: 5px;
  text-align: left;
  padding: 2px;
}

.ButtonHide
{
  display: none;
}

.Calendar .ajax__calendar_container
{
  border: 1px solid #a5acb5;
  background-color: #ffffff;
}

.Calendar .ajax__calendar_other .ajax__calendar_day, .Calendar .ajax__calendar_other .ajax__calendar_year
{
  border: 1px solid #a5acb5;
  color: #cccccc;
}

.Calendar .ajax__calendar_hover .ajax__calendar_day, .Calendar .ajax__calendar_hover .ajax__calendar_month, .Calendar .ajax__calendar_hover .ajax__calendar_year
{
  border: 1px solid #f1c43f;
  background: #fdeeb3;
  color: #000000;
}

.Calendar .ajax__calendar_day, .Calendar .ajax__calendar_month, .Calendar .ajax__calendar_year
{
  border: 1px solid #a5acb5;
}

.Calendar .ajax__calendar_footer
{
  border-top: 1px dashed #a5acb5;
  margin-top: 2px;
}

.Calendar .ajax__calendar_header
{
  border-bottom: 1px dashed #a5acb5;
  margin-bottom: 3px;
}

.Calendar .ajax__calendar_active .ajax__calendar_day, .Calendar .ajax__calendar_active .ajax__calendar_month, .Calendar .ajax__calendar_active .ajax__calendar_year
{
  border: 1px solid #a5acb5;
  background-color: #21374c;
  color: #ffffff;
  font-weight: bold;
}

.CalendarTrigger
{
  cursor: pointer;
  margin-left: 2px;
  margin-top: 1px;
}

.SearchTrigger
{
  cursor: pointer;
  margin-left: 2px;
  margin-top: 1px;
}

.CloseTrigger
{
  float: right;
  cursor: pointer;
  margin-right: -3px;
  margin-top: -3px;
}

.Label
{
  background-color: #ebebe4;
  border: 1px solid #a5acb5;
  float: left;
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  height: 16px;
  padding-left: 3px;
  padding-top: 3px;
  vertical-align: middle;
  width: 245px;
}
