/* 4textrade.com TEST forms style sheet */

/* Element styles */
BODY{
	color: #000080;			/*  default text colour */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	background: White;
	background-color: White;
	} 
	

TD{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
}


H3{font-size: 14px;
	margin-bottom: 5px;
	margin-top: 3px;
}

A:link, A:visited{
	color: #00F; 
	text-decoration: underline;
	font-weight : bold;
	}

A:hover{color: #F00;}

HR{
	width: 95%;
	height: 1px;
	margin: -3px 0px -3px 0px;
	}

INPUT,TEXTAREA,SELECT{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;;
	font-size: 11px;
	margin: 2px;
	}
	
/* Class styles */
.THead, .THead1{				/* table header settings */
	color : White;
	background-color : #000080;
	padding: 1px 1px 1px 5px;
	white-space : nowrap;
}

.TBL1, .TBL2, .ValidationTBL {
	border: 1px solid #CCC;
	margin-top:5px;
	background: #F0F0F0;
	padding: 2px 2px 2px 2px;
	}
.TBL3 {
	border: 1px solid #CCC;
	margin-top:5px;
	padding: 2px 2px 2px 2px;
	}

.ProductView {
	font-size: 10px;
	display: list-item;
	width: 150px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	text-align: left;
	overflow: visible;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: nowrap;
	background-position: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}
	
.ProductView1 {
	font-size: 10px;
	display: list-item;
	width: 30px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #FFFFFF;
	text-align: left;
	overflow: visible;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
	background-position: left;
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000080;
}
.TBL1 .inputboxvalid, .TBL2 .inputboxvalid{
	border-style: none;
	display: block;
	width: auto;
	border-left: none;
	border-right: none;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
	

	
.ValidationTBL .inputboxvalid{
	font-size: 10px;
	border-style:none;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.TBL1 .inputboxorderpad {
	border-style: none;
	background: #F0F0F0;
	display: block;
	width: auto;
	border-left: none;
	border-right: none;
	border-top: 1px  #CCC;
	border-bottom: 1px  #CCC;
}

.TBL3 .inputboxorderpad{
	border-style: none;
	display: block;
	width: auto;
	border-left: none;
	border-right: none;
	border-top: 1px  #CCC;
	border-bottom: 1px  #CCC;
}

.inputboxorderpad{
	font-size: 10px;
	border-style:none;
	display: block;
	width: auto;
	margin: 0px;
	padding: 0px;
}
.TBLMain{
	border: 1px outset #CCC;
	border-style: none;
	padding:0px;
	//*border-color: #CCC;
	border-style: dotted; 
	border-width:1px;*//;
	}

.buttons, .buttonsvalid{
	background: #F0F0F0;
	color: #00F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
.buttonsvalid{
	cursor: help;
	font-size: 11px;
	background: white;
	border: none;
}

/* not used - delete sometime...
.AddToOrderButton{
	background: #F0F0F0;
	color: #00F;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	white-space: nowrap;
	border-style: none;
} */

.DataProtection{				/* Data protection statement settings */
	font-size : 8pt;
	background : #F0F0F0;
	color : #BB103A;
	display : block;
	padding : 5px 20px 5px 20px;
	margin-left : 2%;
	margin-right : 2%;
	border : 3px double Black;
	}
	
A.AltColour:link,A.AltColour:visited {color: #0F0;}		/* alternate link colour (for table headers) */

A.AltColour:hover{color: #FFF;}

.Attention{
	color: Red;
	font-weight: bold;
	}	

.printOnly { /* for the image at the top of order confirmation */
	display: none;
	text-align: center;	
}

#popdiv{
	background: #F1F1F1;
	border-bottom: 2px solid black;
	border-left: 2px solid black;
	border-right: none;
	border-top: none;
	font-size: 9px;
	padding: 1px 2px 1px 2px;
	right: 0px;
	top: 0px;
	width: 60%;
}

#info{ display: inline; top: 0px;  left: 10px;  position: absolute;}



