/* BlackOrange CSS */

/* This to make table stretch 100% */
html, body {height: 100%; margin: 0; padding: 0;} 

/* Set the default font */
body, p, td, th, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Don't set these to an em or %, so nested items get smaller and smaller */
p {
	font-style: normal;
}

body {
	font-size: 70%;
	font-style: normal;
	margin: 0;
	background-color: #D1C7BD;
	background-image: url(/trade/images/bg.gif);
	background-repeat: repeat-x;
}

input.loginText {
	width: 150px;
	border: 1px solid #B8AFA5;
}

img {
	border: none;
}

a {
	color: #333;
}
.searchNumbers {
	height: 35px;
	padding-top: 5px;
}
.searchResults {
	font-size: 8pt;
}

.newsTable {
	line-height: 150%;
	padding: 8px 0;
}

.typeSelect {
	width: 190px;
	border: 1px solid #666;
	color: #85705D;
}
.typeText {
	width: 190px;
	border: 1px solid #666;
	color: #85705D;
}
.reserveMessage {
	width: 355px;
	height: 130px;
	border: 1px solid #666;
	color: #85705D;
}

.textQty{
	width: 45px;
	border: 1px solid #666;
	color: #85705D;
	text-align: center;
}

.typeTextArea{
	border: 1px solid #666;
	color: #85705D;
	width: 206px;
	height: 53px;
}

.IRForm select{
	border: 1px solid #666;
	color: #85705D;
}

.typeSubmit{
	border: 1px solid #666;
	color: #85705D;
	background-color: #F1EFED;
}

.infoBox {
	border: 1px solid #857460;
	background-color: #F1EFED;
	color: #000;
	padding: 5px;
	margin: 10px 0;
	width: 95%;
}
.infoBox2 {
	border: 1px solid #857460;
	background-color: #F1EFED;
	color: #000;
	padding: 5px;
	margin: 10px 0;
}
