body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #996600;
}

.copyright {
	color: #FFFFFF;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

#navlist {
	padding: 3px 0;
	margin-left: 0;
	margin-top: 9px;
	margin-bottom: 0;
	font: bold 12px "Times New Roman", Times, serif;
}

#navlist li	{
	list-style: none;
	margin: 0;
	display: inline;
}

#navlist li a {
	padding: 3px 0.5em;
	margin-left: 10px;
	border-bottom: none;
	text-decoration: none;
}

#navlist li a:link {
	color: #FFF;
}

#navlist li a:visited {
	color: #FFF;
}

#navlist li a:hover	{
	color: #FFFFFF;
	background: url(../images/core_nav_hover_bg.gif);
}

#navlist li a#current {
	background: white;
	border-bottom: 1px solid white;
	color: #000;
}

.comp_heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
}

a:link {
	color: #996600;
	text-decoration: none;
}

a:visited {
	color: #996600;
	text-decoration: none;
}

a:hover {
	color: #999900;
	text-decoration: underline;
}

a:active {
	color: #996600;
	text-decoration: none;
}

.price {
	font-size: small;
	font-weight: bold;
}

.box_heading {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	color: #ffffcc;
}
.box_heading a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: small;
	color: #ffffcc;
}

.stock_description {
	font-size: 12px;
}

/* Data Table */
.datatable {
	border: 1px solid #D6DDE6;
	border-collapse: collapse;
	width: 100%;

	/* Needed for text-overflow to clip */
	table-layout:fixed;
}

.datatable td {
	border: 1px solid #D6DDE6;
	padding: 4px;

	/* Needed for text-overflow to clip */
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}

.datatable th {
	border: 0px solid #828282;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 4px;
}

.datatable tr.altrow {
	background-color: #EFF7EE;
	color: #000000;
}

.datatable tr.highlight {
	background-color: #FFFFCC;
	color: #000000;
}

.datatable tr:hover, .datatable tr.hilite {
	background-color: #DFE7F2;
	color: #000000;
}

.datatable tr {
	cursor: pointer;
	/* cursor:hand; */
}

.datatable td {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.datatable th {
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.stocktitle {
	font-size: x-large;
}

.stocksubtitle {
	font-size: medium;
	font-style: italic;
}
.manditory {
	color: #FF0000;
	font-weight: bold;
	font-size: small;
}

#stocklist_title{
	font-size:300%;
}

#stocklist_prompt{
	font-size:150%;
	float:left;
	line-height:150%;
}

#browse_here_arrow_image{
	z-index:1;
	position:relative;
	top:18px;
}




#pagination{
	margin-top:5px;
}

#pagination ul{
	border:0;
	margin:0;
	padding:0;
}

#pagination li{
	float:left;
	border:0;
	margin:0;
	padding:0;
	font-size:100%;
	list-style:none;
	margin-right:2px;
}

#pagination a{
	border: solid 1px #eb5;
	margin-right: 2px;
}

#pagination .previous-off,#pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}

#pagination .next a,#pagination .previous a {
	font-weight:bold;
}
#pagination li.active a{
	background:#960;
	color:#FFF !important;
	font-weight:bold;
	display:block;
	float:left;
}

#pagination a:link,#pagination a:visited {
	color:#850;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}

#pagination a:hover{
	border:solid 1px #960;
}

