﻿/*Green 1B7A25*/
/*New Gold  D6C363*/
/*Old Gold  9A935D*/
.QuoteWrapper
{
	border-bottom:solid 1px #D4D4D4; 
	margin-left:1px; 
	text-align:right; 
	padding-top:7px; 
	padding-bottom:7px;
	color:#307A3C;
}

.QuoteWrapperNoBorder {border-bottom:none;}

table.QuoteTable
{
	border:none;
	border-collapse:collapse;
	width:210px;
}

table.QuoteTable td.QuoteDesc
{
	width:100px; 
	padding-bottom:3px;
	padding-left:2px;
	text-align:right;
}

table.QuoteTable td.QuoteImage
{
	padding-right:20px;
	text-align:right;
}

.QuoteName {font-size:12px;}
.QuoteTitle {font-size:10px; line-height:10px;}


/*==========POPUP STUFF=========*/
.QuotePopup
{
	background-color:White;	
	border:solid 1px #307A3C; /*A75604;*/
	font-size:12px;
	padding:21px 21px 21px 21px;
	font-weight:bold;
	filter:alpha(opacity=93);
	opacity:0.93;
}

.QuotePopupText
{
	text-align:left;
	color:#307A3C;
	margin-bottom:7px;
}

.QuotePopupName
{
	text-align:right;
	color:#307A3C;
}

	
	
