﻿.QuoteWrapper
{
	border-bottom:solid 1px #D4D4D4; 
	margin-left:1px; 
	text-align:right; 
	padding-top:7px; 
	padding-bottom:7px; 
}

.QuoteWrapperNoBorder {border-bottom:none;}

.QuoteBlue
{
	background-image:url("Images/TriBlue.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#164A7A;
}

.QuoteGold
{
	background-image:url("Images/TriGold.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#9A935D;
}

.QuoteGray
{
	background-image:url("Images/TriGray.jpg");
	background-repeat:no-repeat;
	background-position:top left;
	color:#ADADAD;
}

.QuoteGray a:link
{
	text-decoration:none;
	color:#ADADAD;
}

.QuoteGray a:visited
{
	text-decoration:none;
	color:#ADADAD;
}

.QuoteGray a:hover
{
	text-decoration:none;
	color:#164A7A;
}

.QuoteGray a:active
{
	text-decoration:none;
	color:#ADADAD;
}



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;
}

table.QuoteTable td.QuoteClickForMore
{
	padding-right:108px;
	text-align:right;
}

.QuoteName {font-size:12px; letter-spacing:-0.035em}
.QuoteTitle {font-size:10px; line-height:10px;}


/*==========POPUP STUFF=========*/
.QuotePopup
{
	background-color:White;	
	border:solid 1px #164A7A;
	font-size:12px; 
	letter-spacing:-0.035em;	
	padding:21px 21px 21px 21px;
	font-weight:bold;
	filter:alpha(opacity=87);
	opacity:0.87;
}

.QuotePopupText
{
	text-align:left;
	color:Black;
	margin-bottom:7px;
}

.QuotePopupName
{
	text-align:right;
	color:#164A7A;
}

	
	
