


html {
	height: 100%;
}

body {
	position: relative;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 1040px;
	padding: 0px;
	border: 0px none;
	background-color: #fafafa;
	font-family: verdana, helvetica, arial, "MS sans serif", sans-serif;
	color: #000000;
	font-size: 12px;
	overflow-y: scroll;
	//line-height: 15px;
}

div.container {
	padding: 0px;
	margin: 0 auto -36px;
	z-index: 1;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	border-width: 0px;
}

div.outerBody {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	z-index: 2;
	position: relative;
	top: -62px;
	padding-bottom: 70px;
	border-width: 0px;
}

div.bodyWithNavibar {
	border: 1px solid #afafcf;
	z-index: 3;
	position: relative;
	top: 90px;
	margin: 0px 15px 15px 185px;
	padding: 5px 5px 15px 5px;
	min-width: 790px;
	min-height: 400px;
	text-align: center;
	background-color: #efeff3;
}

div.bodyNoNavibar {
	border: 1px solid #afafcf;
	z-index: 3;
	position: relative;
	top: 90px;
	margin: 0px 15px 15px 185px;
	padding: 5px 5px 15px 5px;
	min-width: 790px;
	min-height: 400px;
	text-align: center;
	background-color: #efeff3;
}

div.logo {
	z-index: 25;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 130px;
	height: 144px;
	margin: 15px 10px 15px 30px;
	padding: 1px;
	//border: 1px solid white;
}


div.sectionNavibar {
	border-color: #afafcf;
	z-index: 5;
	position: relative;
	top: 10px;
	border-width: 1px;
	border-style: solid;
	padding: 0 0 0 0;
	margin: 0px 15px 0px 185px;
	height: 40px;
	min-width: 800px;
	vertical-align: bottom;
	background-color: #dfdfe7;
}

div.sectionSearchBox {
	padding: 6px;
	float: left;
}

div.pageNavibarContainer {
	z-index: 5;
	position: absolute;
	padding: 0px;
	margin: 0px;
	top: 159px;
	width: 150px;
}

div.pageNavibar {
	padding: 0px 4px;
	border: 1px solid #afafcf;
	z-index: 5;
	top: 15px;
	left: 0px;
	width: 150px;
	margin: 15px;
	background-color: #dfdfe7;
}

div.secondaryPageNavibar {
	padding: 0px 4px;
	border: 1px solid #afafcf;
	z-index: 5;
	width: 150px;
	margin: 15px;
	background-color: #dfdfe7;
}

div.sectionNavibarSection {
	border: 1px solid #afafcf;
	margin: 10px;
	float: right;
	vertical-align: bottom;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #fafafa;
}

div.sectionNavibarSectionHighlighted  {
	border: 1px solid #efefff;
	margin: 10px;
	float: right;
	vertical-align: bottom;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #efefff; 
}

div.pageNavibarPage {
	border: 1px solid #afafcf;
	margin: 10px 4px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #fafafa;
}

div.pageNavibarPageHighlighted {
	border: 1px solid #efefff;
	margin: 10px 4px;
	padding: 2px;
	font-size: 10px;
	text-align: center;
	background-color: #efefff;
}

div.footer {
	position: relative;
	text-align: center;
	padding-top: 5px;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #afafcf;
	height: 30px;
	width: 100%;
	min-width: 960px;
	bottom: 0px;
	background-color: #dfdfe7;
	z-index: 5;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}

h3 {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}

h3.pageNavibar {
	font-weight: normal;
	font-size: 11px;
	text-align: center;
}

table {
	margin-left: auto;
	margin-right: auto;
}

table.ratingStars {
	margin:0px;
	padding:0px;
}

p {
	margin: 5px;
}

.alert {
	color: red;
}

.confirm {
	font-weight: bold;
}

