a.button, input.button {
	margin: 0;
	padding: 1px 3px 1px 3px;
	color: #333;
	background: #FFFF99; /* #bc9; */
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-right: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
	text-decoration: none;
	cursor: pointer;
}

a.button:hover, input.button:hover {
	background: #FFFFCC; /*  #bca; */
	border-top: 2px solid #bbb;
	border-left: 2px solid #bbb;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
}


/* =========================forms
<form class="form1">
	<label for="name">Name</label>
	<input id="name" name="name" /><br />
</form>
Note that you must use both id and name
*/
.form1	{
	display: block;
	position: relative;
	text-align: left;
	margin-left : auto;
	margin-right : auto;
	padding: 0;
	width: 510px;
	border: 1px solid #ccc;
/*	padding-top:10px; */
	background: #eee;
}

.form1 label, .form1 input#text, .form1 input#select, .form1 input#radio, .form1 input#checkbox {
	display: inline;
	float: left;
	margin-bottom: 10px;
}

.form1 input, .form1 textarea {
	background-color: #F5F5F5;
}

.form1 input:focus, .form1 textarea:focus {
	background: #F5FAFA;
}

.form1 label {
	text-align: right;
	width: 200px;
	padding-right: 20px;
}

.textblock {
	display: inline;
	text-align: left;
	float: left;
	width: 280px;
	margin-bottom: 10px;
}

/* =====================quotebox */
.quotebox	{
	border: 1px dashed #ccc;
	text-align: left;
	margin-top : 10px;
	margin-left: 0;
	padding: 10px;
	background: #FFFFCC;
	font-size: small;
}

/* =====================box1 */
.box1	{
	border: 1px solid #ccc;
	position: relative;
	text-align: left;
	margin-top: 10px;
	margin-left : auto;
	margin-right : auto;
	padding: 10px;
	width: 90%;
	background: #FFFFCC;
}

/* =========================data tables */
table.data {
	border-collapse: collapse;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.data caption {
	font-weight: bold;
	caption-side: top; 
	width: auto;
	text-align: center;
	margin-bottom: 5px;
	}

.data td, .data th {
	font-family: "lucida grande", verdana, sans-serif;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	white-space: nowrap;
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;
	}
	
html>.data td. html>.data th	{
	font-size: x-small;
	} 

.data th {
	font-weight: bold;
	background: #FFFF99;
	}

.data td {
	font-weight: normal;
	background: #fff;
	}

.data .sortCol th {
	background: #D9D9D9;
	}

.data td.buy {
	background-color:green;
	color:white;
	font-weight:bold;
	text-align:center;
	}

.data td.sell {
	background-color:red;
	color:white;
	font-weight:bold;
	text-align:center;
	}

.data td.hold {
	background-color:blue;
	color:white;
	font-weight:bold;
	text-align:center;
	}

/* =========================class stuff */
.red {color: red}
.blue {color: blue}
.green {color: green}
.bold {font-weight:bold}
.right {text-align:right}
.left {text-align:left}
.centertext {text-align:center}
.underline {text-decoration:underline}
.italic {font-style: italic;}


.inlineimg {
	margin:0 10px 10px 0;
	dispaly:block;
	float:left;
}

.error {
	color:red;
	font-weight:bold;
	text-align:center;
}

.require {
	font-weight : bold;
	font-size : 9.0pt;
	color: red;
}

.center	{
	position: relative;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

.xsmall {
	font-size: xx-small;
	voice-family: "\"}\""; 
	voice-family:inherit;
	font-size: x-small;
  }
  
html>.xsmall	{
	font-size: x-small;
	} 

.no-space {
    margin: 0px;
    padding: 0px;
  }
  
.clear
{
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
	}

.hide { display: none; }

.hilite {
	background-color:#ffff60;
}

.nolink, a.nolink:link, a.nolink:visited, a.nolink:hover {
	color: #333;
	text-decoration: none;
	cursor: default;
}
