﻿body
{
	 font-family: Arial, Verdana, Tahoma, Sans-Serif; 
	 font-size: 9pt;
}

.PSBFont
{
   font-family: Arial, Verdana, Tahoma, Sans-Serif; 
}

.PSB_Norm
{
    font-size: 11pt;
}

.PSB_TextOff
{
	font-size: 1px;
}

.PSB_smalltext
{
    font-size: 8pt;
}

.PSB_smallboldtext
{
    font-size: 8pt;
    font-weight: bold;
}

.PSB_medtext
{
    font-size: 9pt;
}

.PSB_medboldtext
{
    font-size: 9pt;
    font-weight: bold;
}

.PSB_largetext
{
    font-size: 11pt; 
}

.PSB_Large
{
    font-size: 11pt; 
}

.PSB_AgentHeadertext
{
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
	vertical-align: middle;
	text-align: center;
}

.PSB_largeboldtext
{
    font-size: 11pt;
    font-weight: bold;
}

.PSB_exlargeboldtext
{
   font-weight: bold;
   font-size: 14pt;
}

.PSB_largeheadertext
{
	font-size: 14pt;
	font-weight: bold;
	color: #0066cc;
}

.PSB_SmallLinksText
{
	font-size: 9pt;
	font-weight: bold;
	color: #000080;
}

.PSB_SmallLinksHighlight
{
	font-size: 9pt;
	font-weight: bold;
	color: #000080;
	background-color: #f0f8ff;
}

.PSB_MedLinksText
{
	font-size: 10pt;
	font-weight: bold;
	color: #000080;
}

.PSB_LargeLinksText
{
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
}

.PSB_LargeLinksHighlight
{
	font-size: 11pt;
	font-weight: bold;
	color: #000080;
	background-color: #f0f8ff;
}

.PSB_ExLargeLinksText
{
   font-weight: bold;
   font-size: 14pt;
	color: #000080;
}

.PSB_ResLinksText
{
    font-size: 8pt;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    color: #000080;
}

.PSB_NewListingText
{
	color: #ff0033;
	font-weight: bold;
	font-style: italic;
	padding-left: 6px;
}

.PSB_gridviewtext
{
    font-size: 9pt;
}

.PSB_gridviewboldtext
{
    font-size: 9pt;
    font-weight: bold;
}

.PSB_WarningText
{
    font-size: 10pt;
	color: red;
}

.PSB_CriteriaSpacing
{
	margin: 2px;
}

.PSB_light_bg
{
    background-color: #e0ffff;
    background: #e0ffff;
}

.PSB_med_bg
{
    background-color: #add8e6;
}

.PSB_dark_bg
{
    background-color: #336699;
}

.ContactHeader_font
{
	font-weight: normal;
	font-size: 16pt;
	font-style: italic;
}


.PSB_light_border
{
    border-right: #e0ffff 1px solid;
    border-top: #e0ffff 1px solid;
    border-left: #e0ffff 1px solid;
    border-bottom: #e0ffff 1px solid;

}

.PSB_med_border
{
    border-right: #add8e6 1px solid;
    border-top: #add8e6 1px solid;
    border-left: #add8e6 1px solid;
    border-bottom: #add8e6 1px solid;
}

.PSB_dark_border
{
    border-right: #005885 1px solid;
    border-top: #005885 1px solid;
    border-left: #005885 1px solid;
    border-bottom: #005885 1px solid;
}

.PSB_dark_topborder
{
   border-top: #005885 1px solid;
 }

.MHeaderRule
{
    border-top: #005885 thin solid;
}

.MLINKS
{
    font-size: 8pt;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.MLinksSpacing
{
    padding-right: 2px;
    padding-left: 2px;
}

.TabActive
{
	background-color: #e0ffff;
	border-right: black 1px solid;
	border-top: black 1px solid;
	vertical-align: top;
	border-left: black 1px solid;
	text-align: center;
	text-decoration: none;
	color: black;
	font-style: normal;
	border-bottom: aliceblue 1px solid;
	z-index: 100;
	position: absolute;
	font-family: Arial, Verdana, Tahoma, Sans-Serif;
	margin-left: 1px;
	margin-right: 1px;
}

.TabInactive
{
	background-color: #afeeee;
	border-right: black 1px solid;
	border-top: black 1px solid;
	vertical-align: top;
	border-left: black 1px solid;
	text-align: center;
	border-bottom: black 1px solid;
	text-decoration: underline;
	color: black;
	z-index: 1;
	margin-left: 1px;
	margin-right: 1px;
}

.SearchPanelDark
{
    background-color: #336699;
}


.SearchPanelLight
{
    background-color: #e0ffff;
}

.SearchPanel
{
	border-right: #e0ffff thin solid;
	border-left: #e0ffff thin solid;
}