td.ratingStarsCell {
	margin:0px;
	padding:2px;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.left {
	text-align: left;
}

.center {
	text-align: right;
}

.right {
	text-align: right;
}

textarea {
	border: 1px #afafcf solid;
	color: #000000;
	background-color: #ffffff;
}

select {
	border: 1px #afafcf solid;
	color: #000000;
	background-color: #ffffff;
}

input:not([type=submit]):not([type=file]):not([type=button]) {
	border: 1px #afafcf solid;
	color: #000000;
	background-color: #ffffff;
}

input[type=submit], input[type=file], input[type=button] {
	border: 1px #afafcf solid;
	color: #000000;
	background-color: #afafaf;
}

input:not([type=submit]):not([type=file]):not([type=button]).disabled {
	background-color: #dfdfdf;
}

button {
	border: 1px #afafcf solid;
	color: #000000;
	background-color: #afafaf;
}

.bordered {
	border: 1px #afafcf solid;
}

.adminBordered {
	border: 2px #ff0000 solid;
	padding: 10px;
}

em {
	font-weight: bold;
}

th {
	font-size: 12px;
	font-weight: bold;
	background-color: #cfcfef;
	text-color: #eeeeee;
	padding:0px 10px 0px 10px;
}

td {
	text-align: left;
	//font-size: 12px;
}

div {
}

div.javascriptWarning {
	border: 1px solid #ff0000;
	margin: 10px auto;
	padding: 20px;
	font-size: 14px;
	text-align: center;
	width: 600px;
	color: #ff0000;
	background-color: #ffeeee;
}

div.map {
	padding: 0px;
	border: 1px solid #afafcf;
	margin: 5px;
	background-color: #dfdfe7;
}

div.imageLeft {
	float: left;
	padding: 5px;
	border: 1px solid #afafcf;
	margin: 5px;
	text-align: center;
}

div.imageRight {
	float: right;
	padding: 5px;
	border: 1px solid #afafcf;
	margin: 5px;
	text-align: center;
}

div.rating {
	border: 0px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

span.caption {
	margin: auto;
	font-size: 9px;
	font-style: italic;
}

div.thumbnailList {
	width: 90px;
	background-color: #cfcfcf;
	margin: 3px 0px 0px 0px;
	padding: 2px;
	font-size: 0px;
}

img {
	border: none;
	display: block;
}

img.inline {
	border: none;
	display: inline;
}

a {
	outline: 0 none;
	text-decoration: none;
	color: #606060;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	text-decoration: underline;
}

a:link {
	color: #606060;
}

a:active {
	text-decoration: underline;
}

a:visited {
	color: #303030;
}

a.sectionNavibarLink {
	color: #000000;
}

a.pageNavibarLink {
	color: #000000;
}

a.footerLink {
	color: #000000;
}

a.adminLink {
	font-size: 12px;
	text-decoration: underline;
	color: #9f9f9f;
}

span.accessKey {
	/* text-decoration : underline; */
}

.formRight {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding: 4px 0 0;	
}

.formLeft {
	text-align: left;
	font-weight: bold;	
}

input.small {
	font-size: 8px;
	height: 12px;
	padding: 0px;
	margin: 0px;
}

form.small {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

textarea {
	resize: none;
}

.clickable {
	cursor: hand;
	cursor: pointer;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-user-drag: none;
	user-drag: none;
}

.hidden {
	display:none;
}

h3.tag {
	margin-top: -2px;
	margin-bottom: 2px;
	color: #000000;
	text-align: center;
}

div.tag {
	width: 240px;
	height: 105px;
	overflow: hidden;
}

div.tagImage {
	float: left;
	padding-top: 2px;
	padding-right: 4px;
}

div.tagText {
	text-align: left;
	font-size: 8pt;
	color: #000000;
	border: 0px black solid;
}

div.tagRating {
	padding-right: 4px;
	clear: left;
	float: left;
}

div.tagMore {
	position: absolute;
	background-color: #ffffff;
	font-weight: bold;
	right: 0px;
	bottom: 0px;
	border: 0px 0px 0px 2px solid #ffffff;
	padding: 0px 3px 0px 3px;
	z-index: 2000;
}

img.zoomable {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
}


h3.imageMap{
	margin-top: 2px;
	margin-bottom: 4px;
	text-align: center;
}

div.imageMap {
	width: 240px;
	cursor: zoom-in;
}

div.imageMapImage {
	padding-right: 4px;
}










div.imageEditing {
	padding: 5px;
	border: 1px solid #dfdfe7;
	margin: 0px;
	text-align: center;
	overflow: auto;
	width: 648px;
}

div.imageEdit {
	float: left;
	margin: 2px;
	padding: 5px;
	text-align: center;
	border: 1px solid #dfdfe7;
}

div.imageEditingOuterBlock {
	position: relative;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	background-color: #d7d7e7;
	overflow: auto;
}

div.imageEditingInnerBlock {
	position: relative;
	padding: 10px;
	margin: auto 5px 0px 0px 0px;
	overflow: auto;
	border: 0px solid #dfdfe7;
	
	text-align: center;
}

div.imageEditForm {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


div.imageCellOuter {
	position: relative;
	display: inline-block;
	border: 0px;
	padding: 0px;
	margin: -5px -4px -4px -4px;
}

div.imageImageCell {
	padding: 0px;
	margin: 0px;
	background-color: #dfdfe7;
	border: 8px solid #ffffff;
}


div.imageEditCellOuter {
	position: relative;
	display: inline-block;
	border: 0px;
	padding: 0px;
	margin: 4px;
	width: 160px;
}

div.imageEditCell {
	position: relative;
	display: inline-block;
	margin: 0px;
	padding: 5px 5px 1px 5px;
	width: 146px;
	text-align: center;
	background-color: #dfdfe7;
	border: 2px solid #afafcf;
	cursor: move;
}

div.imageEditUpperCell {
	margin: auto;
	float: none;
	clear: both;
	width: 130px;
}

div.imageEditImageCell {
	float: left;
	width: 94px;
}

div.imageEditControlsCell {
	float: left;
	width: 32px;
	height: 64px;
}

div.imageEditControl {
}

div.imageEditControlLeft {
	float: left;
}

div.imageEditControlRight {
	float: right;
}

imageEditButton {
}

div.imageEditCaption {
	height: 20px;
	float: none;
	clear: both;
	background-color: #dfdfe7;
	padding: 5px 0px 0px 0px;
}

.imageEditCaptionSpan {
	margin: 0px;
	border: 1px solid #dfdfe7;
	background-color: #efefff;
	padding: 2px;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
}

input.imageEditCaptionText {
	padding: 2px 0px 2px 0px;
	margin: 1px 0px 2px 0px;
	width: 140px;
}

div.imageEditMap {
	padding: 5px;
	border: 0px solid #afafcf;
	margin: 10px 0px 10px 0px;
	height: 300px;
	background-color: #dfdfe7;
}

div.imageEditMapInner {
	padding: 0px;
	border: 1px solid #afafcf;
	height: 298px;
	background-color: #dfdfe7;
}

div.spinnerMask {
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 2001;
}

.floatingSpinner {
	display: inline;
	position: absolute;
	margin: 20px 0 0 -24px;
	vertical-align: middle;
	z-index: 2002;
}

div.selectMask {
	position: absolute;
	background-color: #000000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	left: 0;
	top: 0; 
	width: 98px;
	height: 68px;
	text-align: center;
	vertical-align: middle;
	z-index: 2001;
	margin: 4px;
}

.floatingSelect {
	display: inline;
	position: absolute;
	margin: 10px 0 0 -24px;
	vertical-align: middle;
	z-index: 2002;
}

.floatingSpinner {
	display: inline;
	position: absolute;
	margin: 20px 0 0 -24px;
	vertical-align: middle;
	z-index: 2002;
}
div.imageUploadPreview {
	border: solid 1px #afafcf;
	background-color: #dfdfe7;
	margin: 30px;
	padding: 50px;
}

#linkPhotosPopup {
	background: #ffffff;
	padding: 0px;
	border: 2px solid #444;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
}

#linkPhotosList {
	border: solid 2px #afafcf;
	overflow: auto;
	margin: 10px;
}

#uploadPhotosPopup {
	background: #ffffff;
	padding: 0px;
	border: 2px solid #444;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1000;
}

#uploadPhotosList {
	border: solid 2px #afafcf;
	overflow: auto;
	margin: 10px;
}

