/***************************************
*
*	Base Application Style Sheet
*
****************************************/   



/* ================================
>
>	BASE STYLES
>
>	These styles represent the base
>   for applications.
>
>   NOTE:  Base styles are named
>   by capitalizing first letter
>   of each word.
/* ================================*/   


/* Style used for most text rendered */
.Copy
{
    font-weight: normal;
}

	
/* style used for error messages */
.Error
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}


/* Style for headings */
.Head
{
    font-size:  24px;
    font-weight:    bold;
    color: #000000;
}


/* Style for sub-headings */
.SubHead
{
    font-size:  17px;
    font-weight:    bold;
    color: #000000;
}


/* Style for sub-sub-headings */
.SubSubHead
{
    font-size:  11px;
    font-weight:    bold;
    color: #000000;
}



/* ================================
>
>	SPECIAL USE STYLES
>
>	These styles used for a special
>   need within the application.
>
>   NOTE:  Special use styles are
>   named by capitalizing first
>   letter of each word.
/* ================================*/   

/* Style for Property Search Results
/* Scroll bar */
.PropSrchScrollBar
{
	scrollbar-track-color:#CCCCCC;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#cccccc;
	scrollbar-arrow-color:#003366;
	scrollbar-shadow-color:#000000;
}



/* Style for Office Lease */
.OffLeaseScroll
{
	OVERFLOW: auto;
	WIDTH: 668px;
	HEIGHT: 250px
}


/* Style for Office Sale */
.OffSaleScroll
{
	OVERFLOW: auto;
	WIDTH: 668px;
	HEIGHT: 250px
}


/* Style for Retail Lease */
.RetlLeaseScroll
{
	OVERFLOW: auto;
	HEIGHT: 250px
}


/* Style for Retail Sale */
.RetlSaleScroll
{
	OVERFLOW: auto;
	HEIGHT: 250px
}


/* Style for Residential Lease */
.RsdlLeaseScroll
{
	OVERFLOW: auto;
	WIDTH: 668px;
	HEIGHT: 250px
}


/* Style for Residential Sale */
.RsdlSaleScroll
{
	OVERFLOW: auto;
	WIDTH: 590px;
	HEIGHT: 250px
}


/* Style for headings */
.HomeHead
{
    font-size:  14px;
    font-weight:    bold;
    color: #000000;
}


/* Style for sub-headings */
.HomeSubHead
{
    font-size:  11px;
    font-weight:    bold;
	color: #000000;
}


/* Style for sub-headings */
.HomePressDate
{
    font-size:  9px;
    font-weight:    bold;
	color: #000000;
}


/* Style for sub-headings */
.HomeSelect
{
	background-color: #ffffcc;
}


/* Style for sub-headings */
.HomePopupHead
{
	letter-spacing: 2px;
}


/* Style for headings */
.PropSrchHead
{
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	letter-spacing: 2px;
}


/* Style for sub-headings */
.PropSrchSubHead
{
    font-weight:    bold;
	color: #000000;
}


/* Style for sub-headings */
.PropSrchSubSubHead
{
    font-size:  14px;
    font-weight:    bold;
	color: #FFFFFF;
}


/* Style for sub-headings */
.PropSrchCopy
{
    font-size:  14px;
    font-weight:    bold;
	color: #FFFFFF;
}


/* Style for sub-headings */
.PropSrchSubSubHead3
{
    font-size:  14px;
    font-weight:    bold;
	color: #000000;
}


/* Style for sub-headings */
.PropSrchCopy3
{
    font-size:  14px;
    font-weight:    bold;
	color: #000000;
}


/* Style for sub-headings */
.PropSrchSelect
{
	background-color: #ffffff;
}


/* Style for sub-headings */
.PropSrchRsltsHead
{
	font-size: 10px;
    font-weight:    bold;
	padding-bottom: 2px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 1px;
	background-color: #666600;
}


/* Style for sub-headings */
.PropSrchRsltsItem
{
	font-size: 9px;
	color: #000000;
	background-color: #cccc99;
}


/* Style for sub-headings */
.PropSrchRsltsItemAlt
{
	font-size: 9px;
	color: #000000;
	background-color: #ffffff;
}



/* Style for sub-headings */
.PropSrchDemoHead
{
	font-size: 12px;
    font-weight:    bold;
	padding-bottom: 2px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 1px;
	background-color: #003366;
}


/* Style for sub-headings */
.PropSrchDemoItem
{
	font-size: 11px;
    font-weight:    bold;
	color: #000000;
	background-color: #999999;
}


/* Style for sub-headings */
.PropSrchDemoItemAlt
{
	font-size: 11px;
    font-weight:    bold;
	color: #000000;
	background-color: #ffffff;
}


.HomeNapNet
{
	font-size: 11px;
	color: #ffffff;
	font-style: italic;
}


/* hyperlink style for buttons and link buttons used in the pages */
.HomePress
{
	font-size: 9px;
	color: #000000;
}
A.HomePress:link 
{
    text-decoration: none;
	text-decoration: underline;
    color: #000000;
}

A.HomePress:visited  {
    text-decoration: none;
	text-decoration: underline;
    color: #000000;
}

A.HomePress:active   {
    text-decoration: none;
	text-decoration: underline;
    color: #000000;
}

A.HomePress:hover
{
	color: #666600;
	text-decoration: underline;
}


/* Style for headings */
.ExpertHead
{
    font-size:  24px;
    font-weight:    bold;
    color: #000000;
}


/* Style for sub-headings */
.ExpertSubHead
{
	font-size: 11px;
    font-weight:    bold;
	padding-bottom: 3px;
	color: #ffffff;
	letter-spacing: 1px;
	padding-top: 2px;
	background-color: #999966;
}


