body {
	Margin: 0px;
	Padding: 0px;
	font-family: Helvetica, Avant Garde, Palatino, Tahoma, Geneva, sans-serif;
	font-size: 9px;
	Color: #000;
	Background-Color: #CCC;
}
.Header {
	font-size: 12px;
	overflow: auto;
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	/*box-shadow: 1px 1px 1px #888888;*/
	color: #000;
	Background-Color: #FFF;
	Padding: 2px;
	box-shadow: 0px 0px 2px 2px #888888;
	
}
.Sidebar {
	Oveflow: Auto;
	/*
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	Background-Color: #FFF;
	*/
	color: #000;
	Float: Left;
	Width: 300px;
	Padding: 10px;
	
}
.SidebarLogo {
	Oveflow: Auto;
	Width: 300px;
	Height: 225px;
	Background-Size: 100% 100%;
	Border-Radius: 4px;
	Border-Color: #AAA;
	box-shadow: 0px 0px 2px 2px #888888;
}

.SidebarDiv {
	Oveflow: Auto;
	Padding: 4px;
	Margin-Top: 5px;
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	Background-Color: #FFF;
	Border-Radius: 4px;
	box-shadow: 0px 0px 2px 2px #888888;
}
.BrandName {
	Float: Left;
	Font-Weight: Bold;
	font-size: 28px;
	Margin-Left: 10px;
}
.Selector {
	overflow: auto;
	Float: Right;
}
.SelectorField{
	Overflow: Auto;
	Margin: 2px;
	Float: Right;
	
}
.SelectInput{
	Padding: 2px;
	Border: 1px solid;
	Border-Radius: 4px;
}

.LandHolder {
	OverFlow: Auto;
	Float: Auto;
	/*
	box-shadow: 0px 0px 2px 2px #888888;
	Margin: 4px;
	Border-Radius: 4px;
	Border: 1px solid;
	Border-Color: #AAA;
	*/
}
.LandHolderName {
	OverFlow: Auto;
	Font-Size: 16px;
	
	Padding-Left: 20px;
	Font-Weight: Bold;
	
	/*
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	Text-Align: Center;
	Font-Size: 16px;
	Padding: 4px;
	Font-Weight: Bold;
	*/
} 	
.LandHolderHolder{
	OverFlow: Auto;

	/*Padding: 2px;*/
}
.Land {
	overflow:auto;
	Background-Color: #EEE;
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	box-shadow: 0px 0px 2px 2px #888888;
	border-radius: 4px;
	font-size: 11px;
	/*Border: 1px solid;*/
	Border-Color: #AAA;
	Float: Left;
	Width: 256px;
	/*
	Margin: 0px;
	Margin-Top: 4px;
	Margin-Bottom: 14px;
	*/
	Margin: 10px;
	Padding: 0px;
	Cursor: Pointer;
}
.LandOver {
	overflow:auto;
	Background-Color: #FFA;
	background-image: url('/images/HighLight22.png');
	background-size: 5px 100%;
	background-repeat:repeat-x;
	box-shadow: 0px 0px 3px 3px #FFA;
	border-radius: 4px;
	font-size: 11px;
	/*Border: 1px solid;*/
	
	Border-Color: #FFA;
	Float: Left;
	Width: 256px;
	/*
	Margin: 0px;
	Margin-Top: 4px;
	Margin-Bottom: 14px;
	*/
	Margin: 10px;
	Padding: 0px;
	Cursor: Pointer;
}
.LandName{
	Overflow: Hidden;
	Font-Weight: Bold;
	Padding: 4px;
	Text-Align: Center;
	Height: 27px;
	/*Border-Bottom: 1px solid;*/
}
.LandType {
	Overflow: Auto;
	Text-Align: Center;
	/*Border-Bottom: 1px solid;*/
}
.LandPhoto {
	background-size: 100% 100%;
	Height: 150px;
}
.LandDetails {
	/*Border-Top: 1px solid;*/
	/*Border-Bottom: 1px solid;*/
	Overflow: Auto;
	Font-Weight: Bold;
}
.LandDetailsArea {
	Padding: 2px;
	Float: Left;
	/*Border-Right: 1px solid;*/
}
.LandDetailsPrims {
	Padding: 2px;
	Text-Align: Center;
	Float: Auto;
}
.LandDetailsPrice {
	Padding: 2px;
	Float: Right;
	Background-Color: #FFC;
	/*Border-Left: 1px solid;*/
}

.LandVisit {
	Text-Align: Center;
	Font-Weight: Bold;
	Cursor: Pointer;
	Padding: 2px;
}
.LandVisitOver {
	Text-Align: Center;
	Font-Weight: Bold;
	Cursor: Pointer;
	Background-Color: #CFC;
	Padding: 2px;
}
.LandVisitDown {
	Text-Align: Center;
	Font-Weight: Bold;
	Cursor: Pointer;
	Background-Color: #AFA;
	Padding: 2px;
}

