﻿body
{
  background-color: #e8e8e8;
  background-image: url(images/background.gif);
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 11px;
}
td
{
  font-size: 11px;
  color: #6a6a6a;
}
input, select, textarea
{
  font-size: 11px;
}
input.textbox
{
  width:200px;
}
.button
{
  background-color: #f5f5f5;
  border-right: #696969 1px solid;
  border-top: #696969 1px solid;
  border-left: #696969 1px solid;
  border-bottom: #696969 1px solid;
  margin-left: 1px;
  margin-right: 1px;
  width:auto;
}
div
{
  color: #6a6a6a;
}
.footer
{
  background-color: #555555;
  color: #cccccc;
  font-size: 10px;
}
a
{
  color: #ff8820;
  font-size: 11px;
}
a:hover
{
  color: #696969;
}
a.footer
{
  color: #cccccc;
  font-weight: bold;
  text-decoration: none;
}
a.footer:hover
{
  color: White;
  text-decoration: underline;
}

.BackEndTitle
{
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
}
.BackEndSubTitle
{
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
/* for repeater lists */
.RepeaterBox
{
  width: 450px;
  border-right: black 1px solid;
  padding-right: 3px;
  border-top: black 1px solid;
  padding-left: 3px;
  padding-bottom: 3px;
  border-left: black 1px solid;
  padding-top: 3px;
  border-bottom: black 1px solid;
  margin:5px;
}
.RepeaterTitle
{
  background-color: #696969;
  color: #ffffff;
  font-weight: bold;
}
.ItemList
{
  background-color: #f0f8ff;
}
.AltItemList
{
  background-color: #f5f5f5;
}
.HelpText
{
  font-size: 11px;
}
.FrontEndTitle
{
  color: #ff8820;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
.FrontEndSubTitle
{
  color: #ff8820;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 10px;
}
.ScrollBox
{
  border: solid 1px black;
  OVERFLOW-X: hidden; 
	OVERFLOW: auto;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.PopupWindow
{
	padding: 5px 5px 5px 5px;
	border: solid 1px black;
}