div.uploadPhotosItem {
	border: 1px solid #afafcf;
	display: inline-block;
	width: 350px;
	overflow: auto;
	margin: 10px;
	padding: 10px;
}
div.uploadPhotosItemControls {
    float: left;
    height: 46px;
    width: 16px;
}

div.uploadPhotosItemRemoveButton {
	float: left;
	background-image: url('/img/imageEditingDelete.png');
	margin-top: 12px;
	width: 15px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
}

div.uploadPhotosItemRenewButton {
	float: left;
	background-image: url('/img/imageEditingRenew.png');
	margin-top: 2px;
	width: 16px;
	height: 20px;
	cursor: hand;
	cursor: pointer;
}

div.uploadPhotosItemImagePreview {
	float: left;
	width: 60px;
	height: 60px;
	padding: 3px 6px 3px 6px;
}

div.uploadPhotosItemDetails {
	text-align: left;
	float: left;
	overflow: auto;
}

div.uploadPhotosItemAdditional {
	float: left;
	overflow: auto;
}

#uploadPhotoDialogue {
}

#uploadPhotosRenew {
	width: 430px;
	border: 1px solid;
	margin: 10px auto;
	padding: 5px;
}

#uploadPhotosWorking {
	width: 430px;
	border: 1px solid;
	margin: 10px auto;
	padding: 5px;
}

