﻿/*Styles for Belz.com*/
A
{	
	text-decoration: none;
	color: #B76D04;
}	
A:link
{	
	text-decoration: none;
	color: #B76D04;
}
A:visited
{	
	text-decoration: none;
	color: #B76D04;
}
A:hover
{	
	text-decoration: none;
	color: #B76D04;
}	
A:active
{	
	text-decoration: none;
	color: #B76D04;
}

.Content
{
	font-size:10pt;
	font-family:Arial;
}
.ContentTable
{
	background-color: White;
	margin-top: 5px;
}

.CopyrightCellInterior
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #AAAAAA;
}

.CopyrightCell
{
	background-color: #004F80;
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #3F81B1;
}

.Header
{
	color:#B76D04;
	font-family:Arial;
	font-size:14pt;
}

.SubHeader
{
	color:#B76D04;
	font-family:Arial;
	font-size:10pt;
	font-weight: bold;
}

.InteriorContent
{
	background-color:#FFFFFF;
}

.InteriorMenu
{
	background-color:#3398C6;
}

.MainBody
{
    BACKGROUND-COLOR: #1A4973;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:Arial;
}

.MainLinks
{
	font-family: Arial;
	font-size:8pt;
	color:White;
}

A.MainLinksBold
{
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}
A.MainLinksBold:link
{
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}
A.MainLinksBold:visited
{
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}
A.MainLinksBold:hover
{
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}
A.MainLinksBold:active
{
	font-family: Arial;
	font-size:8pt;
	color:White;
	font-weight:bold;
}

.MainLinksCell
{
	border-top:solid 1px #025483;
	background-color:#4CA8D1;
}

.MenuItem
{
	border-bottom:solid 1px #AAAAAA;
	padding-left:3px;
	height:20px;
	text-align:right;
}

.MenuLink
{
	font-size:8pt;
	color: #000000;
}

.MenuCell
{
	margin:5 5 5 5;
}

.SearchTextbox
{
	border:solid 1px #AAAAAA;
}

.SearchButton
{
	border:solid 1px #AAAAAA;
}

.TopLinks
{
	font-size:10pt;
	font-family:Arial;
	color:white;
}

A.TopLinks:link
{
	font-size:10pt;
	font-family:Arial;
	color:white;
}
A.TopLinks:visited
{
	font-size:10pt;
	font-family:Arial;
	color:white;
}
A.TopLinks:hover
{
	font-size:10pt;
	font-family:Arial;
	color:white;
}
A.TopLinks:active
{
	font-size:10pt;
	font-family:Arial;
	color:#3F81B1;
}

/* Form styles */

.FormLabel
{
	color: #B76D04;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
}

.FormField
{
	color: #B76D04;
	font-size: 10pt;
	text-align: left;
	padding-right: 10px;
}

/* Search Result styles */

.SearchResultDocTitle
{
	color: #B76D04;
	font-size: 11pt;
	font-weight: normal;
	text-align: left;
}
.SearchResultCharacterization
{
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}
.SearchResultVPath
{
	color: #B76D04;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}
.SearchResultSize
{
	color: Black;
	font-size: 9pt;
	font-weight: normal;
	text-align: left;
}

.PropertyDetail {
	color: White;
	font-size: 9pt;
	font-weight: normal;
	text-align: right;
	background-color: #1A4973;
	padding: 10px;
	vertical-align: top;
}

/* Main Memu Items */

.MainMenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: none;
	width: 100px;
}
.MainMenuItem 
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	width: 100px;
	text-align: center; 
	margin: 1px 0px 3px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainMenuItemOver
{
	height:22px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #FFFFFF;
	width: 100px;
	text-align: center; 
	margin: 1px 0px 3px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.MainMenuSubMenuItem
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}
.MainMenuSubMenuItemOver
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}
.MainMenuSubMenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.MainMenuSubMenuItemClicked
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}

/* Side Memu Items */

