
#passwordBlock, #newCustomerBlock {

  display: none;

}

#welcomeBlock {
  padding: 10px;
  padding-top: 0px;
}

.folderTable4 {
  margin-top: 7px;
}
.folderImg4 {
  border: solid 1px #AAAAAA;
}

#waitImg {
  visibility: visible;
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -20px;
}

#progressBlock {
  display: none; 
  visibility: hidden; 
  cursor: wait;
	width:				530px;
	height:				300px;
	border:				ridge gray 3px;
	position: 		absolute;
	top:					50%;
	left:					50%;
	margin-top: -200px;
	margin-left: -275px;
	background-color: white;
	background-repeat:	no-repeat;
	background-position: right bottom;
  z-index: 10010; 

}
.folderImg {
  margin-top: 5px;
  border: solid 1px #AAAAAA;
}
.folderTD {
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;

}
#folderName {
  position:relative;
  width: 150px;
  height: 14px;
  border: none;
  padding-top: 7px;
  text-align: center;
  background-repeat: no-repeat;
  background-position:left;
}


#progressCaption {
	background-color: #D5D5D5;
	padding:					3px;
	padding-left:			20px;
	font-faimily: 		verdana, arial, sans-serif;
	font-size:				10px;
}
#inBlock {
	margin: 30px;
	margin-right: 150px;
}



#fwIFrame {

  position: absolute;
  top:      50%;
  left:     50%;
  margin-top: -240px;
  margin-left: -315px;
  width: 630px;
  height: 400px;
  border: solid 1px black;
  background-color: White;
  display: none;
  visibility: hidden;
  z-index: 100;
}

#dimmer {
  position: absolute;
  display: none;
  visibility: hidden;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: Gray;
	opacity: 0.70;
  -moz-opacity:0.70;
  filter: alpha(opacity=70);				
}

#loadDimmer {
  position: absolute;
  display: block;
  visibility: visible;
  cursor: wait;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
	opacity: 0.0;
  -moz-opacity:0.0;
  filter: alpha(opacity=0);				
  
}


h1 .preHeader, h1 .postHeader {
  font-size: 16px;
}
h2 .preHeader, h2 .postHeader, p .preHeader, p .postHeader {
  font-size: 13px;
}
h2 { 
  margin-bottom: 0px;
}

.preHeader {
  font-family: Verdana, Sans-Serif;
  font-weight:bolder;
  letter-spacing: -1px;
  color: #5A84B4;
}

.postHeader {
  font-family: Verdana, Sans-Serif;
  letter-spacing: -1px;
  font-weight: bolder;
  color: #B4675A;
}

.emptyCell {
  border: solid 1px #99B3D1;
  padding: 10px;
  background-color: White;
}


.blue {
  color: #6883A2;
  font-weight: bold;
}
#bubble {
  background-image: url(/frontWeb3/images/tooltipBG.gif);
  visibility: hidden;
  width: 112px;
  height: 54px;
  text-align: center;
  position: absolute;
  z-index: 10000;
  left: 50%;
  top:  180px;
  margin-left: -40px;
}

#bubble div {
  padding-top: 26px;
}

body {
  margin: 0 0 0 0; 
  padding:0 0 0 0;
  background-color: #DEDEDE;
  font-family: Verdana, Sans-Serif;
  font-size: 10px; /* as long as we don't say anything else */  
}
td {
  font-size: 10px; /* as long as we don't say anything else */  
}

ul {
  font-size: 10px;
  
}
.noTopMargin {
  margin-top: 0px;
}

.button {
  background-image: url(/frontWeb3/images/button_bg.gif);
  background-repeat: no-repeat;
  background-position: left;  
  cursor: pointer;
  background-color:#99B3D1;
  height: 17px;
  font-size: 10px;
  font-family: Verdana, Sans-Serif;
  text-align: center;
  border: solid 1px black;
  padding-left: 15px;
  padding-right: 0px;
  margin-bottom: 3px;
}

.nextButton {
  width: 106px;
  height: 21px;
  border: none;
  font-size: 10px;
  padding-right: 40px;
  font-family: Verdana, Sans-Serif;
  background-color: transparent;
  cursor: pointer;
}

.previousButton {
  width: 106px;
  height: 21px;
  border: none;
  font-size: 10px;
  padding-left: 40px;
  font-family: Verdana, Sans-Serif;
  background-color: transparent;
  cursor: pointer;
}

.buttonFreeForm {
  background-color: white;
  margin-left: 3px;
  margin-right: 3px;
  height: 23px;
  font-size: 10px;
  text-align: center;
  border: double 3px #BEBEBE;
}


a {
  text-decoration: none;
}
#accountBlock {
  border: solid 1px gray;
  background-color: #EEEEEE;
  width: 150px;
  padding: 3px;
  font-size: 10px;
  cursor: pointer;
}
.input
{
			font-family:Arial, Helvetica, sans-serif;
			font-size:10px;	
			border: solid 1px silver;
}

.liten
{	
			color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
			line-height:10px;
}
.litenfet
{	
			color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: bold;
			line-height: 12px;
}

.liteninv
{	
			color: black;
			background-color: silver;
			padding: 1px;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
}

.tools
{	
			color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			font-weight: normal;
			line-height:10px;
}

.tooltip
{	
			color: rgb(0,0,0);
			background-color:  #F8F6D8;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			line-height:10px;
			width: 112px;
			padding: 5px;
			text-align: left;
			border: solid 1px #8093A8;
			cursor: pointer;
}
.bigToolTip
{	
			color: rgb(0,0,0);
			background-color:  #F8F6D8;
			font-family: Tahoma, Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: normal;
			line-height:10px;
			width: 285px;
			padding: 5px;
			text-align: left;
			border: solid 1px #8093A8;
			cursor: pointer;
}

.reordertext
{	 		
			color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height:10px;
}
.normaltext
{
			color: rgb(0,0,0);
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: normal;
			line-height:15px;
}
.adminfet
{	
			color: rgb(40,40,40);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: normal;
			line-height: 14px;
			text-decoration: none;
}
.adminfetinv
{	
			color: rgb(0,0,0);
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9px;
			font-weight: bold;
			line-height: 14px;
			text-decoration: none;
}