#uploadPhotosWorkingSpinner {
	margin: 4px auto;
}

#uploadPhotosUpload {
}

#uploadPhotosDialogueDetails {
}

#uploadPhotosUploadButton {
}


div.albumEditingDialogue {
	width: 882px;
	height: 130px;
	background-color: #ffffff;
	border: solid 2px #afafcf;
	padding: 2px;
	margin: auto;
	overflow: auto;
}

div.albumEditingDialogue3Col {
	width: 662px;
	height: 130px;
	background-color: #ffffff;
	border: solid 2px #afafcf;
	padding: 2px;
	margin: auto;
	overflow: auto;
}

div.albumEditingDialoguePart {
	border: solid 2px #afafcf;
	float: left;
	background-color: #ffffff;
	display: inline-block;
	width: 200px;
	height: 110px;
	padding: 3px;
	margin: 5px;
}

h3.albumEditingDialogueHeading {
	margin-top: 1px;
	margin-bottom: 6px;
}










div.commentAndVoteBlock {
	margin: 12px 12px 0px 12px auto;
	padding: 2px;
	border: 0px solid #afafcf;
	background-color: #dfdfe7;
	width: 756px;
}

div.voteContainer {
	margin: 0 5px 0 0;
	padding: 0;
	float: left;
	position: relative;
	border: 0 solid #afafcf;
	background-color: #dfdfe7;
	width: 20px;
	display: none;
}

div.voteUp {
	margin: 0 0 2px 0;
	overflow: auto;
	padding: 0;
	clear: both;
	width: 16px;
	height: 19px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	background-image:url('/img/voteUp.png');
	cursor: pointer;
}

div.voteDown {
	margin: 0;
	overflow: auto;
	padding: 0;
	clear: both;
	width: 16px;
	height: 19px;
	border: 2px solid #ffffff;
	background-color: #ffffff;
	background-image:url('/img/voteDown.png');
	cursor: pointer;
}