.SideMenuGroup
{
	cursor: pointer;
	cursor: hand;
	background-color: none;
	width: 100px;
}
.SideMenuItem 
{
	height:20px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #B76D04;
	width: 180px;
	text-align: right; 
	margin: 1px 0px 1px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom:solid 1px #AAAAAA;
	text-indent: 20px;
	background-image: url(Images/AngleCarrot.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
.SideMenuItemOver
{
	height:20px;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Arial, Verdana;
	color: #B76D04;
	width: 180px;
	text-align: right; 
	margin: 1px 0px  1px 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom:solid 1px #AAAAAA;
	text-indent: 20px;
	background-image: url(Images/AngleCarrot.jpg);
	background-repeat: no-repeat;
	background-position: center right;
}
.SideMenuSubMenuItem
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #FFFFFF;
}
.SideMenuSubMenuItemOver
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}
.SideMenuSubMenuItemToolTip
{
	background-color: #fffacd;
	border-style:solid;
	border-width:1px;
	border-color: black; 
	font-family: Arial;	
	padding: 3px;
	font-size:8pt;
	text-align: left;
}

.SideMenuSubMenuItemClicked
{
	font-family: Arial, Verdana;
	font-size:11px;
	cursor: pointer;
	cursor: hand;
	padding: 6px 0px 6px 7px;
	background-image: url(Images/MenuArrow.gif);
	background-repeat: no-repeat;
	background-position : 7px center;
	border: 1px solid #BFCDE3;
	border-top: 1px solid white;
	border-bottom: 1px solid #1973C9;
	background-color: #A7CFE8;
}

/* Login View Items */

.LoginView
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	padding: 0 10 10 10;
}
.LoginViewMessage
{
	color: #B76D04;
}
.LoginViewLink
{
	text-decoration: none;
	color: #B76D04;
}


/* For Repeater Web User Controls */

p									/* Modified: 11/22 original font size = 8pt */
{
 font-size:10pt;
 font-family:Arial;
}

input, select, textarea 
{
	margin-left: .5em;
}

fieldset 
{
	margin: 1em 0;
	padding: .3em 1em;
	border: 1px solid #696;
}

fieldset br 
{
	display: none;
}
fieldset div 
{
	clear: both; margin-bottom: 8px;
}

legend 
{
	font-weight: bold;
	color: #696;
	padding: .2em .5em;
	border: 1px solid #696;
}

fieldset label 
{
	margin: 0;
	display: block;
	width: 15em;
	text-align: right;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
}
.sortrepeater 
{
	margin: 12px 0 12px 0;
}
.datarepeater td 
{
	padding: 3px;
}
.datarepeater_header 
{
	font-weight: bold;
	background: #eee;
	font-size: 8pt;
}
.datarepeater_item 
{
	font-weight: normal;
	background: #FFFFFF;
	font-size: 8pt;
}

.datarepeater_count 
{
	display: block;
	margin: 12px 0 12px 0 ;
}




/* Featured Properties */

.FeaturedProperty1 
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	/*FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; */
	PADDING-BOTTOM: 5px; 
	/*TEXT-TRANSFORM: uppercase; */
	/*COLOR: #688163; */
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #d6e0d5 5px solid; 
	/*FONT-FAMILY: Verdana, Sans-Serif;*/
	BACKGROUND-COLOR: #ccdac9; 
	vertical-align: top;
}

