/**
 * General Style
 */

BODY {
  background-color: #f0f5ff;
  color: #000000;
}

P {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

A {
  text-decoration: none;
}

A:link {
  color: #002b55;
  text-decoration: underline;
}

A:visited {
  color: #002b55;
  text-decoration: underline;
}

A:hover {
  color: #4040a0;
  text-decoration: underline;
}

A:active {
  color: #002b55;
  text-decoration: underline;
}

TD {
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  font-size: 12px;
  font-family: verdana, arial, helvetica, sans-serif;
}

FORM {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
}

INPUT, SELECT, OPTION, TEXTAREA {
  font-family:Arial, Geneva, Helvetica, sans-serif;
  font-size: 12px;
}


file, input, select, textarea, option, b, p, td  { font-family: verdana, arial, helvetica, sans-serif; }


.bg1 { background-color: #e0e7ff; }
.bg2 { background-color: #cedeff; }
.bgDeleted { background-color: #efefef; }

.lookup { font-weight: bold; }

.th { background-color: #aeb8d3;}

.searchMask { background-color: #EAF1FF;}
.editMask { }

.editLabel { font-size: 12px; font-weight: bold; }

.editLabelNotReq { font-size: 12px; font-weight: normal; vertical-align: top; padding-top: 6px; }

.labelField { background-color: #cedeff;  }

.servicePath {  }

.warning {
	font: bold;
	color: red;
	font-size: 12px;
}

/**
 * Paging Bar
 */

DIV.pagingBar {
	position: relative;
	left: 2.5%;
	width: 95%;
	padding: 4px;
	border-style: solid;
	border-color: lightGray;
	border-width: 1px;
	text-align: center;
	background-color: #EBECEE;
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #002b55;
	text-decoration: none;
}

DIV.pagingBar A {
}

DIV.pagingBar SPAN.pagingBar_inactiveLink {
	font-weight:bold;
}

/**
 * Admin logged in as Customer info
 */

TABLE.adminInfoBar {
	background-color: red;
	width: 100%
}

TABLE.adminInfoBar TD {
	color: #000000
}