div.commentLayout {
	margin: 8px 8px 8px 8px;
	overflow: auto;
	padding: 2px 5px 5px 5px;
	clear: both;
	width: 730px;
	border: 0px solid #afafcf;
	background-color: #ffffff;
}

div.commentLayout2 {
	margin: 8px 8px 8px 24px;
	overflow: auto;
	padding: 2px 5px 5px 5px;
	clear: both;
	width: 714px;
	border: 0px solid #afafcf;
	background-color: #ffffff;
}

div.commentLayout3 {
	margin: 8px 8px 8px 40px;
	overflow: auto;
	padding: 2px 5px 5px 5px;
	clear: both;
	width: 698px;
	border: 0px solid #afafcf;
	background-color: #ffffff;
}

div.commentLayout4 {
	margin: 8px 8px 8px 56px;
	overflow: auto;
	padding: 2px 5px 5px 5px;
	clear: both;
	width: 682px;
	border: 0px solid #afafcf;
	background-color: #ffffff;
}

div.commentLayout5 {
	margin: 8px 8px 8px 72px;
	overflow: auto;
	padding: 2px 5px 5px 5px;
	clear: both;
	width: 666px;
	border: 0px solid #afafcf;
	background-color: #ffffff;
}

div.commentDetails {
	text-align: left;
	float: left;
	width: 105px;
	border: 0px solid #afafcf;
}

div.commentBody {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 596px;
	text-align: left;
	border: 0px solid #afafcf;
}

div.commentBody2 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 580px;
	text-align: left;
	border: 0px solid #afafcf;
}

div.commentBody3 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 564px;
	text-align: left;
	border: 0px solid #afafcf;
}

div.commentBody4 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 548px;
	text-align: left;
	border: 0px solid #afafcf;
}

div.commentBody5 {
	float: right;
	margin: 0px 0px 0px 0px;
	width: 516px;
	text-align: left;
	border: 0px solid #afafcf;
}

span.commentNickname {
	font-weight:bold;
}

span.feedbackLink {
	font-weight: bold;
	font: bold;
	cursor: pointer;
}

div.feedbackFormContainer {
}

form.feedbackForm {
	margin: 0px;
	padding: 4px;
	border: 0px;
}

