@charset "utf-8";
/* CSS Document */

.greenIcon {
	background:url(/images/icons/green.png);
}
.orangeIcon {
	background:url(/images/icons/orange.png);
}
.blueIcon {
	background:url(/images/icons/blue.png);
}
.yellowIcon {
	background:url(/images/icons/yellow.png);
}
.greenIcon, .yellowIcon, .orangeIcon, .blueIcon {
	background-repeat:no-repeat;
	background-position:left;
	color:#25408F;
	border-bottom: #7399c6 solid 2px;
	border-right: #7399c6 solid 2px;
	border-top:#CCCCCC solid 2px;
	border-left: #CCCCCC solid 2px;
	background-color:#CCCCCC;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:0;
	padding-left:15px;
	cursor:pointer;
	width:auto;
}
.tooltip {
	background-color:#FFFF00;
	color:#0000CC;
	border:solid 1px #000000;
	padding:1px;
	font-weight:bold;
	font-size:85%;
	display:inline-block;
	width:120px;
}
