/**
 * General Style (epson-default.css)
 */

H5 { font-size: 20px;
	color: #003399;
	font-weight: normal;
}
H3 { font-size: 24px ;
	font-family: tahoma;
	color: #003399;
	font-weight: normal;
}

.blue {
	color: #003399;
	}

TD {
  padding-left: 5px;
  padding-right: 5px;
  color: #000000;
  font-size: 11px;
  font-family: Tahoma;
}

P {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

A:link {
  color: #003399;
  text-decoration: underline;
}

A:visited {
  color: #000066;
  text-decoration: underline;
}

A:hover {
  color: #000066;
  text-decoration: underline;
}

A:active {
  color: #000066;
  text-decoration: underline;
}


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: 11px;
}

a { text-decoration: none;}

body { font-size: 11px;
	font-family: tahoma;
	color: #000000;
}


file, input, select, textarea, option, b, p, td  { font-family: Tahoma; }

input, select, option, textarea { font-size: 12px; background-color:}

.bg1 { background-color: #D9e8f7; }
.bg2 { background-color: #f2f7fc; }
.bgDeleted { background-color: #efefef; }

.lookup { font-weight: bold; }

.th { background-color: #aeb8d3;
font-size: 11px; font-family:Tahoma;
}

.searchMask { background-color: #EAF1FF;}
.editMask { }

.editLabel { font-size: 11px; font-weight: bold; }

.editLabelNotReq { font-size: 11px; font-weight: normal; vertical-align: top; padding-top: 6px; }

.labelField { background-color: #cedeff;  }

.servicePath {  }

/**
 * 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;
}

