body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
    background: #fff url(../images/bg/bg-interior.jpg) repeat-x;
}

td, th, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table td {
	vertical-align: top;
}

a:link {
  color: #0240a3;
}

a:visited {
  color: #0240a3;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

.displayNone {
  display: none;
}
/* --- h1, h2, etc. ---*/
h2 {
	font-size: 14px;
	margin: 0;
}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

.breadcrumbs {
	margin-top: 20px;
}
.breadcrumbs a {
	font-weight: normal;
}
#branch_edit .breadcrumbs {
	padding-top: 0;
}

previewTableMini, previewTableMini td {
	padding: 0; margin: 0;
}

.noaccessFade {
	color: #CCCCCC;
}

/* status span codes */

.status_id_10 {
	width: 100%;
	background-color:#66FF66;
	font-weight: bold;
}