﻿#valSum {
    border: 1px solid #f4a115;
    line-height: 1.25em;
    font-family: Tahoma, Verdana, Sans-Serif;
    font-size: 11px;
    -webkit-box-shadow: 0 0 6px 3px rgba(204,204,204,0.6);
    -moz-box-shadow: 0 0 6px 3px rgba(204,204,204,0.6);
    box-shadow: 0 0 6px 3px rgba(204,204,204,0.6);
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 10px;
    position: absolute;
    width: 300px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 500;
}
	#valSum .bg
	{
		min-height: 50px;
		padding-right: 50px;
		background-image: url(images/alert_50.png);
		background-repeat: no-repeat;
		background-position: right center;
	}
	#valHighlight
	{
		font-weight: bold;
		margin-bottom: 5px;
		color: #f4a115;
		font-size: 1.2em;
	}
	.chat-bubble-arrow-border
	{
		border-color: transparent;
		border-right-color: #f4a115;
		border-style: solid;
		border-width: 10px;
		height: 0;
		width: 0;
		position: absolute;
		top: 20px;
		left: -21px;
	}
	.chat-bubble-arrow
	{
		border-color: transparent;
		border-right-color: #fff;
		border-style: solid;
		border-width: 10px;
		height: 0;
		width: 0;
		position: absolute;
		top: 20px;
		left: -20px;
	}
