a.toolbarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #8AA0B2;
	cursor: pointer;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

a.toolbarLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.toolbarDiv {
	position: absolute;
	z-index: 100;
	top: 222px;
	left: 0;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.formDiv {
	background: #eeeeee;
	width: 174px;
	height: 179px;
	border-top: 2px dotted #dddddd;
	display: none;
	padding:5px 5px 5px 5px;
}

.formLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.toolbarBox1 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #c6cacc;
	background: #fafcff;
	width: 80px;
}

.toolbarBox2 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #c6cacc;
	background: #fafcff;
	width: 171px;
}

.toolbarBox3 {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	border: 1px solid #c6cacc;
	background: #fafcff;
	width: 100px;
}

.toolbarButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #fafcff;
	border: 1px outset #c6cacc;
	background: #8AA0B2;
	font-weight: bold;
	width: 45px;
}

