
body {
  font-family: Arial, Sans-Serif;
  margin: 0px 0px 0px 0px;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border-style: none;
}

.PageTitle {
  font-size: 200%;
  font-weight: bold;
}

.SubTitle {
  border-bottom: solid 1px #000000;
  font-size: 150%;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 8px 0px;
  width: 100%;
}

/*
.SubTitle {
  background-color: #524896;
  border: solid 1px #000000;
  color: #FFFFFF;
  font-size: 150%;
  font-weight: bold;
  padding: 3px 5px 3px 5px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  width: 100%;
}*/

.SubTitle a {
  color: #000000;
}

div.SubTitle div.Link {
  float: right;
  font-size: 60%;
  font-weight: normal;
  padding-top: 10px;
}

div.SubTitle div.Link a {
  color: #0000FF;
}

.SubSubTitle {
  font-size: 125%;
  font-weight: bold;
}

.SmallText {
  font-size: 80%;
}

div.ErrorMessage {
  color: #FF0000;
  font-weight: bold;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

div.NiceMessage {
  color: #009900;
  font-weight: bold;
  padding: 4px 0px 4px 0px;
  text-align: center;
}

/* BEGIN - InputForm */

td.FieldLabel {
  font-weight: bold;
  text-align: right;
  width: 1%;
  white-space: nowrap;
}

.FieldControl {
  width: 100%;
}

.RequiredAsterisk {
  font-size: 125%;
  font-weight: bold;
  color: #FF0000;
}

/* END - InputForm */

/* BEGIN - SideBar */

img.SideBar {
  border-bottom: solid 1px #000000;
  border-top: solid 1px #000000;
}

h3.SideBar {
  font-family: Arial;
  font-size: 14pt;
  font-weight: bold;
  margin: 0px 0px 0px 0px;
  padding: 10px 2px 0px 5px;
}

div.SideBar {
  font-family: Arial;
  font-size: 12pt;
  padding: 0px 2px 5px 10px;
}

div.SideBarInner {
  font-size: 80%;
  padding-left: 10px;
}

/* END - SideBar */

/* BEGIN - DataGrid */

table.DataGrid {
  width: 100%;
}

table.DataGrid TR.Header {
  background-color: #FFFFFF;
  color: #339933;
  font-weight: bold;
  text-align: center;
}

table.DataGrid TR.R {
  background-color: #EEEEEE;
}

table.DataGrid TR.A {
  background-color: #CCCCCC;
}

table.DataGrid TR.H {
  background-color: #FFF9CC;
}

table.DataGrid TR.HLink {
  background-color: #FFF9CC;
  cursor: pointer;
  cursor: hand;
}

table.DataGrid TR.Link {
  cursor: pointer;
  cursor: hand;
}

table.DataGrid TR.Pager td {
  background-color: #000000;
  color: #FFFFFF;
  font-size: 80%;
}

table.DataGrid TR.Pager td a {
  color: #FFB019;
}
/* END - DataGrid */

/* BEGIN - DataGrid Dashed */
table.Dashed {
  border-collapse: collapse;
  width: 100%;
}

table.Dashed td {
  border-bottom: dashed 1px #91C978;
  border-top: dashed 1px #91C978;
  padding: 4px 0px 4px 0px;
  vertical-align: top;
}

table.Dashed td.D {
  font-weight: bold;
  padding-right: 8px;
  text-align: right;
  white-space: nowrap;
  width: 1%;
}

table.Dashed tr.H {
  background-color: #FFF9CC;
}

table.Dashed tr.HLink {
  background-color: #FFF9CC;
  cursor: pointer;
  cursor: hand;
}
/* END - DataGrid Dashed */

/* BEGIN - NoteLog */
table.NoteLog {
  border-collapse: collapse;
  font-size: 80%;
  width: 100%;
}

table.NoteLog TD {
  background-color: #EEEEEE;
  border: solid 1px #000000;
  padding: 10px 5px 10px 5px;
}

table.NoteLog TD.A {
  background-color: #CCCCCC;
}

table.NoteLog TD UL, table.NoteLog TD OL {
  margin-bottom: 0px;
}
/* END - NoteLog */

td.Icon100 {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  vertical-align: top;
}

td.Icon100 img {
  border: solid 1px #000000;
}

ul.NoTop, ol.NoTop {
  margin-top: 0px;
}

ul.NoMargin, ol.NoMargin {
  margin-bottom: 0px;
  margin-top: 0px;
}

.Hand {
  cursor: pointer;
  cursor: hand;
}

div.DashedLine {
  border-bottom-style: dashed;
  border-bottom-width: 2px;
  margin: 8px 0px 8px 0px;
}
