﻿
.summarytd {
    background-color: #092F54;
    color: White;
    font-weight: bold;
}
.hr_style {
    color: #092F54;
    height: 2px;
    background-color: #092F54;
}
.tdRateSummary
{
    background-color:#092F54;
	padding-top:4px;
    padding-bottom:4px;
	padding-left:3px;
    color:White;
    border-bottom-color:Gray;
    border-bottom-width:1px;
    border-bottom-style:solid;
    border-top-color:Gray;
    border-top-width:1px;
    border-top-style:solid;
    /*
    border-left-color:Gray;
    border-left-width:1px;
    border-left-style:solid;
    border-right-color:Gray;
    border-right-width:1px;
    border-right-style:solid;
	*/
}
.radBorder
{
	border-bottom: #092F54 1px solid;
	border-top: #092F54 1px solid;
	border-right: #092F54 1px solid;
	border-left: #092F54 1px solid;
}
.tdInfoBox
{
    background-color:#092F54;
	padding-top:4px;
    padding-bottom:4px;
	padding-left:3px;
    color:White;
}
.Logo
{
	/*Background image goes here*/
}
.SearchResultsHeader
{
    background-color:#092F54;
    color:White;
    font-weight:bold;
}
.EndoTreeViewContainer
{
	border-bottom: #092F54 1px solid;
	border-top: #092F54 1px solid;
	border-right: #092F54 1px solid;
	border-left: #092F54 1px solid;
	padding: 3px;	
}
.QuestionPanelBlockHeader {
    background-color: #092F54;
    color: White;
}
.quoteHeaderBackground {
	background-color: #092F54;
}