@charset "iso-8859-9";
body.standard {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
td.downMenu {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #686869;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfc0c0;
	border-left-color: #bfc0c0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
td.downMenu a {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
td.downMenu a:hover {
	text-decoration: underline;
}

table.mainTable {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #bfc0c0;
	border-left-color: #bfc0c0;
}
td.paddingText {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
}
td.paddingTitle {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #31597f;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
}
span.text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-align: left;
}
span.error {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: red;
	font-weight: bold;
	text-align: left;
}
span.title  {
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	color: #31597f;
	text-decoration: none;
}

a {
	color: #1b1986;
	text-decoration: none;
}

a:hover {
	color: maroon;
	text-decoration: none;
}

table.product {
	background-color: #cab1b1;
	text-align: left;
	vertical-align: top;
}
table.products {
	font-family: Tahoma, Arial;
	background-color: #c9cfe0;
}
table.products td  {
	text-align: left;
	padding-left: 10px;
}
table.customers {
	font-family: Tahoma, Arial;
	text-align: left;
}
table.customers  td.logo {
	background-color: #c1ccc1;
}
table.customers  td.description {
	background-color: #d7d8d9;
	padding: 10px;
}
img#previousPage {
	cursor: pointer;
	zoom: 1;
	opacity: 0.20;
	filter: alpha(opacity=20);
	-moz-opacity : 0.2;
}
img#nextPage {
	cursor: pointer;
	opacity: 0.20;
	filter: alpha(opacity=20);
	-moz-opacity : 0.2;
}
table.customerLogin {
	font-family: Tahoma, Arial;
	font-size: 12px;
	text-align: left;
}
table.customerLogin .text  {
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
div.news {
	display: none;
	height: 80px;
	width: 100%;
	overflow: hidden;
}
div.news .content  {
	font-family: Tahoma, Arial;
}
div.news .title  {
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #3a567a;
}
div.dtree {
	font-family: Tahoma, Arial;
	font-size: 10px;
	color: #000000;
}
table.information {
	text-align: left;
}
table.information td.fieldLabel {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #555555;
	vertical-align: middle;
	padding-left: 10px;
	font-weight: bold;
}
table.information td.field {
	text-align: left;
	vertical-align: middle;
}
table.information input.field {
	font-family: Tahoma, Arial;
	color: #000000;
}
table.information textarea.field {
	font-family: Tahoma, Arial;
	color: #000000;
	height: 135px;
	width: 98%;
}

div.mask {
	position: absolute;
	display: none;
	z-index : 100;
	opacity: 0.50;
	filter: alpha(opacity=50);
	-moz-opacity : 0.5;
	background-color: #212d5b;
	left : 0px;
	top : 0px;
	width : 0px;
	height : 0px;
}

div.inlineShow {
	position: absolute;
	display: hidden;
	overflow: hidden;
	background-color: #FFFFFF;
	border: solid 1px #000000;
	width : 0px;
	height: 0px;
	filter: alpha(opacity=100);
	opacity: 1.0;
	-moz-opacity : 1.0;
	z-index : 101;
}

.dtree {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size  : 11px;
  	white-space: nowrap;
  	padding    : 0px;
}

.dtreeSmall {
  	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
  	font-size  : 100%;
  	color      : #666666;
  	white-space: nowrap;

}

.dtree img {
  border        : 0px;
  vertical-align: middle;
}

.dtree a {
  color          : #333333;
  text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
  font-size  : 11px;
  white-space: nowrap;
  padding    : 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
  color          : #333;
  text-decoration: underline;
}
.dtree a.nodeSel {
  background-color: #c0d2ec;
}
.dtree .clip {
  overflow: hidden;
}
