div.logon {
	width: 600px;
	margin: auto;
	padding-top: 2em;
	border:0;
	}
	
	div.logon form {
		width: 300px;
		margin: auto;
		}
		
	div.withPasswordRecover form.passwordRecover {
		background: url(/images/dots2.png) repeat-y left top transparent;
		padding-left: 60px;
		width: 240px;
		}
		
	div.withPasswordRecover form {
		float: left;
		}
	
	div.logon div.eMail input,
	div.logon div.password input {
		width: 200px;
		}
		
	div.logon span.error {
		display: block;
		color: red;
		margin: 0.5em 0 0.5em 105px;
		}
		
	div.logon form.logon *.profilerError,
	div.logon form.logon *.profilerInfo {
		margin-right: 48px;
		}
		
	div.logon div.infoMessage {
		color: #54b200;
		margin-left: 20px;
		}
		
div.userDashboard {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	text-align: right;
	padding: 15px 15px 0 0;
	height: 38px;
	line-height: 16px;
	vertical-align: middle;
	}
	
	body > div.userDashboard {
		position: fixed;
		}
	
	div.userDashboard a.options,
	div.userDashboard a.logout {
		display: block;
		width: 39px;
		height: 35px;
		float: right;
		margin: 0;
		background: url(/images/logout0.png) no-repeat center transparent;
		}
		
	div.userDashboard a.options {
		margin-left: 5px;
		background-image: url(/images/options.png);
		}
		
	div.userDashboard a.marked {
		font-weight: bold;
		}
		
	div.userDashboard a.notMarked {
		font-weight: normal;
		}
	
	div.userDashboard a.marked:link,
	div.userDashboard a.marked:visited {
		color: #fb5e03;
		}
		
	div.userDashboard a.notMarked:link,
	div.userDashboard a.notMarked:visited {
		color: #7f7f7f;
		}
	
	div.userDashboard a.marked:active,
	div.userDashboard a.marked:focus,
	div.userDashboard a.marked:hover,
	div.userDashboard a.notMarked:active,
	div.userDashboard a.notMarked:focus,
	div.userDashboard a.notMarked:hover {
		color: #fb5e03;
		}
		

div.imagesColumn {
	margin: 0;
	float: left;
	margin-right: 30px;
	/*background: url(/images/dots2.png) repeat-y left 1px transparent;*/
	}
	
	div.imagesColumn *.inputFileFrame {
		overflow: hidden;
		text-align: right;
		}
		
	div.imagesColumn input.file {
		width: 200px;
		}
		
	div.imagesColumn div.itemImage {
		border-bottom: dotted 1px #bbb;
		margin-bottom: 7px;
		padding-bottom: 5px;
		width: 220px;
		}
		
		div.imagesColumn div.itemImage a.thumb {
			padding: 0;
			margin: 0;
			display: block;
			}
		
			div.imagesColumn div.itemImage a.thumb img {

				}
				
	div.imagesColumn div.infoMessage,
	div.imagesColumn div.errorMessage {
		width: 205px;
		margin-bottom: 5px;
		}
		
/* Locations management */

div.listRow {
	clear: both;
	background-color: #f1fdff;
	border-bottom: dotted 1px #95e6e3;
	padding: 1px 1% 1px 2%;
	width: 97%;
	}

a.label {
	display: block;
	float: left;
	clear: both;
	}

a.listOption {
	display: block;
	float: right;
	font-size: 0.8em;
	margin-left: 0.3em;
	}


form.location {
	border-style: dotted;
	border-color: #53a7b3;
	border-width: 1px 0 1px 0;
	clear: both;
	padding: 5px 5px 5px 10px;
	margin: 0 0 5px 0;
	background-color: #f7feff;
	}
	
form.location label {
	display: block;
	float: left;
	clear: both;
	line-height: 22px;
	}
	
	form.location label.top {
		float: none;
		width: auto;
		}
	
	form.location label.right {
		clear: none;
		width: auto;
		}
	
	form.location label.disabled {
		color: #a7a6aa;
		}
	
form.location *.blockFrame,
form.location *.inlineFrame {
	margin-bottom: 5px;
	}

form.location *.inlineFrame {
	float: right;
	}
	
form.location input.text {
	width: 200px;
	}
	
form.location div.infoMessage,
form.location div.errorMessage {
	padding: 3px 5px 3px 5px;
	margin: 0;
	float: right;
	}
	
form.location div.infoMessage {
	background-color: #DDFFDD;
	}
	
form.location div.errorMessage {
	background-color: #FFDDDD;
	}
	
form.location div.invalidFieldMessage {
	display: block;
	clear: both;
	text-align: right;
	}
	
	form.location div.options {
		float: right;
		margin-top: -18px;
		}
		
/* join form */

form.joinForm div.errorMessage {
	margin-bottom: 15px;
	clear: both;
	}
		
/* Account settings form */

#passwords label {
	width: 150px;
	}
	
#passwords div.invalidFieldMessage {
	margin-left: 0;
	}
	
/* LocationImage */

div.locationImageListElement {
	margin: 0 0 4px 0;
	background-color: #e9fafe;
	}
	
	div.locationImageListElement a.thumb {
		display: block;
		float: left;
		margin: 0 20px 0 0;
		}
		
	div.locationImageListElement div.title {
		margin: 10px 0 10px 0;
		padding: 5px;
		}
		
	div.locationImageListElement a.option {
		display: block;
		float: right;
		}
		
/* Accepting properties */

table.unacceptedItems {
	
	}
	
	table.unacceptedItems th {
		border-bottom: solid 1px #53a7b3;
		background-color: #c2f0de;
		padding: 2px 10px 2px 10px;
		text-align: left;
		min-width: 100px;
		}
		
	table.unacceptedItems td {
		border-bottom: dotted 1px #53a7b3;
		background-color: #f1fdff;
		padding: 2px 10px 2px 10px;
		}