A.FP1:link
{
	COLOR:  #688163;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP1:visited
{
	COLOR: #688163;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Verdana, Sans-Serif; 
}
A.FP1:hover
{
	COLOR: #688133;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP1:active
{
	COLOR:#688163;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}



.FeaturedProperty2 
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	/*FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; */
	PADDING-BOTTOM: 5px; 
	/*TEXT-TRANSFORM: uppercase; 
	COLOR: #848474; */
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #e8e8dc 5px solid; 
/*	FONT-FAMILY: Verdana, Sans-Serif; */
	BACKGROUND-COLOR: #e3e3cb;
	vertical-align: top;
}

A.FP2:link
{
	COLOR:  #848474;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP2:visited
{
	COLOR: #848474;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Verdana, Sans-Serif; 
}
A.FP2:hover
{
	COLOR: #848444;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP2:active
{
	COLOR:#848474;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}


.FeaturedProperty3 
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	/*FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; */
	PADDING-BOTTOM: 5px; 
	/*TEXT-TRANSFORM: uppercase; 
	COLOR: #738e97;*/ 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #dde7e9 5px solid; 
	/*FONT-FAMILY: Verdana, Sans-Serif;*/ 
	BACKGROUND-COLOR: #cbdfe8;
	vertical-align: top;
}


A.FP3:link
{
	COLOR:  #738e97;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP3:visited
{
	COLOR: #738e97;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Verdana, Sans-Serif; 
}
A.FP3:hover
{
	COLOR: #738e67;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP3:active
{
	COLOR:#738e97;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}



.FeaturedProperty4 
{
	PADDING-RIGHT: 5px; 
	/*PADDING-LEFT: 5px; 
	FONT-WEIGHT: bold; */
	FONT-SIZE: 7pt; 
	PADDING-BOTTOM: 5px; 
	/*TEXT-TRANSFORM: uppercase; 
	COLOR: #8e7173;*/
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #e1e0de 5px solid; 
	/*FONT-FAMILY: Verdana, Sans-Serif;*/
	BACKGROUND-COLOR: #dfcdcd;
	vertical-align: top;
}



A.FP4:link
{
	COLOR:  #8e7173;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP4:visited
{
	COLOR: #8e7173;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Verdana, Sans-Serif; 
}
A.FP4:hover
{
	COLOR: #8e7143;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP4:active
{
	COLOR:#8e7173;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}


.FeaturedProperty5 
{
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	PADDING-BOTTOM: 5px; 
	TEXT-TRANSFORM: uppercase; 
	COLOR: #6b6c80; 
	PADDING-TOP: 5px; 
	BORDER-BOTTOM: #dfe0e2 5px solid; 
	FONT-FAMILY: Verdana, Sans-Serif; 
	BACKGROUND-COLOR: #cdcfdc;
	vertical-align: top;
}


A.FP5:link
{
	COLOR:  #6b6c80;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP5:visited
{
	COLOR: #6b6c80;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase;
	FONT-FAMILY: Verdana, Sans-Serif; 
}
A.FP5:hover
{
	COLOR: #6b6c50;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt; 
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}
A.FP5:active
{
	COLOR:#6b6c80;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 7pt;  
	TEXT-TRANSFORM: uppercase; 
	FONT-FAMILY: Verdana, Sans-Serif;
}

.DropDownList
{
	z-index: -1;
}

.DataGridHeader
{
	border: none;
	border-width: 0px;
}

/* Space Availability */

.maincontent 
{
	FONT-SIZE: 9pt; 
	border: 1px solid #DDDDDD;
	vertical-align: top;
	/*/*/text-align: center /* */
}

.price 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: 1px solid #DDDDDD;
	color: #003399;
	font-weight: bold;
	/*/*/text-align: center /* */
}


 .propertyName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
/*#propertyName a:link, #propertyName a:visited{
	color: White;
	font-weight: bold;
}

#propertyName a:hover {
	text-decoration: none;	
}*/


#mainTable td {
	padding: 4px;/*Pads each table cell in modern browsers*/
}

.mainTable 
{	
	border: 1px dotted #CCCCCC;
}

.maincontentSale 
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	border: 1px solid #DDDDDD;
	vertical-align: top;
}

.description 
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	/*border-left: 1px solid #1F4E86;
	border-right: 1px solid #1F4E86;
	border-top: 1px dotted #1F4E86;*/
	vertical-align: top;
	background-color: #E5EBF3;
	/*width: 260px;*/
}

.description2 
{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	font-size: 9pt;
	border-left: 1px solid #1F4E86;
	border-right: 1px solid #1F4E86;
	border-top: 1px dotted #1F4E86;
	vertical-align: top;
	background-color: #C9D3DC;
	/*width: 260px;*/
}


.descTable
{
	border-left: 1px solid #1F4E86;
	border-right: 1px solid #1F4E86;
	border-top: 1px dotted #1F4E86;
	vertical-align: top;
	background-color: #E5EBF3;
	
}

.style1 {
	color: #224C85;
	font-size: 10pt;
	font-weight: bold;
}
.style2 {
	color: #215086;
	font-size: 10pt;
	font-weight: bold;
}




