/* CSS Document */

A
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: none;
}

A:hover
{
	font-weight: bold;
	font-size: 13px;
	color: black;
	font-family: Arial, Verdana;
	text-decoration: underline;
}

.gridtooltip
{
	padding-right: 6px;
	background-position: left top;
	border-top: black 3px solid;
	padding-left: 12px;
	z-index: 200;
	left: 0px;
	background-image: url(stocklist/Img/bg2.gif);
	visibility: hidden;
	padding-bottom: 4px;
	font: 12px bold arial,sans-serif;
	width: 250px;
	color: white;
	padding-top: 10px;
	border-bottom: black 3px solid;
	position: absolute;
	top: 0px;
	height: 125px;
}

.border
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: normal;
	font-size: 12px;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Arial, Verdana;
	text-decoration: none;
}

INPUT.textfield
{
	width:198px;
	height:24px;
	border:0px;
	background-color:transparent;
	background-image:url(stocklist/Img/textfield.gif);
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding-left:6px;
	padding-top:4px;
	color:#0066ff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#E9E9E9;
}


	
	