textArea.feedbackTextArea {
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

div.feedbackResponseBox {
	padding: 12px;
	background-color: #ffffff;
	border: 1px solid #afafcf;
	margin: 8px auto;
	width: 420px;
}

input.feedbackSubmitButton {
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}

div.feedbackBlock {
	padding: 5px;
}

div.feedbackView {
	padding: 5px;
	margin: 0px 0px 5px 0px;
	overflow: auto;
	border: 1px solid #afafcf;
	background-color: #ffffff;
	text-align: left;
}

div.feedbackHeader {
	float: left;
	padding: 0px 5px 5px 5px;
	width: 140px;
}









div.searchResultsMapBlock {
	width: 750px;
	height: 400px;
	padding: 10px;
	border: 0px solid #afafcf;
	margin: 5px;
	background-color: #dfdfe7;
}

div.searchResultsMap {
	margin: 0px;
	height: 398px;
	border: 1px solid #afafcf;
	z-index: 1000;
}

div.searchResultsMapModal {
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	margin: 25px;
	border: 8px solid #afafcf;
	z-index: 1000;
}

div.searchResultsMapModalise {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapModalise.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapDeModalise {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapDeModalise.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapGoLocate {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapGoLocate.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapGoLocateSpinning {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/spinnerSmall.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapShowPin {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapShowPin.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapHidePin {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapHidePin.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.searchResultsMapLink {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapLink.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}


div.searchResultsMapLocator {
	border: 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 216px;
	height: 216px;
	margin: -108px 0 0 -108px;
	background-image: url(/img/Locator.svg);
	background-repeat: no-repeat;
	background-position: 0px;
	opacity: 0.5;
}

div.searchResultBlock {
	margin: 8px auto;
	padding: 2px 5px 2px 5px;
	width: 760px;
	border: 0px solid #afafcf;
	background-color: #dfdfe7;
}

div.searchResultLayout {
	margin: 8px auto;
	overflow: auto;
	padding: 5px;
	clear: both;
	width: 740px;
	border: 1px solid #afafcf;
	background-color: #ffffff;
}

div.searchResultDetails {
	text-align: left;
	float: left;
	width: 170px;
	border: 0px solid #afafcf;
}

div.searchResultReview {
	float: right;
	margin: 0px auto;
	width: 544px;
	text-align: left;
	border: 0px solid #afafcf;
}

span.commentLink {
	font-weight: bold;
	font: bold;
	cursor: pointer;
}

div.commentFormContainer {
}

form.commentForm {
	margin: 0px;
	padding: 2px;
	border: 0px;
}

textArea.commentTextArea {
	float: right;
	width: 100%;
	height: 48px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
}

input.commentSubmitButton {
	float: right;
	margin: 2px 0px 0px 0px;
	padding: 2px;
}




div.articleBlock {
	margin: auto;
	padding: 2px;
	border: 0px solid #afafcf;
	background-color: #dfdfe7;
	width: 760px;
}

div.articleHeading {
	float: left;
	width: 100%;
}

div.articleDetails {
	padding: 8px;
	border: 0px solid #afafcf;
	width: 732px;
	text-align: left;
}

div.articleFirstLetter {
	display: block;
	float: left;
	line-height: 80%;
	font-size: 34px;
}

div.articlePhoto {
	float: left;
	padding: 5px;
	overflow: hidden;
}

div.articleAlbum {
	padding: 5px;
}

h3#articlePhotoCaption {
	margin: 0px 0px 0px 0px;
	clear: both;
	overflow: hidden;
	white-space: nowrap;
}



div.articleEditMap {
	padding: 0px;
	border: 1px solid #afafcf;
	margin: 5px;
	height: 300px;
	background-color: #dfdfe7;
}

div.articleEditMapBlock {
	padding: 5px;
	border: 1px solid #afafcf;
	margin: opx;
	background-color: #dfdfe7;
}

div.articleEditJumpToMapBlock {
	padding: 5px;
	border: 1px solid #afafcf;
	width: 490px;
	margin: opx;
	background-color: #dfdfe7;
}

div.popUpEditMap {
	padding: 0px;
	border: 1px solid #afafcf;
	margin: 0px;
	background-color: #ffffff;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 1000;
}

div.popUpEditMapConfirmLocation {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapConfirmLocation.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.popUpEditMapGoLocate {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapGoLocate.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.popUpEditMapRemoveLocation {
	border: solid #afafcf;
	border-width: 0px 0px 1px 1px;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	z-index: 1;
	width: 28px;
	height: 23px;
	background-color: #dfdfe7;
	background-image: url(/img/mapDeleteLocation.png);
	background-repeat: no-repeat;
	background-position: 2px 2px;
	cursor: hand;
	cursor: pointer;
	z-index: 1001;
}

div.translucentMask {
	display: none;
	background-color: #000000;
	opacity: 0.5;
	padding: 0px;
	margin: 0px;
	filter: alpha(opacity=50);
	position: fixed;
	left: 0;
	top: 0; 
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 998;
}

div.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 999;
}

#okButton {
	position: absolute;
	left: 50%;
	bottom: 20px;
	width: 120px;
	margin: 0 0 0 -60px;
}

#yesButton {
	position: absolute;
	right: 100px;
	bottom: 20px;
}

#noButton {
	position: absolute;
	left: 100px;
	bottom: 20px;
}

.loginPopup {
	background: #ffffff;
	padding: 10px; 	
	border: 2px solid #ddd;
//	font-size: 1.2em;
	width: 350px;
	height: 200px;
	position: absolute;
	margin: -100px 0 0 -175px;
	top: 50%;
	left: 50%;
	z-index: 3000;
//	box-shadow: 0px 0px 20px #999; /* CSS3 */
//        -moz-box-shadow: 0px 0px 20px #999; /* Firefox */
//        -webkit-box-shadow: 0px 0px 20px #999; /* Safari, Chrome */
//	border-radius:3px 3px 3px 3px;
//        -moz-border-radius: 3px; /* Firefox */
//        -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.buttonClose { //Position the close button was top -10px right -8px
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	z-index: 10001;
	margin: 0px;
	border: 0px solid;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display: block; 
	padding-bottom: 7px; 
}

form.signin .textbox span { 
	display: block;
}

form.signin p, form.signin span { 
	color: #999; 
	font-size: 11px; 
	line-height: 18px;
} 

form.signin .textbox input { 
	background: #666666; 
	border-bottom: 1px solid #333;
	border-left: 1px solid #000;
	border-right: 1px solid #333;
	border-top: 1px solid #000;
	color: #fff; 
        border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
        -webkit-border-radius: 3px;
	font: 13px Arial, Helvetica, sans-serif;
	padding: 6px 6px 4px;
	width: 200px;
}

form.signin input:-moz-placeholder {color:#bbb; text-shadow:0 0 2px #000; }

form.signin input:-webkit-input-placeholder { color:#bbb; text-shadow:0 0 2px #000;  }

.button { 
	background: -moz-linear-gradient(center top, #f3f3f3, #dddddd);
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#dddddd));
	background:  -o-linear-gradient(top, #f3f3f3, #dddddd);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f3f3f3', EndColorStr='#dddddd');
	border-color: #000; 
	border-width: 1px;
        border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
        -webkit-border-radius: 4px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	padding: 6px 6px 4px;
	margin-top: 10px;
	font: 12px; 
	width: 214px;
}

.button:hover {
	background:#ddd;
}

.alertConfirmPopup {
	background: #fafafa;
	padding: 10px; 	
	border: 2px solid #ddd;
	width: 400px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10000;
	margin-top: -100px;
	margin-left: -200px;
}


#progressBarPopup {
	background: #ffffff;
	padding: 10px;
	border: 2px solid #ddd;
	font-size: 1.2em;
	width: 370px;
	height: 150px;
	position: absolute;
	margin: -75px 0 0 -185px;
	top: 50%;
	left: 50%;
	z-index: 1000;
}

#progressBarBox {
	position: relative;
	background: #ffffff;
	margin: 0px auto;
	padding: 0px;
	border: 2px solid #ddd;
	width: 316px;
	height: 64px;
}

#progressBarInnerBox {
	position: relative;
	margin: 8px auto;
	padding: 0px;
	width: 300px;
	height: 50px;
	z-index: 1001;
}

#progressBar {
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: #ff0000;
	width: 65%;
	height: 100%;
	z-index: 1001;
	left: 0px;
	top: 0px;
}

#progressPercent {
	top: 18px;
	position: relative;
	z-index: 1002;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#photoAlbumPopup {
	background: #ffffff;
	padding: 0px 15px 15px 15px;
	border: 2px solid #444;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2005;
}

#photoAlbumCaption {
	clear: both;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
}



#photoAlbumLeftArea {
	position: fixed;
	z-index: 2001;
	left:0;
	background-color: #000000;
	opacity: 0.2;
}

#photoAlbumRightArea {
	position: fixed;
	z-index: 2001;
	right: 0;
	background-color: #000000;
	opacity: 0.2
}

#photoAlbumLeft {
	position: absolute;
	top: 50%;
	left: -24px;
	margin: -24px 0 0 0px;
	z-index: 2010;
}

#photoAlbumRight {
	position: absolute;
	top: 50%;
	right: -24px;
	margin: -24px 0 0 0px;
	z-index: 2010;
}

div.popUpMenu {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 2px;
	max-height: 400px;
	overflow: auto;
	position: absolute;
	z-index: 5000;
}
