body {
	overflow: auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}
.rightPanel {
	position: absolute;
	top: 20px;
	left: 625px;
	z-index: 2;
}
.contentIFrame {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px solid #FFFFFF;
	z-index: 1;
}

/* RIGHT PANEL STUFF */

.rightPanelTable {
	width: 257px;
}

/* SEARCH AND SHARE PRICE STUFF */

.extrasTable {
	border-collapse: collapse;
	height: 20px;
}

.extrasTD {
	border: 1px solid #CDCEC6;
	padding: 5px 10px 20px 10px;
}

.searchTD {

}

.searchInput {
	width: 100px;
	border: 1px groove #CDCEC6;
	font-size: 10px;
}

input {
	border: 1px groove #CDCEC6;
	font-size: 10px;
	color: #727272;
}

.searchSubmitButton {
	background-image: url(images/search_go.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	width: 20px;
	height: 20px;
}

.sharePriceTD {
	
}

.sharePriceHeader {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sharePriceFooter {
	font-size: 8px;
	font-weight: bold;
	padding-top: 5px;
}

.shareLeftInput {
	width: 65px;
}

.shareLeftInputUp {
	color: #008A29;
}

.shareLeftInputDown {
	color: #CC2918;
}

.shareRightInput {
	width: 35px;
}

.shareSubmitButton {
	background-image: url(images/share_up.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: none;
	width: 20px;
	height: 20px;
}
