/* This style sheet is for the Customer Quote box that appears on the right side of the pages */
.quotebox {
    width: 210px; /*180px the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	border: 1px solid #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

.quotebox h1 {
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	font-weight: bold;
	background-color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	color: #FFFFFF;
}
.quotebox .header {
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	font-weight: bold;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	color: #FFFFFF;
}
.quotebox .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	line-height: 18px;
	font-weight: bold;
	color: #000000;
	/*text-indent: -8px; */
	font-style: italic;
}
.quotebox .attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	font-weight: bold;
	text-align: right;
	color: #333333;
}

.quotebox .GridViewRowStyleQuote {
    margin-left: -10px;
}
.quotebox .GridViewRowStyleQuote td {
    border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	_width: 100%;

}
.quotebox .GridViewRowStyleQuote .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	line-height: 18px;
	font-weight: bold;
	_font-weight: normal;/* For IE6 and below */
	color: #000000;
	text-indent: -8px;
	_text-indent: 0px;/* For IE6 and below */
	font-style: italic;
	_font-style: normal;/* For IE6 and below */
}
.quotebox .GridViewRowStyleQuote .attribute {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	_font-size: 75%;/* For IE6 and below */
	font-weight: bold;
	text-align: right;
	color: #333333;
}

.quotebox .GridViewRowStyleQuote .moreQuotes a {
	font-weight: normal;
	color: #333333;
}
.quotebox .GridViewRowStyleQuote .moreQuotes a:hover {
	color: #006600;
}