/* Style for sub-sub-headings */
.ExpertSubSubHead
{
    font-weight:    bold;
    color: #000000;
}


/* Style for directions list in Local Expert sections */
.ExpertList
{
	margin-left: 15px;
	list-style-type: disc;
}

.ExpertImageWrap
{
	padding-right: 12px;
	padding-left: 0px;
	float: left;
	padding-bottom: 12px;
	margin: 0px 12px 12px 0px;
	padding-top: 0px;
}


/* style for HR HTML tags used as separators */
.HeadingSeparator
{
	color: #ee9515;
}


/* style for form instruction text */
.FormInstr
{
	font-weight: bold;
	color: #666600;
}


/* style for FAQ question text */
.Copyright
{
	font-weight: bold;
	font-size: 9px;
    color: #999999;
	letter-spacing: 1px;
}



/* style for admin site headings */
.AdminHead
{
	font-weight: bold;
	font-size: 22px;
	color: #ffffff;
	font-family: Sans-Serif, Verdana, Arial, Helvetica, Tahoma;
	letter-spacing: 2px;
}


.AdminSubHead
{
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	letter-spacing: 2px;
}

.AdminGridHead
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #003366;
}


.AdminHeadLinks
{
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	font-family: Sans-Serif, Verdana, Arial, Helvetica, Tahoma;
	letter-spacing: 2px;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.AdminHeadLinks:link {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:visited  {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:active   {
    text-decoration: none;
    color: #ffffff;
}

A.AdminHeadLinks:hover    {
    text-decoration: none;
    color: #ffffff;
}




.AdminPageLinks
{
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background-color: #003366;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.AdminPageLinks:link {
    text-decoration: none;
    color: #cccc99;
}

A.AdminPageLinks:visited  {
    text-decoration: none;
    color: #cccc99;
}

A.AdminPageLinks:active   {
    text-decoration: none;
    color: #ffffff;
}

A.AdminPageLinks:hover    {
    text-decoration: none;
    color: #ffffff;
}




.NavBiscuitSeparator
{
	font-weight: bold;
	font-size: 8px;
    color: #999999;
	letter-spacing: 1px;
}


.NavBiscuit
{
	font-weight: bold;
	font-size: 9px;
    color: #999999;
	letter-spacing: 1px;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.NavBiscuit:link {
    text-decoration: none;
    color: #999999;
}

A.NavBiscuit:visited  {
    text-decoration: none;
    color: #999999;
}

A.NavBiscuit:active   {
    text-decoration: none;
    color: #999999;
}

A.NavBiscuit:hover    {
    text-decoration: none;
	color: #660033;
}



/*                                             */
/*  CommandButton is applied to administration */
/*  command links.                             */
/*                                             */
/* text style for buttons and link buttons used in the pages */
.CommandButton     {
    font-size: 12px;
    font-weight: bold;
	color: #003366;
    text-decoration:    underline;
}

/* hyperlink style for buttons and link buttons used in the pages */
A.CommandButton:link {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:active   {
    text-decoration:    underline;
	color: #003366;
}

A.CommandButton:hover    {
    text-decoration:    underline;
	color: #660033;
}



/* text style for the unselected tabs */
.NavLink {
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.NavLink:link    {
    text-decoration:    none;
    color: #003366;
}

A.NavLink:visited {
    text-decoration:    none;
    color: #003366;
}

A.NavLink:active  {
    text-decoration:    none;
    color: #003366;
}

A.NavLink:hover   {
    text-decoration: none;
    color: #660033;
}



/* ================================
>
>	MODIFIER STYLES
>
>	Used to modify any exting styles,
>	i.e., Copy.
>
>   NOTE:  Modifier styles are
>   named by prefixing with underscore
>	and capitalizing all letters.
/* ================================*/   


/* Applies alternate style to base styles */
.modALT
{
	color: #563E81;
}


/* Applies bold to base styles. */
.modBOLD
{
	font-weight: bold
}


/* Applies italic to base styles. */
.modITALIC
{
	font-style: italic;
}


/* Applies a smaller font size to base styles. */
.modSMALL
{
    font-size:  10px;
}


/* Applies a bigger font size to base styles. */
.modBIG
{
    font-size:  14px;
}



/* ================================
>
>	HTML TAG STYLES
>
>	Used to style HTML tags.
>
/* ================================*/   


/* style applies to all elements */
*
{
    font-size: 11px;
    color: #342d42;
    line-height: 12pt;
    font-family: Verdana, Arial, Helvetica, Tahoma, Sans-Serif;
}


/* style for body of pages */
Body
{
	background-color: #CCCCCC;
}

/* links around the site */
A:link
{
    text-decoration:    underline;
    color: #003366;
}


A:visited
{
    text-decoration:    underline;
    color: #003366;
}


A:active
{
    text-decoration:    underline;
    color: #003366;
}


A:hover
{
    text-decoration:    underline;
	color: #660033;
}



.adminMenu .rmLevel1 .rmLink
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-weight: bold;
	font-size: 9px;
	border-left: #000000 1px solid;
	color: #000000;
	border-bottom: #000000 1px solid;
	font-family: Verdana;
	background-color: #cccc99;
	text-align: center;
	text-decoration: none;
} 

.adminMenu .rmLevel1 .rmLink:hover
{
	background-color: #cccccc;
	cursor: hand;
	text-decoration: underline;
} 


.mainMenu a.rmLink .rmLeftImage
{
    position: relative;
}
.mainMenu .rmItem .rmLink .rmLeftImage, div.RadMenu .rmItem .rmLink, div.RadMenu .rmLink .rmText
{
    margin: 0;
    padding: 0;
    cursor: hand;
}
